Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do you draw arrow on top of chart using Plot override

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

    How do you draw arrow on top of chart using Plot override

    Hi

    Does anyone have a sample showing how to draw an arrow (or any other item) alligned to a specific candel at a fixed offset from the bottom or top of the chart by overriding the Plot method.

    Thanks

    Mike

    #2
    Hi upshon,

    Have you already exhausted the use of TickSize?:http://www.ninjatrader.com/support/h...l?ticksize.htm

    Something like High[0] + TickSize
    TimNinjaTrader Customer Service

    Comment


      #3
      Hi Tim

      High[0] + TickSize will not give me what I am after.

      I want all the arrows aligned together at top or bottom of chart, High[0] + TickSize will align them relative to the candle not the chart window.

      Thanks

      Mike

      Comment


        #4
        Hello,


        You would need to use unsupported c# programming achieve this and interact directly with the ChartControl and override the plot method like you mentioned. However the only sample we have on this is the sample you found in the software under Sample Strategy Plot.

        The only workaround I could recommend is building an indicator panel that you then keep at the bottom and keep one at the top that you would house these arrows in. You would then just draw the arrow at the zero line. You would need to seprate your logic for the indicator that runs on the bottom and the indicator that runs on the top.

        Let me know if I can be of further assistance.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        27 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        183 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        335 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        260 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X