I need to be able to set the time the EA trades?
Any help would be greatly appreciated!
Any help would be greatly appreciated!
Attached File(s)
Can someone add an MTF option on this stepma? 0 replies
Can someone please add email capability to this alert? 4 replies
Can someone please add an email alert to this solarwinds indicator? 1 reply
Can Someone Please Add An Alert To This Indicator 14 replies
extern string l="Working Hours"; extern int StartHour=0; extern int EndHour=10; int start() { if(Hour()<StartHour||Hour()>EndHour){return(0);} //write this code at the begining // Write the rest of the code return(0); }