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

DataBase Call Possible in MultiThreaded Optimization?

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

    DataBase Call Possible in MultiThreaded Optimization?

    I am considering writing a strategy that would make a call to a tick database. I am interested in using the genetic optimizer. Given the multi-threaded nature of NT optimization, will this be a problem?

    #2
    Hello Crassius,
    No, it shouldnt be a problem. Backtestsing/Optimization works fine on tick database.

    Backtesting/optimizing on intrabar granularity is very common and you can refer to this sample code for further reference http://ninjatrader.com/support/forum...ead.php?t=6652
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanks, but I failed to make myself clear.

      I need to create my own bars, or at least have close prices from my own time series that change dynamically given tests/conditions in the code.

      Something like...

      Under this condition,
      Change from 1500 tick to 2000 tick.

      If Condition = x,
      Change from 2000 tick to 3000 tick

      Essentially changing the timeframe the strategy is running on dynamically.

      Because we must add timeframes in Initialize, this has me scratching my head.

      I am thinking of doing this by making a database call to my own tick database outside of NT's database, to load up an array of close values from which to calculate the indicators.

      The base timeframe the strategy runs on then would be irrelevent, as all indicators would be calculated from the close values returned from my own non-NT tick database.
      Last edited by Crassius; 09-14-2012, 12:55 PM.

      Comment


        #4
        Hello Crassius,
        Unfortunately we have no way to test it and is beyond what we could support.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        27 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 04-23-2024, 09:53 PM
        2 responses
        49 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        193 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,235 views
        0 likes
        Last Post xiinteractive  
        Working...
        X