Errors, bugs, questions - page 2017

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
The order in which operands are executed in C++ is not regulated, so it's up to the individual compiler.
The order in which operands are evaluated cannot be regulated because it depends on the context
If it is strictly regulated, efficiency will be lost in one of 2 casesThe order in which the operands are calculated cannot be regulated because it depends on the context
If it is strictly regulated - in one of 2 cases efficiency will be lostGreat example!
I can't understand why an "invalid pointer access" error occurs during execution. I think everything must be clear. Win7x64.
I can't figure out why an "invalid pointer access" error occurs during execution. Seems like everything should be clean. Win7x64.
32bit is good. For 64bit it needs some extra work:
32bit rules. For 64, you need to do some extra work.
The optimiser seems to be getting wise.
IndicatorParameters (+ IndicatorRelease)
I forgot to explain. I need mql4. I also don't have a handle. The idea is that the user will install the indicators on the chart himself, and the program should determine their number, name and parameters used (this is not a spy program :) it's for the user)
I forgot to clarify. I need mql4. Yes and I don't have a handle. The idea is that the user will install the indicators on the chart himself, and the program should determine their number, name and parameters used (this is not a spy program :) it's for the user)
ChartSaveTemplate + parsing. Here is an MT5 example for an EA. By analogy, convert to MT4 indicators.
A question that keeps bugging the developers:
Why aren't there features like
It would increase productivity, so many unnecessary requests/operations could be eliminated and time could be saved on order search mess
What exactly is the problem?
There is no description of the ENUM_SYMBOL_ORDER_GTC_MODE enumeration in the editor's help