Is it possible to access add on studies (such as Mesa) using efsExternal()? For instance, I want to grab the Meas Mode result of 1 or 0 and add it to one of my indicators.
zmendel
It is possible if the study being called is an efs. If your run a search for arps you will find some examples I wrote to call the Arps Trender.
As to the Mesa studies there are specific efs functions available so you do not need to call them using efsExternal. You can find the list [and syntax] of the functions in the Mesa Indicators forum which is in the 3rd Party Studies / Developers / Applications forum of this bulletin board
Alex
Originally posted by zmendel Is it possible to access add on studies (such as Mesa) using efsExternal()? For instance, I want to grab the Meas Mode result of 1 or 0 and add it to one of my indicators.
Comment