Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1455
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
So is not it logical to calculate the value of the indicator by OHLC and already save them?
In general, the idea is a failure to work with OHLC indicator values on the zero bar.Your question is not clear. First, clarify your question:
We are talking about existing default functions such as TimeHour(), ErrorDescription() and FILLING_FOK.
You have already heard about TimeHour() in another thread. A whole library has been created for ErrorDescription(). About FILLING_FOK you can find it in the Documentation section at the request ORDER_FILLING_FOK or SYMBOL_FILLING_FOK.
Regards, Vladimir.
Right?
https://www.mql5.com/ru/forum/1111/page3310#comment_46270199
https://www.mql5.com/ru/forum/1111/page3310#comment_46275318
Help me understand.
Why the line SetIndexStyle(0, DRAW_LINE); gives two errors:
',' - unexpected token
')' - unexpected token
Help me figure this out.
Why the line SetIndexStyle(0, DRAW_LINE); gives two errors:
',' - unexpected token
')' - unexpected token
SetIndexStyle - MQL4.
IN MQL5:
SetIndexStyle - MQL4.
IN MQL5:
A question has been on my mind for a long time, what is the difference
Right click on a function, variable, class member or structure, the first 2 lines will drop down: Go to definition and Go to declaration, I have many thousands of pages of code in 10 files, and as often as I clicked always in the same place the cursor is moved to the same place
what is this functionality on the right button in the first lines?
Good afternoon!
Please help: the goal is to implement position closing when the price crosses MA.
In this code section
I get the following picture on the tester : the price crosses the MA and closes the position at the closing of the candle / opening of the next candle, already far from the desired closing level (MA boundary)....