Analysis Commands

These commands can be used to analyze an asset.

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

Last updated