Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing code in Market Analyzer

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

    Drawing code in Market Analyzer

    I am using specific custom (my code) indicators both on a Chart and in Market Analyzer.

    On a chart they are for visual information and in Market Analyzer for alerts.

    When an indicator with graphics is run in a Market Analyzer, is there any efficiency penalty for this, since there is no user interface?

    Thanks

    #2
    Hello vantojo,

    When running an indicator in the MA you should see an increase in performance if you were doing something heavy with rendering because it would not be present in that context. You could also see errors if you used items like ChartControl or chart specific items that are not present. If you script runs normally then you likely have everything as it should be, the platform would just ignore any of the rendering code used/it won't be called (OnRender). Items like Plots have two parts, the Series and its visual. For those items the plot would just be used as a series and its rendering would be ignored.

    I look forward to being of further assistance.

    Comment


      #3
      thank you Jesse

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      672 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      379 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      111 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      575 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      582 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X