Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 603
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
Thank you, could you please specify which property function to use? I only see OBJPROP_LEVELCOLOR, OBJPROP_LEVELSTYLE, OBJPROP_LEVELWIDTH and the number of levels OBJPROP_LEVELS. For the first three, a modifier is given to indicate the level number.
By the way, I tried to change the colour of one Fibonacci level, it changed the colour of the whole object:
Where name is the name of Fibonacci Retracement object.
Why did the colour of the whole object change?
Forum on trading, automated trading systems and strategy testing
Bugs, bugs, questions
Alexey Viktorov, 2018.07.19 15:12
It works for me.
Why has the colour of the whole object changed?
this is the mt4 branch ;)
Why has the colour of the whole object changed?
and does it work in the tester in visual mode too?
does it work in the tester in visual mode too?
It's because of people like you that the SD was shut down. You probably have advanced dementia!
It's a pity servicedesk didn't post application feats on the forum, it would have been fun to read them ))
Works in MT5, not checked in MT4.
So this is an MT4 thread...
Finally, can you tell me how to connect my real account to mt5? When I contact technical support they reply that for technical reasons mt5 is temporarily unavailable. It can't be the same?
Hello. Trying to figure out encryption. Can anyone encrypt with MQL4 and then decrypt with some web service? I get the result in MQL4, but I can't decrypt it with the same key (outside MQL4).
For example https://www.devglan.com/online-tools/aes-encryption-decryption
My key seems to be too long here. But I can't decrypt it with the right key too...
https://www.mql5.com/ru/docs/common/cryptencode
Using the ArrayToHex function as in the example.
AES128
source: Hello World
key: yBCi9VMOTwJ6RVeH
результат: 5B27495716A6D1F20B6AFB069D30286F
https://www.devglan.com/online-tools/aes-encryption-decryption
It's not decrypted here...