The volumes should be actual trade volumes, and not just market depth levels.
I want to enter the trade as soon as the condition is met. It seems sometimes there is a delay before OnBarUpdate is called. I don't want to wait... time is money.
OnMarketData (data type "Last") seems to have the info I need to make the decision. Can I make the trade there? Is that advisable? If not, where can I make the trade as responsively as possible, with access to bid/ask trade volumes?

Comment