-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
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. |
Haha, I had to think really long time to make it a simple term. |
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?
At this point the current price drops within 30min more then 10% it can be interesting to buy.
Another exmaple:
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.
The text was updated successfully, but these errors were encountered: