log in     sign up for free
 
If you really think the stock is going to make a big move - and that should be the only reason you are buying the stock to begin with - then there is no reason to haggle over an eighth of a point. Just buy the stock.
David Ryan
 
 
Home
systems (284)
 
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

Moving Slope Rate of Change

Formula for: MetaStock

indicator


 

 

Views:  1670

Added: July 19, 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, indicator
 
Your Ad Here
Looking through the September 2005 issue of TASC, pp. 16-22: Two Moving Function Hybrids and wondering if this is a correct MSFL interpretation of the Moving Slope ROC indicator described.

Moving Slope Rate of Change (ROC) I

periods:=Input("Time Periods",1,100,25);
a:=LinRegSlope(C,periods);
b:=ROC(a,periods,points);
a;
b;
0;





Well g your formula is correct, however the author suggest that you divide your final result by the number of periods used so that you can compare the value of your indicator on security X with the value of the indicator on security Y ... So while the indicator you posted plots exacly the same as the one I will post it is important to note the scale difference ...

Moving Slope Rate of Change (ROC) II

periods:=Input("Time Periods",1,100,25);
LINV:=LinRegSlope(C,periods);
ROCV:=ROC(LINV,periods,$);
ROCV/periods





Of course you're right. I understand exactly what you did... I just did not take that last step because I wasn't 100% sure of the first part. Anyway, thanks for taking the time to look it over.

 

 



Code:

Moving Slope Rate of Change (ROC) I

periods:=Input("Time Periods",1,100,25);
a:=LinRegSlope(C,periods);
b:=ROC(a,periods,points);
a;
b;
0;


Moving Slope Rate of Change (ROC) II

periods:=Input("Time Periods",1,100,25);
LINV:=LinRegSlope(C,periods);
ROCV:=ROC(LINV,periods,$);
ROCV/periods





 





Source: http://forum.equis.com

 

View similar (indicator for MetaStock):

Chandelier Exit Variation
Upside-Downside Volume Net Difference
Long Binary Wave
Stochastic Relative Strength Index
Elder's Force Index II
Bollinger Bands - Fibo
Market Pressure - Ultimate
Zigzag Targets
Ultimate Oscillator
Current Day!
...
 
 
all formulas for MetaStock
all formulas

 

 

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.
 
Privacy note | (c) copyrights systems4trading.com 2006-2012