NETColumn CLASS
Represents access to collection of all available positions. SYNTAX public PositionsCollection Positions { get; }
Mon, Apr 23, 2018 at 8:22 AM
The name of the script SYNTAX public string ProjectName { get; set; }
Mon, Apr 23, 2018 at 8:24 AM
Returns true when events should be called in the main processing thread, otherwise returns false (default). Directly event processing is faster, but may aff...
Mon, Apr 23, 2018 at 8:25 AM
The version of the script SYNTAX public string Version { get; set; }
Mon, Apr 23, 2018 at 8:27 AM
Shows all given params in message screen; SYNTAX public void Alert (object[] args) PARAMETERS args — object[] RETURN void
Mon, Apr 23, 2018 at 11:05 AM
Shows data in the chart window; SYNTAX public void Comment (object[] args) PARAMETERS args — object[] RETURN void
Mon, Apr 23, 2018 at 11:59 AM
This function will be called before removing. SYNTAX public void Complete () RETURN void
Mon, Apr 23, 2018 at 12:02 PM
Convert UTC time to selected time zone; SYNTAX public DateTime ConvertUTCTimeToSelectedTimeZone (DateTime timeUTC) PARAMETERS timeUTC — DateTime ...
Tue, Apr 24, 2018 at 6:16 AM
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback) PARAMETERS callback — TimerCallback ...
Tue, Apr 24, 2018 at 6:25 AM
Timer that will be stopped at the end of the script SYNTAX public Timer CreateTimer (TimerCallback callback,object state,int dueTime,int period) PA...
Tue, Apr 24, 2018 at 6:23 AM