
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
bool PositionOpen(
const string symbol, // symbol
ENUM_ORDER_TYPE order_type, // position type
double volume, // position volume
double price, // execution price
double sl, // Stop Loss price
double tp, // Take Profit price
const string comment="" // comment
)
When the comment is not empty, where it displays?
thanks!