Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Renko in a strategy

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

    Using Renko in a strategy

    Which objects do I refer to in the object model in order to use Renko in a strategy.

    Typing this.Re.. does not bring any matches

    Thanks.

    #2
    You would need to call AddRenko() specifically for adding a Renko series - http://www.ninjatrader.com/support/h...7/addrenko.htm

    Comment


      #3
      Thank you for you reply.

      A quick follow-up (and also novice) question. In terms of backtesting -- is that possible to validate a Renko strategy? It appears that for Renko, I have to set CalculateOnBarClose = false. If I backtest Renko with this setup, would the backtest fire every tick or every period (minute)? Or, does it depend on whether I have access to historical tick data? (I don't at the moment since I am using TDAmeridate).

      Thanks.

      Comment


        #4
        Hi popsovy,

        Yes, Renko charts can be used in backtesting, but not with CalulateOnBarClose = false. When backtesting or in any historical sense, script logic can only be processed on bar close. To build the renko bars does require historical tick data, but this is not the same as processing script logic tick by tick in real time.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          In real-time, with CalculateOnBarClose = false, what does Close[1] refer to in Renko? Does it refer to the close of the previous Renko block?

          What if I did CalculateOnBarClose = true in real time, would Close[0] then refer to the previous Renko block?

          Thanks.

          Comment


            #6
            popsovy, your understanding is correct.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by NullPointStrategies, Yesterday, 05:17 AM
            0 responses
            62 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            134 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            75 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            45 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            50 views
            0 likes
            Last Post TheRealMorford  
            Working...
            X