Reversal indicator needs coding for alert sound

 

Hello to all

I’m new to the forum and hope to be in the correct section (and hope my english is good enough)

I've been using for a few weeks a very effective combination of reversal custom indicators .

Above all this reversal indicator Priliv_s, is really amazing. I have recently realized that the indicator priliv_s with the alert sound at the intersection of any line with another would be enough to run the inputs without the support of other indicators and with a minimum of technical analysis (I use fibonacci channels ).

If any magnanimous coder could add alert sound for ALL the intersections of the lines in Priliv_s indicator, would do a great favor making this already great indicator almost perfect.

Thank you!

Files:
Priliv_s.mq4  8 kb
 

Priliv_s_TRO_MODIFIED_VERSION.mq4 has alerts

DoXTest(0.0, 0.0, Buf_2[0], Buf_2[1], " Buf_2 crossed 0") ;

DoXTest(0.0, 0.0, Buf_3[0], Buf_3[1], " Buf_3 crossed 0") ;

DoXTest(0.0, 0.0, Buf_4[0], Buf_4[1], " Buf_4 crossed 0") ;

DoXTest(Buf_2[0], Buf_2[1], Buf_3[0], Buf_3[1], " Buf_2 crossed Buf_3") ;

DoXTest(Buf_2[0], Buf_2[1], Buf_4[0], Buf_4[1], " Buf_2 crossed Buf_4") ;

DoXTest(Buf_3[0], Buf_3[1], Buf_4[0], Buf_4[1], " Buf_3 crossed Buf_4") ;

Reason: