Announcement

Collapse
No announcement yet.

auto scale in bidaskanalysis.efs

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

  • auto scale in bidaskanalysis.efs

    Jason -

    Is there any way to toggle off the autoscale feature in bidaskanalysis.efs? While trading the ES futures on a 60s chart, there will be some bars that exceed 20,000 contracts. For the rest of the day the normal 2,000 - 5,000 contract bars are reduced to tiny blips on the screen, rendering the study almost useless. I'm trying to watch the order flow as it hits the bid or offer and with the bars so tiny I'm not able to see it.

    Thanks in advance

    Loren_H

  • #2
    Hello Loren,

    Try adding setStudyMax(5000) to preMain(). This will prevent the bars that go above 5000 from auto-adjusting the scale. You could also make the input for setStudyMax(nNum) a function parameter if you want that value to be customizable through Edit Studies.
    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. I'll give it a whirl.

      Comment

      Working...
      X