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

Re: That #%$@*! data window



PureBytes Links

Trading Reference Links

Hi Alex,

Here's what I do (as a private trader, not releasing
indicators to the public:

>From the Power Editor set color of indicator in plot
statement -- for example:

If MP1 Then 
   Plot1(StopAtr1, "StopAtr1", Magenta, Default, 0)
Else 
   Plot1(StopAtr1, "StopAtr1", DarkMagenta, Default,
0); {Line} {Sell Stop}

-- and from the chart use
Format-AnalysisTechniques-Indicator(name)-Style to
change the color to BLACK.  Granted, a blank line will
appear on your Data Window, but not the name and
value.

It might be possible to load the indicators onto the
chart so that the most important values are at the top
of the Data Window underneath the price data.  But I
don't have a reliable tested method--just remember
that it seems to be possible.

-B

--- Alex Matulich <alex@xxxxxxxxxxxxxx> wrote:
> Is there a way to PREVENT an indicator from
> appearing in the
> TradeStation data window?  (This is what you get
> from View/Data
> Window.)  Or is there any way to control what
> appears in there?