Is there a way to reference the opening time of a group if the group has it's 
own intraday settings?
I would like to reference the open and close and replace this code:
// Defines market hours 
MarketOpen = 83000; 
MarketClose = 151500; 
MarketHours = deFlagTimeRange( MarketOpen, MarketClose) ; 
FirstBarOfDay = deFlagFirstBarOfDay (MarketOpen) ; 
LastBarOfDay = deFlagLastBarOfDay( MarketClose) ; 
so that I do not have to change the market open when I change commodities. Any 
other approach welcomed.
Thanks,
James


      

Reply via email to