Announcement

Collapse
No announcement yet.

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 argusthome, Yesterday, 10:06 AM
        0 responses
        14 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        11 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        9 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        4 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        31 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X