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

Re: Trailing Stop Indicator Dilemma



PureBytes Links

Trading Reference Links

Thanks, Adam.
That did the trick.
   - Barry


:Hi Barry,
:Try this:
:
:     If(cum(1)=1,
:     {then} Close,
:     {else} If((C*1.1) <= PREV,
:              {then}(C*1.1),
:              {else} PREV));
:
:This will always use the value of the close on the first bar of the chart.
:
:  Best wishes,
:      Adam Hefner.
:VonHef@xxxxxxxxxxxxx
: