RALGO AI Guide
  • Introduction
  • ✨Get Started
    • Add the bot to your server
    • How to use slash commands
  • 💥Commands
    • Analysis Commands
      • Price Prediction
      • Support Resistance Levels
    • Charting Commands
      • Price Chart
      • Comparison Chart
      • Fibonacci Charts
      • SR Charts
    • Watchlist Commands
      • Add assets
      • Remove assets
      • Get Predictions
      • Get Current price
    • Market Sentiment Commands
      • Fear-Greed Index
      • Forex Longs vs. Shorts
      • Crypto Longs vs. Shorts
      • Crypto Past 30d Longs vs. Shorts
    • Company Financial commands
      • Upcoming Earnings
      • Earnings Chart
    • Premium Activation Commands
      • Community Package Activation
      • Individual Package Activation
    • Channel set-up commands
      • Set General Alerts
      • Set Ticker-Specific Alerts
  • Privacy Policy
  • Terms of Service
Powered by GitBook
On this page
  • Price Prediction: /pred
  • Support Resistance Levels: /sr

Was this helpful?

  1. Commands

Analysis Commands

These commands can be used to analyze an asset.

PreviousHow to use slash commandsNextCharting Commands

Last updated 1 year ago

Was this helpful?

Price Prediction: /pred

Get Daily Closing price predictions. These prices are estimated by AI which has been trained on over a decade of data.

Command: /pred [ticker] <indicator> <indicator_length>

Example:

/pred ticker:BTC-USDT indicator:ma indicator_length:200

Parameters

  • ticker: All the assets can be found on yahoo finance

    • Crypto: btc-usd, eth-btc, eth-usdt, etc.

    • Stocks: nflx, aapl, googl

    • Forex: eurusd, gbpjpy, gbpusd

    • Index: GSPC (S&P500), DJI (US30), IXIC (NASDAQ), etc.

    • Futures: GC=F (Gold), CL=F (Crude)

  • indicator (optional): Get an Indicator's value (Hourly)

    • Available Indicators: RSI, StochRSI, Supertrend, RVI, EMA, MA, ATR

  • indicator_length (optional): length of the indicator

Support Resistance Levels: /sr

Get 5 Major or minor support resistance levels for any asset (based on Pivot Points)

Command: /sr [level] [ticker]

Example:

/sr level:maj ticker:AAPL

Parameters

  • level: Major S/R or Minor S/R

    • maj - weekly support resistance levels

    • min - daily support resistance levels

  • ticker: symbol of the asset

💥