Indicators Used by the EA doesn't show on the Chart
-
Hi guys, my EA Does not show the indicators used when I put it on the Chart, but it shows when you test the EA on MetaTester.
How do I do this? I want the indicators to be shown on the Chart when the EA is deployed on the Chart.
-
save a template with all indicators etc and add, there is a block "apply template" that will add (only works on live chart)
-
@jstap How about the parameters that is Used by the Optimization??? Does it input to the template automatically?
-
No that you save and call every time you need to update, generally they will be remembered every time you restart the terminal. name a template the same as the EA and on backtest template will load.