Announcement

Collapse
No announcement yet.

How EFS Pre-Processed Signal Communicates with Amibroker

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

  • How EFS Pre-Processed Signal Communicates with Amibroker

    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

  • #2
    Hello timekeeper,

    If AB has the ability to parse a text file, you could output your EFS results to a file using the File Object.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment


    • #3
      thanks, Jason!

      regards..

      Comment

      Working...
      X