Announcement

Collapse
No announcement yet.

Looking for EFS with e.g. Lowest low of last 20 days or

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

  • Looking for EFS with e.g. Lowest low of last 20 days or

    the signal calls "english sell" or "english buy".
    Sorry about the question, i´m a newbie..

  • #2
    try looking in search for an efs with "llv" or "hhv". Also, Donchian Studies may provide you with some direction for your next question. There are some stored in the builtin and efs2basic folders under formulas.

    Hope this helps.

    Comment


    • #3
      This code may help:

      PHP Code:


      var xHH highest20high() ) ;  
      var 
      xLL lowest20low() ) ; 

      Comment

      Working...
      X