I record SPY data every day and use it to test strategies. The data feed is from MB Trading. I am trying to setup a strategy to use the level 2 data for the BuySellPressure indicator. What I read about this indicator says it can be used in real time only. Is that true if I have the data recorded?
I can see the time and sales for SPY when replaying.
Have tried adding the MarketDataType.Bid|Last|Ask in the initialize section of the strategy but still, the BuySellPressure indicator does not work.
So will the BuySellPressure indicator method work with recorded data?
If so, how do I setup the strategy so that it will work?
Thanks

Comment