![]()
ATC Trader User Guide
Contents: Show all | Close all
Samples
Rapid Indicators
This indicator calculates two simple moving averages. There is one is for input data and a second one that is a moving average of the first calculated series.
- Sum: sum all input data
- TwoMA:
Rapid Custom Indicator WizardC# samples
- For SNI, refer to the ATC .NET Custom Indicator Framework.
- Sample External Indicator is a demo of the usage external .NET assemblies. CustomIndicators\Samples\SampleMath folder contains C# sources of the external library.
EasyLanguage Samples
- SampleRoC:is a sample of function usage.
- ExportTest is a demo of external EasyLanguage constructions. CustomIndicators\Samples\ExportedDLL contains the C++ sources of external library.