Enau:
I want to start to code my own EA, but contrary to indicators, I see that Metaquotes changed the syntax a lot from mql4 to mql5, so i wonder if somebody managed to make a unified class for dealing with buying and selling orders.
Since I am just starting, i don't need much,
-open a buy or sel
-close a buy or sell
-set a breakeven stoploss
-set a trailing stop.
Maybe this could help you.


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 want to start to code my own EA, but contrary to indicators, I see that Metaquotes changed the syntax a lot from mql4 to mql5, so i wonder if somebody managed to make a unified class for dealing with buying and selling orders.
Since I am just starting, i don't need much,
-open a buy or sel
-close a buy or sell
-set a breakeven stoploss
-set a trailing stop.