log in     sign up for free
 
I turned from a loser to a winner when I was able to separate my ego needs from making money. When I was able to accept being wrong. Before that, admitting I was wrong was more upsetting than losing the money.
Marty Schwartz
 
 
Home
systems (284)
 
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

CCI & Moving Average

Formula for: MetaStock

indicator


 

 

Views:  1547

Added: March 15, 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
----- Original Message -----
From: <MFall31148@xxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Saturday, July 08, 2000 7:06 PM
Subject: Formula HELP!!!

Friends:
Having just bought a new computer and installed MetaStock 6.52 with all the patches, tc., I find that I've lost some custom formulas. Stupid me that I didn't print them out, but such is the way things go sometimes. Can't remember what I did before, so I need help. Here it is... I want to buy when the CCI (standard) goes above a moving average of itself (the CCI (standard)): conversely I want to sell when the CCI (standard) goes below a moving average of itself (the CCI (standard)). Will be optimizing this, but I can figure that part out myself. Sorry to put anyone at extra effort that can help me...will do my best to return favor. Thanks, Milt Fall


Re: Formula HELP!!!

To: <metastock@xxxxxxxxxxxxx>
Subject: Re: Formula HELP!!!
From: "ZBIGNIEW A WOZNICA" <WEING@xxxxxxxxxxx>
Date: Sun, 9 Jul 2000 20:51:08 -0400
References: <c8.73f59cd.26990de9@xxxxxxx>
Reply-To: metastock@xxxxxxxxxxxxx
Sender: owner-metastock@xxxxxxxxxxxxx

CCI System Test

{cross(CCI(14),MOV(CCI(14),PERIOD OF MOVING AVERAGE,E))}

Buy
cross(CCI(14),mov(CCI(14),20,E))

Sell
cross(mov(CCI(14),20,E),CCI(14))


[20253]

Re: Formula HELP!!!

To: <metastock@xxxxxxxxxxxxx>
Subject: Re: Formula HELP!!!
From: "Adam Hefner" <vonhef@xxxxxxxxxxxx>
Date: Sun, 9 Jul 2000 08:43:48 -0500
References: <c8.73f59cd.26990de9@xxxxxxx>
Reply-To: metastock@xxxxxxxxxxxxx
Sender: owner-metastock@xxxxxxxxxxxxx

Milt,

I have listed below a quick code for what you described. This is not a system test, just a code that can be displayed with your chart. Since you are using 6.52, you may wish to delete the line "CCI(Cp);" and display your own CCI code from the drop down list (that would allow you to change the look of the moving average for easier viewing).
Adam

 

 



Code:

CCI & Moving Average
{CCI moving average, This will display the Standard CCI and
a moving average of the CCI}

{Lb is the Moving average look-back Cp is the CCI period}
Lb:=Input("Look-back period ?",2,100,3);
Cp:=Input("CCI periods ?",3,60,14);
CCI(Cp);
Mov(CCI(Cp),Lb,S)


 





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

 

View similar (indicator for MetaStock):

Upside Downside Ratio
Stochastic Wave Long & Short
Lone Ranger
Stochastic Momentum (0-100)
Hartle Overbought / Oversold
Historical Volatility
Dynamic Zone Williams %R Indicator
Fisher Transform
Twigg\'s Money Flow
Stochastic Example of hhv() Function
...
 
 
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