log in     sign up for free
 
I turned from a loser to a winner when I was able to separate my ego needs from making money. When I was able to accept being wrong. Before that, admitting I was wrong was more upsetting than losing the money.
Marty Schwartz
 
 
Home
systems (285)
 
 
Special offer: buy MetaStock (try for free)   |   Reuters QuoteCenter Real-Time Data (get a free month)   |   EOD Data
 

Buy

MetaStock

     (special offer)
 
 
 

Buy

EOD data for MetaStock

     (special offer)
 
 
 

Buy

Realtime data for MetaStock

     (special offer)
 
 
Formula Library
 
AmiBroker
MetaTrader
MetaStock
TradeStation
Wealth-Lab
NinjaTrader
 
add your formula
System Library
 
 
Account login
Your email:
Password:
 
Log in
New to s4t? Sign up.
If you forgot your password click here.
Search the Web
 
Custom Search

Seasonal Trade

System for: TradeStation

 

 

Views:  1580

Added: August 13, 2008
 
Rate this code:  Rate: 1 Rate: 2 Rate: 3 Rate: 4 Rate: 5
This formula has not been rated yet
 
 

email this link

 
 
Tags: TradeStation, system
 


My article "Trade Crude Now" in this issue combines a simple option spread with a seasonal trade using a three-channel breakout method. By using a simple channel breakout system, the actual market movement will signal when and where you should enter and exit a trade. Here is the TradeStation code to implement the crude oil trade described in my article.

 

 



Code:

Type : Signal, Name : Crude Oil Seasonal Trade #2
If Month(d) = 8
then buy ("Long") next bar at Highest (H,5) + 1 point stop;

ExitLong from entry ("Long") next bar at$ Lowest (L,3) - 1 point stop;
{This is not active on the day of entry so the protective
stop for that day will need to be computed by hand.}

If EntryPrice<=Lowest (L,8)-1 point then
ExitLong at Lowest (L,8)-1 point stop;
{Profit Stop}

If (Month(d)=9 and DayOfMonth(d)>26 ) or Month(d)=10
then ExitLong on close;

 




 

Code to difficult? Find somebody to help you with coding here.

 



Author: John Momsen
Source: http://www.traders.com

 

View similar:

DBS-B
High Percentage Trading System
Sideways
Breakout Range2
True Range Breakout
Williams 19
Meander system v. 1
R Oscillator
Test IDNR4
Gettess 30
...
 
 
all systems for TradeStation
all systems

 

 

Email to friend

Top

 

     
However we try to maintain hiqhest possible level of service - most formulas, oscillators, indicators
and systems are submitted by anonymous users.
Therefore S4T™ does not take any responsibility for it's quality.
If you use any of this information, use it at your own risk. You are responsible for your own trading decisions.
Be sure to verify that any information you see on these pages is correct, and is applicable to your particular trade.
In no case will S4T™ be responsible for your trading gains or losses.
PayPalSecure payments by PayPal S4T™ is a part of TAURO EDUCATION NETWORK
 
Privacy note | (c) copyrights systems4trading.com 2006-2009