Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

should i use displacement = 1 or 0?

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

    should i use displacement = 1 or 0?

    I have a daily bar chart with an indicator which is calculated on bar close.
    is it necessary to displace the indicator one day [.e.] would it not be ok [and
    correct] to use a displacement of zero because all calculations have been
    made for that day… because the bar has been closed?

    #2
    Hello joemiller.

    Thanks for your post.

    The decision to use displacement is yours and it is used to provide a different visualization of the indicator. A displacement of 0 shows the indicator as it is calculated and this is the default value. A displacement of 1 shifts the indicator 1 bar, however, the calculations remain based on the previous bars. Displacement does not change the indicator calculation, only changes how it is displayed.

    Alternatives to displacement are to use Calculate.OnEachTick or Calculate.OnPriceChange, either of these modes will show the indicator to the currently forming bar, however, as the bar has not closed it is possible that the indicator value will change as the bar forms.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    73 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    152 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    100 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    288 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X