BarData CLASS
Returns bar index of lowest price presented in entire history of loaded history object. SYNTAX public int Lowest (PriceType type) PARAMETERS ...
Sat, Apr 28, 2018 at 10:40 AM
Medium price of the required Historical element. SYNTAX public double Medium (int offset) PARAMETERS offset — int Defines index of the requ...
Sat, Apr 28, 2018 at 10:42 AM
Medium price of last Historical element. SYNTAX public double Medium () RETURN double Returns a double value representing the medium price o...
Sat, Apr 28, 2018 at 10:43 AM
Open price of the required Historical element. SYNTAX public double Open (int offset) PARAMETERS offset — int Defines index of the requi...
Sat, Apr 28, 2018 at 10:45 AM
Open price of last Historical element. SYNTAX public double Open () RETURN double Returns a double value representing the open price of the ...
Sat, Apr 28, 2018 at 10:46 AM
Ranged price (High - Low) of the required Historical element. SYNTAX public double Range (int offset) PARAMETERS offset — int RETURN ...
Sat, Apr 28, 2018 at 10:49 AM
Ranged price (High - Low) of last Historical element. SYNTAX public double Range () RETURN double Returns a double value representing the ra...
Sat, Apr 28, 2018 at 10:50 AM
Open Time (UTC) of the specified historical element SYNTAX public override DateTime Time (int offset) PARAMETERS offset — int Defines index o...
Sat, Apr 28, 2018 at 11:22 AM
Open Time (UTC) of the last historical element. SYNTAX public override DateTime Time () RETURN DateTime Returns a DataTime value representing...
Sat, Apr 28, 2018 at 11:24 AM
Close Time (UTC) of the specified historical element. SYNTAX public DateTime TimeClose (int offset) PARAMETERS offset — int Defines index o...
Sat, Apr 28, 2018 at 11:25 AM