Announcement

Collapse
No announcement yet.

How can I use MESA studies in my EFS Code?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How can I use MESA studies in my EFS Code?

    Dear eSignal Support-Team,

    I am using eSignal On Demand (I am using the lates build 12.0.3485.1175), and I am trying to use studies of the Add-on MESA indicators in my EFS code. While I can insert the pre-built studies such as Spectrum, Heatmap, SNR, Bandpass, Trendline, Trend Vigor, Detrend, Sine and Lead Sine to my charts, I am not able to use the MESA Indicator study functions such as MesaDomCycle, MesaMaOut, MesaPhaseOut, MesaSineOut, MesaKalman, MesaMode in my EFS Code.

    Just trying the little sample code provided in this forum (http://forum.esignal.com/forumdispla...-Indicators&s=):

    var study = new MesaMaOut("Close");

    function main() {
    var vValue = study.getValue(MesaMaOut.MAOUT);
    return vValue;
    }

    I am already getting the following error:

    My Formulas\MesaMaOut.efs, line 1: Error: Function 'MesaMaOut': DLL(3rdparty/Mesa/mesamax64), Function(DCOUT) was not found

    I have found a set of DLLs under the Mesa File Share Group, separated into two folders, eSignal 7-1 and eSignal 7-2. Do I have do download and install any of these?

    Kind regards,
    panta-rhei

  • #2
    Dear eSignal Support-Team,

    this question is still relevant for me, so I would appreciate getting a response.

    Kind regards,
    Michael

    Comment

    Working...
    X