Errors, bugs, questions - page 1832
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
in mt5?
Yeah, kinda,
I don't use extern in mt5 for a long time.
Ok. Then how do I change values in input parameters from the trading panel without opening them? After all, if they are displayed, it means that they cannot be changed.
Ok. Then how do I change values in input parameters from the trading panel without opening them? After all, if they are displayed, it means that they cannot be changed.
no idea to be honest,
but the externs are not shown in the input parameters - has it been like this for a long time? you can tell from the beginning of the mt5 terminal
no idea to be honest,
but externs are not shown in the input parameters - has this been the case since the beginning of mt5?
Well then it's time, probably in the SD, because I have a compiled version earlier than 1550 and there through the panel change variables like extern and are shown in the input parameters.
Well, it must be time, apparently in the SD, because I have a compiled version before 1550 and there through the panel change variables like extern and are displayed in the input parameters.
Maybe they were introduced later and then removed again? since 2012 I understood that externs were replaced by input and actually changed everything to input
Hello I have 2 terminals mt5 Alpari and mt5 broker Otkritie. \
I have 12 tools in Otkritie + indicators installed. CPU load 5-10%.
There are 3 open windows in Alpari with the same indicators and CPU load 25-30%.
I would like to open more symbols, but this glitch with load does not allow me to do so.
CPU load is 8-9% when minimized window
I guess it's a glitch with rendering of charts? But then why doesn't the Discover Broker have such a problem?
Well then it's time, apparently in SD, because I have a compiled on version before 1550 and there through the panel change variables of extern type and displayed in the input parameters.
this was originally written for this type of data, why you had them working as input parameters is not clear.
Extern variables
The keyword extern is used to declare variable identifiers as identifiers of a static memory class with global lifetime. Such variables exist at the start of program execution and are allocated and initialized right after the program starts.
It is possible to create programs consisting of several source files - for this purpose the #include preprocessor directive is used. Variables declared as extern with the same type and identifier can exist in different source files of the same project.
When the entire project is compiled, all extern variables with the same type and identifier are associated with the same area of memory pool of global variables. Extern variables are useful for separate compilation of source files. Extern variables can be initialized, but only once - it is unacceptable existence of several initialized extern variables of the same type and with the same identifier.
What is this?
Hadn't noticed 1554 request states before
Interestingly, even before the requested state, the margin data is fully available.
Forum on trading, automated trading systems and trading strategies testing
Features of mql5 language, subtleties and tricks
fxsaber, 2017.03.14 08:38
It places a pending order and modifies it by setting a new Request.comment field.
Script execution log
Terminal shows
Now delete the pending order manually and obtain the appropriate journal entries
2017.03.14 11:35:01.198 Trades '10127': cancel order #61938 buy limit 1.00 EURUSD at 1.06314 2017.03.14 11:35:01.330 Trades '10127': accepted cancel order #61938 buy limit 1.00 EURUSD at 1.06314 2017.03.14 11:35:01.333 Trades '10127': cancel order #61938 buy limit 1.00 EURUSD at 1.06314 placed for execution 2017.03.14 11:35:01.465 Trades '10127': cancel #61938 buy limit 1.00 EURUSD at 1.06314 done in 268.415 ms (NewComment)
Terminal shows
I.e., the comment of the pending order has actually changed. But the terminal could only show this in the logs and history - BAG!