Skip to content
DGCrypto edited this page Sep 28, 2022 · 4 revisions

RSI Prediction Bot


Console Bet Log

RSI CrossOver Strategy

RSI CrossOver Strategy

# RSI PancakeSwap Prediction Bot

Pancake Interface of test!

RSI Prediction Bot Test

Small Sample Prediction Bot Results on first attempt!

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(must purchase), 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.

Run following in console.

  1. "npm i taapi web3 graceful-fs dotenv binance-api-node"
  2. Fill out env file! Save as .env
  3. Use command "Node RSIPred.js"
  4. Remember to claim rewards since this is not included in the trial version!
Clone this wiki locally