Hello,Aussiedoc wrote:Andy, g'day!
Thanks to you any everyone else for all the inputs and updates... very exciting.
Re trading hours:Being in Oz my trading day is from the Sydney open (0800 local) to the NY close (0800 local next day.Code: Select all
extern int hourMondayStart = 0; extern string tr1 = "tradingHours is a comma delimited list of start and stop times"; extern string tr2 = "prefix start with '+', stop with '-', use 24H format"; extern string tr3 = "+20.00,-20.01,+21.00,-21.01,+20.00,-22.01"; extern string tradingHours = "";// daily for Alpari UK
Qn (and here I am going to show my complete ignorance of coding![]()
): is the code as above already telling the programme to trade for 24 hours or do I need to change the extern string trading hours to "+0800,-0801"?
Thanks again.
Cheers
Doc
Yes it is, 24 hour trading.
Andy