Free cciemas
 0
  0
  247
02 May 2024, 17:41
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;namespace cAlgo.Indicators{   [Indicator(IsOverlay = true)]   public class CciEma : Indicator   {       [Parameter("CCI Length", DefaultValue = 7, MinValue = 1)]       public int CciLength {...