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_THE_DIP_PARAMETERS #96

Closed
MelnikovVV opened this issue Aug 10, 2022 · 4 comments
Closed

BUY_THE_DIP_PARAMETERS #96

MelnikovVV opened this issue Aug 10, 2022 · 4 comments

Comments

@MelnikovVV
Copy link

Hello
The upper limit of the parameter must be made as a range
I set: 03.0%---01.0%
Script in READY TO BUY mode
If the price rises not by 1 percent, but by 5 percent, then it is no longer profitable to buy (pump)
If a range were given:
03.0%---01.0%-02.0%
Then, the script would not buy at an inflated price

@tsarbuig
Copy link
Owner

that's a good idea bro, but to be honest I'm afraid it would be a little bit too complicated for users...

What do you think ? Are you sure it's really useful ?

@tsarbuig tsarbuig reopened this Aug 10, 2022
@MelnikovVV
Copy link
Author

I don't think very many people use this mod.
I'm trying to use it, but ...... you need to complicate to get the effect of BUY_THE_DIP
If the script has found THE_DIP and is waiting for an increase, but a pump occurs, you can’t buy, because it turns out that you bought at an unfavorable rate
Plus, the purchase occurs at an even higher price, since the price of the coin is increasing:
03.0%---01.0%
BUY THE DIP | Token price 0.18 | ATH 0.20 | WAIT for price < ATH-03.0% = 0.194
READY TO BUY | Token price 0.193 | ATL 0.193 | WAIT for price > ATL+01.0% = 0.19493
READY TO BUY | Token price 0.198 | ATL 0.193 | WAIT for price > ATL+01.0% = 0.19493
The purchase price is not very good anymore, as there was a pump, but while the script is buying, the real purchase price is even higher - 0.199
If there were a restriction on the second parameter, then the script would not buy a coin, but would wait for more interesting conditions for buying:
03.0%---01.0-01.5%
The script would buy only if the price did not exceed 0.195895 (0.193*1.015)
We can put it up for discussion in the telegram group

@tsarbuig
Copy link
Owner

ok bro, I will implement it :)

@tsarbuig
Copy link
Owner

done in v5.0.4.4

image

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

No branches or pull requests

2 participants