modify Detailed Report

 
1) I'd like to be able to automatically Publish the Detailed Report. 2) I'd like to see the high and low BETWEEN the entry and exit points for each trade. How would I go about these? Thanks,
 

2) I'd like to see the high and low BETWEEN the entry and exit points for each trade

loop through order history

select a closed trade

get the open and close times of the order

use iHigh(iHighest()) and iLow(iLowest()) to find the high and low during the trade

send your results to a file...

 
The best solution is create yourself wanted report and then send for publishing with function SendFTP
 
Thanks for the replys. Maybe I should have mentioned that I have only been using MetaTrader for a month or so. And I have no idea how to program it.
 

Oh well...

Reason: