Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Odd error in Strategy Analyzer - ChartControl

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

    Odd error in Strategy Analyzer - ChartControl

    Hi,
    I've got an odd error for you. I've got an exception in the Strategy Analyzer from the following piece of code. I know it is from this line because of the debugging Print statements either side.

    if (DEBUG)
    Print("debug point 2");
    // the following causes a crash inside the Strategy Analyzer
    if (ChartControl != null)
    col = dir > 0 ? ChartControl.UpColor : ChartControl.DownColor;
    if (DEBUG)
    Print("debug point 3");

    And here is the error it creates (output from OutputWindow):
    ...
    ...
    debug point 2
    **NT** Error on calling 'OnBarUpdate' method for strategy 'grGoldChannelTrader4/8f57ba04d2e5494cb2163c8c88fb1098': Index was outside the bounds of the array.

    Good luck with this. I don't know which array it is referring to
    saltminer

    #2
    Hello,

    Thanks for the note.

    If you take the chart control references out does it still have issue? Meaning just plug in some random colors here.

    I look forward to assisting you further.

    Comment


      #3
      Yes, I replaced it with
      col = dir > 0 ? Color.LimeGreen : Color.Red;

      No errors now.

      saltminer

      Comment


        #4
        Hello,

        In this case you would be good to go.

        Unfortunately we dont support anything in ChartControl. Therefor it is possible something could be changed in this area or not work as you expect.

        Let me know if I can be of further assistance.

        Comment


          #5
          Re further assistance;
          Is there another way to determine if a strategy is running without a chart, e.g. in Strategy Analyzer or on the Control Centre?

          Is there a way for an indicator to determine the same thing? e.g. Market Analyzer

          Then I can skip examining ChartControl.

          Thanks,
          saltminer

          Comment


            #6
            Hello,


            Thank you for your note.



            Unfortunately there is no supported methods to do this.


            Let me know if I can be of further assistance.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by ZenCortexHurry, Today, 01:07 PM
            0 responses
            2 views
            0 likes
            Last Post ZenCortexHurry  
            Started by ZenCortexHurry, Today, 01:04 PM
            0 responses
            0 views
            0 likes
            Last Post ZenCortexHurry  
            Started by f.saeidi, Today, 12:14 PM
            3 responses
            9 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by Russ Moreland, Today, 12:54 PM
            1 response
            3 views
            0 likes
            Last Post NinjaTrader_Erick  
            Started by philmg, Today, 12:55 PM
            1 response
            4 views
            0 likes
            Last Post NinjaTrader_ChristopherJ  
            Working...
            X