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..