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 DJ888, Today, 10:57 PM
        0 responses
        6 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        158 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Today, 09:29 PM
        0 responses
        7 views
        0 likes
        Last Post Belfortbucks  
        Started by zstheorist, Today, 07:52 PM
        0 responses
        7 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        151 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Working...
        X