View Single Post
  #276 (permalink)  
Old 11-18-2008, 10:27 AM
V-X569's Avatar
V-X569 V-X569 is offline
Member
 
Join Date: Nov 2007
Location: Kuala Lumpur
Posts: 40
V-X569 is on a distinguished road
Lightbulb #MTF AlaskanPipAssassin small bug

Hi DREWP,

I think you have miss something on #MTF AlaskanPipAssassin
Check out the codes:-

Code:
   ArrayCopySeries(TimeArray,MODE_TIME,Symbol(),TimeFrame); 
   
   limit=Bars-counted_bars;
   for(i=0,y=0;i<limit;i++)
Don't you think it suppose to be:-

Code:
limit=Bars-counted_bars+TimeFrame/Period();
By the way, I love your system..Keep up the good work..
Attached Files
File Type: mq4 #MTF AlaskanPipAssassin.mq4 (3.4 KB, 108 views)
Reply With Quote