Questions from Beginners MQL5 MT5 MetaTrader 5 - page 307
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
Good afternoon, started running the owl in the tester today and it started giving an error, the owl has a timer, it was fine yesterday. What are the possible causes?
2014.11.02 10:59:47.200 OnTimer critical errorGood afternoon, started running the owl in the tester today and it started giving an error, the owl has a timer, it was fine yesterday. What are the possible causes?
2014.11.02 10:59:47.200 OnTimer critical errorI figured out there is a reason in expression involved comparisons of arrays up to 4th value
But there is a question why the expression
works, and
already generates an error, the difference is only the 4th array value.
There is a reason why the expression involves array comparisons up to the 4th value
But there is a question why the expression
works, and
already generates an error, the difference is only the 4th array value.
You need to know what kind of error you get:
You need to know what kind of error you are getting:
Fellow professionals, could you please tell me how to create a paired chart object? More specifically, I need a Fibonacci levels object tied with a zero point to the middle of a trend line. Thank you!
You need to connect the two objects into one. That is, combine Fibonacci levels with an ordinary trendline.
I am very pleased that you have shown interest! Thank you!
That's right, when you create a " trend line " its central point is automatically linked to the " Fibonacci lines " zero point (reference point) object. I see the event. I create a trend line with the bound Fibo object and independently move the second point to the desired location on the chart.
I am very pleased that you have shown interest! Thank you!
That's right, when you create a " trend line " its central point is automatically linked to the " Fibonacci lines " zero point (reference point) object. I see the event. I create a trend line with the bound Fibo object and independently move the second point to the desired location on the chart.