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

Feedback on ILV/BNB listing #53

Open pat-s opened 2 years ago

pat-s commented 2 years ago

I was running in TEST mode and only got sold.json written, no order.json.

If I read it correctly, the bot sold 0.144 ILV at a price of 1.616? My buy limit was at 0.24 BNB so it should have bought way more. But maybe I am interpreting things wrong?

{
    "ILVBNB": {
        "symbol": "ILVBNB",
        "price": "1.61600000",
        "volume": 0.144,
        "time": 1632290402.621374,
        "profit": -0.07399999999999984,
        "relative_profit": -4.379
    }
}

Will run the next one in PROD mode with a small amount so that the orders and sells are actually logged.