PureBytes Links
Trading Reference Links
|
Dear Nathan,
Thank you for your e-mail. I received it yesterday,
but had not time to answer - I am sorry.
As for your question:
Multiple ROC could be obtained using the following
formula (shows 4 different time scales):
maxgraph = 4;
graph0 = roc( close, 10 );
graph1 = roc( close, 20 );
graph2 = roc( close, 30 );
graph3 = roc( close, 45 );
graph0style = graph1style = graph2style =
graph3style = 1;
Hope this helps.
Best regards,
Tomasz Janeczko
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dr. S.
Nathan Berger
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: 13 June, 2001 11:28
Subject: [amibroker] Multiple ROC
Indicators
Dear Tomasz,Hope you have been well, and are
enjoying the rapid escalation of users ofyour wonderful creation! Could
you have guessed it would grow into what ithas become?Can you
suggest for me the best way to insert multiple ROC's under theprice graph.
I would like to see a plot of ROC at, say, 10 days, another at30 daysand
yet a third at 45 days. I assume it would be possible for me tolater
insert different parameters if I wanted to get a longer range view.As
always, I greatly appreciate your patience and assistance.Best
regards, NateYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|