What about the SUM value: NUM = SUM (VALUE1, N). Does it mean that the value of VALUE1 should be added to the value of N, the period of the smoothing?
Is the period of smoothing the one we change in the extern double? Is it the same as extern int ExtRVIPeriod=...?
Also, why is 'CLOSE' not 'Close[]'? It gives me errors when I try to compile it.
In general, if I'm creating an EA using two lines of an indicator, should I include/call that particular indicator using the double iCustom or cut that indicator's formula manually and paste it into the EA I'm making?