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

Created at 14 Apr 2024, 14:45
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