logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
JimM  
#1 Posted : Thursday, April 10, 2008 1:56:55 PM(UTC)
JimM

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 4/10/2008(UTC)
Posts: 8

Hi folks:

Does anyone know of a quick and dirty way to put a daily indicator (custom or built-in) on an intraday chart? I've tried to use the forum.dll, but I can't seem to get it to work. The formula I want to put in is for daily pivots as follows:

{Daily Pivot Price}
x1:=(H+L+C)/3;
x2:=(H+L)/2;
{Pivot Diffential}
x3:=Abs(x2-x1);
{Pivot Range}
x4:=x1-x3;
x5:=x1+x3;

x1;
x2

I would like to apply it to other indicators (e.g., stochastics, etc.)

Thanks in advance for any assistance.

JimM

wabbit  
#2 Posted : Thursday, April 10, 2008 6:15:55 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Jim,

You will find what are looking for at Roy Larsen's website: http://www.metastocktips.co.nzlps.

wabbit [:D]

JimM  
#3 Posted : Friday, April 11, 2008 7:10:51 AM(UTC)
JimM

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 4/10/2008(UTC)
Posts: 8

Many thanks wabbit. I think I need to subscribe to Roy's letter.
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.