chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5k stars 1.09k forks source link

Enhancement of usability, suggestions: #30

Closed kaziqta closed 3 years ago

kaziqta commented 3 years ago

I've been using it for some time, started to keep a steady wallet in the time of testing. The strategy really works! So, what would improve the customizability and controll:

Keep up the good work, mate!

mi2424 commented 3 years ago

Hi kaziqta sorry for the off-topic, can you please guide me on how can I install it in my ubuntu 20 cloud server?

kaziqta commented 3 years ago

Hi kaziqta sorry for the off-topic, can you please guide me on how can I install it in my ubuntu 20 cloud server?

Well, install docker and the docker-compose cli. And follow the README.md:

docker-compose -f docker-compose.server.yml up -d ^ pulls :latest from dockerhub

chrisleekr commented 3 years ago

Hey @kaziqta

Thanks for the suggestions.

Those look good; however, I don't think I can do them in a short time and I don't have much time to spend on them.

I will leave the issue open if anyone can contribute to it.

kaziqta commented 3 years ago

Totally understand, these are beefy.

PlayeTT commented 3 years ago

Hello Totally satisfyed with your bot, but:

Cheers, and thankyou

chrisleekr commented 3 years ago

Hi @PlayeTT

  1. I am not sure I understood your first question. Can you explain with detailed examples? If you get a message with Do not place a buy order as not enough USDT to buy ADA, it literally means that you don't have enough USDT.
  2. You cannot place an order which is less than 10 USDT - see trade rules https://www.binance.com/en-AU/trade-rule
  3. Sorting is based on the coin with Difference to buy order Difference to sell which gives you which coins likely to buy/sell. However, I think I can add a feature to disable sorting.
chrisleekr commented 3 years ago

Changing sorting is now available. Close the issue.