T. Todua
T. Todua
`scenario 1` is ready to test (passed on i.e. FTX). you can check it out.
@adradr as advised by Carlos above, please update your CCXT version to latest and the issue should be gone. If still any issues, please let us know.
Guys, I think there was some misunderstanding. @samgermain was who had to re-submit the PR (after accidental merge & revert), however, I think that @CNiemans though that he had to...
Hi, You have shown what variables you use, but you haven't shown how you execute `create_order` method. please include that line too
After checking this issue, I have to mention few things: - at first, if you use ccxt, it's recommended that you use the unified symbol format - https://docs.ccxt.com/en/latest/manual.html#perpetual-swap-perpetual-future so, in...
sorry, before ` bitmex.market()` function you need to load the exchange markets `bitmex.loadMarkets()` (that happens automatically inside `create_order` or any method, but if you dont call any ccxt method, then...
> so what you're saying is that binance is unreliable in this regard - document the response to be every 2s - but in reality, it's something between 2 and...
Was this already PR-ed?
@samgermain I think if you remove bibox changes from this PR, then it will be easier to be merged.
@samgermain can you tell why this PR is closed? didn't your edit solved any problem, or you've found out that it had another problem then? I remind FTX's fetchOHLCV API...