Indicators

Free Donchian Channel Min width
 3
  0
  193
20 Feb 2024, 16:54
You can determine the minimum width of the top and bottom lines of Donchian Channel.Please note that if the number is too large, the line may not be drawn. Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other...
28 Feb 2024, 18:37
This is the candle body version of Donchian Channel Min width.This does not respond to wick/tail.The dotted line in the image is Donchian Channel Candle body.   Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other indicators・2MA Cloud・2MA Cross ・Donchian...
Free cutrim
 0
  0
  181
10 Mar 2024, 13:26
volatividade 
Free Donchian Channel Break update
 1
  0
  176
20 Feb 2024, 16:38
In addition to the Donchian Channel Band functionality, the width can only be reduced when either the top or bottom line is broken.This may help you avoid missing ranges and...
Free Donchian Channel Band
 1
  0
  172
20 Feb 2024, 16:11
In addition to the regular three lines, you can add three lines each above and below the midline (six lines in total).You can change the numbers to whatever you like,...
Free Donchian Channel Candle body
 0
  0
  169
28 Feb 2024, 18:19
This is the candle body version of Donchian Channel Band.This does not respond to wick/tail.  Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other indicators・2MA Cloud・2MA Cross ・Donchian Channel Band・Donchian Channel Break update・Donchian Channel Min width ・Donchian Channel Candle body・Donchian...
Free DEmark
 0
  0
  159
04 Apr 2024, 12:24
using cAlgo.API; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class DeMarkPivotPoints : Indicator { [Parameter("Source")] public DataSeries Source { get; set; } [Output("Pivot", Color...
Free Teoriacutrim
 0
  0
  154
12 Mar 2024, 00:05
Teoria cutrim
Free mtm
 0
  0
  122
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{   [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class MomentumIndicator : Indicator   {       [Parameter("N Value", DefaultValue = 60, MinValue...
Free mtm
 0
  0
  68
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{   [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class MomentumIndicator : Indicator   {       [Parameter("N Value", DefaultValue = 60, MinValue...