Announcement

Collapse
No announcement yet.

calling dll from efs

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

  • calling dll from efs

    Hi all,

    I am very new to efs, so i decided to ask for some help.

    I have tradestation code:

    DefineDLLFunc: "PUSHPOP.DLL", VOID, "PUSH", LONG, LONG, LONG, DOUBLE;
    DefineDLLFunc: "PUSHPOP.DLL", VOID, "PUSHCLEAN", LONG;
    variables:hh(0),ll(0);
    if time=sess1endtime then begin
    hh=highest(h,16)/100;
    ll=lowest(l,16)/100;
    PUSH(1,date,0,hh);
    PUSH(2,date,0,ll);
    end;
    plot1(hh);
    plot2(ll);

    All it does is pushes daily high and low from minute chart to memory stack, later to be popped from another tradestation
    chart(kind of global variable).Pushing is done at the last tick of
    the session.

    Is there a kind soll out there that can code this in efs.

    Thanks in advance.

    Ed

  • #2
    Hi egarone,

    As this post hasn't been picked up yet, you may want to take a look at this thread for some possible suggestions about how to get this study translated. Hope this helps.

    Comment

    Working...
    X