Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buy Trigger Price Negative value #105

Open
BramFr opened this issue Apr 20, 2021 · 4 comments
Open

Buy Trigger Price Negative value #105

BramFr opened this issue Apr 20, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@BramFr
Copy link

BramFr commented Apr 20, 2021

Almost the same idea like this: #67
But what do you think about this?

I was thinking about why i cannot make this value negatief? 'Buy Trigger percentage' because this value will never hit the "Lowest price". At this point the "Lowest price" is a realtime value. What if we make a delay about this?

  • Delay in time Lowest price: 30m
  • Buy Trigger Price: 0.90 (-10%)

At this point the current price drops within 30min more then 10% it can be interesting to buy.
image

Another exmaple:

  • Delay in time Lowest price: 4day`s
  • Buy Trigger Price: 0.40 (-60%)

image

When the current price drops within 4days more dan -60% its interesting to buy.

I`ll think this is more interesting then just the option we have at this moment. If you look at the example above. The chance when we hit the lowest price is to soon. But you want to wait longer to play safe.

@BramFr BramFr added the enhancement New feature or request label Apr 20, 2021
@BramFr
Copy link
Author

BramFr commented Apr 20, 2021

I`ll hope this wel explain more :)
image
With the normal buy percent of 1 the next buy order will be at price 0.36
With the new buy order 0.85 (-15%) the next buy will be at 0.306

@chrisleekr
Copy link
Owner

chrisleekr commented Apr 21, 2021

So in simple term, once we hit the lowest price, then wait for a configured amount of the time and if the price is still lower than the trigger buy price (0.95 of the lowest price), then place an order?

@BramFr
Copy link
Author

BramFr commented Apr 21, 2021

So in simple term, once we hit the lowest price, then wait for a configured amount of the time and if the price is still lower than the trigger buy price (0.95 of the lowest price), then place an order?

Lol... yeah that do the trick.
I thought too difficult.

@chrisleekr
Copy link
Owner

Haha, I had to think really long time to make it a simple term.
It's a good strategy but could be a situation that you will never be able to buy if the price goes up immediately after hitting the lowest price.
I guess we can make this an optional strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants