I have found this but the referred links are not available.
http://www.metatrader4.com/forum/2832
Can someone help me?
ketron82:
Dear Friend I have one problem to solve.
I would make an allarm that play sound when MACD_OSMA indicator (custom indicator with 3 harrays: 2 x moving average of MACD and 1 x OSMA) and ADX_wilder indicator (custom indicator with 8 arrays) make some thing.
- Use iCustom to get what values you want from the two indicators and play the sound when required. NO BUFFERS REQUIRED
WHRoeder:
- Use iCustom to get what values you want from the two indicators and play the sound when required. NO BUFFERS REQUIRED
Thanks...i will use icustom .....I hope that I'm able to use!
If I have some problem I will post now...many thanks for now!
Fabio

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
Dear Friend I have one problem to solve.
I would make an allarm that play sound when MACD_OSMA indicator (custom indicator with 3 harrays: 2 x moving average of MACD and 1 x OSMA) and ADX_wilder indicator (custom indicator with 8 arrays) make some thing.
The problem that I found is that ADX uses 8 ARRAYS and MACD-OSMA use other 3 arrays.
TOTAL 11 ARRAYS....and setindexbuffers() can only set 8 ARRAYS.
I think that I could use multidimensional arrays but the setindexbuffer() function doesen't accept (i think) multidimensional arrays.
In the ADX_wilder indicators I disabled ADXR Arrays and I use now this free array to declare ind_buffer1 of OSMA_MACD
I need Now to declare ind_buffer2 and ind_buffer3.
P.s. I paste the code ....is correct or need to attach file?