dear keith if its get done with this afl den it works supeeb in bull market and give accuracy 90-99% that also in quik time i mean to say just after one day it can be winner with 5% gain...onely we have to mach with some indicators.i have tested in indian market and felt it practically good is it possible ....if den i would be greatfull to u ...i just need recent top wether its made 20 days before or 60/200 days....that include today high or close i want it separatly
averAGE WE DONT CALCULATE HERE IN MARKET ...BUT I SOMETIME IMAGE IT CAN BE A POWERFULL IF WE ABLE TO GET EOD OHL OF DAILY AVERAGE ..RATHER DEN MOVING AVERAGE --- On Sat, 9/4/10, Keith McCombs <[email protected]> wrote: From: Keith McCombs <[email protected]> Subject: Re: [amibroker] AFl required To: [email protected] Date: Saturday, September 4, 2010, 9:58 PM Silon -- You must be precise in how you define Recent and Top. For example: recent = 14; // this is maximum of 14 bars, including this one. You pick the number. top = HHV(Close, recent); // you might prefer High or Avg instead of Close top = ref(top, -1); // we don't want to include today's close, but 14 previous days percent = 0.01; // you pick number between -0.05 and 0.05 // -0.05<=percent<0 for your system 1 // percent = 0 for your system 2 // 0<percent<=0.05 for your system 3 system = High >= top * (1 + percent); // or use Close instead of High Hope this helps. -- Keith 1. c On 9/4/2010 01:32, silon sama wrote: Dear All, Any Body Can Help Me in Coding of 3 AFLS-pls find attachment 1.Closed or made intraday high below 1-5% from RECENT previous rallie'S top 2. closed or made high above Recent previous ralliy's TOP 3 .Closed or made intraday high ABOVE 1-5% from previous rallies top Yours Thankfully Silon
