- Need MA indicator to go further back in time on Daily Chart..
- Why have subscriptions been banned on the grounds of "too high a yield" ?
- Coding help
there is no such thing, moving average is a calculation of the price
TBN, be aware that indicator processing is quite different from EA processing.
e.g.
Indicator - it is expected that you will back-calculate indicator values before the bar of the first start call.
EA - it is impossible(*) to generate trades before first bar of first start call.
Indicator - IndicatorCounted() allows you to back-calculate bars-before-now on each tick entry.
EA - IndicatorCounted() always -1.
Note that the tester spoofs Server Time as it passes in tick information generated from historical information.
(*) If anyone DOES know how to do this, please let me know. I'm prepared to pay mega-bucks for this knowledge.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use