iEnvelopes CLASS
Gets indicator values count SYNTAX public int Count { get; } EXAMPLE using System;
using System.Collections;
using System.Collections.Generi...
Sun, May 13, 2018 at 7:28 PM
Gets indicator data for calculation SYNTAX public HistoricalData Data { get; } EXAMPLE using System;
using System.Collections;
using System....
Sun, May 13, 2018 at 7:31 PM
Gets the indicator's deviation value SYNTAX public double Deviation { get; }
Sun, May 13, 2018 at 7:32 PM
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Sun, May 13, 2018 at 7:32 PM
Gets the indicators' moving mode SYNTAX public MAMode Mode { get; }
Sun, May 13, 2018 at 7:33 PM
Gets indicator name SYNTAX public string Name { get; } EXAMPLE using System;
using System.Collections;
using System.Collections.Generic;
using ...
Sun, May 13, 2018 at 7:41 PM
Gets indicator input parameters SYNTAX public object[] Parameters { get; } EXAMPLE using System;
using System.Collections;
using System.Coll...
Sun, May 13, 2018 at 7:42 PM
Gets the indicator's period SYNTAX public int Period { get; }
Sun, May 13, 2018 at 7:43 PM
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Sun, May 13, 2018 at 7:43 PM
Gets the NETIndicator object instance for custom indicators, null for builtin indicators SYNTAX public NETIndicator Script { get; }
Sun, May 13, 2018 at 7:44 PM