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

  • Calonious
    replied
    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

    Leave a comment:


  • 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!

Latest Posts

Collapse

Topics Statistics Last Post
Started by Mindset, Today, 06:46 AM
0 responses
13 views
0 likes
Last Post Mindset
by Mindset
 
Started by M4ndoo, Yesterday, 05:21 PM
0 responses
19 views
0 likes
Last Post M4ndoo
by M4ndoo
 
Started by M4ndoo, 04-19-2026, 05:54 PM
0 responses
16 views
0 likes
Last Post M4ndoo
by M4ndoo
 
Started by cmoran13, 04-16-2026, 01:02 PM
0 responses
82 views
0 likes
Last Post cmoran13  
Started by PaulMohn, 04-10-2026, 11:11 AM
0 responses
51 views
0 likes
Last Post PaulMohn  
Working...
X