You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
SwitchGain is a Python-based algorithmic trading project implementing Momentum and Mean Reversion strategies on stock data. It automates signal generation using technical indicators (RSI, Bollinger Bands) and provides performance analytics.
This indicator is a modified version of SteverSteves's original work, enhanced by Erika Barker. It visually represents asset price movements in terms of standard deviations from a Hull Moving Average (HMA), commonly known as a Z-Score.
An exposition of a simple pairs trading strategy on two stocks (Bajaj Finserv and Indian Bank) in the Nifty500, at the one-minute time frequency, in order to demonstrate some of the core ideas of statistical arbitrage strategies.
Backtesting algorithmic trading strategies on the PHI/WSOL pair (08.17-08.18) using z-score-based mean reversion signals and grid search optimization. Developed by David Yemchuk for Peanut Trade as a demonstration of motivation and commitment.