Is there a way of using Bid or Ask in NinjaScript - I realise that we can use "GetCurrentAsk()" or "GetCurrentBid()" but this does not work historically on either a chart or in the StrategyAnalyzer.
We already have Close,High,Low,Median etc - how about Bid[0] and Ask[0]?
Or Alternatively in the Initialize section "PriceBasedOn = Ask/Bid/Last" mirroring the way the chart is specified?

Comment