Write Text at Top Right of Screen on Current Bar and have the Text stay with the Bar it started on.
As per...
I've looked quite a bit, including the library, but just not finding what I need. Text.Fixed gets the location but of course it stays there. What I want to do is write text, place it in that start location, and then allow it to stay with the candle as the session progresses.
Just that exact line of code is what I'm after.
The following gives me a Text Box which I have put in the top right position.
Draw.TextFixed(this, @"My Object", @"My Text", GetTextPosition(Location), InfoBrush, Font, Brushes.Cyan, Brushes.Transparent, 0);
It would be nice if I can continue to call additional variables as I am doing above, but not critical. Bottom line is I want text written to start at top right of screen & then follow along with the bar timeframe it started on for the rest of the session.
FTR, I already have kill-switch logic in place for end of session...
Thanx
JM


Comment