What user action in the UI triggers a call to the GetTicks method for a historical data provider? When I create a HDP dataset and set the scale to 1 tick, the data request goes to GetHistoryInternal. I have an override of GetTicks which will return a List<Tick>, but I have not been able to find a way to call it from the UI.
Thank you,
Paul
Thank you,
Paul
Rename
Providers that support tick data have to override UsesTickDataStore to return true. After this is done your Provider should start seeing its GetTicks method get called.
That was it. Thank you again Glitch.
Your Response
Post
Edit Post
Login is required