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

RE: Plotpaintbar only once?



PureBytes Links

Trading Reference Links



If Value1 <> 1 And Close = 1140.70 Then Begin
	Plotpaintbar(High,Low, "myprice");
	Value1 = 1;
End;

-----Original Message-----
From: aiiishot [mailto:aiiishot@xxxxxxxxx]
Sent: Monday, December 10, 2001 8: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