PureBytes Links
Trading Reference Links
|
Use noPlot(Plot#);
when condition is not true
> -----Original Message-----
> From: aiiishot [mailto:aiiishot@xxxxxxxxx]
> Sent: Monday, December 10, 2001 11:29 PM
> To: Omega list
> Subject: Plotpaintbar only once?
>
>
> Hi all,
> can you please help me with the following; how do I paint a
> bar only once
> in the day, when my criteria is met? For example, when using
> the following
> EeasyLanguage code "If close = 30 then Plotpaintbar(High,Low,
> "myprice");"
> How can I make it so only the first bar that meets this
> criteria is painted
> on my chart, and not all the bars that also are 30 in price.
>
> TIA,
> Michael
>
>
>
|