Haehnchen / crypto-trading-bot

Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition)
MIT License
3.09k stars 978 forks source link

BitMex/ BitMex Testnet - strategies do not appear in strategy column and do not execute #122

Open kyrypto opened 4 years ago

kyrypto commented 4 years ago

Good day dev,

I am writing this today because updates have seemingly broken BitMex trading with the bot. I have not tested other exchanges. Strategies do not appear in the strategy column on the pairs page, and the bot does not seem to trade when there are new signals. You can easily test this by using the default configuration provided for the BitMex Testnet.

I've needed to stay on an old version that's stll working due to this issue. Hopefully this will be resolved so I can use the latest and greatest.

Thanks,

Ky

nickmitchko commented 4 years ago

They still execute for me, what it looks like is a ui bug (if you hit [f12] and reload the page check the network tab).

Certainly a bug!

\< I am not the dev >

kyrypto commented 4 years ago

Signals appear but they're not executing for me. The bot does not go long or short like it's supposed to, and positions are never opened. I have tried many times as there are new commits.

I'm using BitMEX, and the BitMEX Testnet. Neither are working. On an older release, I have no issues. Somewhere along the line, it seems like something stopped working.

mrseeker commented 3 years ago

Possible duplicate of #106?