Hi,
Subject: Pre-Processing Outside of Amibroker
(a trading software that has an eSignal feed setup)
What I am Seeking to Do:
Using EFS (eSignal's internal programming language) I want to calculate inside eSignal itself when the MACD (of the HIGHLY frequent sampling) of the avg(askpx, bidpx), i.e. "mid," is either under or over the MACD's signal line. Then assign for those two states, two outputs called "True" or "False."
Question:
Without writing any additional dll's and such can I expect to receive thru AB's (Amibroker's) existing data prepackaged link to eSignal - can I elect to receive with all my existing datafeed the True vs False output so described above? If so, how can I do this from the AB standpoint? If this isn't possible then what does a poor coder like me do next?
Just to be clear: I don't need help with the eSignal portion of things done in EFS (at last I don't think I do!), just how to get the real time EFS calculated outputs into AB. Many thanks - timekeeper
Subject: Pre-Processing Outside of Amibroker
(a trading software that has an eSignal feed setup)
What I am Seeking to Do:
Using EFS (eSignal's internal programming language) I want to calculate inside eSignal itself when the MACD (of the HIGHLY frequent sampling) of the avg(askpx, bidpx), i.e. "mid," is either under or over the MACD's signal line. Then assign for those two states, two outputs called "True" or "False."
Question:
Without writing any additional dll's and such can I expect to receive thru AB's (Amibroker's) existing data prepackaged link to eSignal - can I elect to receive with all my existing datafeed the True vs False output so described above? If so, how can I do this from the AB standpoint? If this isn't possible then what does a poor coder like me do next?
Just to be clear: I don't need help with the eSignal portion of things done in EFS (at last I don't think I do!), just how to get the real time EFS calculated outputs into AB. Many thanks - timekeeper
Comment