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.dll
  • MyVolumeIndicator.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, overrides OnCalculate, 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
  • .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.

Version Downloads Last Updated
2.0.2 220 3/4/2026
2.0.1 170 3/4/2026
2.0.0 173 3/4/2026
1.0.2 162 3/4/2026
1.0.1 168 3/4/2026
1.0.0 166 3/4/2026