AtasIndicator.Template
2.0.2
dotnet new install AtasIndicator.Template::2.0.2
This package contains a .NET Template Package you can call from the shell/command line.
ATAS Indicator Project Template
Template for creating indicator projects for ATAS Platform using C#.
Installation
dotnet new install AtasIndicator.Template
Usage
Create a new project with matching name and folder:
dotnet new atas-indicator -n MyVolumeIndicator -o MyVolumeIndicator
Result:
- Folder
MyVolumeIndicator/ MyVolumeIndicator.csproj– project referencing ATAS.Indicators.dllMyVolumeIndicator.cs– sample indicator class with anti-repainting pattern
Requirements
- .NET SDK 8.0 or later
- ATAS Platform installed at
C:\Program Files (x86)\ATAS Platform\ - Visual Studio or C#-capable IDE
Generated project structure
- TargetFramework: net10.0-windows
- PostBuild: Automatically copies DLL to
%USERPROFILE%\Documents\ATAS\Indicators\ - Sample indicator: Inherits
Indicator, overridesOnCalculate, includes anti-repainting guard - .cursor/skills: Cursor agent skills for ATAS indicator development (atas-indicator-core, atas-indicator-patterns, atas-indicator-boilerplate)
- .gitignore: Standard ignore rules for build outputs, IDE, and secrets
- README.md: Project README with build instructions and links
Links
-
.NETStandard 2.0
- 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.