PureBytes Links
Trading Reference Links
|
MFL usually can't handle variable periods in functions - a major
problem with MetaStock.
For that purpose, you'd need something like this very useful,
multi-function MetaStock dll:
------------------------------
TNT VarPeriod MetaStock dll
Copyright (c) The Nag Tools, 2001 www.tnt-ms.fr.st
22 functions:
============
ExtFml("VarPeriod.VarAlert", Expression, Period)
Alert function with variable periods
ExtFml("VarPeriod.VarCMF", Period)
Chaikin Money Flow function - var pds
ExtFml("VarPeriod.VarCCIE", Period)
Commodity Chanel Index (Equis) function - var pds
ExtFml("VarPeriod.VarCCI", Period)
Commodity Chanel Index (Standard) function - var pds
ExtFml("VarPeriod.VarGZLag2", DataArray, Period)
Gaussian ZeroLag 2 function - var pds
ExtFml("VarPeriod.VarHhvBars", DataArray, Period)
Highest High Value Bars Ago function - var pds
ExtFml("VarPeriod.VarHhv", DataArray, Period)
Highest High Value function - var pds
ExtFml("VarPeriod.VarLlvBars", DataArray, Period)
Lowest Low Value Bars Ago function - var pds
ExtFml("VarPeriod.VarLlv", DataArray, Period)
Lowest Low Value function - var pds
ExtFml("VarPeriod.VarMid", DataArray, Period)
MidPoint function - var pds
ExtFml("VarPeriod.VarMo", DataArray, Period)
Momentum function - var pds
ExtFml("VarPeriod.VarMov", DataArray, Period, Method)
Moving Average function - var pds
S - Simple
W - Weighted
E - Exponential
TRI - Triangular
ExtFml("VarPeriod.VarROC", DataArray, Period, Method)
Rate Of Change function - var pds
PER - Percent
PNT - Points
ExtFml("VarPeriod.VarRef", DataArray, Period)
Reference function - var pds
ExtFml("VarPeriod.VarRSI", DataArray, Period)
RSI function - var pds
ExtFml("VarPeriod.VarStdev", DataArray, Period)
Standard Deviation function - var pds
ExtFml("VarPeriod.VarStoD", Period, Slowing)
Stochastic %D function - var pds
ExtFml("VarPeriod.VarStoK", Period)
Stochastic %K function - var pds
ExtFml("VarPeriod.VarSum", DataArray, Period)
Summation function - var pds
ExtFml("VarPeriod.VarTRIX", DataArray, Period)
TRIX function - var pds
ExtFml("VarPeriod.VarVar", DataArray, Period)
Variance function - var pds
ExtFml("VarPeriod.VarWillR", Period)
Williams' %R function - var pds
------------------------------
I can't remember where I've got this handy dll from, but unfortunately
I can't contact the author(s) to ask if it can be freely
redistributed.
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, mazachan <no_reply@xxxx> wrote:
> In a sense, yes.
> Something like the Reference function.
> However, I can't pass in a variable for the periods,
> and that is my problem.
> I need something that can take a variable.
> --- In equismetastock@xxxxxxxxxxxxxxx, "Jay T" <JaysTownsend@xxxx>
wrote:
>> I think you are looking for the Ref function.
>> Look it up and see if it does what you want.
>>
>> Jay
>>> Hi all, is there a built in function within metastock
>>> to determine what an indicator's value is for so many bars ago?
>>> For example, say that I have calculated a price for x bars ago
>>> and I want to find out what the moving average is for that
>>> particular bar.
>>> Or do I have to create my own formula for this?
>>>
>>> Thanks
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|