iIchimoku 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 10:13 AM
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 10:16 AM
KijunSen PROPERTY (int)
Gets the Ichimoku's kijun sen period SYNTAX public int KijunSen { get; }
Wed, May 16, 2018 at 10:17 AM
LinesCount PROPERTY (int)
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Wed, May 16, 2018 at 10:19 AM
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 10:20 AM
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 10:21 AM
PriceType PROPERTY (PriceType)
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Wed, May 16, 2018 at 10:22 AM
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 10:23 AM
SenkouSpan PROPERTY (int)
Gets the Ichimoku's senkou span period SYNTAX public int SenkouSpan { get; }
Wed, May 16, 2018 at 10:25 AM
TenkanSen PROPERTY (int)
Gets the Ichimoku's tenkan sen period SYNTAX public int TenkanSen { get; }
Wed, May 16, 2018 at 10:25 AM