You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we're not talking about ticks, you can always rely on start and end date for your requests. Let's say you are downloading a day worth (from: '2023-06-18', to: '2023-06-19') of minute candles m1, you should always get 1440 candles.
And, for example, if you want to download 60 candles, you can request only an hour worth of candles:
Of course, it is possible to make calculations upstream.
Although this poses certain limits according to the assets, open or not on weekends among other things.
It would be easier to be able to limit the number of candles returned for use.
So that you don't have to worry about preparing the query in a more complex way.
Would it be possible to add a "limit" parameter in the configuration ?
Who would stop the process, once a corresponding number of candles is reached.
The text was updated successfully, but these errors were encountered: