Hi All: I am working on learning how to program with EFS. I am using the following EFS files which were written from the May 2008 issue of Stocks and Commodities Magazine. The article title is “The Quest for Reliable Crossovers” by Sylvain Vervoort:
ZeroLag_HA_Tema_Cross.efs
and
HA_ZeroLag_TEMA.efs
aND
ZeroLag_TEMA.efs
From the ZeroLag_TEMA EFS, a function is referencing nLength:
function calcTEMA(nLength,xSource){
also from the HA_ZeroLag_TEMA EFS, a function is referencing nLength:
function calcTEMA(nLength,xSource){
I cannot find where nLength came from. Where was it Dimensioned? Where was it Initialized?
These files are working, so I know nLength is a valid variable. For my growth and learning could someone please help me understand this?
Thank you,
ZeroLag_HA_Tema_Cross.efs
and
HA_ZeroLag_TEMA.efs
aND
ZeroLag_TEMA.efs
From the ZeroLag_TEMA EFS, a function is referencing nLength:
function calcTEMA(nLength,xSource){
also from the HA_ZeroLag_TEMA EFS, a function is referencing nLength:
function calcTEMA(nLength,xSource){
I cannot find where nLength came from. Where was it Dimensioned? Where was it Initialized?
These files are working, so I know nLength is a valid variable. For my growth and learning could someone please help me understand this?
Thank you,
Comment