Algorithms
MACD Indicator
Moving Average Convergence Divergence.
When the signal line crosses the MACD, Its a sell and the opposite is true for a buy. To use this, you need access to a computer. Enter your Ticker symbol in the third cell (it should say "#Enter Ticker" next to it. After that, go to the top bar and over "Runtime", click "Run all". Scroll down after processing and there should be a chart with green arrows indicating a "buy" rating and red arrows indicating a "sell" rating.
RSI Indicator
Relative Strength Index
The RSI will be based on if the stock is over-bought or over-sold. A value over 70 is a "sell" and a value below 40 is a "buy". To use this, you need access to a computer. Enter your Ticker symbol in the third cell (it should say "#Enter Ticker" next to it. After that, go to the top bar and over "Runtime", click "Run all". Scroll down after processing and there should be a chart with green arrows indicating a "buy" rating and red arrows indicating a "sell" rating.
SEC fillings
The SEC filings that this algorithm uses will search through 10 000 filings at a time and search which business owner, CEO, COO, etc. has sold a large sum of their shares. You can directly run the program by going to Run --> Run all. Scroll to the bottom of the program to see the final output.
Ratios
This is a simple "Ratios" algorithm. This uses a combination of different ratios commonly used in fundamental analysis and applies them to a certain stock. Please enter the wanted share next to "Ticker = ____". After you run, the algorithm will return a buy rating. Scroll to the last cell to see your anwer You can directly run the program by going to Run --> Run all. Scroll to the bottom of the program to see the final output.