Questions from Beginners MQL4 MT4 MetaTrader 4 - page 168
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
What do you mean by freeze zone or time?
I am describing the situation of trading with one order.
"Permissible order distance" from what?
Search for: MODE_STOPLEVEL
MODE_STOPLEVEL
14
Minimum allowed stop loss/stake profit level in pips.
Search by: MODE_STOPLEVEL
Thank you!
Create a flag variable, which will be responsible forOrderModify() success.
That is, if modification is unsuccessful, we turn on the flag, and on the next tick we go through everything, and if everything was successful, we reset the flag... Otherwise it will be checked again on a new tick.
Thank you!
Good afternoon!
Please advise how to get data from the arrow indicator buffer in the EA on MT4.
I've tried just accessing the required buffer via iCustom, but when running the EA in the tester, each iCustom call seems to create a new instance of the indicator and a new window appears in the basement. How to deal with it?
I apologise if the topic has been raised before. I couldn't find it.
Greetings.
Could you please tell me if and how it is possible to add your own image to EAs and indicators?
Greetings.
Could you please tell me if and how it is possible to add your own image to EAs and indicators?
Good afternoon!
Please advise how to get data from the arrow indicator buffer in the EA on MT4.
I tried just accessing the required buffer via iCustom, but when running the EA in the tester, each iCustom call seems to create a new instance of the indicator and a new window appears in the basement. How to deal with it?
I apologise if the topic has been raised before. I couldn't find it.
#property icon
Thank you
If each call creates a new handle, then you have made a mistake in the parameters.
my strategy is based on RSI with a period of 1 candle
in tradingview RSI 1 is shown as a function of two values-0 and 100
It does not show anything in my Metatrader
what to do?