Errors, bugs, questions - page 2135
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
Trailing in EA works on all currencies/commodities, BUT:
SILVER,H1: invalid stoploss for OrderModify function
Please advise where to look?
Trailing in EA works on all currencies/commodities, BUT:
SILVER,H1: invalid stoploss for OrderModify function
Please advise where to look?
SYMBOL_TRADE_TICK_SIZE
Minimum price change
double
SYMBOL_TRADE_TICK_SIZE
Minimum price change
double
Thank you. How do I set the tick size explicitly? For Silver/
You cannot set it, the broker sets it.
You need to "calibrate" your stops to the size of the tick
You cannot set it, the broker sets it.
You need to "unstop" your stops by the size of the tick
Before sending an order for modification, it prints stoploss = 15.15 - two digits.
Can it be corrected in a simple way? Forced to output triple digits.
Hi all, can you tell me what kind of magic is going on in MQL5.
This code will wait for a new tick to be calculated:
And this code will be executed normally during one tick:
Oh, yeah, even if we just call"TakeArraySize" twice in a row (like in the next code snippet), we'll still wait for one tick
What's the catch? How can this be fixed? Or what am I doing wrong in this example?
Thanks in advance.
What characters are allowed in the"Symbol" field? Otherwise, what characters can be found in the names of currency pairs that are exposed by the broker?
(0-9)
(a-z)
(A-Z)
(.)
(&)
any others?
What characters are allowed in the "Symbol" field? Otherwise, what characters can be found in the names of currency pairs that are exposed by the broker?
(0-9)
(a-z)
(A-Z)
(.)
(&)
any others?
#
$
_ (underscore)Why?