Announcement

Collapse
No announcement yet.

correction: keltner channel bands

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

  • correction: keltner channel bands

    Correction: Keltner Channel Bands

    How would I change the settings in Keltner
    Channel Bands?

    I want to set the mid keltner band to 8 bar ema,
    upper keltner band to 8 bar ema with a multiplier constant of .11% above the ema,
    lower keltner band to 8 bar ema with a multiplier constant of .11% below the ema.

    Also, move the title of bit above, it shows up in the middle of the chart now.


    thanx

  • #2
    Hello bandraguy,

    To change the bands or the length of the EMA, right-click on your chart and select the "Edit Studies" option. Select your formula from the drop-down box at the top of the new window that appears. You will then see two formula parameters, nInputLength (default is 8) and nMultiplierConstant (default is 1.3% or 0.013). To get .11% bands, enter 0.0011. The title is a fixed position, which should be in the upper left corner. If you want to make it smaller, open the Editor from the Tools menu, open your formula and change the title on line 9.

    setStudyTitle("EMA Keltner");



    KeltnerMCEmaBandsAdj.efs
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X