/mean_reverting_algo

This script implements a mean reversion strategy for a given stock. It calculates the z-scores for the stock's price and generates entry and exit signals based on predefined thresholds. The script also performs a backtest on the strategy and visualizes the returns.

Primary LanguagePython

Watchers