Run script during visual backtest

 
Hello Guys!

Is it possible to send orders with a script started manually during a visual backtest? It works to draw lines with a manually started script during a backtest but when I want to place a limit order it does not. That would be nice to trade strategies without programming them in a backtest.

Thanks in advance for any answer!

 
APeng:
Hello Guys!

Is it possible to send orders with a script started manually during a visual backtest? It works to draw lines with a manually started script during a backtest but when I want to place a limit order it does not. That would be nice to trade strategies without programming them in a backtest.

Thanks in advance for any answer!


No, strategy tester is only for EA. Make the script write the order request to MT Global Variable and have EA read the MT Global Variable like this one https://www.mql5.com/en/code/10142