Problem getting candles with ticks history
Hi
Is it possible to download more than 1441 candle's rates?
I am trying it with:
history = json.dumps({
"ticks_history": csimb,
"adjust_start_time": 1,
"count": qty, #14400 candles
"end": "latest",
"start": 1,
"granularity": 60,
"style": "candles"
})
And I just get 1441 candles
Any suggestion?
Thank you