Announcement

Collapse
No announcement yet.

14 mov av c - o

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

  • 14 mov av c - o

    hi , i would build an efs study , i hope someone can help me :

    it s a simple moving average 14 periods, based on (CLOSE - OPEN)

    I would plot it as a non price study , so don t overlate the bar chart

    if possible i would choose the thickness (2) and the color (green)

    thank you very much

  • #2
    paoly2007
    Download MA-EMA-WMAoftemplate.efs from this post. Open the efs with the Editor and replace the user defined variable with your expression as indicated by the comments in the script. Also replace setPriceStudy(true) in preMain() with setPriceStudy(false)
    All parameters for the moving average can be modified through Edit Studies
    Alex

    Comment


    • #3
      paoly2007

      see attached, Formual Wizard output was edited.
      Attached Files

      Comment


      • #4
        28 day 2 percent expoential ma

        im trying to create a 28 day 2 percent expoential moving average
        the idea is this
        it is a basic 28 day ema yet has a 2 percent band above
        and below the 28 day ema .
        how would i do this ???
        in other words if the 28 day ema on the dow was 10000
        the band above and below would be
        200 pts

        Comment


        • #5
          joe65
          Click here and download basicMAChannel.efs.
          This efs can compute the bands based on a fixed point value, percentage, standard deviation or average true range. You can select which one to use through Edit Studies. All the parameters for the moving average can also be selected through Edit Studies
          Alex

          Comment

          Working...
          X