iAlligator 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 4:41 PM
Gets indicator data for calculation SYNTAX public HistoricalData Data { get; } EXAMPLE using System;
using System.Collections;
using System....
Sun, May 13, 2018 at 4:41 PM
Gets the alligator's jaw period SYNTAX public int JawPeriod { get; }
Sun, May 13, 2018 at 4:42 PM
Gets the alligator's jaw shift SYNTAX public int JawShift { get; }
Sun, May 13, 2018 at 4:43 PM
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Sun, May 13, 2018 at 4:44 PM
Gets the alligator's lips period SYNTAX public int LipsPeriod { get; }
Sun, May 13, 2018 at 4:45 PM
Gets the alligator's lips shift SYNTAX public int LipsShift { get; }
Sun, May 13, 2018 at 4:46 PM
Gets the indicators' moving mode SYNTAX public MAMode Mode { get; }
Sun, May 13, 2018 at 4:47 PM
Gets indicator name SYNTAX public string Name { get; } EXAMPLE using System;
using System.Collections;
using System.Collections.Generic;
usi...
Sun, May 13, 2018 at 4:48 PM
Gets indicator input parameters SYNTAX public object[] Parameters { get; } EXAMPLE using System;
using System.Collections;
using System.Coll...
Sun, May 13, 2018 at 4:49 PM