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

Re: How to find an analysis technique?



PureBytes Links

Trading Reference Links

>Subject:         Re: How to find an analysis technique?
>  Date:         Sun, 29 Aug 1999 12:20:39 -0700
>  From:         Stephen Wandling <stephenw@xxxxxxxxxx>
>    To:         omega-list@xxxxxxxxxx
>
>A very crude way to do this is to make a simple change to the indicator, such as the
>default input value, and then verify.  If you watch closely and have good eyes the
>chart names will flash by as they are updated.  Hey, I said it was crude   ;=)
>
>Stephen

A good idea for utilizing an annoying side effect. (Actually you need
only to add a space before verifying.)

 There is a way to do it so that the name(s) will be posted in a
non-transient window, which would be useful if the indicator is on more
than one chart.  Instead of changing a default value (or adding s
space), you can change the name of a plot, or { bracket } a plot to make
it disappear, or add a new input variable.  This causes a disconnect
between the indicator and the original indicator stored in the charts.
You must then reverse the change exactly, so that all other charts that
may have the indicator see the identical code they saw when it was added
(this does work - I tested it ).  Else they will fail when opened.

donc