Time Series Momentum (Python)
This approach goes long or short each asset based on its own past returns. If the trailing return is positive the model buys; if negative it sells, forming a diversified trend‑following portfolio. Sig...
587
Downloads
☆☆☆☆☆
Bewertung
0
Bewertungen
NuGet 5.0.0
Install-Package StockSharp.Strategies.0404_Time_Series_Momentum.py -Version 5.0.0
This approach goes long or short each asset based on its own past returns. If the trailing return is positive the model buys; if negative it sells, forming a diversified trend‑following portfolio. Signals are evaluated monthly using one‑year lookbacks and positions are equally weighted across assets.
- Data: Monthly total returns for each asset.
- Entry: Long when 12‑month return > 0; short when < 0.
- Exit: Reverse when the signal changes sign.
- Instruments: Broad set of futures or ETFs.
- Risk: Volatility scaling and diversification.