Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Draw Text overloads
Collapse
X
-
BTW,the webdings symbols are also not precise for the High + offset and Low - offset,the symbol for the High is almost always below the High,not above.Second,when you increase the size of the symbol and show the different y-value then the price value when it supposed to be placed.
Comment
-
You are already using the pixel offset, if the code from post #1 is yours (Low[0] - offset, 5,). This is from the Low[0], minus your offset variable, plus 5 pixels (5 pixels closer to the low). To make up for different size symbols you can add a user variable to also change the pixel offset or check for the selected font size in OnStartUp() method and change the pixel offset variable accordingly using if/then.
Comment
-
Can you please give an example?Should the pixel offset be negative for the Low?Originally posted by eDanny View PostYou are already using the pixel offset, if the code from post #1 is yours (Low[0] - offset, 5,). This is from the Low[0], minus your offset variable, plus 5 pixels (5 pixels closer to the low). To make up for different size symbols you can add a user variable to also change the pixel offset or check for the selected font size in OnStartUp() method and change the pixel offset variable accordingly using if/then.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
71 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
62 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment