[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Cycle Tool



PureBytes Links

Trading Reference Links

Title: Cycle Tool

startdate=DateNum()==1050301;//YOUR STARTING DATE

Y=ValueWhen(startdate,Cum(1));

z=Cum(1)-y;

Cycle=Param("cycle",49,1,100,1);

x=z%Cycle==0;

Plot(C,"close",colorBlack,styleCandle);

Plot(x,"",colorBlack,styleHistogram|styleOwnScale);

Title=Name()+"\n"+" Cycle = ( "+WriteVal(Cycle,1)+ " )";

----- Original Message -----
From: larypowell
Sent: Sunday, January 29, 2006 11:43 AM
Subject: RE: [amibroker] Cycle Tool

Anthony,  thank you.  Is there a way to set a "start date"?  Thanks again.  Larry


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Anthony Faragasso
Sent: 01/29/2006 6:48 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Cycle Tool

It doesn't.( or I do not see it )...you could plot you own.
 

Cycle=Param("cycle",49,1,100,1);

x=Cum(1)%Cycle==0;

Plot(C,"close",colorBlack,styleCandle);

Plot(x,"",colorBlack,styleHistogram|styleOwnScale);

Title=Name()+"\n"+" Cycle = ( "+WriteVal(Cycle,1)+ " )";

 

Anthony

----- Original Message -----
From: larypowell
Sent: Sunday, January 29, 2006 1:20 AM
Subject: [amibroker] Cycle Tool

I would like to plot a 42 day cycle.  Where does the cycle tool show the number of days in the cycle?

Thanks,  Larry



Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





YAHOO! GROUPS LINKS