Not so fast..
This indicator looks fantastic - until you look under the hood! When viewing the source code, you'll see 2 lines (mq4 version):
Value1=Value;
Fish1=ExtBuffer0[i];
This is future information! i.e. The indicator values are calculated with the benefit of hindsight. Remove these 2 lines and compare .. it's not nearly as predictive. (BTW, equivalent code exists in the mq5 version - in case you're wondering!).
|