log in     sign up for free
 
Show me the charts, and I'll tell you the news. Have an opinion on what the market should do but don't decide what the market will do. Be happy with a percentage of the move.
Bernard Baruch
 
 
Home
systems (285)
 
 
Special offer: buy MetaStock (try for free)   |   Reuters QuoteCenter Real-Time Data (get a free month)   |   EOD Data
 

Buy

AmiBroker

     (special offer)
 
 
 

Buy

EOD data for AmiBroker

     (special offer)
 
 
 

Buy

Realtime data for AmiBroker

     (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

Delayed Channel Breakout

System for: TradeStation

 

 

Views:  2387

Added: December 08, 2006
 
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
 


Convert Free Indicators & System
. To: omega-list@xxxxxxxxxx
. Subject: Convert Free Indicators & System
. From: Visavis <Visavis@xxxxxxxxxxx>
. Date: Sun, 5 Apr 1998 08:35:16 +0800 (PST)
. Resent-Date: Sat, 4 Apr 1998 16:35:45 -0800
. Resent-From: omega-list@xxxxxxxxxx
. Resent-Message-ID: <"k3QFU3.0.uR6.M7j9r"@mx1>
. Resent-Sender: omega-list-request@xxxxxxxxxx

Hi!

Can someone convert the following free indicators & systems which I got from Angus Jackson into ELA format?

Thanks in advance.

Free indicators for Tradestation.

 

 



Code:

Type : Signal, Name : Delayed Channel Breakout

{--This Breakout system will only enter if we have waited "X_Bars"
after a Breakout and we are still above/below the BO price. ----}

Input:
Len(13),
X_Bar(6);
vars:
HighBO(false),
LowBO(false),
x(0),
HighBOPrice(0),
LowBOPrice(0);

HighBOPrice = Highest(high,Len)[1];
LowBOPrice = Lowest(low,Len)[1];

HighBO = high > HighBOPrice;
LowBO = low < LowBOPrice;

if HighBO[X_Bar] then Buy at HighBOPrice[X_Bar] + 1 point stop;
if LowBO[X_Bar] then Sell at LowBOPrice[X_Bar] - 1 point stop;


 




 

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

 


Source: http://www.purebytes.com

 

View similar:

Aberration
DBS 9.2 (a)
Macd RS Ratio
Divergence
Hybrid system No. 1
SystemB
Support and Resistance System
DoubleTopBot System
RS system No. 1
TrueContrarian
...
 
 
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