CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 303 forks source link

Why QUANTITY as only trading option. #42

Closed smuu closed 2 years ago

smuu commented 2 years ago

Is there a reason one can only set QUANTITY to say how much the bot should buy. As it is different for any coin, you not really have control over your balance.

I would propose to implement an option like TRADE_SUM and calculate the QUANTITY from it (QUANTITY = price / TRADE_SUM). If this is a wanted future, I would volunteer to implement it.

nitad54448 commented 2 years ago

I thought the quantity refers to the amount of coin to trade (e.g. USDT) and not the quantity of the coin listed. It is good to leave it that way.

smuu commented 2 years ago

Ahh that makes much more sense. I misunderstood that.. Thanks for clarification.