ARTICLE SYNOPSIS...METASTOCK The lead/lag filter can be implemented in MetaStock version 3.0 using custom formulas: Formula 1 mov(C,N,E) Formula 2 mov((N*fml(#1))-((N-1)*ref(fml(#1), -1)), N, E ) where mov(C,N,E) implements an N-point EMA on the closing price, fml(#1)
ARTICLE SYNOPSIS...MetaStock custom formulas for price offset and momentum oscillators.
ARTICLE SYNOPSIS...METASTOCK CUSTOM RSI FORMULAS by Technical Analysis, Inc.
ARTICLE SYNOPSIS...Sidebar: MetaStock Formulas This sidebar provides the formulas for investigating the overlap of daily trading ranges as described in the article ""Studying Price Behavior"" by Mike Daley.
ARTICLE SYNOPSIS...METASTOCK IMPLEMENTATION OF DEMA1 AND MACD-DEMA1 by Technical Analysis, Inc.
ARTICLE SYNOPSIS...METASTOCK IMPLEMENTATION OF TEMA1 AND MACD-TEMA1 by Technical Analysis, Inc. The TEMA1 moving average and the MACD-TEMA1 can be implemented in MetaStock version 3.x using the custom formulas. The period for the example TEMA1 below was chosen as 26; howe
ARTICLE SYNOPSIS...MetaStock 4.5 formulas - Technical Analysis, Inc.
ARTICLE SYNOPSIS...METASTOCK SYNTAX Here's the system's syntax for MetaStock 4.5: ...
ARTICLE SYNOPSIS...METASTOCK SYNTAX - Technical Analysis, Inc.
ARTICLE SYNOPSIS...V. 22:3 (24-38): Sidebar: MetaStock Code For TPR Explorations by Giorgos Siligardos, Ph.D. METASTOCK CODE FOR TPR EXPLORATIONS Use the code below as a filter to identify TFs that last up to 60 trading days and produce retracements of no more than 50%.
ARTICLE SYNOPSIS...Stocks & Commodities V. 23:1 (18-29): Sidebar: MetaStock Code and Penny Stock Breakout System by Markos Katsanos This sidebar contains the MetaStock Code and Penney Stock code for Markos Katsanos' penny stock breakout system. The majority of the stocks
ARTICLE SYNOPSIS...Stocks & Commodities V. 23:5 (48-57): Sidebar: MetaStock Codes: System Test, Flags & Pennants by Markos Katsanos This sidebar contains: METASTOCK CODE: SYSTEM TEST, FLAGS & PENNANTS METASTOCK CODE FOR VFI FORMULA, and METASTOCK EXPLORATION FOR FLAG
ARTICLE SYNOPSIS...Stocks & Commodities V. 23:6 (16-22): Sidebar: MetaStock formulas for Darvas technique by Daryl Guppy METASTOCK FORMULAS FOR DARVAS TECHNIQUE A MetaStock expert advisor developed by technician Matthew Ford implementing the modified Darvas technique was
ARTICLE SYNOPSIS...Stocks & Commodities V. 23:5 (28-35): Sidebar: MetaStock user formulas for UCI by Stuart Belknap, Ph.D. METASTOCK USER FORMULAS FOR UCI Volatility (Sigom%) yom:=100*(C-Ref(Mov(C,25,S),12))/ Ref(Mov(C,25,S),12); avyom:=Sum(yom,50)/50; varyom:=Sum(yom*yo