Errors, bugs, questions - page 1561

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
Hello, can you tell me if I unsubscribe from the Signals service and I get my money back?
No. Read the rules carefully:
V. Settlement Procedure
Vladimir, as far as I know you are actively using the repository. Is it possible to effectively "merge" the files together so that some of the information from the revision on the server, which is missing in the local version, is moved to it? Thank you.
Vladimir, as far as I know you are actively using the repository. Is it possible to effectively "merge" the files together so that some of the information from the revision on the server, which is missing in the local version, is moved to it? Thank you.
I don't quite get it. I have several MetaEditor's and a rigid algorithm, brought to automatism:
- when opening MetaEditor, right click on the head folder of MQL5 - select "Update files from the Repository".
- Before closing MetaEditor, right click on the MQL5 main folder - select "commit changes from the Repository" - even if I have committed changes earlier during MetaEditor's operation. This ensures that I will not allow the situation with the changed file not committed.
It is this behavior that avoids various problems in the future when multiple versions of the same file exist at the same time.As for "merging" changes - this action is not reasonable with monopoly access.
I don't quite get it. I have several MetaEditor's and a rigid work algorithm, brought to automatism:
- When opening MetaEditor, right click on the head folder of MQL5 - select "Update files from Storage".
- before closing MetaEditor - right click on the main folder of MQL5 - select "commit changes from the Repository" - even if I have committed changes earlier during MetaEditor's operation. This ensures that I will not allow the situation with the changed file not committed.
It is this behavior that allows you to avoid various problems in the future when several versions of the same file exist simultaneously.As for "merging" changes - this action is not reasonable with monopoly access.
This is all understandable, but I wanted to apply it for a different purpose. Updating library files.
We can talk about it. Please open a new topic. Anything I can do to help.
Forum on trading, automated trading systems and trading strategy testing
Bugs, bugs, questions
Aliaksandr Kryvanos, 2016.04.21 09:43
I want to suggest this idea, in OrderModify() make it possible to change the comment for an order.MQL4.
1) StringToShortArray(). The description of 4 arguments count should be corrected in the 'Parameters' section to match what is written for the same argument in StringToCharArray() or at least make them identical.
2) In the same functions, for the argument count, it says"Number of array elements to copy". In my opinion,"Number of characters of the string to copy" would be more correct.