It apppears that one can have global (external) varaibles in an efslib. What are the scope of these global variables? If I am running two charts and both charts use an indicator that calls function(s )within the same efslib. Does each chart get it's own set of global variables? Or do both charts see (use) the same global variables?
I am assuming that any variables decalred within a function in a esflib are local in nature and therefore there values are destroyed when the function is exited.
What is the scope of an efslib?
I am assuming that any variables decalred within a function in a esflib are local in nature and therefore there values are destroyed when the function is exited.
What is the scope of an efslib?
Comment