chrisleonard
Junior member
- Messages
- 13
- Likes
- 0
Hi i have a bit of code i have written to plot a dot if the right conditions match!!
The problem is that it plots the dot fine but if the price then goes the other way it just reverts the dot to the default color for that plot!!
How do i tell it that if the conditions change to remove the plot all together?
Thanks
here is the code and the problem its causing!
if cti= 0 and Value1 > Value1[1] and Value2 > Value2[1] and barColor = barColor[1]
then begin
SetPlotColor( 4, green ) ;
Plot4(low,"testy");
Thanks Again
Chris
The problem is that it plots the dot fine but if the price then goes the other way it just reverts the dot to the default color for that plot!!
How do i tell it that if the conditions change to remove the plot all together?
Thanks
here is the code and the problem its causing!
if cti= 0 and Value1 > Value1[1] and Value2 > Value2[1] and barColor = barColor[1]
then begin
SetPlotColor( 4, green ) ;
Plot4(low,"testy");
Thanks Again
Chris