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 samish18, Today, 11:26 AM
        0 responses
        1 view
        0 likes
        Last Post samish18  
        Started by Trader146, 03-29-2024, 01:22 PM
        2 responses
        14 views
        0 likes
        Last Post Trader146  
        Started by tsantospinto, 04-12-2024, 07:04 PM
        7 responses
        127 views
        0 likes
        Last Post aligator  
        Started by futtrader, 04-21-2024, 01:50 AM
        5 responses
        56 views
        0 likes
        Last Post NinjaTrader_Eduardo  
        Started by PeakTry, Today, 10:49 AM
        0 responses
        2 views
        0 likes
        Last Post PeakTry
        by PeakTry
         
        Working...
        X