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

Notification

Icon
Error

Options
Go to last post Go to first unread
klkoo  
#1 Posted : Thursday, December 29, 2011 8:18:00 AM(UTC)
klkoo

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/21/2005(UTC)
Posts: 16

As mentioned from the book, "Trading Like an O'Neil Disciple". the definition of pocket pivot is as follows:- The day's volume should be larger than the highest down volume day over the prior 10 days. How do program this requirement?
henry1224  
#2 Posted : Thursday, December 29, 2011 5:04:54 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)
I'll assume that a down volume day is the volume of the day when the close is less than the previous day?

A:=if(C<Ref(C,-1),V,0);
V>HHV(Ref(A,-1),10);
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.