Errors, bugs, questions - page 1485

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
OFFTOP:
The thread has turned into "Any rookie question, so as not to clutter up the forum. Pro's, don't pass it by. Nowhere without you - N" + "Any questions from PRO's to SUPERPRO's - N".
I used to think that every post here was important information about MQL-bugs/features, terminal errors and other technical stuff making the content especially useful. If a question does not correspond to the special level of this branch, it is not a shame for people to create a separate thread.
Kicked it out of Favorites, too bad. Apologies for the off-topic.
Actually the "F1" button works fine in the MetaEditor. Describe your steps in detail, what you are doing and where the cursor is at the time.
I open the required code in the editor and put the cursor on "double", for example, and press F1.
As a rule, the help window about "double" is expected to appear, but nothing even changes...
I open the required code in the editor and put the cursor on "double", for example, and press F1.
As a rule, a help window about "double" is expected to appear, but nothing changes even...
Please start the terminal and paste here the first three lines from the "log" tab. Something like this:
About initialisation. Can I write it this way?
1. I declare a structure:
2. I initialize it.
MyStruct data={0};
The result - no errors. Let's go further.
3. Swap fields in the structure:
4. Initializing.
MyStruct data={0};
The result - Internal compiler error.
The line number is not specified, so it's hard to understand what's wrong.
5. After thinking for a while I decided to redo the initialization in another way:
ZeroMemory(data);
result - no errors.
All in all my favourite initialization through ={0} with strings doesn't work. That's how sad it is.
P.S. Although, compiler could be smarter and put NULL in line or at least specify the number of line with error.
Why do the hotkeys either work or don't work?
Specifically, the right alt+digit doesn't always work, not even in the logbook.
I haven't noticed such a problem with the left alt.
win7/64 mt4/950
Why do the hotkeys either work or don't work?
Specifically, the right alt+digit does not always work, not even in the logbook.
I haven't noticed such a problem with the left alt.
win7/64 mt4/950
Any solutions ?
A person wants to sign a demo account for a real signal, but as he claims he is facing difficulties. Only demo signals are available in the terminal.
Is there any solution?
The man is too lazy to read - it's been a long time since the rules of Signals: demo to demo, real to real.
Fair enough. Thank you.