good indicator

 
hello

can you help me
i found a good indicatore but get error:
2016.06.24 23:11:29.999 #Momentum onChartSignals Indicator v1.0 EURUSD,H1: zero divide in '#Momentum onChartSignals Indicator v1.0.mq4' (129,46)


for mt4 971


your help is much appreciated

thank you
 

Edit/replace these two lines in both files:


        double signalVal = (atrVal + adxVal != 0.0) ? (momVal / (atrVal + adxVal)) - subtractFromSignalVal : 0.0; // -2
        double indiVal = (adxVal != 0.0) ? ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal : 0.0; // -1
 
pipPod:

Edit/replace these two lines in both files:


very thank you
Reason: