I am not a programmer, but I have 'cut and pasted' my way around esignal 'efs' -until now that is. I have tried to make a study that finds 'rate of change' of 'relative strength ratio'. The formulas that I am using are 'maofroc' and 'relativestrengthratiowithma(2)'. I put the following into the 'maofroc' formula to provide a data source:
if (rocPriceSource == null) {
rocPriceSource = "relativestrengthratiowithma(2)";
But i get error problems like:
'Library\13MAof26ROCof RS ratio.efs, line 26:
ROCStudy parameter 2 invalid
so do need an easy bit of coding or what?
thx
dan miskie
[email protected]
if (rocPriceSource == null) {
rocPriceSource = "relativestrengthratiowithma(2)";
But i get error problems like:
'Library\13MAof26ROCof RS ratio.efs, line 26:
ROCStudy parameter 2 invalid
so do need an easy bit of coding or what?
thx
dan miskie
[email protected]
Comment