Announcement

Collapse
No announcement yet.

Editing watch list formulas

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

  • Editing watch list formulas

    Hello there,
    How to edit some of built in watch list formulas (such as Accoum./distr. or get oscillator or any other watchlist indicator) to make red color for negatives and so on.

  • #2
    Hi Dalotaibi,

    Click New on the main menu bar, then Script Editor. Select Open Script, then you will see a folder called Built-in Formulas and then select the formula you want to edit.

    Sincerely,

    Eric

    Comment


    • #3
      Thank you Eric for the reply. After opening the formula, how to edit it to get red color for negative figures because I am not so familiar with esf , even I was trying to read a lot of pages, but it seems of needing much more time.and what part of formula may appear for watchlist?
      My second wish is how the make this simple formula : a column in the watchlist showing the result of : RSI(14) - MA((RSI(14),20)). {the difference between RSI(14) and its moving average(20).

      Comment


      • #4
        dalotaibi
        You may want to see this thread for an example on how to write a formula for a Watch List
        If you are unfamiliar with programming in EFS I would suggest that you take some time to learn a bit more about it.
        To this effect I would suggest that you review the JavaScript for EFS videos and the Core JavaScript Reference Guide. Those will provide you with a thorough introduction to programming in JavaScript which is at the foundation of EFS. Then go through the EFS KnowledgeBase and study the Help Guides and Tutorials which will provide you with the specifics of EFS. Also search the forums as they are an invaluable resource in as much as many of the things you are trying to do have been discussed before (and in many cases at length)
        Alex

        Originally posted by dalotaibi View Post
        Thank you Eric for the reply. After opening the formula, how to edit it to get red color for negative figures because I am not so familiar with esf , even I was trying to read a lot of pages, but it seems of needing much more time.and what part of formula may appear for watchlist?
        My second wish is how the make this simple formula : a column in the watchlist showing the result of : RSI(14) - MA((RSI(14),20)). {the difference between RSI(14) and its moving average(20).

        Comment


        • #5
          watchlist formula

          Hi,
          Kindly,can some help me to write a very simple formula of "RSI(14) - MA(RSI(14)". The difference between RSI(14 days) and its moving average (20 days). and show the result on the watch list with Red color for negative result.
          I already,made it at the chart,but do not know how to make it at the watchlist.
          I really appreciate your kind support.

          Dawi

          Comment

          Working...
          X