Florin Ionescu / Profile
Florin Ionescu
Added topic DLL import alias problem (decorated names)
I have a DLL which I use in MT4, but it doesn't seem to work in MT5. All functions are in this form: _nameOfFunction@24 instead of 24, some functions there are with @40,@4 etc... from what I saw, these are under the term of "decorated names" MT4
Florin Ionescu
Added topic compilation error when declaring a variable inside a switch statement
Creating a new custom indicator and having this switch statement: switch (rates_total) { case 1 : int r = 5 ; if (r==rates_total) printf (
Florin Ionescu
Added topic mqh with useful functions (pixel coordinates to price and bar conversion and phew more)
I made an mqh because of some holes in MQL5 and I wanted to publish it. It's commented so it wouldn't be much of a problem to understand the functions. Mqh file must be in the same directory with your indicator. Use: #include "utils.mqh"
: