Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Hi Romeo
From memory I think that the Manual for the "Forum" DLL relates to ForumDll_112, an earlier version than the one I pointed you to. Be aware that syntax is different for some functions, and the selection of functions is also a little different.
Once the DLL is installed (and therefore recognised by MetaStock) there's an easy way to check what functions are available and what the syntax for each is. It's possible to have both the old and new Forum DLLs resident in MetaStock with different names.
Create a new indicator in the Indicator Builder, click in the Formula window, click the Functions... button, mark Forum in the Function Category window, and read off the functions in the Paste Functions window.
An even easier way to find functions provided by the 188KB Forum DLL is to check out the list below. Hope this helps.
Roy
ExtFml("Forum.CSAR",Low Array,High Array,Step); ExtFml("Forum.DateRange",FirstDate,LastDate); ExtFml("Forum.Latch",LE,LX,SE,SX); ExtFml("Forum.Random",Min,Max); ExtFml("Forum.TDCOMBO"); ExtFml("Forum.AroonDown",Data Array,Periods); ExtFml("Forum.AroonUp",Data Array,Periods); ExtFml("Forum.BBandBot",Data Array,Periods, deviations); ExtFml("Forum.BBandTop",Data Array,Periods,deviations); ExtFml("Forum.CCI",Periods) ; ExtFml("Forum.CMO",Data Array,Variable Period); ExtFml("Forum.Correl",INDEPENDENT Array,DEPENDENT Array, Periods) ; ExtFml("Forum.HHV",Data Array,Variable Period); ExtFml("Forum.HHVBARS",Data Array,Variable Period); ExtFml("Forum.LLV",Data Array,Variable Period); ExtFml("Forum.LLVBARS",Data Array,Variable Period); ExtFml("Forum.MACD",Data Array,Slow Periods,Fast Periods); ExtFml("Forum.MOM",Data Array,Variable Period); ExtFml("Forum.MOV",Data Array,Variable Period,Method); ExtFml("Forum.PriceChannelHigh",Data Array, Periods); ExtFml("Forum.PriceChannelLow",Data Array,Periods); ExtFml("Forum.RSquared",Data Array,Periods); ExtFml("Forum.ROC",Data Array,Periods,(0 | 1)); ExtFml("Forum.Ref",Data Array,Variable Period); ExtFml("Forum.RSI",Data Array,Variable Period); ExtFml("Forum.Stdev",Data Array,Periods,Deviation); ExtFml("Forum.Stoch",Periods); ExtFml("Forum.Sum",Data Array, Variable Period); ExtFml("Forum.TSF",Data Array,Periods); ExtFml("Forum.TRIX",Data Array,Periods);
|