bsc-predict / PancakeSwapBot

PancakeSwap prediction bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[🔥 UPDATE V2] PancakeSwap Prediction Bot

This bot wins almost every 5 minute BNB-USD option on PancakeSwap Prediction.

It works with PancakePredictionV2.

💡 How to use

1. Provide your private key to .env PRIVATE_KEY field
2. Install dependencies `npm i`
4. Start the app with `npm run start`
5. Enjoy winning!

💡 BackTesting with PancakeSwap data

1. Update initialEpoch with the current epoch in pancake -5 (example: current epoch 25890 -> 25885)
2. Update finalEpoch with the current epoch in pancake -500 (example: current epoch 25890 -> 25390)
3. Install dependencies `npm i`
4. Run `npm run download_data` **not needed as this code contains history.json file
5. Run `npm run backtest` 
6. Open file chart.png

alt PancakeSwap Prediction Bot-Winner alt PancakeSwap Prediction Bot-Winner Screenshot alt Candle Genie Bot-Winner Screenshot

⚠️ Beware of forks. I do not give any guarantee that the fork may turn out to be a scam.

💥 Disclaimer

I'm coding this stuff on a pure open source the bot has a very small tax in the claim function, so we both win

0xC3c531bE09102E84D4273984E29e827D71e28Ae8

All investment strategies and investments involve risk of loss. Nothing contained in this program, scripts, code or repository should be construed as investment advice. Any reference to an investment's past or potential performance is not, and should not be construed as, a recommendation or as a guarantee of any specific outcome or profit. By using this program you accept all liabilities, and that no claims can be made against the developers or others connected with the program.

About

PancakeSwap prediction bot

License:MIT License


Languages

Language:TypeScript 99.0%Language:Shell 1.0%