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

More options for bot start with grid #1 buy #488

Open peweb opened 2 years ago

peweb commented 2 years ago

Is your proposal related to a problem?

Not a problem but a suggestion. I read advice to start a grid bot at the middle of a range - somehting we could not achieve with current setup.

Describe the solution you'd like

We have these options for grid 1 image

Since this is a Trailing Grid Trade Buy/Sell Bot we could say that we have a range defined by the Highest price: and the Lowest price for the interval defined by the config.

Then we can set up the Restricted price precentage from the ATH and Trigger percentage based on the lowest price.

The issue is we dont have the range scope so we dont know what % to put for the lowest and ATH prices. I think it should be relative.

Eample:

Lowest price 100, higest price 400. Range = 400-100 = 300. I would like to start the bot in the middle of the range e.g at the price of 100+range/2 = 250 but I can only set up the % above the lowest price now.

Also, we could be in a possition of trigger price higher than the restricted price.

Describe alternatives you've considered

Additional context

rando128 commented 2 years ago

Using the existing manual trigger option isn’t sufficient for your use case?

peweb commented 2 years ago

Using the existing manual trigger option isn’t sufficient for your use case?

I can initiate manual order for the first trade but I want boot to work continuously and restart when sell all.

Can I do it with current setup?