Can eSignal / EFS use ZeroMQ?

Discussion in 'Automated Trading' started by Jack_Larkin, Apr 20, 2016.

  1. Can eSignal / EFS use ZeroMQ?

    Any library or package that can be accessed within eSignal/EFS for ZMQ?
     
  2. 2rosy

    2rosy

    if esignal or efs has a way to programmatically get the data (ie an api) then once you get it you can publish it over zmq.
     
  3. EFS is eSignal's scripting language.

    I'm trying to get some info off a chart (specific indicator values) within eSignal and pipe said info to another application.

    Ideally, I'd like to use ZeroMQ.. but so far the only solution I've found for EFS / eSignal is to use URL requests within EFS and setup some sort of URL listening service on my application's end... This is less than ideal for reliability and speed.

    Any ideas? Anyone here develop on eSignal and know a good way of going about this?