Announcement

Collapse
No announcement yet.

A little help ..Please

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

  • A little help ..Please

    Just when I thought I figured this out, I got stuck again.

    What I want this study to do is return an alert when

    1) RSI(10) crosses above RSI(60) this part works

    2) RSI(60) crosses above RSI(10) this part works too

    3) RSI(10) less than or equal 20 THIS DOESN'T WORK

    4) RSI(100 greater than or equal 80 THIS DOESN'T WORK

    Perhaps I am not allowed to combine this into one efs.

    If someone could fix this and point out my error, I would really appreciate it.

    THANKING YOU IN ADVANCE

    EFS study attached.
    Attached Files

  • #2
    Hi,

    Try this.

    I kept the color coding on the <20 and >80 alerts that I think you were trying for, but I suspect they are the opposite of what you really want.

    Also, I know the FW did a lot of the work, but there is a fair amount of wasted CPU time by calling the same functions with the same values over and over. Far better to keep them in a variable.

    Garth
    Attached Files
    Garth

    Comment


    • #3
      Thanks for your help!

      Comment

      Working...
      X