PureBytes Links
Trading Reference Links
|
Jay,
The only way I know of to display only the value when true in an IF
statement is by the use of an "eraser".
In general the IF statement goes:
IF(TRUETEST,Something,SomethingElse);
We don't want to display SomethingElse so we erase it.
IF(TRUETEST,Something,SomethingElse);
Eraser:=SomethingElse;
Eraser;
Eraser is colored the same as the background color.
The chart is saved as a template.
The overly of erasers can get to be quite complex.
Several examples of the technique have been given in various articles
in MSTT.
Ron
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Jay,
>
> I checked the formula that I gave you earlier and it will not do
what
> you want.
>
> For those following along, what Jay wants is a display when a
> condition is true, in this case the MACD() > 0, otherwise no
display
> at all.
>
> Jay there is a way to do this but I'll have to go back through my
> files to find the answer. May take a bit but I'll get it for you as
> soon as I can.
>
> Preston
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "whiler178" <jemem@> wrote:
> >
> > To
> >
> > To All
> > Thank you for attention to my request. I'm away for a few days
but
> > will work with the responses on my return. Thanks again.
> >
> > Jay
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|