I am currently using V7.6(Build 635) and have an error message relating to the number of symbols being used in a single efs study which is limited to 7.
This is very annoying as I am developing an indicator that uses the declining, advancing and unchanged issues for each of the 3 major exchanges, therefore I need 9 symbols. also I have in mind other indicators which use volume and would like to integrate all into 1 indicator so I would need possibly access to 20+ symbols.
I have tried various methods as workarounds to no avail, addressing the symbol either by getValue or directly using close and then using calls to a separate file.
If there is an easy way to get round this I would appreciate any feedback, otherwise I will have to develop convoluted setGlobal values and then run separate indicators to capture the required values to bring back into the core indicator, that will be so dumb!!!
Thanks
Robert
This is very annoying as I am developing an indicator that uses the declining, advancing and unchanged issues for each of the 3 major exchanges, therefore I need 9 symbols. also I have in mind other indicators which use volume and would like to integrate all into 1 indicator so I would need possibly access to 20+ symbols.
I have tried various methods as workarounds to no avail, addressing the symbol either by getValue or directly using close and then using calls to a separate file.
If there is an easy way to get round this I would appreciate any feedback, otherwise I will have to develop convoluted setGlobal values and then run separate indicators to capture the required values to bring back into the core indicator, that will be so dumb!!!
Thanks
Robert
Comment