Skip to content

Bot for PancakeSwap Prediction – 30technical indicators. Multichain with MetaMask

License

Notifications You must be signed in to change notification settings

Bahar1777/Pancakeswap-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔮 PancakeSwap Prediction Bot

Introduction

Welcome to the PancakeSwap Prediction Bot repository! This bot is designed to help you make smarter predictions on PancakeSwap using 26 technical indicators. With Winnerbot, you can trust math, not emotions!

Download

You can download the bot from here.

Installation

  1. Download and install Node.js from here.
  2. Clone the repository:
git clone https://github.com/PancakeswapEU/Pancakeswap-Prediction-Bot
cd Pancakeswap-Prediction-Bot
npm install

⚙️ Setup

  1. Open the .env file with any code/text editor and add your private key like so:
PRIVATE_KEY=0xa2hjtjnhjputdavmarh3uqmntxevx6j6faui8cuxcppyqmuekj54btyd
  1. Open the bot.js file and setup the following variables:
BET_AMOUNT: 5, // Amount of each bet (In USD)
DAILY_GOAL: 20, // Total profit you are aiming to earn (In USD)
  1. Start the bot using npm start or yarn start
  2. 🔮 Enjoy!

🔓 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 and follow the instructions. Website used is this one.

Winning rate

🤖📈 Strategy

  • The bot take a series of recomendations given by Trading View and proccess them together with the tendency of the rest of people betting. After the algorithm have complete, it choose to bet 🟢UP or 🔴DOWN.
  • After all my testings in aprox 300 rounds I was able to achieve a ~70% Win rate. Of course it depends of a lot of variables, so I can't ensure that you will reproduce the same behavior. But I can tell that I make $20 - $70 daily with $3 Bets.
  • Before every round the bot will check if you have enough balance in your wallet and if you have reached the daily goal.
  • Also it will save the daily history in the /history directory.
  • Be aware that after consecutive losses, statistically you have more chances to win in the next one.
  • Inside bot.js in the THRESHOLD property of GLOBAL_CONFIG variable, you can configure the minimum certainty with which the bot will bet. For default it's set to 50, which means that from 50% certainty the bot will bet. You can raise it (50-100) to bet only when the bot is more sure about its prediction.
  • Its recomendable to have x10 - x50 the amount of bet to have an average of rounds.

💰You can check the history of rounds and claim rewards here: https://pancakeswap.finance/prediction

✔️ To Do

  • USD Based bet
  • Show real time profit
  • Show real time win rate
  • Daily goal profit
  • Simplify settings
  • Stop loss
  • Auto collect winnings
  • AI Driven bot

👁️ Disclaimers

🔧The code is in BETA, so please be aware of the risks that come with it. Don't risk any money you're not willing to lose.

About

Bot for PancakeSwap Prediction – 30technical indicators. Multichain with MetaMask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%