any update ?
- We humans can't read an ex4, only a mt4 and there are no mindreaders here.
- The first paremeter to iCustom is a string. "0" is not a string. If you want the current chart, use NULL.
- The second from the last is the buffer index. We can't know if buffer index 1 is correct.
- We can't know what values the indicator produces, so less than 5K may always be true.
- Detailed explanation of iCustom - MQL4 forum
WHRoeder:
- We humans can't read an ex4, only a mt4 and there are no mindreaders here.
- The first paremeter to iCustom is a string. "0" is not a string. If you want the current chart, use NULL.
- The second from the last is the buffer index. We can't know if buffer index 1 is correct.
- We can't know what values the indicator produces, so less than 5K may always be true.
- Detailed explanation of iCustom - MQL4 forum
thank you for reply
and i found .mt4
how fix indicator :)
Files:
oscillator.mq4
10 kb
replace lines 58-60 by:
SetIndexLabel(0, "up"); SetIndexLabel(1, "dn"); SetIndexLabel(2, "buff-2");
Then you see and can call the values.

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
hi,,
what problem with this indicator
i try use this
i want if bar green ==> buy
if red sell
but in this line
all the time show true ...!!!
but this line work good
some time show true and false
how fix this problem ?
sorry my English not good :(