StockSharp.Strategies.0380_Momentum_Rev_Vol.py
5.0.0
Prefix Reserved
dotnet add package StockSharp.Strategies.0380_Momentum_Rev_Vol.py --version 5.0.0
NuGet\Install-Package StockSharp.Strategies.0380_Momentum_Rev_Vol.py -Version 5.0.0
<PackageReference Include="StockSharp.Strategies.0380_Momentum_Rev_Vol.py" Version="5.0.0" />
<PackageVersion Include="StockSharp.Strategies.0380_Momentum_Rev_Vol.py" Version="5.0.0" />
<PackageReference Include="StockSharp.Strategies.0380_Momentum_Rev_Vol.py" />
paket add StockSharp.Strategies.0380_Momentum_Rev_Vol.py --version 5.0.0
#r "nuget: StockSharp.Strategies.0380_Momentum_Rev_Vol.py, 5.0.0"
#:package StockSharp.Strategies.0380_Momentum_Rev_Vol.py@5.0.0
#addin nuget:?package=StockSharp.Strategies.0380_Momentum_Rev_Vol.py&version=5.0.0
#tool nuget:?package=StockSharp.Strategies.0380_Momentum_Rev_Vol.py&version=5.0.0
Momentum Rev Vol Strategy (Python Version)
This composite factor strategy blends three signals: long-term momentum,
short-term reversal and low volatility. Each month a score is calculated for
every security using 12‑month momentum, the inverse of one‑month returns and the
trailing 60‑day volatility. Adjustable weights WM
, WR
and WV
control the
contribution of each component.
On the first trading day of every month securities are ranked by the composite score. The highest decile is bought and the lowest decile is shorted with equal dollar weights. Positions are held until the next rebalance and no explicit stop-loss rules are employed.
By combining trend following, mean reversion and risk aversion, the strategy seeks diversified returns across different market regimes.
Details
- Entry Criteria: Monthly ranking by weighted combination of momentum, reversal and volatility; long top decile, short bottom decile
- Long/Short: Both
- Exit Criteria: Next monthly rebalance
- Stops: No
- Default Values:
Lookback12
= 252Lookback1
= 21VolWindow
= 60WM
= 1.0WR
= 1.0WV
= 1.0MinTradeUsd
= 200CandleType
= TimeSpan.FromDays(1)
- Filters:
- Category: Multi-factor
- Direction: Both
- Indicators: Momentum, reversal, volatility
- Stops: No
- Complexity: Advanced
- Timeframe: Medium-term
- Seasonality: No
- Neural networks: No
- Divergence: No
- Risk level: Medium
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
5.0.0 | 236 | 8/7/2025 |
fixes.