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

Re: Indicator color change problem



PureBytes Links

Trading Reference Links

And if you insist on plotting it as lines, changing the indicator as follows
should have the desired effect

If Plot1 >= 0 Then
 SetPlotColor[1](1, UpColor)
Else
 SetPlotColor[1](1, DnColor);

Abhijit



----- Original Message ----- 
From: "Bob Fulks" <bfulks@xxxxxxxxxxxx>
To: "George E Eberhardt" <geberhardt@xxxxxxxxxxx>; "Neal Chabot"
<sire@xxxxxxx>; <omega-list@xxxxxxxxxx>
Sent: Saturday, May 29, 2004 12:04 PM
Subject: Re: Indicator color change problem


> At 10:14 AM 5/29/2004, George E Eberhardt wrote:
>
> >I have exactly the same problem with TS 7.2.  And it is reproducible on
> >historic data.
>
> It works correctly for me on TradeStation 7.2
>
> You need to plot it as points, not lines.
>
> If plotted as lines, the lines between points remain the color of the
previous point so red lines extend above the zero line.
>
> See attached gif.
>
> Bob Fulks