Bot Commands - Nath5/FrogOracleDocumentation GitHub Wiki
The FrogOracle Discord bot exposes multiple "/" commands which users can execute on demand.
The following commands are specific to a given stock.
/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.
/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
/sym {TICKER}
Searches for other companies that often more together with the provided ticker or have similar company descriptions.
/compliance {TICKER}
Pulls compliance violations for the provided ticker.
/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 {TICKER} {HOWMANY}
Retrieves up to "HOWMANY" recent insider Buys / Sells for the provided ticker.
/borrow {TICKER}
Pulls the latest borrow rate information about the provided ticker.
/cash {TICKER}
Pulls the current run rate ( available cash ) for the provided ticker.
/float {TICKER}
Pulls the current float for the provided ticker.
/trend {TICKER}
Checks if the ticker is in the top 100 ST trending tickers.
/fin {TICKER}
Pulls basic information from finviz about the provided ticker.
The following commands are used to retrieve general market data or search for stocks based on certain criteria.
/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".
/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.
/fin_futures
Pulls futures data from finviz.
/fin_movers
Pulls the top gainers and losers from finviz.