Skip to content

DGCrypto/RSIPancakePredictionBot

Repository files navigation

DG Crypto

Mobile Guide:

https://youtu.be/5YK1UZp2T8Q

npm i taapi web3 graceful-fs dotenv binance-api-node

Node RSIPredOb.js

RSIPancakePredictionBot

PancakeSwap Prediction game by use of RSI Crossover!

RSI Prediction Bot


Console Bet Log

RSI CrossOver Strategy

RSI CrossOver Strategy

# RSI PancakeSwap Prediction Bot

This Version Will not claim rewards! Future versions with different indicators will be available soon. % of bet size is donated to help develop the program.

Telegram: https://t.me/+WRurSkMEq0RiOTRh

Pancake Interface of test!

RSI Prediction Bot Test

Small Sample Prediction Bot Results from non optimized first testing period!

Metamask Options to get privkey for local env file

Export PrivateKey

Place private key in ENV File and Save-as ".env"

.env file

Fill out .env file with web3 http provider link, taapi api key, account address, privkey, bet size, rsi time values for fast and slow! Simulates an rsi crossover using a lower time-frame for fast and higher time-frame for slow!

Taapi

The second lowest subscription is recommended for taapi!

NPM and node.js is needed to install and run.

Instructions!

  1. Download RSIPredOb.js
  2. "npm i taapi web3 graceful-fs dotenv binance-api-node"
  3. Get non-rate limited or private http provider for Binance Smart Chain.
  4. Fill out env file! Save as .env
  5. Use command "Node RSIPredOb.js"
  6. Remember to claim rewards since this is not included in this version.

npm i taapi web3 graceful-fs dotenv binance-api-node

Node RSIPredOb.js

Experiment with rsi chart time values! There could be better fast and slow times because our team has tried only the times listed in env example file!