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 r68cervera, Today, 05:29 AM
        0 responses
        2 views
        0 likes
        Last Post r68cervera  
        Started by geddyisodin, Today, 05:20 AM
        0 responses
        3 views
        0 likes
        Last Post geddyisodin  
        Started by JonesJoker, 04-22-2024, 12:23 PM
        6 responses
        35 views
        0 likes
        Last Post JonesJoker  
        Started by GussJ, 03-04-2020, 03:11 PM
        12 responses
        3,239 views
        0 likes
        Last Post Leafcutter  
        Started by AveryFlynn, Today, 04:57 AM
        0 responses
        6 views
        0 likes
        Last Post AveryFlynn  
        Working...
        X