Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Auto Scale Issue

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

    Auto Scale Issue

    Building an indicator that applies plots that can be well outside of current price action. Not done this before and assumed I can "hide" out of reasonable scale plots by simply declaring auto scale to be false. Apparently not true. The result is of course the price action shrinks to scribbles in the center as the indicator has taken over the chart and shows all active plots. Examining System indicator Fibonacci Pivots I see it performs as like what I'm looking for. Which attribute is defining that behavior?

    #2
    Hello johnMoss,

    Thank you for your post.

    Setting IsAutoScale = false in State.Configure should work, if there is at least one object on the chart is does have AutoScale set to true. In order for the AutoScale setting to work when set to false, at least one object on the chart must be in scale.

    Comment


      #3
      Thank you Gaby. I tested that and doesn't work. I note in the NT Fibonacci Pivots indicator, SharpDX.DirectWrite has been employed. Is that the resolution?

      Comment


        #4
        FibonacciPivots has auto scale automatically set to false. If you set it to true in the settings you will see the change.

        From my testing, the AutoScale setting is working as expected. Below is the attached test script, you can test it yourself by applying it to a chart and toggling the SetAutoScale bool in the indicator's properties window (note this is different from the default AutoScale setting under the 'Visual' section of the properties window).
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        557 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X