- ago
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

0
195
Solved
2 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.01% )
- ago
#1
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.
0
Best Answer
- ago
#2
That was it. Thank you again Glitch.
0

Reply

Bookmark

Sort