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

Simple Moving Average w/Bands

Formula for: MetaStock

indicator


 

 

Views:  1232

Added: December 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, indicator
 
Your Ad Here
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From: Edson L F
To: equismetastock[at]yahoogroups.com
Date: Friday, March 17, 2006, 5:17:09 PM
Subject: [EquisMetaStock Group] Envelope

Hi friends!

how to make a pointer to have the value of the envelope (+ and -) of a moving average?

Ex:

{================================}
a1:=envelope positive ( Mov(C,21) );
b1:=envelope negative ( Mov(C,21) );
a1; b1;
{================================}

Any advice would be appreciated.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From: Jose Silva
To: equismetastock[at]yahoogroups.com
Date: Friday, March 17, 2006, 9:49:21 PM
Subject: [EquisMetaStock Group] Re: Envelope

Edson, try this basic SMA bands indicator:

 

 



Code:

Simple Moving Average w/Bands

{ http://www.metastocktools.com }

{ User inputs }
spread:=Input("SMA bands spread %",0,100,10)/200;
pds:=Input("SMA periods",1,2600,21);

{ SMA }
x:=Mov(C,pds,S);

{ SMA bands }
upper:=x*(1+spread);
lower:=x*(1-spread);

{ Plot on price chart }
upper;x;lower

 






Author: Jose Silva
Source: http://www.metastocktools.com

 

View similar (indicator for MetaStock):

Pivot and Associated Sup/Res Levels
Candle - 3 White Soldiers
Chaos Fractal (simple version +1=Up, -1=Dn)
MACD MS Look Ahead
Max Between Two Troughs
Excel Confidence %
Elder's Impulse
Ehlers Filters
Dual CCI
RVI w / Simple Moving Average
...
 
 
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