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

Notification

Icon
Error

Options
Go to last post Go to first unread
budfox45  
#1 Posted : Monday, November 17, 2008 10:33:01 AM(UTC)
budfox45

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 8/24/2006(UTC)
Posts: 7
Location: Ohio

I need some Assistance with development of this system I like to place a buy arrow when the Low is greater then the indicator and a sell when the high is less then ..Thanks

(HHV(H,50)+LLV(L,50))/2

henry1224  
#2 Posted : Monday, November 17, 2008 7:04:16 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)

A:=(HHV(H,50)+LLV(L,50))/2;

B:=If(L>a,1,If(H<a,-1,0));

Buy:=B=1 and Ref(B,-1)<>1;

Sell:=B=-1 and Ref(B,-1)<>-1;

Buy-Sell;

;
budfox45  
#3 Posted : Tuesday, November 18, 2008 11:56:33 AM(UTC)
budfox45

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 8/24/2006(UTC)
Posts: 7
Location: Ohio

Thanks but how would I write this in Expert Editor? for a system?
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.