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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        81 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        66 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        54 views
        0 likes
        Last Post CarlTrading  
        Working...
        X