StockSharp.Strategies.0251_MACD_Breakout
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0251_MACD_Breakout --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0251_MACD_Breakout -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0251_MACD_Breakout" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0251_MACD_Breakout" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0251_MACD_Breakout" />
paket add StockSharp.Strategies.0251_MACD_Breakout --version 5.0.1
#r "nuget: StockSharp.Strategies.0251_MACD_Breakout, 5.0.1"
#:package StockSharp.Strategies.0251_MACD_Breakout@5.0.1
#addin nuget:?package=StockSharp.Strategies.0251_MACD_Breakout&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0251_MACD_Breakout&version=5.0.1
MACD Breakout (C# Version)
The MACD Breakout strategy watches the MACD for sudden expansions. When readings jump beyond their normal range, price often starts a new move.
A position opens once the indicator pierces a band derived from recent data and a deviation multiplier. Long and short trades are possible with a stop attached.
This system fits momentum traders seeking early breakouts. Trades close as the MACD falls back toward the mean. Defaults start with FastEmaPeriod
= 12.
Details
- Entry Criteria: Indicator exceeds average by deviation multiplier.
- Long/Short: Both directions.
- Exit Criteria: Indicator reverts to average.
- Stops: Yes.
- Default Values:
FastEmaPeriod
= 12SlowEmaPeriod
= 26SignalPeriod
= 9SmaPeriod
= 20DeviationMultiplier
= 2.0mStopLossPercent
= 2.0mCandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Breakout
- Direction: Both
- Indicators: MACD
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Short-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.