Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

right side margin

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

    right side margin

    hi guys can you guys help me to make easy script

    its only set always right side margin 180, i have another indicator always after reload resting it to 30

    so i need after scripts reload to set 180


    i am new in NT8 f i am asking the wrong place please guide me where to ask


    cheers

    #2
    Hello mohdqallaf,

    Welcome to the NinjaTrader support forum.

    You could use the following syntax to move the margin:

    Code:
    protected override void OnBarUpdate()
    {
    if(ChartControl != null)
    {
         ChartControl.Properties.BarMarginRight = 180;    
    }
    }
    https://ninjatrader.com/support/help...properties.htm

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    67 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    96 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    53 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    108 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    63 views
    0 likes
    Last Post PaulMohn  
    Working...
    X