Page 1 of 1

pass varible between studies

Posted: Nov 20 2006
by TJ
is it possible to pass variables between studies?
say I have a MA number from a study on a 30min chart, can it be read by a study on a 15 min chart in the same chart window?

Re: pass varible between studies

Posted: Nov 21 2006
by denizen2
is it possible to pass variables between studies?
say I have a MA number from a study on a 30min chart, can it be read by a study on a 15 min chart in the same chart window?
The short answer: Yes, with some help from an "EasyLanguage Extension", the name of which escapes me at the moment :roll: . I've seen mention of it on this forum, but also on the TS EasyLanguage forum(s). It will take some non-trivial amount of time to implement, but anyone with EasiyLanguage programming skill levels should be able to handle it.

The 'ideal' (future) solution would be 'global vars' implemented as part of the MC and PLEditor. And even more 'ideal', in my opinion, would be a solution that adds a 'data-centric' approach to MC, rather than the 'standard' chart-centric approach for everything. But that is not likely to happen in the foreseable future :cry: .

Posted: Nov 21 2006
by Guest
Go to TS forum and do a search on Global variables. They are easy to implement.