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
5.01k stars 1.1k forks source link

Feature Request: Trigger Price for first buy Grid based on User Input Price #607

Open fnatt-lab opened 1 year ago

fnatt-lab commented 1 year ago

This is feature request:

IST: The trigger price of the first Buy Grid is based on the lowest price which depends on the candles and the interval set. The trigger percentage should always be equal or more than 1. This makes sense because the lowest price is changing and if set under 1 it will never be reached.

As a trader, I want to have the possibility to set the trigger Price manually. Example: Litecoin

Price: 100 USDT Lowest Price: 95 USDT Trigger price (0%) : 95 USDT

In this case, the minimum price that I can set for triggering the 1st Buy grid cannot be lower than 95 USDT.

Describe the solution you'd like

If I made my own research and analysis (or AI based prediction) and predicted that the price will fall to 80 USDT in next 24 hours I want to be able to set the trigger price for Buy Grid to 80 USDT not 95 USDT.

Additional context

mpepping commented 1 year ago

I second this one 😉

rando128 commented 1 year ago

Why don't you simply use the existing capability of manual trading and setup a limit order to start a new grid?