log in     sign up for free
 
You can't make money if you're not willing to lose. It's like breathing in, but not being willing to breathe out. Various types of exits will help you do this (i.e., breathe fully), including trailing stops and the percent retracement stop.
Van K. Tharp
 
 
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

Advance Issues Momentum (AIM)

Formula for: MetaStock

indicator


 

 

Views:  1028

Added: December 04, 2006
 
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

Lawrence Chan and Louis Lin's article in this issue, "Boosting Profitability," includes the NeoTicker code for their AIM indicator. The MetaStock code is listed below. This formula uses the Security Data function, which is only available in MetaStock version 8.01 or later or any version of MetaStock Professional.

The formula is written to use online data. It can be modified to use data stored locally by replacing the text "ONLINE:" with the path to the local data. For example, if the local data was stored in the folder C: MetaStock Data Dow 30, the second line of the formula would look like this:
(Security("C: MetaStock Data Dow 30AA", Mo(x)>0))+

The same change would be made to all the other lines that start with the word "Security." Please note that the path entered must be correct or the formula will return errors. In addition, since custom indicators are limited to 2,500 characters, there is a limit to the number of securities this indicator can reference. This limit will vary based on the length of the path specified for the security's datafiles. Using a short path or online data will allow for more securities to be used.

--William Golson
Equis International
www.MetaStock.com

 

 

 



Code:

AIM
x:=Input("Momentum Periods",1,200,10);
(Security("ONLINE:AA", Mo(x)>0))+
(Security("ONLINE:AXP", Mo(x)>0))+
(Security("ONLINE:BA", Mo(x)>0))+
(Security("ONLINE:C", Mo(x)>0))+
(Security("ONLINE:CAT", Mo(x)>0))+
(Security("ONLINE:DD", Mo(x)>0))+
(Security("ONLINE:DIS", Mo(x)>0))+
(Security("ONLINE:EK", Mo(x)>0))+
(Security("ONLINE:GE", Mo(x)>0))+
(Security("ONLINE:GM", Mo(x)>0))+
(Security("ONLINE:HD", Mo(x)>0))+
(Security("ONLINE:HON", Mo(x)>0))+
(Security("ONLINE:HPQ", Mo(x)>0))+
(Security("ONLINE:IBM", Mo(x)>0))+
(Security("ONLINE:INTC", Mo(x)>0))+
(Security("ONLINE:IP", Mo(x)>0))+
(Security("ONLINE:JNJ", Mo(x)>0))+
(Security("ONLINE:JPM", Mo(x)>0))+
(Security("ONLINE:KO", Mo(x)>0))+
(Security("ONLINE:MCD", Mo(x)>0))+
(Security("ONLINE:MMM", Mo(x)>0))+
(Security("ONLINE:MO", Mo(x)>0))+
(Security("ONLINE:MRK", Mo(x)>0))+
(Security("ONLINE:MSFT", Mo(x)>0))+
(Security("ONLINE:PG", Mo(x)>0))+
(Security("ONLINE:SBC", Mo(x)>0))+
(Security("ONLINE:T", Mo(x)>0))+
(Security("ONLINE:UTX", Mo(x)>0))+
(Security("ONLINE:WMT", Mo(x)>0))+
(Security("ONLINE:XOM", Mo(x)>0))


 






Author: Lawrence Chan and Louis Lin
Source: http://www.traders.com

 

View similar (indicator for MetaStock):

DeMark's Projected Range
Finite Volume Elements (FVE) - Basic Indicator
Ease of Movement
Volatility % Indicator
Simple Mov. Av. with Resistance and Support
Frequency Distribution
Corr Vol / Close
StTO Oscillator
Relative Strength Index - Custom III
RSI moood p502
...
 
 
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