Questions from Beginners MQL4 MT4 MetaTrader 4 - page 166
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
How do they draw arrows without graphic objects?
Added a footnote to a previous comment - re-read it.
It draws like this, and it's not a graphical object:
Draws something like this, and it is not a graphical object:
Is it possible to get a value from a drawn one in that case?
reread.
I have reread it, it doesn't look like that, in absence of parameters b0 = iCustom(NULL, 0, "BiforexV1", 0, 1); Print(b0); no errors are written on each tick, but there is no result either.
Is it possible to get the value from the drawn one in that case?
reread.
Reread, it doesn't look like that, in absence of parameters b0 = iCustom(NULL, 0, "BiforexV1", 0, 1); Print(b0); no errors on every tick, but no result.
I can't say anything more, maybe someone else will tell me.
Is it possible to get the value from the drawn one in that case?
reread.
I re-read it, it doesn't look like that, in absence of parameters b0 = iCustom(NULL, 0, "BiforexV1", 0, 1); Print(b0); no errors on every tick, but no result.
So you have a critical error in the BiforexV1 USDCHF, H1 indicator: outside the array in the file BiforexV1.mq4, line 213, cursor position 19.
The indicator stops working in this case.
So you have a critical error in the indicator BiforexV1 USDCHF, H1: Out of array in the file BiforexV1.mq4, line 213, cursor position 19.
The indicator stops working.
I understand that if you specify the input parameters iniCustom(...), there is no error, but another problem appears
I understand that if you specify input parameters iniCustom(...), there is no error, but another problem arises
Does the programmer get out of the array when using the default parameters? Well, there is an error in that case, too.
So, you have a critical error in the indicator BiforexV1 USDCHF, H1: array overrun in the file BiforexV1.mq4, line 213, cursor position 19.
The indicator stops working in this case.
And how can there be an overrun in the file BiforexV1.mq4 if there is no source code?
It's most likely looped without checking for interruptions. has this ever happened to this EA before?
not observed before... no source code...paid thing (
Just onefunction OrderSend().
Rather, the OrderSend() will open an order, but the stop and profit price will be absent in this order.
This order must be modified on subsequent lines of code using OrderModify() and add stop and profit to the order.
time, but I can't find any information on it.
I believe the Breakeven function has a certain insurance, but only if the price has gone in the red.
If the price turned to the loss, but there is no stop loss?
You haven't specified what kind of "insurance" you need.