this one calculates % change of c (eod change) within a range. set the range either with mouse or F12 and shift+F12.
cheers On Sun, Aug 1, 2010 at 9:45 PM, prasantaroy36 <[email protected]>wrote: > > > > > Hi Voyager, > > Thanks for your continue contribution. Anyway, i want same calculation > between selected 2 date ( between 2 backdates) by clicking mouse . So, pl, > help. > > Thanks > > --- In [email protected] <amibroker%40yahoogroups.com>, > Inquisitive Voyager <hedonist2...@...> wrote: > > > > check this out- > > > > ps: this shall work in all TF's. > > > > On Mon, Jul 26, 2010 at 8:18 PM, Inquisitive Voyager <hedonist2...@... > > > wrote: > > > > > set the timeframe as Daily while using the same. > > > > > > On Sat, Jul 24, 2010 at 3:28 PM, mikk12345 <mikk12...@...> wrote: > > > > > >> > > >> > > >> Thanks, But i want the exact day count not barcount. > > >> > > >> > > >> --- In [email protected] <amibroker%40yahoogroups.com><amibroker% > 40yahoogroups.com>, > > >> Inquisitive Voyager <hedonist2008@> wrote: > > >> > > > >> > check this out. > > >> > > > >> > On Sat, Jul 24, 2010 at 11:14 AM, prasantaroy36 <prasantaroy36@ > > >> ...>wrote: > > >> > > > >> > > > > >> > > > > >> > > > > >> > > Hi, > > >> > > > > >> > > This logic works well . Also can you give another logic for > closing > > >> price > > >> > > change between last date & selected date? waiting for your > valuable > > >> reply. > > >> > > > > >> > > Thanks > > >> > > > > >> > > --- In [email protected] > > >> > > <amibroker%40yahoogroups.com><amibroker% > 40yahoogroups.com><amibroker% > > >> 40yahoogroups.com>, > > >> > > Inquisitive Voyager <hedonist2008@> wrote: > > >> > > > > > >> > > > Go thru the enclosed AFL. > > >> > > > is that what u sought? > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > On Fri, Jul 23, 2010 at 4:43 PM, mikk12345 <mikk12345@> wrote: > > >> > > > > > >> > > > > > > >> > > > > > > >> > > > > I would like to calculate the days between the selected date > and > > >> today; > > >> > > > > > > >> > > > > My code is:- > > >> > > > > > > >> > > > > FutureDate=ParamDate( "Select Date in Future", Now()); > > >> > > > > > > >> > > > > Today=Now(); > > >> > > > > > > >> > > > > Daycount=FutureDate-Today; > > >> > > > > > > >> > > > > Seems to throw up an error. Any suggestions. Thanks, > > >> > > > > > > >> > > > > Mikey. > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > >> > > > > >> > > > > >> > > > > >> > > > >> > > >> > > >> > > > > > > > > > > >
