Features of the mql5 language, subtleties and tricks - page 96
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
GetSystemTimePreciseAsFileTime is very interesting. This kind of function is missing in MQL, or at least rounded to micro/milliseconds. Time in seconds is too crude. In MT itself milliseconds are used everywhere. Now I have to make a big deal by synthesizing the exact time using the same GetMicrosecondCount:
By the way, GetSystemTimePreciseAsFileTime is very interesting. This kind of function is missing in MQL, well, at least with rounding to micro/milliseconds. Time in seconds is too crude. In MT itself milliseconds are used everywhere. Now I have to do this by synthesizing the exact time using the same GetMicrosecondCount:
Create your own callback with generation in mcs through WinApi functionality
Create your own callback with generation in mcs via WinApi functionality
What's the callback for here?
What's the callback for?
Well if you want the whole thread then a function-ring is enough, and if you want to work with events then callback
Forum on trading, automated trading systems and testing trading strategies
How to check that an order is executed after calling PositionOpen
fxsaber, 2018.08.09 20:35
Try this script thereForexTimeFXTM-Demo01 (orFXOpen-MT5)
Sometimes two new positions will open, not one.
The script tries to open one new position, but sometimes we get two.
Old topic, but quite simple code to understand the problem
The script tries to open one new position, but sometimes we get two.
It's kind of like there was already a solution in QB:
Forum on trading, automated trading systems and trading strategies testing
Typical mistakes and how to fix them when working with a trading environment
fxsaber, 2018.02.27 21:57
Forum on trading, automated trading systems and testing trading strategies
Expert Advisors: SerialMA_EA
fxsaber, 2018.02.27 21:54
Yay!
Check your work (I don't know about the Marketplace) for the invisibility mechanism. You can seriously "get"...
Followed the link, but did not understand what invisibility mechanism we are talking about.
Followed the link, but did not understand what mechanism of invisibility we are talking about.
The indicator is in a hidden mode on the chart. It will unload Expert Advisors. I think I understood it through a quick look from the cell phone.
Followed the link, but did not understand what invisibility mechanism we are talking about.
It cannot be removed.