Differenze tra le versioni di "TS Breakout System"

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

Versione attuale delle 09:40, 22 mar 2012

Trading System "Breakout System"

Formula per Tradestation™:

INIZIO FORMULA

Type : Signal, Name : Breakout System
Input:
BLen(20),
XLen(10);

IF CurrentBar > 1 and Close > Highest(High,BLen)[1]
Then Buy on Close;
IF CurrentBar > 1 and Close < Lowest(Low,XLen)[1]
Then ExitLong;

FINE FORMULA

Vedi anche: