![]() |
|
|
|
Greetings valued MetaStock users. I am sure that by now you have all seen or heard a little bit about our newest version of MetaStock, 9.0. MetaStock 9.0 was born from a commitment to provide you with the most technologically advanced analysis tool available on the market. It's numerous new features are the product of a close collaboration between our dedicated team of programmers and you, the seasoned traders. With simpler than ever data management, new broad market indicators and experts, sector analysis, and a variety of other features, MetaStock 9.0 has become easier and more powerful than ever before. One of the jewels of our new version is the new MetaStock Community, which was specifically designed to foster a stronger sense of community for you, our users, by allowing sharing of charts, analysis and successful trading techniques. You can even use the Community to get quick answers from our Support Team. 9.0 also boasts enhanced data management tools including sectors and industries, a large number of broad market indicators and many more new features. It also contains the established arsenal of |
|
MetaStock trading tools found in previous versions that have garnered numerous awards, including the Technical Analysis of Stocks and Commodities' Readers Choice Awards of Best Analysis Software ($200 to $499 value category) for 11 consecutive years. What started as a
response to you, our customers, has become one of our most impressive
upgrades to date. Thank you to all of you whose demands and requests ensure
that MetaStock 9.0 provides a level of accuracy and precision that is
simply not possible in other solutions. |
|
|
If you haven't had a chance to take a look at MetaStock 9.0, the latest upgrade to the award-winning analytical software, then here is your chance. The new tools in MetaStock 9.0 can make your trading easier and more profitable with these exciting new features;
Sector Groupings help you find the best performing stocks in the strongest industries. You see, money shifts from sector to sector. Even in bad markets there are sectors that are performing well. Our job as traders is to find where the money is flowing so we can get in on the movement that occurs with this monetary shifting. In addition to the Sector groupings, we made improvements to our Historical Data CD. It is now self-extracting, so you don't have to bother with moving files from the CD to your computer. And its also organized by sectors. And to round out our data management improvements, we have added a single button for updating your MetaStock data folders. Press a button and data starts flowing into the folders and sub-folders of your entire database! These three tools will make your Data management fast and easy - the way you like it.
There's
so much you can do with the MetaStock Community. You can instantly chat
with Equis Customer Support, and share trading ideas, formulas, and charts
with traders of similar interests. You can join one of the pre-established chat rooms, or you can join a public or private chat room created by another MetaStock user. You can even create your own chat room. If you are already a 9.0 user, you will be noticing some changes in the MetaStock Community in the near future. In response to your requests we have extended the 'life' of a chat room from 20 minutes (without activity) to 7 days. We will also be streamlining the number of general chat rooms. Broad
Market Indicators Support
and Resistance Lines Additional
System Tests and Explorations Point
and Figure Toolbox for Unique Analysis Automatic
Window Tiling MetaStock is the most well-rounded analysis package available. With the addition of stocks grouped by sectors, a self extracting Data CD, one-button downloading, the MetaStock Community, Broad Market Indicators, a Point and Figure Toolbox, Support, Resistance and Trendlines, additional system tests, and auto-tiling, MetaStock 9.0 gives you incredible power and functionality to help you hunt down those profitable trading opportunities. ICE
2.0
Each symbol is unique and has its own characteristics. Ideally, then, each symbol should have its own unique trading system specifically fine-tuned for its individually nuances. ICE 2.0 makes it easy for anyone to create and optimize their own trading systems - and NO formula writing or programming required! Created
by longtime Equis insider John Slauson As
easy as 1-2-3 ICE gives you more confidence in your trading because you build your trading system. By following the simple step-by-step instructions, you'll know exactly why your system is generating certain signals. Ice's structured "recipe" approach gives you a definite trading advantage. All of the "ingredients" of your system are the absolute finest available. Mr. Dan Valcu, a private trader in Sweden, authored a very interesting article about the Heikin-Ashi (pronounced like hey-keen awe-she) candlestick style in the February 2004 issue of Stocks & Commodities Magazine. His article begins on Page 16 of that issue. My purpose today is to educate our customers about how the Heikin-Ashi candlesticks method described in Mr. Valcu's article might be put to use in MetaStock. Heikin-Ashi Candlesticks
price style is not currently supported by the current version of MetaStock.
However, there is currently a workaround that will permit Heikin-Ashi
Candlestick charts, such as the one below.
What happens when
there is new data for Canon? I will have to convert the new data to get
the Heikin-Ashi values and put them into the haCanon datasheet, either
by copying them from Excel, or manually entering them myself. Indicators System
Tests A bullish crossing of the SMA over the haDiffCO indicator could be tested for with the following formula: Cross(Mov(Fml("haDiffCO"),3, S), Fml("haDiffCO")) To test for a bearish crossover, reverse the order of the two parameters within the Cross() function: Cross(Fml("haDiffCO"), Mov(Fml("haDiffCO"),3, S)) I use 3 in the above formulas for the Periods to be used to calculate the Simple Moving Average (SMA). His Mov-haDiffCO indicator prompts the user for the Periods, but for Experts Advisors, or Explorations, you must 'hard-code' a value for the Periods you wish to use. You may wish to run optimized back-tests to determine whether 3 is the best value for the Periods parameter, in which case you might replace the 3 with Opt1. Heikin-Ashi
Explorations Expert
Advisors Fml( "Mov-haDiffCO") > 0 And, for a Bearish trend you could use: Fml( "Mov-haDiffCO") < 0 Here is an example
of coloring the candles in a normal candlesticks chart:
Fig. 2: A normal candlestick
chart of Canon, with an Expert Advisor attached, which colors the
Fig. 3: Here is my
haCanon Heikin-Ashi Candlesticks chart, covering the same date range,
Fig. 4: An alternative
set of formulas, which seem to be a touch more responsive to changes in
Caveats You can see that this workaround for creating Heikin-Ashi Candlesticks charts is a bit tedious, so it is not really practical for Intraday charting. End-of-day users, with a little practice, should be able to effectively use this exciting new price style. MetaStock cannot compress a Daily Heikin-Ashi chart to any other Periodicity, such as Weekly. If you need a Weekly Heikin-Ashi chart, you must start with Weekly data and proceed to convert the data as described above, placing it into a Weekly MetaStock data file, and then you can open the Weekly chart in MetaStock. Another thing to be aware of is that some indicators that you might normally place in your charts may behave differently in this chart. For instance, if I were to bring up two charts, one of Canon (CAJ) and one of haCanon (HACANON) and use Williams%R, the Demand Index, OnBalanceVolume, or any number of indicators which use the inter-relationships of the Open, High, Low, and Close prices, the two charts will show these indicators differently. This is because the haCanon's data is different than Canon's data. In some cases, the indicators in haCanon's chart might be preferable, but in most cases the indicators that are in Canon's chart would be more valid. Summary With the above information, you should be able to implement some useful tools in MetaStock that use the Heikin-Ashi method, even without going through the data-conversion process needed to produce and display the chart in Heikin-Ashi Candlesticks. If you have any difficulty understanding these instructions, you can reach me at support@equis.com or by calling 1-801-265-9998, our Support Department number. I've tried to give you sufficient formula help here so that you could create an Expert Advisor yourself, but if you want us to just send you the Expert I've illustrated here, we can do so, if you send a request to formulas@equis.com. The charge will be $30, our minimum custom formula-writing fee. Robert McKinnon Tradeshows Expert
Symposiums - Coming Soon! Workshops
- All New Format! Some of the incredible new tools to help you dig deeper into the markets include:
Reserve
your spot! WORKSHOP
SCHEDULE Click here to register. Question 2: How can I run an Exploration to find Relative Strength Comparative values? Question 3: How do I create the Arms Index (TRIN) or McClellan indicators in MetaStock version 8.01? Question
4: How can I change my candles to show up/down colors? Q:
In 9.0, how do I learn more about the BroadMarket Indicators, the P&F
Toolkit, and the Dynamic Trading Tools? To construct a Comparative
Relative Strength Exploration in MetaStock for Windows version 8.01 &
9.0, you need to follow the following steps (This example will reference
online data from Reuters DataLink, specifically the S&P 500): C/Security("ONLINE:.SPX",C) Click OK To construct a Comparative
Relative Strength Exploration in MetaStock for Windows, prior to version
8.01, perform the following steps: C/P Note: (The P variable references the selected indicator in the active chart which would be the close) Click OK
Q: How do I create the Arms Index
(TRIN) or McClellan indicators in MetaStock version 8.01 & 9.0? With version 8.01 and later, you can create these indicators using the Security Data function, and then simply drop the indicator from the QuickList to any chart, saving time and extra work. The Security Data function can reference DataOnDemand or local data files. The first example below uses online data (DataOnDemand) to create the Arms Index (TRIN). The first formula will reference the advancing issues/advancing volume and the declining issues/declining volume directly from the Reuters DataLink server, and it can be plotted on any chart as an indicator. This can also be accomplished with local data, but the local security needs to be referenced in the formula. The second formula is an example that uses local data (stored on the hard drive) to create the Arms Index (TRIN). Following these are the formulas for the McClellan Oscillator and Summation Index, using online data. These can be changed to reference local data, as well. To
create the TRIN using DataOnDemand; Cum(Security("ONLINE:X.NYSE-A",C)-Security("ONLINE:X.NYSE-D",C)) Click OK To
create the TRIN using LOCAL DATA, you would need to reference the appropriate
data path for where the data is stored on your computer: Cum(Security("C:\MetaStock Data\X.NYSE-A",C)-Security("C:\MetaStock Data\X.NYSE-D",C)) Click OK To
create the McClellan Oscillator, using online data; NYSEAdvDec:=Security(
"ONLINE:X.NYSE-A", CLOSE ) - Security( "ONLINE:X.NYSE-D",CLOSE
); Click OK To
create the McClellan Summation Index, using online data; NYSEAdvDec:=Security(
"ONLINE:X.NYSE-A", CLOSE ) - Security( "ONLINE:X.NYSE-D",CLOSE
); Click OK These indicators can now be plotted on any chart. The formulas for these online indicators require an active subscription for Indices with Reuters DataLink. These formulas can also be used in MetaStock Professional versions 7.0 or newer, although you would need to adjust the symbol for the appropriate data vendor. Q:
How can I change my candles to show up/down colors? You can do this with
an Expert Advisor as follows: C>O Click OK. C<O Click OK
User Group There is a new User Group Manager, Marilyn McDonald! Our User Groups are an invaluable source of information and support. Have a look at our website to see if there is a User Group in your area. No
User Group in your area? Become a User Group Leader! We will
help you set up your group and contact MetaStock users in your area. You
will also be invited to our User Group Leader meetings held monthly in
our 9.0 chat room to share meeting ideas and materials! Simply email us
at usergroups@equis.com and
we will help you get started!
We need your feedback! Thank you for your feedback to the October eMonitor. We received many great suggestions. If you would like to make suggestions about the eMonitor, please email editor@equis.com with feedback. While we are not able to reply to each email, we do, however, carefully consider each suggestion we receive. We will use your feedback to make the MetaStock eMonitor a quality publication for you. If you have suggestions or questions for anything other than the eMonitor, you can send them to the following email addresses:
We look forward to
receiving your feedback.
|
|
|
These
products and articles are not a recommendation to buy or sell, but rather
guidelines and suggestions to interpreting the specified analysis methods.
Investors who are aware of the risks inherent in securities trading should
only use this information. Equis International accepts no liability whatsoever
for any loss arising from any use of these articles and products and their
contents. We
respect your online time and privacy. To be removed from this list, choose
reply, |
|