Differenze tra le pagine "TS E2 Bonder" e "TS Low or High 3"

Da traderpedia.
(Differenze fra le pagine)
Jump to navigation Jump to search
imported>Stefano Fanton
 
imported>Stefano Fanton
 
Riga 1: Riga 1:
'''''Trading System "E2 Bonder"'''''  
+
'''''''Trading System "Low or High 3"'''''  
  
 
Formula per Tradestation™:  
 
Formula per Tradestation™:  
Riga 5: Riga 5:
 
INIZIO FORMULA  
 
INIZIO FORMULA  
  
Typ : System, Name : E2 Bonder
+
Typ : Signal, Name : Low or High 3
  
Inputs: Lenght1(1);<br>Inputs: Lenght2(1.8);  
+
If Low of Today &lt; Lowest(Low,3)[3]<br>Then buy tomorrow at @Highest(high,3)[1] Stop;
  
{----- Long Entry -----}
+
If High of Today &lt; Highest(High,3)[3]<br>Then sell tomorrow at @Lowest(low,3)[1] Stop;
  
Buy Next Bar at C + Range * Lenght1 Stop;
+
FINE FORMULA  
 
 
{----- Long Exit ------}
 
 
 
if MarketPosition=1<br>Then ExitLong next bar at (C-range * Lenght2) Stop;
 
 
 
{----- Stops -----
 
 
 
Money Management Amount : $1000<br>$ Risk Trailing Stop Amount : $500<br>Close all Trades at end of day session }<br>FINE FORMULA  
 
  
 
== Vedi anche:  ==
 
== Vedi anche:  ==

Versione attuale delle 09:50, 22 mar 2012

''Trading System "Low or High 3"

Formula per Tradestation™:

INIZIO FORMULA

Typ : Signal, Name : Low or High 3

If Low of Today < Lowest(Low,3)[3]
Then buy tomorrow at @Highest(high,3)[1] Stop;

If High of Today < Highest(High,3)[3]
Then sell tomorrow at @Lowest(low,3)[1] Stop;

FINE FORMULA

Vedi anche: