I am a novice eSignal programmer but a veteran programmer.
My question is what can be stored as a global value aside of scalar values (numbers, strings, etc.).
Can I:
setGlobalValue("aMyArray", new Array(10));
Can I:
setGlobalValue("oBollinger", new BollingerStudy(20, "Close", 2));
Thanks
My question is what can be stored as a global value aside of scalar values (numbers, strings, etc.).
Can I:
setGlobalValue("aMyArray", new Array(10));
Can I:
setGlobalValue("oBollinger", new BollingerStudy(20, "Close", 2));
Thanks
Comment