log in     sign up for free
 
In my opinion, you do not have a trading system unless you know exactly when you will get out of the market position at the time you enter it.
Van K. Tharp
 
 
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

08_Momentum Time & S/C

System for: MetaStock

 

 

Views:  2075

Added: May 29, 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
 


RE: Stochastics, rsi
To: "Richard Estes" <dick@xxxxxxxxxxxxxxxxx>, metastock-list@xxxxxxxxxxxxx
Subject: RE: Stochastics, rsi
From: "Jim Greening" <JimGinVA@xxxxxxx>
Date: Mon, 26 May 97 15:27:15 UT
Resent-Date: Mon, 26 May 1997 10:38:55 -0600
Resent-From: metastock-list@xxxxxxxxxxxxx
Resent-Message-Id: <"WPi9e3.0.vj1.UoRYp"@mail.equis.com>
Resent-Sender: metastock-list-request@xxxxxxxxxxxxx

Richard,
I've been playing with the indicator you posted.Hope you don't mind. I like the signal locations on the good signals, but got too many false signals. I decided to try a combination to filter out most of the false signals.Finally decided on the normalized LinRegSlope (S/C). I normalized it by dividing by the close price so values would be comparable for any price stock. I then multiplied by 10000 to amplify the signal for easier viewing. I used the standard S/C greater than zero and S/C rising for buy signals. Decided to use S/C less than an optimized negative value for closing the position. Used S/C less than optimized negative value and S/C falling for an open short signal. S/C greaser than zero to close short.Formulas and test follow:

MetaStock for Windows Indicator Builder

 

 



Code:

S/C

{LinRegSlope/Close}
10000*LinRegSlope(C,34)/C



Momentum Time

(HIGH - Mov(C,55,T)+(LOW - Mov(C,55,T)))/(HIGH - Mov(C,55,T)-(LOW - Mov(C,55,T)))




MetaStock for Windows System Tester

08_Momentum Time & S/C

Enter Long:

Alert(Cross(Fml("Momentum Time"),0),13) AND C > Mov(C,21,T) AND
Fml("S/C") > 0 AND HHV(Fml("S/C"),5) = HHV(Fml("S/C"),13)


Close Long:

Fml("S/C") < opt1


Enter Short:

Alert(Cross(0,Fml("Momentum Time")),13) AND C < Mov(C,21,T) AND
Fml("S/C") < opt1 AND LLV(Fml("S/C"),5) = LLV(Fml("S/C"),13)


Close Short:

Fml("S/C") > 0


Optimization Variables

OPT1:
Min = -55.00 Max = -13.00Step = 21.00

STOPS ALL OFF


Momentum Time

(HIGH - Mov(C,55,T)+(LOW - Mov(C,55,T)))/(HIGH - Mov(C,55,T)-(LOW - Mov(C,55,T)))


Momentum Time

Buy:

Cross(Fml( "MOMENTUM time" ),0) and c>mov(c,21,t)


Sell:

Cross(0, Fml( "MOMENTUM time" ))


 




 

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

 


Source: http://purebytes.com/archives/metastock/

 

View similar:

Automatic Support and Resistance Trading System
Candle - 3 Crows & Soldiers & %D
Maximum Profit System II
Linear Regression System
01_R2/Regress Slope/MFI/TSF - (Vol Rqd)
Bollinger Band Volatility Trading System
Gap Up System With Delayed Exit
Finite Volume Elements (FVE) System
Threshold Trading Revisited - Stochastic
Breakout Range2
...
 
 
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