My indicator needs to be set to Calculat.OnPriceChange and the mouse event could fire before the bar closes (OnBarUpdate)
(for fast scalping)
so the code needs to not wait for a bar close
Is there an equivalent fo GetCurrentBid / Ask for Last Price?
Or, should I get it from OnMarketData?

Comment