Displaying the indicators automatically is a feature of the backtester.
If you want to display them, you can either add them manually, use a template or use ChartIndicatorAdd() to do it by code.
There is plenty of examples in the Codebase.
Alain Verleyen:
thank you
Displaying the indicators automatically is a feature of the backtester.
If you want to display them, you can either add them manually, use a template or use ChartIndicatorAdd() to do it by code.
There is plenty of examples in the Codebase.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
need a sample EA with two move averages
I request this, because I create a EA that have other components and move averages,
the components are displayed in backtest and while in a windows (running the EA), but
the Move averages aren't display in a windows (running the EA), only display in back test mode...
could someone provide me a sample expert that have a expert with average working (displayed)
when the EA is running attached to a window?