-
Notifications
You must be signed in to change notification settings - Fork 46
OTMql4ZmqTest
Open Trading edited this page Feb 22, 2016
·
3 revisions
A simple test Script that doesn't do much, but it's a start. Attach it to a chart, select the tests you want to run, and a MessageBox will pop up to tell you if it passed or failed. We will put each test as a boolean external input so the user can select which tests to run.
bool bAssertStrerrortEqual(int i, string u)
string eTestErrorMessages()
void OnStart()
void OnDeinit(const int reason)
Source code: MQL4/Scripts/OTMql4/OTMql4ZmqTest.mq4
This file is automatically generated from the source code: do not edit.
Parent: CodeScripts