Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicators calculation with middle of renko bars

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

    Indicators calculation with middle of renko bars

    I'd like to calculate indicators based on the middle of renko chart bricks (testing with a 1-period SMA, it seems that NT8 default setup uses the highest of upside bricks and the lowest of downside bricks).

    Can you help me? I'm also interested in using the close of the bricks.

    Thanks.

    #2
    Hello,

    Thank you for the post.

    You may pass the Median series to the SMA to calculate off of the median price for that bar:

    double value = SMA(Median, 1)[0];

    https://ninjatrader.com/support/help...us/?median.htm - Median series

    Please let us know if we may be of any further assistance.

    Comment


      #3
      Thanks for help.

      I've just started to work with NT8. I do not really understand what you meant. Do i have to build a new indicator that will create a SMA or RSI or ... calculated with median bars or do i have to include median series in the existing indicators?

      I've tested "typical" in the input series parameter of the sma 1. It seems to work. Is this different of your solution?
      Last edited by Alf63; 12-22-2017, 01:37 PM.

      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