Announcement

Collapse
No announcement yet.

Re Signal only once at close of Candle

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

  • Re Signal only once at close of Candle

    I found an EFS called AlertOncePerBar.efs
    and included it in the previous efs. However, I now get:

    - line 125: SyntaxError: syntax error:

    Line 124 and 125:

    line124 - return new Array(vHist, vSignal, vMACD, vflag);
    line 125 - )

  • #2
    I would guess that it's something else in the code, I've downloaded the EFS is question and it run fines.

    There's a chance that when you added it to your other code it broke something.

    Comment

    Working...
    X