iStochastic CLASS

Count PROPERTY (int)
Gets indicator values count SYNTAX public int Count { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Wed, May 16, 2018 at 12:22 PM
Data PROPERTY (HistoricalData)
Gets indicator data for calculation SYNTAX public HistoricalData Data { get; } EXAMPLE using System; using System.Collections; using System....
Wed, May 16, 2018 at 12:24 PM
DPeriod PROPERTY (int)
Gets the Stochastic's DPeriod value SYNTAX public int DPeriod { get; }
Wed, May 16, 2018 at 12:26 PM
KPeriod PROPERTY (int)
Gets the Stochastic's KPeriod value SYNTAX public int KPeriod { get; }
Wed, May 16, 2018 at 12:27 PM
LinesCount PROPERTY (int)
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Wed, May 16, 2018 at 12:28 PM
Mode PROPERTY (MAMode)
Gets the indicators' moving mode SYNTAX public MAMode Mode { get; }
Wed, May 16, 2018 at 12:30 PM
Name PROPERTY (string)
Gets indicator name SYNTAX public string Name { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; usi...
Wed, May 16, 2018 at 12:31 PM
Parameters PROPERTY (object[])
Gets indicator input parameters SYNTAX public object[] Parameters { get; } EXAMPLE using System; using System.Collections; using System.Coll...
Wed, May 16, 2018 at 12:32 PM
PriceType PROPERTY (PriceType)
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Wed, May 16, 2018 at 12:33 PM
Script PROPERTY (NETIndicator)
Gets the NETIndicator object instance for custom indicators, null for builtin indicators SYNTAX public NETIndicator Script { get; }
Wed, May 16, 2018 at 12:35 PM