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 GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,227 views
        0 likes
        Last Post xiinteractive  
        Started by andrewtrades, Today, 04:57 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        7 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        440 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        12 views
        0 likes
        Last Post FAQtrader  
        Working...
        X