mql4-lib is a simple library that tries to make MQL programming pleasant with a more object oriented approach and a coding style like Java, and encourages writing reusable components. This library has the ambition to become the de facto Foundation Library for MQL. Though the library was targetin...
" Log Name: Application Source: Application Hang Date: 8/2/2017 10:40:05 AM Event ID: 1002 Task Category: (101) Level: Error Keywords: Classic User: N/A Computer: Elio-PC Description: The program terminal.exe version 4.0.0.1090 stopped interacting with Windows and was closed. To see if...
void ann_prepare_input() { int i; for(i=0;i<=AnnInputs-1;i=i+3) { InputVector[i]= 10*iMACD(NULL,0,FastMA,SlowMA,SignalMA,PRICE_CLOSE, MODE_MAIN,i*3); InputVector[i+1]= 10*iMACD(NULL,0,FastMA,SlowMA,SignalMA,PRICE_CLOSE, MODE_SIGNAL,i*3); InputVector[i+2]=InputVec...
The later parser is inspired by the hiredis ReplyReader implementation.They both have a getError method that tells you what is going wrong (check Mql/Format/RespParseError.mqh for all error codes) if the parse method returns a NULL value. RespMsgParser has a check method that can check ...