Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

strategy analyzer backtest - cut down memory consumption

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

    strategy analyzer backtest - cut down memory consumption

    Hi,

    Having troubles with the strategy analyzer backtest type optimization eating up all my memory, often stalling at 99% physical memory, and not releasing RAM once reached the upper 90% memory level.

    One way to partly work around this issue is deactivating parts of the code not required for optimization purposes, but required for live trading and the backtest type standard mode. These are among others:

    - AddChartIndicator()
    - Draw.Text()
    - ChartIndicators[0].Plots[0].Brush

    Is there a way to detect (like if (State == State.Configure) if the strategy is running in live trading, backtest Standard or backtest Optimization mode, to switch parts of the code on or off?

    #2
    Try the following bool:
    IsInStrategyAnalyzer

    Comment


      #3
      gregid is correct, IsInStrategyAnalyzer will be able to assist you. While this is an undocumented feature and we can therefore only provide limited support, you can see many other boolean switches available by typing out Is in the editor and reviewing the IntelliSense output. I have attached an example. Please don't hesitate to reach out if there are any other questions we may answer.
      Attached Files
      Jessica P.NinjaTrader Customer Service

      Comment


        #4
        Thanks,

        This information pointed me in the right direction.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Haiasi, 04-25-2024, 06:53 PM
        2 responses
        16 views
        0 likes
        Last Post Massinisa  
        Started by Creamers, Today, 05:32 AM
        0 responses
        4 views
        0 likes
        Last Post Creamers  
        Started by Segwin, 05-07-2018, 02:15 PM
        12 responses
        1,785 views
        0 likes
        Last Post Leafcutter  
        Started by poplagelu, Today, 05:00 AM
        0 responses
        3 views
        0 likes
        Last Post poplagelu  
        Started by fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,407 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Working...
        X