binance-trader icon indicating copy to clipboard operation
binance-trader copied to clipboard

option to buy via btc value instead of quantity

Open menz0050 opened this issue 7 years ago • 1 comments

Hi, Really cool bot thanks for sharing it. Instead of setting the quantity manually I think a good feature would be to purchase the coin without having to enter quantity and instead by entering a btc value. For example say we want to buy some TRX: python trader.py --btcamount 0.01 --symbol TRXBTC --profit 3

the bot would then calculate and buy: 0.01(btc) / 0.00000720 (price) = 1388 TRX

and then sell as usual when it hits 3% profit

Thanks again!

menz0050 avatar Jan 14 '18 11:01 menz0050

https://github.com/WeSpeakCrypto/binance-trader

WeSpeakCrypto avatar Jan 19 '18 19:01 WeSpeakCrypto