Free DEmark
 0
  0
  155
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...