Thread: Fisher
View Single Post
  #6 (permalink)  
Old 28th February 2010, 07:02
Default Avatar
zulufx zulufx is offline
Junior Member
 
Join Date: Feb 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs down 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!).
Reply With Quote