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

Notification

Icon
Error

Options
Go to last post Go to first unread
Bulli  
#1 Posted : Saturday, November 12, 2005 12:50:43 AM(UTC)
Bulli

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 9/26/2005(UTC)
Posts: 185
Location: Brazil

Hi, Is there a way to reference Kagi in exploration? Regards, Bulli ;)
SNAKE  
#2 Posted : Saturday, November 12, 2005 9:25:22 PM(UTC)
SNAKE

Rank: Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 14

Bulli wrote:
Hi, Is there a way to reference Kagi in exploration? Regards, Bulli ;)
could you explain mor
Bulli  
#3 Posted : Saturday, November 12, 2005 10:19:12 PM(UTC)
Bulli

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 9/26/2005(UTC)
Posts: 185
Location: Brazil

I want to find out which stocks are up or down using Kagi without having to open the charts to check. or which ones that have thick or thin lines using Explorations. Got my point? regards, Bulli
VOBiX  
#4 Posted : Thursday, October 15, 2009 12:49:08 PM(UTC)
VOBiX

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/18/2008(UTC)
Posts: 7

HC Wrote :
This is what I understand from the codes given, and able to get pass the error message and do an exploration. Here are the exploration codes:

--------------------
Col A: Close
C

Col B: Vol
V

Col C: Buy
Variation:=3;
up:=Peak(1,C,Variation);
dn:=Trough(1,C,Variation);
zup:=Ref(up,-1);
zdn:=Ref(dn,-1);
Cross(C,zup)

Col D: Sell
Variation:=3;
up:=Peak(1,C,Variation);
dn:=Trough(1,C,Variation);
zup:=Ref(up,-1);
zdn:=Ref(dn,-1);
Cross(zdn,C)

Filter:
(colC=1 OR colD=1)
AND V>300000

--------------------

Notes:

1. I added a volume filter of min 300k shares, you may wish to remove the last line if you don't want the volume filter.

2. After exploration, click on the report's heading Buy or Sell, all counters will be sorted, with all Buy grouped together (as 1) under buy column; repeat for sell column.

3. Though I am able to get past the error message, the filter result don't looks right when I open the kagi chart. Maybe the way the formula of kagi (those peak(1,C,Variation)...) are not right.

Not sure if this is helpful.

http://chartistsunited.com/forum/index.php?topic=699.0%3Bwap2
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.