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
Afficher le fichier Open project: jseparovic/MQL4CSharp

Méthodes publiques

Méthode Description
MQLRESTStrategy ( long ix ) : System
OnDeinit ( ) : void
OnInit ( ) : void
OnTick ( ) : void
OnTimer ( ) : void

Method Details

MQLRESTStrategy() public méthode

public MQLRESTStrategy ( long ix ) : System
ix long
Résultat System

OnDeinit() public méthode

public OnDeinit ( ) : void
Résultat void

OnInit() public méthode

public OnInit ( ) : void
Résultat void

OnTick() public méthode

public OnTick ( ) : void
Résultat void

OnTimer() public méthode

public OnTimer ( ) : void
Résultat void