Announcement

Collapse
No announcement yet.

New esignal-user need help with efs

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

  • New esignal-user need help with efs

    Hello,
    i'm a new esignal user and need a Little help in coding.
    I've an efs-file which is programmed some years ago and has worked well with an former esignal version.

    With the actual version it doesn't work more 100% correctly - can an expert please look at the file and give me some hints?

    Many thanks from me!!!
    Frunk



    mvb.efs
    Attached Files

  • #2
    The MVB efs file calls a number of other EFS files to complete its analysis. Without these other efs files, there is no way to address your needs or help you fix it. Here is a list of the other efs files required :


    hilow = callFunction("HighLowLevel.efs", "main", 50, 0);
    hilow = callFunction("HighLowLevel.efs", "main", restBars, 0);
    nr = callFunction("NarrowRange.efs", "main", maxNR);
    ts = callFunction("TurtleSoup.efs", "main", "");
    wr = callFunction("WideRange.efs", "main", wrValue);
    key = callFunction("KeyReversal.efs", "main", "");
    raschke = callFunction("RaschkeHolyGrail.efs", "main", "");
    bar50HL = callFunction("New50BarHighLow.efs", "main", "");
    hv6 = callFunction("ConnorHistVolatilityPercent.efs", "main", 6, 100);

    Comment

    Working...
    X