Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Backtesting Renko charts

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

    Backtesting Renko charts

    Solved
    Last edited by crimsonite; 03-14-2012, 10:43 AM.

    #2
    Hi crimsonite,

    We unfortunately cannot provide trading advice, but will leave this thread open for the community to respond to those questions.

    Does Ninja automatically curve fit each renko backtest by using the ideal starting tick point? How does this "starting tick point" work in live trades... it seems to just pick a random tick off the bat.
    Both backtest/live starts renko charts using the the start date you define in your strategy or chart. They are also reset each session, defined by your session template.

    With renko bars in a backtest, you should consider adding a secondary, smaller series to provide increased granularity:
    You can submit orders to different Bars objects. This allows you the flexibility of submitting orders to different timeframes. Like in live trading, taking entry conditions from a 5min chart means executing your order as soon as possible instead of waiting until the next 5min bar starts building. You can achieve this by
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Easy question

      Hy!

      About http://www.ninjatrader.com/support/f...ead.php?t=6652 :

      is it possible to use EnterLongLimit instead EnterLong?

      I've tried with

      EnterLongLimit (1, false, 1, Close[0], "");

      but no orders are generated. Ideas?

      Thanks in advance!

      Comment


        #4
        Hello mirkocero,
        Thanks for your post.

        You have set the liveUntilCancelled property to false. As such the order will be cancelled if it is not filled on the bar itself. If you change the liveUntilCancelled property to true then are you able to make it work?

        If you modify the code as below then are you able to get it work.

        Code:
        EnterLongLimit (1, [B]true[/B], 1, Close[0], "");
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        148 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        5 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        33 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Started by tkaboris, Today, 05:13 PM
        0 responses
        5 views
        0 likes
        Last Post tkaboris  
        Started by GussJ, 03-04-2020, 03:11 PM
        16 responses
        3,283 views
        0 likes
        Last Post Leafcutter  
        Working...
        X