Indicators

Free Bars Statistics
 0
  0
  1106
23 May 2020, 13:21
This indicator shows some summary statistics about the data of the available bars on your chart, you can use the data for developing trading systems or knowing better the asset...
Free PSC
 0
  0
  102
06 Apr 2024, 17:16
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;using cAlgo.API.Requests;using System; namespace cAlgo{[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]public class RiskPositionSizeIndicator : Indicator{[Parameter("Risk Percentage", DefaultValue = 1, MinValue = 0, MaxValue = 100)]public double...