chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5k stars 1.09k forks source link

Why the price is not change when in test mode #48

Closed ienthach closed 3 years ago

ienthach commented 3 years ago

i provide live and test api key and secret in .env file. And BINANCE_MODE = test in docker-compose.yml but the price is not tik tik.

But when mode = live the price change tik tik happen

chrisleekr commented 3 years ago

Because the test server for Binance does not have any transactions. :)

ienthach commented 3 years ago

so can we get transactions info from live then place order in test network?

chrisleekr commented 3 years ago

No

chrisleekr commented 3 years ago

If you want to use testnet, try with BNBUSDT. And set candles to be 1m/5 something. BNBUSDT in the testnet moves a bit.

ienthach commented 3 years ago

:) thank you for your bot.