log in     sign up for free
 
Combine your enthusiasm, energy, focus, devotion, and discipline to becoming the best trader you can be, but once you have done that, there is no point in agonizing over the details.
Jack D. Schwager
 
 
Home
systems (285)
 
 
Special offer: buy AmiBroker and EOD+Real-Time 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

Gap System's

System for: MetaStock

 

 

Views:  1709

Added: February 07, 2007
 
Rate this code:  Rate: 1 Rate: 2 Rate: 3 Rate: 4 Rate: 5
This formula has not been rated yet
 
 

email this link

 
 
Tags: MetaStock, system
 




Code:

Gap1 System

{BUY}
L>Ref(H,-1) OR Cum(1)=LastValue(Cum(1))

{SELL}
H<Ref(L,-1) OR Cum(1)=LastValue(Cum(1))

 

Gap2 System

{BUY}
N1:=5;
L>Ref(HHV(H,N1),-1) OR Cum(1)=LastValue(Cum(1))
{SELL}
N1:=5;
H<Ref(LLV(L,N1),-1) OR Cum(1)=LastValue(Cum(1))

 

Gap3 System
Enter Long
N1:=5;
L>Ref(HHV(H,N1),-1) OR Cum(1)=LastValue(Cum(1))

Exit Long
N2:=3;
C<Ref(LLV(L,N2),-1) OR Cum(1)=LastValue(Cum(1))

Enter Short
N1:=5;
H<Ref(LLV(L,N1),-1) OR Cum(1)=LastValue(Cum(1))

Exit Short
N2:=3;
C>Ref(HHV(H,N2),-1) OR Cum(1)=LastValue(Cum(1))


 




 

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

 



Author: Ton Maas
Source: http://www.guppytraders.com

 

View similar:

TRIX Trading System
Crude Oil Seasonal Trade
Automatic Support and Resistance Trading System
Candle - 3 Crows & Soldiers & %D
Finite Volume Elements (FVE) System
Coppock Curve - Signal Formulas
Breakout & Breakin Signals
Recursive Moving Trend Average
Point of Balance
J2L Trading System
...
 
 
all systems for MetaStock
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