Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1043
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
MQL has a character replacement function in a string. Read as string
and convert it to double type
I've got it, 1) in Excel, convert the data to text (in a table), 2) export to MQL, 3) change it to a dot, 4) convert it to a double.
Like this? (Great, thank you!).
I got it, 1)in Excel convert data to text(in table), 2)export to MKL, 3)change to point, 4)convert to double.
So?(Great, thank you!).
Save as a csv file in excel. In mql read
I got it, 1)in Excel convert data to text(in table), 2)export to MKL, 3)change to point, 4)convert to double.
So?(Great, thank you!).
You don't need to convert anything in Excell, it's enough to read it as a string in MQL.
Ugh...
Can you please tell me how to get the shoulder size for a specific character?
And explain me, a fool, what is ACCOUNT_LEVERAGE ?
And we understand that on one account it is possible to trade many symbols, and each of them may have its own leverage.
(Don't take it as an advertisement, there are different kinds of leverages )
Two orders are open, but the OrdersTotal() function returns 0. What may be the reason? Thank you.
Orders can only be set - if they are pending orders. Positions can be open. In MQL5, unlike in MQL4, there are different lists for orders and positions. And there are also deals. If you mean positions, check PositionsTotal().
NO DECOMPILING ALLOWED!
That's what I do, converting some of the data raised a question.
In general, you can set Excel to put a full stop instead of a comma.