iMACD CLASS
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:45 AM
Gets indicator data for calculation SYNTAX public HistoricalData Data { get; } EXAMPLE using System;
using System.Collections;
using System....
Wed, May 16, 2018 at 10:47 AM
Gets the indicator's fast moving period SYNTAX public int FastPeriod { get; }
Wed, May 16, 2018 at 10:48 AM
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Wed, May 16, 2018 at 10:49 AM
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:50 AM
Gets indicator input parameters SYNTAX public object[] Parameters { get; } EXAMPLE using System;
using System.Collections;
using System.Coll...
Wed, May 16, 2018 at 10:51 AM
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Wed, May 16, 2018 at 10:52 AM
Gets the NETIndicator object instance for custom indicators, null for builtin indicators SYNTAX public NETIndicator Script { get; }
Wed, May 16, 2018 at 10:53 AM
Gets the indicators' signal period SYNTAX public int SignalPeriod { get; }
Wed, May 16, 2018 at 10:54 AM
Gets the indicator's slow moving period SYNTAX public int SlowMaPeriod { get; }
Wed, May 16, 2018 at 10:54 AM