greentreen
greentreen
greentreen
Added topic EasyAndFast GUI bug
I download the library of the last MT4 version  https://www.mql5.com/en/code/19703 Experts\Article09\TestLibrary03 The Edit is always flickering. This is a great library,but we hardly create anything because of the bug
greentreen
Added topic GUI EA crash
It creates GUI well when EA is loaded  If I change the timeframe to H4 ,and change it back to H1, EA will crash. //+------------------------------------------------------------------+
greentreen
Added topic How to present a number in octal in MQL ?
   //--- octal  %o    int b= 017 ; // octal:21    actual it is decimal    printf ( "b=octal:%o,b=%d" ,b,b); //b=octal:21,b=17
greentreen
Added topic Please shortcut to move cursor out of parenthesis, quotes, brackets
Please share your shortcuts .... Thanks     printf ( "the result = %.5f" ,result)
greentreen
Added topic Is it a bug in printf() rounded ?
//+------------------------------------------------------------------+
greentreen
Added topic Why is the value of clrRed equal to 0x0000FF instead of 0xFF0000
//+------------------------------------------------------------------+
greentreen
Added topic why my EA occasionally place 2 orders at the exact same time
why my EA  occasionally place 2 orders at the exact same time It just occasionally occurs this situation. what is wrong with the code ?    //+------------------------------------------------------------------+
greentreen
Added topic How to get the High price of a bar specified with an open time ?
How to get the High price of  a bar specified with an open time ?   //+------------------------------------------------------------------+
greentreen
Registered at MQL5.community