Am I correct assuming that if I use:
CalculateOnBarClose = true;
If so, is there a way to access the OnBarClose event for processing when
CalculateOnBarClose is set to false?
The reason I am asking for this is that I need to do some calculation intra bar, but using FirstTickOfBar comes too late to get the order in immediately, if my conditions are met on the bar that just ended, and I have to wait for the next bar to get an order filled. Almost always that is too late and simply too far out to be considered accurate.
So, could I have it both ways? Process tick by tick, but get a chance to evaluate the bar at its close and place an "immediate" order before the next bar starts?
Hope this makes sense...

Roman

Comment