if(BarsInProgress == 1 && FirstBarOfSession)
where BarsInProgress == 1 is a 1 tick series. Basically, I'm running a longer intraday minute series as the primary data series, but need to effect a calculation and order submission immediately after the first tick of the day.
Seems like I need to tell the FirstBarOfSession statement which bar series I'm referring too.
Thanks.

Comment