namespace namespace_ATAS { using System; using ATAS.Indicators; using Utils.Common.Logging; public class Example1_2 : Indicator { protected override void OnCalculate(int bar, decimal value) { } protected override void OnInitialize() { var candle = GetCandle int color...