Differenze tra le versioni di "TS True Range Breakout"

Da traderpedia.
Jump to navigation Jump to search
imported>Stefano Fanton
 
imported>Stefano Fanton
 
(Nessuna differenza)

Versione attuale delle 09:56, 22 mar 2012

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: