implement MarketData.GetTicks(int MaxTicks) and/or MarketData.GetTicks(DateTime StartDate)

Created at 14 Apr 2024, 14:45
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SH

Shares4UsDevelopment

Joined 14.10.2018

implement MarketData.GetTicks(int MaxTicks) and/or MarketData.GetTicks(DateTime StartDate)
14 Apr 2024, 14:45


To avoid loading millions of ticks when we are only in need of lets say the last 1000 Yicks a methods like:

bool MarketData.GetTicks(int MaxTicks) 
bool MarketData.GetTicks(DateTime StartDate)

would be very nice.
It looks like easy to implement. and saves a lot of datatransfer and time.


cTrader Automate
@Shares4UsDevelopment