StockSharp.Strategies.0050_AD.py
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0050_AD.py --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0050_AD.py -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0050_AD.py" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0050_AD.py" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0050_AD.py" />
paket add StockSharp.Strategies.0050_AD.py --version 5.0.1
#r "nuget: StockSharp.Strategies.0050_AD.py, 5.0.1"
#:package StockSharp.Strategies.0050_AD.py@5.0.1
#addin nuget:?package=StockSharp.Strategies.0050_AD.py&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0050_AD.py&version=5.0.1
Accumulation/Distribution Trend (Python Version)
This strategy uses the Accumulation/Distribution (A/D) indicator to gauge buying and selling pressure. Rising A/D alongside price above the moving average signals accumulation, while falling A/D below the average indicates distribution.
Testing indicates an average annual return of about 187%. It performs best in the stocks market.
Trades are taken in the direction of the A/D trend relative to the moving average. A change in A/D direction acts as an exit signal.
Stops are optional but can help manage risk.
Details
- Entry Criteria: A/D rising with price above MA or falling below MA.
- Long/Short: Both directions.
- Exit Criteria: A/D reverses or stop.
- Stops: Yes.
- Default Values:
MAPeriod
= 20CandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Trend
- Direction: Both
- Indicators: A/D, MA
- Stops: Yes
- Complexity: Basic
- 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.
Move reset logic to OnReseted in initial strategies