Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Can I switch to different time frame ?

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

    Can I switch to different time frame ?

    I am currently trading with Amibroker where I can change current time frame in script with functionTimeFrameSet() and back with TimeFrameRestore() as follows:

    The TimeFrameSet replaces current price/volume arrays: open, high, low, close, volume with time-compressed bars of specified interval once you switched to a different time frame all calculations and built-in indicators operate on selected time frame. To get back to original interval call TimeFrameRestore() function. Before calling TimeFrameSet again in the same formula with different interval you have to restore original time frame first using TimeFrameRestore.

    Is there any posibility to do it with Ninja Script ?

    Svata

    #2
    Hi Svata, while there's no inbuilt property to switch the time frame in NinjaScript, you can certainly add other bars objects to your script and then decide which series to calculate on as needed - here's the core framework explained :

    BertrandNinjaTrader Customer Service

    Comment


      #3
      NinjaTrader_Bertrand,

      Thank you for reply. If I understand well, with Ninja Script I can do multi time or symbol frame analysis straightforward.

      But I first need to learn programing in C# and then translate my Amibroker scripts I have developed last 5+ years to Ninja Script.

      Svata

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NinjaTrader_ChelseaB, 03-14-2017, 10:17 AM
      227 responses
      34,318 views
      7 likes
      Last Post rare312
      by rare312
       
      Started by f.saeidi, Today, 12:11 AM
      0 responses
      5 views
      0 likes
      Last Post f.saeidi  
      Started by Graci117, Yesterday, 11:40 PM
      0 responses
      6 views
      0 likes
      Last Post Graci117  
      Started by BIOK.NT, Yesterday, 01:56 PM
      2 responses
      11 views
      0 likes
      Last Post BIOK.NT
      by BIOK.NT
       
      Started by i2ogu3, Yesterday, 11:31 PM
      0 responses
      6 views
      0 likes
      Last Post i2ogu3
      by i2ogu3
       
      Working...
      X