chrisleekr/binance-trading-bot

Different between current and highest price.

Open

#67 opened on Mar 31, 2021

View on GitHub
 (15 comments) (1 reaction) (0 assignees)JavaScript (1,035 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,675 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your proposal related to a problem?

Not a problem like software issue more frustration.

Describe the solution you'd like

  1. When a Coin drops within a few minutes with 15% (current price vs highest price and between the candles interval) but still higher then the buy/lowest counter it can be interesting to buy

  2. When the current price >15% vs highest price buy coins.

  3. When the current price <15% vs highest price do nothing

  4. When the Trigger Sell price < Highest price dont buy

Describe alternatives you've considered

Doing manual.

Contributor guide