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 AaronKoRn, Yesterday, 09:49 PM
    0 responses
    11 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    10 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    12 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Yesterday, 06:48 PM
    0 responses
    10 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X