Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.38 KB

File metadata and controls

33 lines (22 loc) · 1.38 KB

ATAS Indicators

Full documentation, usage instructions, and code examples can be found at docs.atas.net.
This includes detailed guidelines for working with the source code, implementation examples, and technical references.


Build

  1. Install ATAS Platform into C:\Program Files (x86)\ATAS Platform\
  2. Install or update NET8 SDK
  3. Clone repository and build it with Visual Studio 2022 or Rider.

Possible Build Error

If you encounter the following error during project build:

The "GenerateDepsFile" task failed unexpectedly.
System.ArgumentException: An item with the same key has already been added. Key: ATAS.Indicators.Technical
   at System.Collections.Generic.CollectionExtensions.LibraryCollectionToDictionary[T](IReadOnlyList`1 collection)
   ...

This may happen due to a temporary conflict in dependency resolution.
In most cases, it's enough to wait a few seconds and try building the project again.

If the problem persists, or you have any other problems please open the GitHub Issue.


Again, full documentation, usage instructions, and code examples can be found at docs.atas.net.
This includes detailed guidelines for working with the source code, implementation examples, and technical references.