|
|
# DCHT_MAC.TXT - Daily charts part 2
# converted from c:\MSP\MSP5.MAC - Sun Sep 04 17:51:54 1988
#
# by MS_MACRO from Tierra del Fuego Ltd.
#
# 03/25/90 - Upgraded to run MetaStock V2.0 new command set
# 02/08/92 - Upgraded to use smart charts for Bollinger bands and trendlines
#
include def_file.inc File symbol defines
#
# This macro is designed to called via cmd ln args
# It will do its work then exit MetaStock
#L Already at the Load menu
datafile hourly_dow_index load hourly dow ind data
include std_load.inc do standard data load
#
<space> Map the indicator chart
<F3> Switch to small charts
<Alt B>Y blank video memory
#
include rsi_macd.inc add a RSI and a MACD
include macdtsig.inc add the MACD trade signal arrows
#
<F5>P and print it
Revised on 14 October 2001 |