Seeking script to plot trades from backtest onto chart

 

Hi all,

Does anyone know if there's a script which allows me to plot old backtest reports on a chart?

I know there are two scripts available at mql4 codebase for plotting statements to chart but they can not process backtest reports unfortunately.

Thanks alot in advance!

Cheers,

Snow

 
Snowski:
Hi all,

Does anyone know if there's a script which allows me to plot old backtest reports on a chart?

I know there are two scripts available at mql4 codebase for plotting statements to chart but they can not process backtest reports unfortunately.

Thanks alot in advance!

Cheers,

Snow

Difficult to do since the only form the back-test results can be saved is html

It would need a parser of some kind to be able to read details of orders in back-tests and MQL is anything but suitable to make a good parser

 

Maybe you can use Backtest Log File to plot on chart, If Any ?

But every time run backtest we forget to save the backtest log file, unfortunately

Hehe

 

Will try to code the script and as mladen stated, it will need to be able to read .html files, which should not be a big problem.

Kinda have a lot of work at the moment but will post my script here once finished