StockSharp.Strategies.0131_MACD_RSI.py
5.0.0
Prefix Reserved
dotnet add package StockSharp.Strategies.0131_MACD_RSI.py --version 5.0.0
NuGet\Install-Package StockSharp.Strategies.0131_MACD_RSI.py -Version 5.0.0
<PackageReference Include="StockSharp.Strategies.0131_MACD_RSI.py" Version="5.0.0" />
<PackageVersion Include="StockSharp.Strategies.0131_MACD_RSI.py" Version="5.0.0" />
<PackageReference Include="StockSharp.Strategies.0131_MACD_RSI.py" />
paket add StockSharp.Strategies.0131_MACD_RSI.py --version 5.0.0
#r "nuget: StockSharp.Strategies.0131_MACD_RSI.py, 5.0.0"
#:package StockSharp.Strategies.0131_MACD_RSI.py@5.0.0
#addin nuget:?package=StockSharp.Strategies.0131_MACD_RSI.py&version=5.0.0
#tool nuget:?package=StockSharp.Strategies.0131_MACD_RSI.py&version=5.0.0
MACD RSI Strategy (Python Version)
MACD RSI combines momentum from the Moving Average Convergence Divergence with overbought/oversold readings from RSI. When both indicators align, the probability of a sustained move increases.
The strategy enters long when MACD crosses up and RSI rises from oversold, or sells short when MACD crosses down with RSI falling from overbought.
Stops based on a percentage of price help contain losses if the indicators diverge after entry.
Details
- Entry Criteria: indicator signal
- Long/Short: Both
- Exit Criteria: stop-loss or opposite signal
- Stops: Yes, percent based
- Default Values:
CandleType
= 15 minuteStopLoss
= 2%
- Filters:
- Category: Trend following
- Direction: Both
- Indicators: MACD, RSI
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday
- 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 | 22 | 7/19/2025 |