CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 270 forks source link

Feature Request - Order Max instead of Qty of Coins #38

Closed Phando closed 2 years ago

Phando commented 2 years ago

Since you don't know the coin list price, it is hard to estimate how many coins to buy per the config. One thing I do know is what I am willing to wager. Why not add a flag to set an order maximum? That way I could say buy $100 regardless of the quantity being bought.

Bela0 commented 2 years ago

I think the quantity describes the number of the pairing coins that are to be bought. By default it is 15 USDT, so equal to ~15 US$

Phando commented 2 years ago

Makes sense, thank you.