Bot Commands - Nath5/FrogOracleDocumentation GitHub Wiki

The FrogOracle Discord bot exposes multiple "/" commands which users can execute on demand.



Specific Ticker Commands

The following commands are specific to a given stock.

Support / Resistance Levels

/levels {TICKER} {DAYS}

This command will compute support and resistance levels for the provided stock and create a webpage with the chart and some basic company overview information.

Full Stock Overview Page

/sr {TICKER} {DAYS}

This command will compute support and resistance levels as well as a deep dive into lots of information for the provided stock and create a webpage with the chart and all the aggregating information. See Stock Info Pages

Sympathy Page

/sym {TICKER}

Searches for other companies that often more together with the provided ticker or have similar company descriptions.

Compliance Details

/compliance {TICKER}

Pulls compliance violations for the provided ticker.

SEC Filings

/fil {TICKER} {DAYS} {ALL}

Pulls SEC filings for the provided ticker over the last DAYS days. If the ALL parameter is set to true it pulls all filings types if false it will only pull those related to offerings.

Insider Transactions

/insider {TICKER} {HOWMANY}

Retrieves up to "HOWMANY" recent insider Buys / Sells for the provided ticker.

Borrow Rate Info

/borrow {TICKER}

Pulls the latest borrow rate information about the provided ticker.

Available Cash

/cash {TICKER}

Pulls the current run rate ( available cash ) for the provided ticker.

Current Float

/float {TICKER}

Pulls the current float for the provided ticker.

Trending Ticker

/trend {TICKER}

Checks if the ticker is in the top 100 ST trending tickers.

Finviz Info

/fin {TICKER}

Pulls basic information from finviz about the provided ticker.

General Market / Search Commands

The following commands are used to retrieve general market data or search for stocks based on certain criteria.

Keyword Search

/search {KEYWORDS}

The search command searches through the FrogOracles database of tickers and extracts those that match the provided query and float. You can use "|" to look for keyword A or B and "&" to require A & B as seen the example below. You can not use spaces for multiple words. There must be a "&" in between. If you wanted to search "crypto currency" you would use "crypto & currency".

Pattern Screener

/screen

Pulls data from online sources providing a list of tickers that fit different candle stick patterns. The data updates throughout the day.

Clicking one of the buttons will search for that pattern.

Futures Status

/fin_futures

Pulls futures data from finviz.

Finviz Movers

/fin_movers

Pulls the top gainers and losers from finviz.

⚠️ **GitHub.com Fallback** ⚠️