[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use IF statement, return nul value



PureBytes Links

Trading Reference Links

This might be acceptable for Bob's particular situation, if all he needs is a
visual.

 If(condition,H*1.00015,O)     <------- that's an "oh" for open, not a zero.

example:   If(H>Ref(H,-1),H*1.00015,O)

It should be displayed as dots, not a line.  It plots a dot just above the high
when the condition is true, otherwise it plots a dot on the bar's open.  If the
dots are displayed in the same color as the price bars, the "nul" dots will seem
invisible.  How 'bout it Bob?

iamken

neo wrote:

> I have been down this road before. Would this not plot as a 1 in an If Then
> Else expression?
>
> neo
>
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Liu, Marshall
> Sent: Friday, January 26, 2001 6:35 PM
> To: 'metastock@xxxxxxxxxxxxx'
> Subject: RE: use IF statement, return nul value
>
> I think you can use the alert function:
>

     [snip]