Thread: Amazing News EA
View Single Post
  #11 (permalink)  
Old 09-27-2007, 11:40 PM
pipimo88 pipimo88 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 15
pipimo88 is on a distinguished road
Some progress

I figured out how to add the "Month"... but that didn't do it...

I added:
----------------------------------
extern int NMonth=9;
...
If (Month()!=NMonth && Day()!=NDay) {
etc...
etc...
------------------------------------------
But what it does now is allow me to back-test every day of the CURRENT server month (sept.) all in one run, instead of doing it day by day... (i.e. I set "use dates" from 01/01/07 to 9/28/07 and all it does is give me results for September) but I still can't back-test any other months beyond current month.
Changing the "NMonth=8",7,6,etc... doesn't do it.


BOTTOM LINE is this
: I want to test this EA to see results of trading it EVERY DAY AT 2 am EST for the past 6 months.

I would really appreciate the help. Thank You.
Reply With Quote