NETIndicator

Complete () METHOD (Return: void)
This function will be called before removing. SYNTAX public void Complete () RETURN void
Wed, Apr 25, 2018 at 7:11 AM
ConvertUTCTimeToSelectedTimeZone (DateTime timeUTC) METHOD Return: DateTime
Convert UTC time to selected time zone; SYNTAX public DateTime ConvertUTCTimeToSelectedTimeZone (DateTime timeUTC) PARAMETERS timeUTC — DateTime ...
Wed, Apr 25, 2018 at 7:13 AM
CreateTimer (TimerCallback callback) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback) PARAMETERS callback — TimerCallback ...
Wed, Apr 25, 2018 at 7:19 AM
CreateTimer (TimerCallback callback, object state, int dueTime, int period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,int dueTime,int period) PA...
Wed, Apr 25, 2018 at 7:23 AM
CreateTimer (TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,TimeSpan dueTime,TimeSpan peri...
Wed, Apr 25, 2018 at 9:09 AM
CreateTimer (TimerCallback callback, object state, uint dueTime, uint period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,uint dueTime,uint period) ...
Wed, Apr 25, 2018 at 9:12 AM
GetHistoricalData (HistoricalDataRequest request) METHOD (Return: HistoricalData)
Represent access to created historical data request. SYNTAX public HistoricalData GetHistoricalData (HistoricalDataRequest request) PARAMETERS requ...
Wed, Apr 25, 2018 at 9:15 AM
GetLastError () METHOD (Return: int)
Returns the last error code; then this value will be zeroized; SYNTAX public int GetLastError () RETURN int
Wed, Apr 25, 2018 at 9:19 AM
GetLastErrorDescription () METHOD (Return: string)
Returns the last error code; then this value will be zeroized; SYNTAX public string GetLastErrorDescription () RETURN string
Wed, Apr 25, 2018 at 9:21 AM
GetValue (int line, int offset) METHOD (Return: double)
Gets the value of indicator from internal buffer; SYNTAX public double GetValue (int line,int offset) PARAMETERS line — intoffset — int RETURN d...
Wed, Apr 25, 2018 at 9:24 AM