CkCreative / binance-spot-trading-bot

This is a simple binance spot trading bot made using Node.js. Read the documentation to get the background of the claims behind the bot.
Other
85 stars 34 forks source link

Test mode #2

Closed bowerta closed 3 years ago

bowerta commented 3 years ago

Hi there

I like the theory behind the bot and look forward to trying it out soon.

It would be great to have a test mode available, one where you can enter a fake initial amount and see what happens, without putting real funds in.

Cheers, and keep up the good work

CkCreative commented 3 years ago

Hi. the default settings point to testnet.binancefuture.com/fapi/v1 which is a testing environment. However much the tesntet does not provide the SPOT trading features needed for this bot, it can place LIMIT buy and sell orders depending on the fluctuations in that platform, therefore, that is a great environment to test the bot on. Just go to the site: https://testnet.binancefuture.com/en/futures/BTCUSDT, sign up and then copy-paste your API KEY and SECRET accordingly.

I hope that is what you mean by a test account.

bowerta commented 3 years ago

Thanks, this make sense.