Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 152
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
Can you guys tell me what this error is? 2017.03.17 05:32:09.929 FxMath_DayTrader_USDJPY USDJPY,Daily: Failed to download image from file \Images\rfx1.com\image\fxmath.bmp. Error code 5020
Failed to load image to specified address.
Could not open URL link. HResult = 2 Error 4202 - object does not exist.
Thank you.
How about if you want to know the crossing point when there are no bars yet, i.e. a date in the future.
you can calculate "in how many bars there will be an intersection" (just school geometry)
But the date can only be approximated by this, as the bars are formed only when the market is open, i.e. they are different for each instrument.
Simplified, if you know the calendar in advance:
that is so messy, that MT has a big problem with it :-)
Hello!
Can you tell me which functions (user functions, special functions, standard functions) are used to communicate between terminals? Example:[product name deleted by moderator](copyer of deals for MetaTrader 4 terminal, copies (synchronizes, duplicates) trades from any accounts). And why does it not depend on ticks?
Hello!
Can you tell me which functions (user functions, special functions, standard functions) are used to communicate between terminals? Example:[product name deleted by moderator](copyer of deals for MetaTrader 4 terminal, copies (synchronizes, duplicates) trades from any accounts). And why does it not depend on ticks?
Functions of work with files, standard. It does not depend on ticks, because it works in a timer.
Is there an alternative to converting int to double for mathematical operations?