Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adding Custom Image as Alert in a chart plot

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

    Adding Custom Image as Alert in a chart plot

    Hello im registerd use for NT7 plataform iam coding some indicators and i need a ifo reference to do the follwing

    I want plot some image alerts in the nt7charts using custom image icon thats is posible?
    look image i know i can plot text alerts but i want to know the method to use custom images as alerts in NT7 or some code to replicate this image boxes and text with that styles
    Regards.


    #2
    Hello,

    This is possible by overriding the plot method.

    We do not have documentation on doing so, however you may see an example of this under Tools--> Edit NinjaScript--> Indicator--> CustomPlotSample.

    I'm also including links to a threads on this topic that may help you get started

    MatthewNinjaTrader Product Management

    Comment


      #3
      Hallo,

      I have got the same question.
      I tired the CustomPlotSample in my indicator but the plotline isn´t visible now only the stationary thresholds.

      Comment


        #4
        Hello bascher,
        Please make sure you have added the base.Plot() code in your script

        Code:
        public override void Plot(Graphics graphics, Rectangle bounds, double min, double max)
        {
        	
        	// Default plotting in base class. Uncomment if indicators holds at least one plot.
        	base.Plot(graphics, bounds, min, max);
        
                //rest of the code
        }
        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        606 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        353 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        560 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        561 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X