My first trade with my simple Binance bot

It calculates the difference between 2.5 hour moving average (MA) and the current price, when the difference exceeds the threshold it buys:

Bot parameters:

{
  "amount": "10",
  "marketId": "XRPUSDT",
  "maxOrderCount": 5,
  "maxPrice": "1.2155",
  "orderCount": 1,
  "testMode": false,
  "threshold": "1.5"
}

Next day the bot continued to buy XRP (max -5% from MA):

And the next day at 3:00AM:

Leave a Reply

Your email address will not be published. Required fields are marked *