TS True Range Breakout

Da traderpedia.
Versione del 22 mar 2012 alle 09:56 di imported>Stefano Fanton (→‎Vedi anche:)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search

Trading System "True Range Breakout"

Formula per Tradestation™:

INIZIO FORMULA

Type : Signal, Name : True Range Breakout
Input
:Period(20);

Condition1=range < Average(range,Period);

{LongEntry}
If Condition1 then Buy at Open of tomorrow + range Stop;

{ShortEntry}
If Condition1 then Sell at Open of tomorrow - range Stop;

FINE FORMULA

Vedi anche: