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 Pattontje, Yesterday, 02:10 PM
            2 responses
            15 views
            0 likes
            Last Post Pattontje  
            Started by flybuzz, 04-21-2024, 04:07 PM
            17 responses
            229 views
            0 likes
            Last Post TradingLoss  
            Started by agclub, 04-21-2024, 08:57 PM
            3 responses
            17 views
            0 likes
            Last Post TradingLoss  
            Started by TradingLoss, 04-21-2024, 04:32 PM
            4 responses
            44 views
            2 likes
            Last Post TradingLoss  
            Started by cre8able, 04-17-2024, 04:16 PM
            6 responses
            57 views
            0 likes
            Last Post cre8able  
            Working...
            X