Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DrawRegion problem

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

    DrawRegion problem

    Hello,

    I have found an issue with DrawRegion.

    First I load the indicator on the begining of the chart. The region is painted correctly.




    Then I move to the end of the chart.




    And then I move to the begining of the chart, again.
    The region has changed and is painted incorrectly.




    Could you help me, please ?
    Thanks very much.

    (In NT6.5 works right. I attach the code).
    Attached Files
    Last edited by cls71; 12-20-2009, 06:27 AM.

    #2
    Thanks, looks like a bug at first glance. We will take a look. Thanks for providing the sample script as well.
    RayNinjaTrader Customer Service

    Comment


      #3
      You needed to amend your code like this
      Code:
      dsBBUp = new DataSeries(this, [B][COLOR=Red]MaximumBarsLookBack.Infinit[/COLOR][COLOR=Red]e[/COLOR][/B]);
      dsBBLow = new DataSeries(this, [B][COLOR=Red]MaximumBarsLookBack.Infinite[/COLOR][/B]);
      As a participant of the beta program you should have recieved a document which holds code breaking changes. Please review that document carefully and amend your custom indicators accordingly.

      Thanks

      Comment


        #4
        it's my fault. Sorry.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        31 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        21 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        184 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        342 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        264 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X