All Projects → xBidi → PancakeSwapBot

xBidi / PancakeSwapBot

Licence: MIT license
PancakeSwap prediction bot

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to PancakeSwapBot

PancakeSwapPredictionBot
PancakeSwap V2 Prediction Bot With Machine Learning | Automated Strategy, Auto Betting, Auto Claim
Stars: ✭ 21 (-44.74%)
Mutual labels:  trading, trading-bot, bsc, binance, defi, pancakeswap
coinmarketcap-new-listings-sniper-bot
Sniper bot to buy new tokens listed on Coinmarketcap.
Stars: ✭ 55 (+44.74%)
Mutual labels:  crypto, trading, trading-bot, defi, pancakeswap
pancakeswap-prediction-winner
🔥 PancakeSwap is afraid of this CHROME EXTENSION (and CLI)! This bot wins almost every 5 minute BNB-USD option on PancakeSwap (and Candle Genie).
Stars: ✭ 229 (+502.63%)
Mutual labels:  trading, trading-bot, binance, ethersjs, pancakeswap
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+226.32%)
Mutual labels:  bsc, binance, defi, pancakeswap, pancakeswap-bot
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (-42.11%)
Mutual labels:  crypto, trading, binance, bnb
PancakeswapPredictionBot-Fullversion
PancakeSwap Prediction Bot [Fullversion]. Make gains passively while running this bot for PancakeSwap or CandleGenie.
Stars: ✭ 36 (-5.26%)
Mutual labels:  pancakeswap, pancakeswap-bot, pancakeswap-prediction-bot, pancakeswap-predictions
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+9610.53%)
Mutual labels:  crypto, trading, trading-bot, binance
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (+89.47%)
Mutual labels:  crypto, trading, trading-bot, binance
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (+18.42%)
Mutual labels:  crypto, trading, trading-bot, binance
Benzaiboten-spot-trading-bot
A trading bot easy to use to be linked to your favorite exchange to automatize the trading on cryptocurrencies
Stars: ✭ 20 (-47.37%)
Mutual labels:  crypto, trading, trading-bot, binance
PancakeTokenSniper
BSC BNB Pancake token sniper, buy, take profit and rug check
Stars: ✭ 184 (+384.21%)
Mutual labels:  bsc, binance, bnb, pancakeswap
price-prediction-bot
🔮 Run backtest over PancakeSwap and CandleGenie Prediction and place realtime bets - Trading Bot
Stars: ✭ 59 (+55.26%)
Mutual labels:  crypto, trading-bot, binance, pancakeswap
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+2765.79%)
Mutual labels:  crypto, trading, trading-bot, binance
ninjabot
A fast trading bot platform for cryptocurrency in Go (Binance)
Stars: ✭ 1,021 (+2586.84%)
Mutual labels:  crypto, trading, trading-bot, binance
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-44.74%)
Mutual labels:  crypto, trading, binance
multi pairs martingle bot
A muti pairs martingle trading bot for Binance exchange.
Stars: ✭ 55 (+44.74%)
Mutual labels:  trading, trading-bot, binance
Twitter Activated Crypto Trading Bot
Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges
Stars: ✭ 92 (+142.11%)
Mutual labels:  trading, trading-bot, binance
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+592.11%)
Mutual labels:  trading, trading-bot, binance
tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (+302.63%)
Mutual labels:  trading, trading-bot, binance
TAcharts
Apply popular TA tools and charts to candlestick data with NumPy.
Stars: ✭ 131 (+244.74%)
Mutual labels:  crypto, trading, trading-bot

[🔥 UPDATE V2] 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.

💡 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!

🦊 How to Export Private Key from MetaMask

Open your account
Click on three points at top-right corner
Account details
Export Private Key

💡 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

Strategy

The bot strategy can be found in src/bot.ts. 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

I'm coding this stuff on a pure open source, every time the bot wins, it donates a small portion of your winnings to a developer account so we can continue improving this bot.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].