How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?
-
How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?
-
Save a template with the same name as your EA, this way every time it's run, it will automaticity load the template
-
@jstap What template? On MT4? Or Dreema? Not sure what to do.
-
On your meta trader terminal
-
@jstap Please tell me more. What template to save where. I see the folder Templates, but how its connected with MA's?
-
I just found it. It is done by PASS and TRACE blocks where you need to put all MA's and then you can change colors and MA count etc..
-
What I do is, either put the indicators on a live chart or a backtest chart, set the chart and indicators up as required, then right-click and save as a template with the same name as the EA.
-
@jstap Good idea. I will try it also.