MQL4 - automated forex trading   /  

Forum

modify Detailed Report

Back to topics list To post a new topic, please log in or register

avatar
2
bbannon 2008.02.11 22:08 
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,
article

Championship Report: Eleventh Week (10-17 December)

The eleventh, the last but one week of the Automated Trading Championship 2006 is over. There are only 5 trading days left to the end of the Championship. The first place is being tightly held by Rich. Tough struggle for the second and the third place is being carried on.


avatar
2462
phy 2008.02.12 08:32 

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...


avatar
Moderator
33768
Rosh 2008.02.12 13:41 
The best solution is create yourself wanted report and then send for publishing with function SendFTP

avatar
2
bbannon 2008.02.14 04:13 
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.

avatar
2462
phy 2008.02.14 04:26 

Oh well...

Back to topics list  

To add comments, please log in or register