chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis

Home Page:https://binance-trading-bot-chrisleekr.cloud.okteto.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

fnatt-lab opened this issue · comments

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

I second this one 😉

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