- Search Energy EXCH
-
jeanlouie replied Jun 23, 2022Correct, because OnCalculate is not the same as an OnTick, one is for indicators and the latter for ea's. OnCalc has some useful parameters provded and one of them is prev_calculated. While they're not necessary theyre useful. You mentioned you want ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 22, 2022You're getting the correct results, they're just not what you expect. - put a 5m mtf candle on the 1m chart, and see for yourself where the 1m shifts are for every 5m candle as the minutes go by - dont assume that the market watch time is the time ...
Need Help: iBarShift: Smaller TF Shift from Bigger TF
-
jeanlouie replied Jun 22, 2022Yes post the code that you currently have, there is a <> icon to post a code snippet inside of. Say you've got it setup as an indicator, the jist is: - on the first tick in oncalc, when it first runs, make the rectangle - give it time coords that ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 7, 2022I can't replicate this. If you're using something that changes/applies templates, then the indicator (and it's settings at the of saving) need to be saved into the template that you're applying.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 7, 2022TDI_CCI_MTF_Signaller - requires attached TDI_RT_mod indicator - signals when the rsi price line is outside the volatility bands - optional cci above/below obso level as filter - all 9 tfs, optional
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 6, 2022So tdi rsi line above/below the tdi bands and cci above/below 100, post the tdi indicator you have, theres heaps or versions floating around.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 6, 2022- what indicators? - what buffers? - what combination of singals gets displayed? - if its higher tfs then the last count of candles up to the highest tf will be updated/repainted
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 6, 2022Your ff account settings prevent me (and probably many others too) from replying to your pm. Answer is a negative though.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 6, 2022Yes, several, but keep your request short, ie what indicator and what makes an up/down arrow or what value to display in the panel.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 6, 2022- From what you've posted, you're creating them again right after deleting them, every time you call that function - there is no locking or making anything difficult to delete. Objectcreate creates a new object that doesnt exist, if the object ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 5, 2022- there is a commercial thread on ff, I haven't looked if there are any developers for hire there - url you can list a project there - minimum listing price is usd$30, so it should be worth at least that much to you. Personally, for indicator ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 4, 2022- you haven't shown any code to display or reproduce the issue of not being able to update object settings - chances are you're not actually not setting new object time/price values, you may be creating the objects once via objectcreate(), but not ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 3, 2022You didn't check this bit, you're not using the symbol you want to use. On top of what bluerain added, you're using symbol() as the symbol parameter, to debug this you could look up the documentation for symbol() and it'll tell you it gives you the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 3, 2022You haven't posted any code, but if your setup is something like SL=iMA(), double check the symbol parameter is the symbol you want and not a fixed string typed in or the predefined chart symbol variable or the chartsymbol() without any chart id or ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 2, 2022You didn't mention what you changed to true. Double check alertsOn is true, and not just alertsOnCurrent. So at least alertsOn and alertsEmail need to be true. Running in the tester with alertsOn true and alertsMessage true shows alerts fine, and ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 31, 2022Do nothing or sideways is left out. Standard_Deviation_Dashboard - arrows up/down for all 9 tfs, if stddev is higher or lower than previous candle
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 30, 2022Ok I got the jist. Trendline_Horizontal_viaHotkey - makes a tline right price=left price - click any tline, selected or not, and then press the input keyboard key - input key code can be anything, option to print out pressed keys and pick what you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 28, 2022You mean strange arrow locations are still happening?
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 27, 2022- thanks for bringing it up, addressed, it would occur when multiple new candles are added in the history or switching to a new tf n missing history is updated - unless its replicable and also doesnt happen without the indicator, I have nothing to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 27, 2022- were you able to move both ends of the tline and it will use the price of the end you moved? or could you only move one end? - did it apply to all tlines that are selected or only what you've just moved?
I will code your EAs and Indicators for no charge