Pancakeswap Prediction Save Abandoned

The bot that uses signals from TradingView to predict the price of BNB for Up or Down in PancakeSwap

Project README

[🔥 UPDATE] PancakeSwap Prediction Bot

This is a PancakeSwap Prediction game bot, it includes backtesting code so you can try new strategies changing the env variables on a risk free environment.

It works with PancakePredictionV2 (https://pancakeswap.finance/prediction)

💡 How to use

1. Provide your private key to .env PRIVATE_KEY field
2. Clone repo
4. Start the app 
5. Enjoy winning!

🔓 How to convert seed phrase to Private Key

A lot of wallets don't provide you the private key, but just the **seed phrase** ( 12 words ). So here you will learn how to convert that to a private key:
1. Enter [Here](https://youtu.be/eAXdLEZFbiw) and follow the instructions. Website used is [this one](https://iancoleman.io/bip39/).

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

Strategy

It bets on the biggest of the bull or bear payout.

const bet = roundBullAmount < roundBearAmount ? 'bull' : 'bear';

To increase the bet amount the bot uses this strategy (check the .env to modify the multiplier and the initial bet amount)

https://en.wikipedia.org/wiki/Martingale_(probability_theory)

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

💥 Disclaimer

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.

Open Source Agenda is not affiliated with "Pancakeswap Prediction" Project. README Source: cryptoc0ding/pancakeswap-prediction

Open Source Agenda Badge

Open Source Agenda Rating