C# Class MQL4CSharp.UserDefined.Strategy.MQLRESTStrategy

Attach this one to your chart just to enable the REST API. It does nothing, but every MQLExpert has a REST endpoint
Inheritance: Base.MQLBase
显示文件 Open project: jseparovic/MQL4CSharp

Public Methods

Method Description
MQLRESTStrategy ( long ix ) : System
OnDeinit ( ) : void
OnInit ( ) : void
OnTick ( ) : void
OnTimer ( ) : void

Method Details

MQLRESTStrategy() public method

public MQLRESTStrategy ( long ix ) : System
ix long
return System

OnDeinit() public method

public OnDeinit ( ) : void
return void

OnInit() public method

public OnInit ( ) : void
return void

OnTick() public method

public OnTick ( ) : void
return void

OnTimer() public method

public OnTimer ( ) : void
return void