Announcement

Collapse
No announcement yet.

Scaling in indicator window

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

  • Scaling in indicator window

    I have a macd like study the plots histograms in it's own window. I also draw text above and below the histogram bars. The problem is the chart 'autoscales' and won't always display the text that I am writing. How do I fix this?
    Thanks

  • #2
    Hello bpschoch,

    In preMain() add the following lines. You can adjust the values to suit your needs.

    PHP Code:
    function preMain() {
        
    setStudyMax(110);
        
    setStudyMin(-10);

    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


    • #3
      thanks jason

      this little bit of advice solved a big problem for me in layering various efs studies.
      i was just eavesdropping, but thank you!
      angela

      Comment

      Working...
      X