Support Board
Date/Time: Fri, 04 Jul 2025 22:42:03 +0000
Post From: Query on Replay
[2021-01-19 03:06:43] |
User99735 - Posts: 234 |
Hmmm, would sc.GetChartBaseData() fetch the latest tick by tick data from the 'next chart' with Replay Mode set to "Calculate at Every Tick/Trade (High CPU)", irrespective of the the setting of 'processing step' In replay with the following indicators/settings on the 'main' chart a) Volume By Profile indicator attached to the chart where replay is being run, along with calls to sc.GetStudyPeakValleyLine(), and b) calls to sc.GetMarketDepthBars() for market depth ask/bid volumes, alongwith the following settings, seems to cause some 'mess up'. sc.MaintainVolumeAtPriceData = 1; sc.MaintainHistoricalMarketDepthData = 1; sc.UsesMarketDepthData = 1; Any suggestions. |