
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I can't understand how to use the function
The compiler warns
'OBJPROP_TIME1' - undeclared identifier TZ_Sky_and_Ground_V_04.mq5 2891 12
'OBJPROP_TIME1' - constant expression required TZ_Sky_and_Ground_V_04.mq5 2891 12
'OBJPROP_PRICE1' - undeclared identifier TZ_Sky_and_Ground_V_04.mq5 2893 12
'OBJPROP_PRICE1' - constant expression required TZ_Sky_and_Ground_V_04.mq5 2893 12
'OBJPROP_TIME2' - undeclared identifier TZ_Sky_and_Ground_V_04.mq5 2895 12
'OBJPROP_TIME2' - constant expression required TZ_Sky_and_Ground_V_04.mq5 2895 12
'OBJPROP_PRICE2' - undeclared identifier TZ_Sky_and_Ground_V_04.mq5 2897 12
'OBJPROP_PRICE2' - constant expression required TZ_Sky_and_Ground_V_04.mq5 2897 12
'OBJPROP_TIME3' - undeclared identifier TZ_Sky_and_Ground_V_04.mq5 2899 12
'OBJPROP_TIME3' - constant expression required TZ_Sky_and_Ground_V_04.mq5 2899 12
'OBJPROP_PRICE3' - undeclared identifier TZ_Sky_and_Ground_V_04.mq5 2901 12
'OBJPROP_PRICE3' - constant expression required TZ_Sky_and_Ground_V_04.mq5 2901 12
Change ObjectSetInteger(...) to ObjectSetMQL4(...) in the lines where the error occurs.
In general, it's easier to rewrite, it's very fast to change there, literally 2 minutes of time
Change ObjectSetInteger(...) to ObjectSetMQL4(...) in the lines where the error occurs.
In general, it's easier to rewrite, it's very fast to change it there, literally 2 minutes of time
I don't understand or it doesn't work.
I had such a function
To make it work in MQL5, I added from the article
I got the above described errors.
I don't get it or it doesn't work.
I had this function
In order for it to work in MQL5, I added from the article.
And I got the above described errors.
Such constructions should have been flushed down the toilet back in 2013.
Use:
These are the kind of designs that should have been flushed down the toilet back in 2013
Use it:
Thank you. I understood that in my case I need to put ObjectSetInteger everywhere .
Thank you. I understand that in my case I need to put ObjectSetInteger everywhere .
Absolutely.
The help describes everything perfectly well, where Integer is needed and where Dooble is needed
Absolutely.
The help describes everything perfectly well, where Integer is needed and where Dooble is needed
I was a bit confused with the help because I didn't know much about working with objects before and I borrowed the function....
I was stupid with the help - as I didn't know much about working with objects before, but I borrowed the function....
Borrow from new branches and advisors. Do not borrow from the branches of 2007)
Borrow from new branches and advisors. Don't borrow from the 2007 branches)
This borrowing was in 2013 - just moving from one place to another...
Please advise how to work with iFractalsMQL4
Result:
2017.08.10 17:28:23.458 TwoFingersSymbolsExp_v1.03_my_pa (_DJI,M5) i 0 ii 2 Pairs[i] AUDCAD_i TMODE 1 dF 1.00731
2017.08.10 17:28:23.458 TwoFingersSymbolsExp_v1.03_my_pa (_DJI,M5) i 0 ii 3 Pairs[i] AUDCAD_i TMODE 1 dF 1.797693134862316e+308
2017.08.10 17:28:23.458 TwoFingersSymbolsExp_v1.03_my_pa (_DJI,M5) i 1 ii 2 Pairs[i] AUDCHF_i TMODE 1 dF 1.797693134862316e+308 ...
That is, iFractalsMQL4 works at the first call, but then it does not.
CSymbolInfo m_symbols[]; // symbol info object
and
m_symbols[i].Refresh();
are not correct. What should be done?
Thank you,
Your hard work in this article is very helpful :)