MetaTrader 4 Build 574 with Updated MQL4 Language and Market of Applications Released - page 27
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
Just about bugs with parameters now :
Case No.1 : simple string parameters. When attached to the chart it is OK. When terminal is restarted the contents of all string parameters is lost (they are blank). Parameters are not altered in any way in the code (as it is seen from the code)
This is the result after terminal restart :
Case No.2 : enumerated parameters are inverted in the drop down box (the order of every enumerated parameter is completely inverted when the drop down box is used)
This is how the above code is displayed in the drop-down box :
Build 579 for both examples
These are just two examples with parameters bugs.
Thanks forexgeeker. My EAs create, write, read, and delete multiple csv files in the experts/files folder. I am unclear if this will be an issue on he new build?
EUR/USD Why does Point == 1e-005.0 and what does that mean ?
1) so 1e-005.0 == 0.00001 ?
2) I did not consider that was an off topic question because I thought it was related to the new mql4 I had never seen Point displayed that way before.
There is no experts folder anymore, there is an Experts folder within the MQL4 folder, and within that is a Files folder where you files will be written to.
Understood Raptor, but will these csv files be automatically copied to the new directory structure on the upgrade (I understand that other file types will be automatically transferred to the appropriate new directory)? To be safe, I will disable my EAs and save my csv files immediately before the upgrade. Perhaps I should just try the beta like you pros. Thanks!
Understood Raptor, but will these csv files be automatically copied to the new directory structure on the upgrade (I understand that other file types will be automatically transferred to the appropriate new directory)? To be safe, I will disable my EAs and save my csv files immediately before the upgrade. Perhaps I should just try the beta like you pros. Thanks!
Thats a question I would like the answer to as well . . . I have about 110,000 screen grabs in various subfolders of experts/files that I do not wish to lose . . .
The release notes at the start of this thread say "Subfolders additionally created by a user, as well as files contained there are not processed."
Such subfolders are presumably not deleted, just not moved.
The release notes at the start of this thread say "Subfolders additionally created by a user, as well as files contained there are not processed."
Such subfolders are presumably not deleted, just not moved.
Ah, well spotted, thanks. I would consider moving to be processing . . . I guess I'll have to test it.