While running my algo using the API's I am getting the following error intermittently - maybe once every 15 days any reason why ?
This happens only to one program, the rest of them ( 3 algo's are running in parallel) are executing fine in the back…
Just saw the note and recommendation that for Live algo trades we need to build the candle from websocket calls rather than get history API....but this becomes a challenge when we have to apply indicators to make the trade logic work because it doe…
Even I faced the same issue and I am not sure why there is this inconsistency in the data frame while getting history ....hence cant apply a proper algo logic since the last reference candle is changing after refreshing to the latest candle....can …