StockSharp.Strategies.0057_Double_Top
5.0.2
Prefix Reserved
dotnet add package StockSharp.Strategies.0057_Double_Top --version 5.0.2
NuGet\Install-Package StockSharp.Strategies.0057_Double_Top -Version 5.0.2
<PackageReference Include="StockSharp.Strategies.0057_Double_Top" Version="5.0.2" />
<PackageVersion Include="StockSharp.Strategies.0057_Double_Top" Version="5.0.2" />
<PackageReference Include="StockSharp.Strategies.0057_Double_Top" />
paket add StockSharp.Strategies.0057_Double_Top --version 5.0.2
#r "nuget: StockSharp.Strategies.0057_Double_Top, 5.0.2"
#:package StockSharp.Strategies.0057_Double_Top@5.0.2
#addin nuget:?package=StockSharp.Strategies.0057_Double_Top&version=5.0.2
#tool nuget:?package=StockSharp.Strategies.0057_Double_Top&version=5.0.2
Double Top Pattern (C# Version)
Double Top identifies two peaks separated by a number of bars with similar prices. After the second peak forms, a bearish candle confirms the reversal.
Testing indicates an average annual return of about 58%. It performs best in the stocks market.
The strategy sells short upon confirmation with a stop above the pattern highs, aiming to profit from a trend change after buyers are exhausted.
Positions are closed via stop-loss or discretionary targets.
Details
- Entry Criteria: Two tops within
SimilarityPercent
afterDistance
bars. - Long/Short: Short only.
- Exit Criteria: Price rallies or stop-loss.
- Stops: Yes.
- Default Values:
Distance
= 5SimilarityPercent
= 2.0mCandleType
= TimeSpan.FromMinutes(15)StopLossPercent
= 1.0m
- Filters:
- Category: Pattern
- Direction: Short
- Indicators: Price Action
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday
- Seasonality: No
- Neural Networks: No
- Divergence: Yes
- 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.
style: align C# strategies with tabs