[amibroker] Re: Function Performance Pattern

2008-10-17 Thread monriri2
I try it but it doesn't work --- In amibroker@yahoogroups.com, "Kevin" <[EMAIL PROTECTED]> wrote: > > Missing brackets for the array references, maybe? > > TitlePP[0]+TitlePP[1]+TitlePP[2] > > --- In amibroker@yahoogroups.com, "monriri2" > w

[amibroker] Function Performance Pattern

2008-10-15 Thread monriri2
With the follow function I try to test performance pattern for 3/5 and 8 periodes to obtain something like this for example: #pattern : 52 (patterns found) Per : 3 (back period) 5,1 (avg % gain) 52 ( % win trade) function PP(Pattern) {// function Performance Pattern P1=3;Step=5;i=0; But I