Announcement

Collapse
No announcement yet.

problem with efs file

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

  • problem with efs file

    hello
    i downloaded the 12.1 version of esignal but an efs file that i had doesnt work, although with the previous version 12.0 worked properly...
    Attached Files

  • #2
    Originally posted by crews1 View Post
    hello
    i downloaded the 12.1 version of esignal but an efs file that i had doesnt work, although with the previous version 12.0 worked properly...
    Hi,
    I just checked your program and I can confirm that in v12.0 it worked OK, but in 12.1 it does not.
    It is certainly an issue with 12.1 which eSignal programers may review, but the good news is that this issue can be resolved very easily right now.

    Your program has few parameters which are commented out.
    Just remove them (highlighted lines) and the program will work OK
    //-- 9/8/2014 --
    function main(
    ProfitStDate,
    ProfitEndDate,
    Line1HOLC,
    Line2HOLC,
    Line3ReverseHOLC,
    Line4ReverseHOLC,
    TotalProfTrg,
    TotalLostTrg,
    ProfTrg,
    ActivatePr,
    LoseTrg,
    ActivateLs,
    EorSorYorG,
    r1,
    s1,
    u1,
    r2,
    s2,
    u2,
    r3,
    s3,
    u3,
    r4,
    s4,
    u4,
    CountFirst,
    ChooseAction,
    ConnectIB,
    /*IB_LocalSymbol,*/
    /*IB_Exchange,*/
    /*IB_Expiry,*/

    Quantity,
    Account,
    TrailingStartTimeOffset,
    TrailingStopTimeOffset,
    ResetVarsOnMarketOpen,
    HoldOpenContracts
    )

    Actually your program is quite interesting.
    Cheers

    Comment


    • #3
      thank you very much for your help! it did worked!

      Comment


      • #4
        Hello,
        Thank you both for the posts.

        We have fixed the issue related to the incorrect recognition of the commented parameters of the main() function.
        This fix will be available in 12.2 release.


        AveryH
        eSignal Support

        Comment

        Working...
        X