in Search

Kagi Exploration

Last post 10-15-2009, 12:49 by VOBiX. 3 replies.
Sort Posts: Previous Next
  •  11-12-2005, 0:50 11297

    Kagi Exploration

    Hi,

    Is there a way to reference Kagi in exploration?

    Regards,
    Bulli ;)
  •  11-12-2005, 21:25 11331 in reply to 11297

    Re: Kagi Exploration

    Bulli:
    Hi,

    Is there a way to reference Kagi in exploration?

    Regards,
    Bulli ;)


    could you explain mor
  •  11-12-2005, 22:19 11334 in reply to 11297

    Sure

    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
  •  10-15-2009, 12:49 30954 in reply to 11297

    Re: Kagi Exploration

    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
    www.VOBiX.NET Turkish Derivatives Exchange Platform
View as RSS news feed in XML