PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5287
------------------------------------------------------------------------
Jayson -
Thanks. That gets me part way there.
Plotme:=if(MyIndicatorTest,1,0);
PlotMe;
Does get me points where they should be.
Plotme:=if(MyIndicatorTest,IndicatorValue,0);
PlotMe;
Gives me the values, but by using 0, the scale is way off.
Replacing 0 by IndicatorValue - SomeConstant helps to identify the
desired points and maintain a reasonable scale.
I would like the equivalent of Excel's:
If(TruthTest,SomeValue,"")
So I could get values as a scatter plot.
TIA
Ron
Jayson wrote:
> ron,
> make it a binary (true/false) then plot as histogram....
>
>
> Jayson
>
> -----Original Message-----
> From: Ron [mailto:ronber@xxxxxxxxxxxxx]
> Sent: Saturday, October 26, 2002 10:47 PM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: [Metastockusers] Plotting an indicator as discrete points
>
> Hi all -
>
> I have an indicator that should return discrete points. However, when I
> plot it, the plot stays on the last value until it changes. How can I
> get the plot to be just each point with nothing in between?
>
> TIA
> Ron
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sell a Home for Top $
http://us.click.yahoo.com/RrPZMC/jTmEAA/jd3IAA/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/
|