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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    45 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    14 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X