Draw the chosen EA´s parameters automatically

 

Hello Everybody :)

extern int MA_period = 50;

If I do a backtest, I want the chosen MA to be drawn at the chart automatically. So, if I chose 20 for the next backtest, I want to have a MA period 20 drawn without changeing the MA settings manually. Is that possible?

I know, that I can save templates, but I dont want to save or load one for every little change of my EA settings.

Greetings, APeng.

 
Discussed many times. There is no good solution (modifying templates, and simulating key strokes.) I draw the lines in the EA with my polyline code
Reason: