Announcement

Collapse
No announcement yet.

Trix

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

  • Trix

    Hi

    I was wondering if you can help me with trix.efs. everytime I
    try to load it I get the ff message
    line 2: Syntex error invalid label:
    Description:This indicator plots trix-triple exponential average

    Thanks
    Attached Files

  • #2
    Re: Trix

    ljft
    The error is caused by the open curly bracket { in the first line of the script which should be a forward slash /
    Also the closing curly bracket } at the end of line 4 should be replaced with a forward slash /
    In EFS to comment out a section of code insert /* at the beginning of the section and */ at the end of the section.
    To comment out a line only insert a double forward slash // at the beginning of a line
    Alex


    Originally posted by ljft
    Hi

    I was wondering if you can help me with trix.efs. everytime I
    try to load it I get the ff message
    line 2: Syntex error invalid label:
    Description:This indicator plots trix-triple exponential average

    Thanks

    Comment

    Working...
    X