Questions from Beginners MQL4 MT4 MetaTrader 4 - page 244
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
You are welcome... Literature is the documentation here on the website, start with the event model, learn the OnTick OnInit OnCalculate OnDeinit functions, from there move to the data, buffers Close, Time and so on, then to the trading functions, and then as needed, and you are already an international expert.
If you're interested, the bar closes(opens). There is a 5-7 point margin above and below the opening. The price moves out of this mini channel - the deal is opened.
It is a task to write my first Expert Advisor. I will be glad to help.
In case of interest, the bar closes(opens). Indent 5-7 pips above and below the opening. The price goes beyond this mini channel - the deal is opened.
It is a task to write my first Expert Advisor. I would be glad to help.
You may try to look for a ready-made even
Good afternoon. Help with the EA. The strategy says that if a stop triggered, then the EA should add (the number of pips) to the next TP from the history by ID, but it does not add pips for some reason.
What is wrong with the code?
Here's from 1999
Here's one from 1999.
Thank you)
Hi all!
Can you tell me if it is possible to use MT4 synchronously from a smartphone and a PC on one account?
So, what to place orders via smartphone, and see and edit in PC realtime?
Thank you!
Hi all!
Can you tell me if it is possible to use MT4 synchronously from a smartphone and a PC on one account?
So, what to place orders via smartphone, and see and edit in PC realtime?
Thank you!
You can place pending orders on your smartphone, and you can edit them on your computer when you get home.
For some reason the previous message got deleted.
Go through the positions in the loop, grab each one and look for the biggest ticket among all of them. Then work with it.