|
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.
Last edited by newdigital; 09-07-2009 at 11:37 AM.
|