Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do I align text to the left of the chart, but at a particular price?

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

    How do I align text to the left of the chart, but at a particular price?

    I understand that I can use Draw.Text() to specify a particular price and a particular bar, but I want to be aligned to the left (or right) of the chart. Is there a way to determine the left-most, visible bar on the chart?

    I understand that I could use Draw.TextFixed(), but this is mainly for positioning at the corners or edges of the chart and not at a particular price.

    Is there a hybrid way of doing this?

    I've done it before in NT7 using a complicated approach by overriding Plot(), but I was hoping for a more elegant way in NT8. What is the replacement approach in NT8 for tasks we originally accomplished by overriding the Plot()?

    Any help is greatly appreciated!

    #2
    Originally posted by neoikon View Post
    Is there a way to determine the left-most, visible bar on the chart?
    Yes, ChartControl.FirstTimePainted. This is documented as well with NT8.

    I understand that I could use Draw.TextFixed(), but this is mainly for positioning at the corners or edges of the chart and not at a particular price.

    Is there a hybrid way of doing this?
    ChartScale.GetYByValue(), this is documented as well.

    I've done it before in NT7 using a complicated approach by overriding Plot(), but I was hoping for a more elegant way in NT8. What is the replacement approach in NT8 for tasks we originally accomplished by overriding the Plot()?
    NT8 uses OnRender() as the new Plot() method for drawing. There are plenty of Indicators that use this method, best one to start with is the CustomPlotSample

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by geddyisodin, Today, 05:20 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Max238, Today, 01:28 AM
    3 responses
    32 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by timko, Today, 06:45 AM
    2 responses
    13 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by habeebft, Today, 07:27 AM
    0 responses
    6 views
    0 likes
    Last Post habeebft  
    Started by Tim-c, Today, 03:54 AM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X