if(this.BarsArray[1].LastBarOfSession)
{
and this is where I exit my position, however for 6E product, this is exiting at 6:00pm? Also, is this the best way to get that I am on the second bar of the new session (I don't wanna submit my orders on first bar as market will just be opening and want it to establish itself for 5 min):
if((this.BarsArray[1].BarsSinceSession == 1)
Thanks,
Mark

Comment