Questions from Beginners MQL4 MT4 MetaTrader 4 - page 187
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
I couldn't find in the search engine what does a two-dimensional array that is already filled look like? If a one-dimensional array can be written as Test={2,5,3} How would a two-dimensional array Test[][2] look like, for example 2,5,3 in the first array and 7,8,9 in the second array?
Thank you!
I have to do it a little differently, like this Test[][2];
The question is closed, it worked! :)
Test2[][2]={{2,7},{5,8},{3,9}};
The default colour in the indicator is specified by the directive:
#property indicator_color1 clrRed
If the user changes this colour when attaching the indicator to the chart, how do I know which colour the user has chosen?
Hello, could you please advise me, I am a novice trader, with a company ***. I traded with an analyst. Now I can't withdraw money from the platform, because they say I have to pay a commission for using the platform and forcopying trades. Please tell me whether such a commission exists or I am cheated? Just read everywhere is written that automatically debited from the account when funds are withdrawn. They ask me to pay in addition and then they withdraw the money.
What to prescribe in the Expert Advisor, so it opens deals by indicators, but not in the middle of the hour, but at the beginning of the hour! Now it opens at the beginning of the hour and in the middle of the hour! Or otherwise, what should be removed, so that the EA does not open deals in the middle of the hour, because it does not accompany them after opening!
Hello, can you advise me how to copy my trades to terminals of different brokers in MT4 without an advisor?
Open a signal. After that it will be copied by everyone who subscribes to your signal.