Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
Alright I will had more variable functions to this later but if a few helpfull souls would help debugging/testing it that would be great.
1) Variable Reference Function
Here is the syntax :
ExtFml("ForumDll.VarRef",Data Array, LoopBack period)
For Example:
ExtFml("ForumDll.VarRef",O,C)
Here I assume Negative close, I will always look back not forward ...
2) Variable HHV Function
Here is the syntax :
ExtFml("ForumDll.VarHHV",Data Array,periods)
For Example:
ExtFml("ForumDll.VarHHV",O,C)
3) Variable LLV Function
Here is the syntax :
ExtFml("ForumDll.VarLLV",Data Array,periods)
For Example:
ExtFml("ForumDll.VarLLV",O,C)
4) Variable SUM Function
Here is the syntax :
ExtFml("ForumDll.VarSUM",Data Array,periods)
For Example:
ExtFml("ForumDll.VarSUM",O,C)
5) Variable HHVBARS Function
Here is the syntax :
ExtFml("ForumDll.VarHHVBARS",Data Array,periods)
For Example:
ExtFml("ForumDll.VarHHVBARS",O,C)
6) Variable LLVBARS Function
Here is the syntax :
ExtFml("ForumDll.VarLLVBARS",Data Array,periods)
For Example:
ExtFml("ForumDll.VarLLVBARS",O,C)
7) Variable Moving Average Function
Here is the syntax :
ExtFml("ForumDll.VarMOV",Data Array,periods,Method)
For Example:
ExtFml("ForumDll.VarLLVBARS",O,C,S)
Method available are :
Exponential E
Simple S
Triangle T
Weighted W
Let me know what you think
---Edited on August 5 th 2005 ----
---Edited on August 6 th 2005 ----
Added SumVar Function
Cleaned up source code and added some error traps.
---Edited on August 6 th 2005 - later that day :D ----
Added VarHHVBARS and VarLLVBARS
---Edited on August 8 th 2005
added Variable Moving average function
---Edited on August 12 th 2005
added Variable RSI, Variable MO, Variable CMO functions
Patrick :mrgreen:
|