Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1312
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
I changed it and get error: " 'array_atr' - invalid array access "
maybe something will help - you just need to create an indicator, not an expert
- The Expert Advisor works in the same way, but it will be displayed in the tester
Changed and get error: " 'array_atr' - invalid array access "
An array element is referenced with '[]'.
For example, a reference to a null element:
array_atr[0]
An array element is referenced with '[]'.
For example, a reference to a null element:
Vladimir Thank you! Done!
Vladimir Thank you! Done!I wanted to find out what you were trying to get and I only got as far as here and didn't get it.
I change MarketInfo to SymbolInfoInteger and I get - so:
and I get errors.
possible loss of data due to type conversion
';' - open parenthesisexpectedPlease help me and tell me how it should work.
Hi!
I change MarketInfo to SymbolInfoInteger and I get - so:
and I get errors.
possible loss of data due to type conversion
';' - open parenthesisexpectedPlease help and write how it should be in fact.
Or better like this
Or better still
Now I can't figure out why it says this:
possible loss of data due to type conversion
What's wrong with it?
Thanks so much for your help !
Now I can't figure out why it says this:
possible loss of data due to type conversion
What's wrong here?
Long or bul Not int.
Long or Bull Not Int.
Now it's not clear - what's wrong - here:
error : implicit conversion from 'number' to 'string'
is there something wrong with the pluses?
Thanks sorted !!!
Now it's not clear - what's wrong - here:
error : implicit conversion from 'number' to 'string'
is there something wrong with the pluses?
NOT an implicit conversion. It's when you add strings to numbers, the numbers are converted to string variables. And you need an explicit one. and hopefully trendstep has a string type. )))