have any functions? any suggestion?
thanx phil
Your question isn't very clear. You can select the open position for a selected symbol with
bool PositionSelect(string symbol);Then you can use others functions to get position properties. Is it what you need ?
Your question isn't very clear. You can select the open position for a selected symbol with
not really...
in MT5 when I open multiple positions in different volume (buy or sell) I have only one open position calculated by weighted average method. On the chart indicates this a green horizontal line.
at this time i didn't find a return value, or something like this,
it seems to i have to write a custom function :(
phil
not really...
in MT5 when I open multiple positions in different volume (buy or sell) I have only one open position calculated by weighted average method. On the chart indicates this a green horizontal line.
at this time i didn't find a return value, or something like this,
it seems to i have to write a custom function :(
phil
I need the green line (return) value.
pic attached:
after using position select
you need to use position integer with POSITION_PRICE_OPEN

- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
have any functions? any suggestion?
thanx phil