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?