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

idea : make the bot buys after price has moved, to handle "Open Trading" function #33

Closed
tsarbuig2 opened this issue Dec 21, 2021 · 2 comments

Comments

@tsarbuig2
Copy link

nowadays, lots of token launches work this way :

  • team adds liquidity
  • but trading in enabled a little moment after, with Open Trading function

So our bot tries to buy, and order fails.
The difficulty is that there are many ways to do so.

--> a user gave me this idea : make the bot buys after price has moved

we could :

  • store the initial price after liquidity is added
  • and make the bot buys after price has moved (down of up)

We could create a new parameter for that : "WAIT_FOR_PRICE_MOVEMENT"

@tsarbuig2
Copy link
Author

solved with this : tsarbuig2@c58e0ca

@tsarbuig2
Copy link
Author

this PR includes it : #36

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

1 participant