StockSharp.Strategies.0120_First_Day_of_Month
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0120_First_Day_of_Month --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0120_First_Day_of_Month -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0120_First_Day_of_Month" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0120_First_Day_of_Month" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0120_First_Day_of_Month" />
paket add StockSharp.Strategies.0120_First_Day_of_Month --version 5.0.1
#r "nuget: StockSharp.Strategies.0120_First_Day_of_Month, 5.0.1"
#:package StockSharp.Strategies.0120_First_Day_of_Month@5.0.1
#addin nuget:?package=StockSharp.Strategies.0120_First_Day_of_Month&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0120_First_Day_of_Month&version=5.0.1
First Day of Month Strategy (C# Version)
Many markets exhibit a bullish bias on the first trading day of the month as new capital flows into funds. Traders attempt to front-run this effect by buying at the prior month's close or early in the session.
The strategy enters long at the start of the month and exits before the second day begins, capturing the typical influx of buying.
A small stop protects against downside surprises if the expected strength fails to appear.
Details
- Entry Criteria: calendar effect triggers
- Long/Short: Both
- Exit Criteria: stop-loss or opposite signal
- Stops: Yes, percent based
- Default Values:
CandleType= 15 minuteStopLoss= 2%
- Filters:
- Category: Seasonality
- Direction: Both
- Indicators: Seasonality
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday
- Seasonality: Yes
- 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.