Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
MQL4CSharp
UserDefined
Strategy
MQLRESTStrategy
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
Datei anzeigen
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