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
Fixing plus operator which caused OHLCV failue
Fixes issue with passing in a "since" timestamp will cause the request "end" to look like
[id] => BTC-USD
[granularity] => 60
[start] => 2017-12-23T18:50:59.000+00:00
[end] => 57041747-04-17T02:50:59.000+00:00
Which throws this error
ccxt\ExchangeError: gdax {"message":"Invalid interval"}
[ci skip]