TS Breakout System

Da traderpedia.
Versione del 22 mar 2012 alle 09:40 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 "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: