Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trick to Draw to right-hand side of charts

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

    Trick to Draw to right-hand side of charts

    (maybe you already know and use this)
    Attached are 2 sample pics depicting how right-hand Draws help me visualize upcoming discretionary trades. DrawRay is used to project to the right as we know. Then use DrawText to project a character (here a vertical hash is used) with Y axis value of interest "vMyValue" and X axis value of "0" . . . but include enough spaces to position the character to the right of the current bar (go wild with dots or dashes or any character).
    Action in the first pic shows a tick bar 95% complete and i seek software help to visualize how things will appear in the next bar. The second pic, a moment later, confirms the visualization.
    Code used:
    DrawText("projectRight", false, " |", 0, vMyValue, Color.Black, textFont3, StringAlignment.Near, Color.Empty, Color.Empty, 10);

    It helps me - thought i'd share. All the best !
    Click image for larger version

Name:	SampleRightProject.jpg
Views:	1
Size:	165.9 KB
ID:	893844

    Click image for larger version

Name:	SampleRightProject2.jpg
Views:	1
Size:	165.7 KB
ID:	893845
    Last edited by vanras; 03-15-2010, 10:40 PM.

    #2
    vanras, thanks for sharing your approach here!

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    42 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    25 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    162 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    157 views
    2 likes
    Last Post CaptainJack  
    Working...
    X