Re: [amibroker] Re: 52 week high

2010-08-31 Thread inquisitive voyager
strange! its working fine on my end. On Wed, Sep 1, 2010 at 3:59 AM, prasantaroy36 wrote: > > > > > HI VOYEGER, > > Sorry to inform you problem is same as said earlier. > > > Thanks > > --- In amibroker@yahoogroups.com , > inquisitive voyager wrote: > > > > make sure selector line is on the last

[amibroker] Re: 52 week high

2010-08-31 Thread prasantaroy36
HI VOYEGER, Sorry to inform you problem is same as said earlier. Thanks --- In amibroker@yahoogroups.com, inquisitive voyager wrote: > > make sure selector line is on the last bar to get the desired result. > > cheers > > On Mon, Aug 30, 2010 at 11:43 PM, prasantaroy36 wrote: > > > > >

Re: [amibroker] Re: 52 week high

2010-08-30 Thread inquisitive voyager
make sure selector line is on the last bar to get the desired result. cheers On Mon, Aug 30, 2010 at 11:43 PM, prasantaroy36 wrote: > > > > > Hi, > > Thanks to all. Voyeger by your code i am able to see lifetime high date but > i want only 52 wek high date. I have set 260 day period for 52 week

[amibroker] Re: 52 week high

2010-08-30 Thread prasantaroy36
Hi, Thanks to all. Voyeger by your code i am able to see lifetime high date but i want only 52 wek high date. I have set 260 day period for 52 week high but chart shown lifetime high date. Pl, help me. Thanks --- In amibroker@yahoogroups.com, inquisitive voyager wrote: > > Is this u wa

[amibroker] Re: 52 week high

2010-08-30 Thread prasantaroy36
Hi, Thanks to all . --- In amibroker@yahoogroups.com, inquisitive voyager wrote: > > Is this u wanted? > > On Sun, Aug 29, 2010 at 11:45 PM, prasantaroy36 wrote: > > > > > > > Hi, > > > > i want to plot as text 52 week high date. So, what will be the afl logic ? > > > > Pl,help. > > > > T

Re: [amibroker] Re: 52 week high

2010-08-29 Thread reinsley
Hi, Here is something you could adapt Best regards |// last quote GFX display mylast = NumToStr( *C*, 1.1 ); mychange = GetRTData( "change" ) ; percentchange = ( ( *C* / ( *C* - mychange ) ) - 1 ) * 100; mypercentchange = NumToStr( percentchange , 1.2 ) + " %"; GfxSetOverlayMode( 1 ); Gfx

[amibroker] Re: 52 week high

2010-08-29 Thread prasantaroy36
Hi, Thanks for your response but i want to plot as text 52 week high date on chart. For this reason, pl, pl, provide afl logic. Thanks --- In amibroker@yahoogroups.com, afzal hossain wrote: > > Sorryuse this > Plot(HHV(H,Param("Hi-Days",365,7,365,1)),"DysHi",colorGold,33);Plot(LLV(L,Param("L