StockSharp.Strategies.0085_Ichimoku_Tenkan
5.0.2
Prefix Reserved
dotnet add package StockSharp.Strategies.0085_Ichimoku_Tenkan --version 5.0.2
NuGet\Install-Package StockSharp.Strategies.0085_Ichimoku_Tenkan -Version 5.0.2
<PackageReference Include="StockSharp.Strategies.0085_Ichimoku_Tenkan" Version="5.0.2" />
<PackageVersion Include="StockSharp.Strategies.0085_Ichimoku_Tenkan" Version="5.0.2" />
<PackageReference Include="StockSharp.Strategies.0085_Ichimoku_Tenkan" />
paket add StockSharp.Strategies.0085_Ichimoku_Tenkan --version 5.0.2
#r "nuget: StockSharp.Strategies.0085_Ichimoku_Tenkan, 5.0.2"
#:package StockSharp.Strategies.0085_Ichimoku_Tenkan@5.0.2
#addin nuget:?package=StockSharp.Strategies.0085_Ichimoku_Tenkan&version=5.0.2
#tool nuget:?package=StockSharp.Strategies.0085_Ichimoku_Tenkan&version=5.0.2
Ichimoku Tenkan/Kijun Cross Strategy (C# Version)
Ichimoku indicators provide a full trend-following system. This approach focuses on the Tenkan-sen crossing the Kijun-sen while price trades relative to the Kumo cloud. A bullish cross above the cloud signals trend continuation higher, whereas a bearish cross below the cloud suggests weakness.
Testing indicates an average annual return of about 142%. It performs best in the stocks market.
During operation the strategy calculates the Ichimoku components on each bar. When Tenkan rises above Kijun and price sits above the cloud, a long trade is initiated with a stop near Kijun. A cross in the opposite direction below the cloud triggers a short with a similar stop placement.
The system stays in the trade until the stop is hit or the cross reverses, aiming to catch sustained moves that follow the direction of the cloud.
Details
- Entry Criteria: Tenkan/Kijun cross with price relative to the Kumo cloud.
- Long/Short: Both.
- Exit Criteria: Stop-loss or opposite cross.
- Stops: Yes, at Kijun level.
- Default Values:
TenkanPeriod
= 9KijunPeriod
= 26SenkouSpanBPeriod
= 52CandleType
= 30 minute
- Filters:
- Category: Trend following
- Direction: Both
- Indicators: Ichimoku
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Swing
- 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.
fixes
Move state reset to OnReseted for strategies 81-90
Move state reset to OnReseted for strategies 81-90