View Single Post
  #10 (permalink)  
Old 07-27-2007, 03:12 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 20,079
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
ScheduleTrader EA

You should place file Schedule.csv(or other file) in experts/files folder.
All settings are described in the code.
In the file you should use following format:
date;time;symbol;order's name;order's price;stoploss;takeprofit;duration(in min);

For example:
26.07.2007;15:50:00;GBPUSDm;BuyStop;2.050;0;0;0;
26.07.2007;15:50:00;GBPUSDm;SellStop;2.044;2.046;2 .041;30;

For instant execution you can use 0 instead of order's price.
Attached Files
File Type: mq4 ScheduleTrader_v1.mq4 (20.5 KB, 979 views)
File Type: zip Schedule.zip (198 Bytes, 946 views)

Last edited by newdigital; 09-07-2009 at 11:37 AM.
Reply With Quote