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

Percent Risk Trailing Stop



PureBytes Links

Trading Reference Links

Can someone tell me what's wrong with this Omega trailing Stop? It produces 
unfeasably good results!

Cheers,
Ian

{*******************************************************************
Description     : Percent Risk Trailing Stop (Built In % Risk Trailing Stop) 
- from TS 4.0
Provided By     : Omega Research, Inc. (c) Copyright 1999 
********************************************************************}

Inputs: PositionBasis(True), FloorAmnt(0), Amount(0);

If PositionBasis Then
        SetStopPosition
Else
        SetStopContract;

SetPercentTrailing(FloorAmnt, Amount);