log in     sign up for free
 
The single most important advice I can give anybody is: Learn from your mistakes. That is the only way to become a successful trader.
David Ryan
 
 
Home
systems (285)
 
 
Special offer: buy AmiBroker and EOD+Real-Time Data
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

HI LO Activator

System for: TradeStation

 

 

Views:  2324

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
 


Enough of the flame wars...
. To: "Omega-List" <omega-list@xxxxxxxxxx>
. Subject: Enough of the flame wars...
. From: "Gaius Marius" <magnus@xxxxxxxxxxx>
. Date: Sat, 19 Sep 1998 18:31:30 -0400
. Resent-Date: Sat, 19 Sep 1998 15:30:22 -0700
. Resent-From: omega-list@xxxxxxxxxx
. Resent-Message-ID: <"OosSl1.0.va4.-131s"@mx1>
. Resent-Sender: omega-list-request@xxxxxxxxxx

...I'm sick and tired of this shit. Let's do something more constructive, such as writing codes. This is my take on Robert Krausz's article on Gann in the Feb. 98 issue of TASC.

The indicator requies some special tweaking. Plot2 and Plot4 have to be of the same color of the background and they also have to be in the form of points (check the style tab under format).

As for the system...you can construct your own exit strategy and this will improve the system's result substantially. As it stands right now, it's nothing more than a Stop and Reversal type of a system. On the 60 minutes S&P, it shows a 40% percentage of winning trades (going back to Dec.' 97 ) with a ratio of win to loss of over 2.0 It's profitable but it's marginal in my book. Perhaps someone on this list can take the idea alittle further.

 

 



Code:

Type : Signal, Name : HI LO Activator
Inputs: R(8);
Var: Swing(0);

Value1=Average(H,R);
Value2=Average(L,R);

If C<Value2[1] And C[1]>=Value2[2] then Swing=-1;
If C>Value1[1] And C[1]<=Value1[2] then Swing=1;

If Swing=1 Then Begin
Buy on close;
end;
If Swing=-1 Then Begin
sell on close;
end;


 




 

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

 


Source: http://www.purebytes.com

 

View similar:

DiNapoli 5
Dynamic Zones
DoubleTopBot System
Delayed Channel Breakout
Long Trends
TrueContrarian
Confluence
RS system No. 1
Simple Futures MA System
Cooper's System
...
 
 
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