PureBytes Links
Trading Reference Links
|
Roy,
The new code produces fewer points on the plot but they still bunch
together and they're not in the 1% range. Here's what I've got so far:
X:=Input("Percent",0.2,100,10);
Z:=Zig(C,x,%);
last:=ValueWhen(1,(Z > Ref(Z,-1) AND Ref(Z,-1)<Ref(Z,-2))
OR (Z< Ref(Z,-1) AND Ref(Z,-1)>Ref(Z,-2)),
Ref(Z,-1));
Y:=(C-last) * 100 / last;
Y
This has to be set up as an indicator. In the window, I set up a grid
at 0.0, 1.0, 2.0 and -1.0 etc. Every place the indicator line crossed
the horizontal lines, I put a vertical line. The vertical lines cross
the price line every cumulative 1% increase in price. Unfortunately,
when I went to convert this to an indicator with a 1% fixed
percentage, I did something wrong and got groups of dots. I tried to
have the expert put a dot at each intersection of the indicator line
and value of 0.0, 1.0 etc. Something didn't work.
Jack
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges & Refill Kits for Your Epson at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5705&lp=home/epson.asp
http://us.click.yahoo.com/brYXfA/_xWGAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|