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

Notification

Icon
Error

Options
Go to last post Go to first unread
pwood  
#1 Posted : Saturday, September 12, 2009 12:23:57 PM(UTC)
pwood

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 9/12/2009(UTC)
Posts: 9

Hi All,

I am a new member and just found this forum.I am trying to write the formula for an inside signal alert.This is for a five minute real time bar chart.All it needs to be is a signal on a close with high less than or equal to the preceeding bar and low higher than or equal to the preceeding bar.Any help would be greatly appreciated,

Regards,

Peter

Data  
#2 Posted : Saturday, September 12, 2009 12:42:29 PM(UTC)
Data

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 5/20/2008(UTC)
Posts: 53

Hi Peter !

That would be :
H<=ref(H,-1) and L>=ref(L,-1);


But you will get lots of signals that way... You might want to try using the bollinger bands ;-)
pwood  
#3 Posted : Saturday, September 12, 2009 10:33:14 PM(UTC)
pwood

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 9/12/2009(UTC)
Posts: 9

Hi Data,

Many thanks for your swift reply.I will enter it and see how i get on,

Peter

Users browsing this topic
Guest (Hidden)
Similar Topics
Buy inside signal bar? (Formula Assistance)
by PdxSailor 5/18/2012 12:29:01 AM(UTC)
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.