• Information
11+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Nikolay Panev
Added topic Possible MQL4 Bug
Hi, I've come across on something weird. Having an extern input variable followed by comment changes the name of the variable in the EA's/script's Inputs Window. The following code: extern string myVar = "abc" ; // This is a comment extern double d =
Nikolay Panev
Published code Balance of Power
The Balance of Power (BOP) indicator was described by Igor Livshin and measures the strength of the bulls vs bears by assessing the ability of each to push price to an extreme level.
Nikolay Panev
Added topic 2D arrays
Hi, Is there any way to declare a two-dimensional array in MQL5 without knowing the size of the second dimension? Thx 
Nikolay Panev
Added topic StrToTime()
According to documentation: https://docs.mql4.com/convert/StrToTime datetime StrToTime ( string value) Converts string in the format "yyyy.mm.dd hh:mi" to datetime type (the amount of seconds that have passed since 1 Jan., 1970)
Nikolay Panev
Added topic 1.#INF Error
Hi, I have the following simple code:      double open[], close[], midpoint= 0.0 ;    int handle_1, handle_2;       ArrayResize (open, 2 );    ArrayResize (close, 2 );      
Nikolay Panev
Added topic Volume mystery
Hi guys, I know this topic is discussed a lot but I found few things I cannot understand. I was researching the Volumes shown in MT, made a simple script that every tick outputs the price and volume. And I got interesting results. According to docs
Nikolay Panev
Registered at MQL5.community