Request to please paste his code in the SFT in case the developer/PM does not read these long threads.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Doji Candle not visually complete
Collapse
X
-
Omg, I see a doji. Thanks Edge. The new custom candle style wouldn't show up as an option for some reason (even after a restart, also tried inheriting from CandleStyle), so I just modified the default "@" one with benefit of not needing to upgrade 30 existing charts. Okay if its overwritten each release, its less time overall.
Request to please paste his code in the SFT in case the developer/PM does not read these long threads.
-
thanks #Edge for coming to the rescue, helpful as ever.
If I were to modify the @ default one per #crokusek, then no (detectable) 3rd party add-on ;-)
SFT ain't happening, 'cos 'transparent is transparent' so it's expected behaviour which trumps sense. It's the beauty of the platform - as long as you're a coder.
Per the #OP, I just want what makes sense for the User in the core platform - able to have no Outline, which introduces a problem if it's a Doji bar, in which case print the Doji.
Common sensecan be surprisingly uncommon.
By coders, for coders....
Comment
-
ah.. yes.. sorry about that.. ChartStyles are a little unique..Originally posted by crokusek View PostOmg, I see a doji. Thanks Edge. The new custom candle style wouldn't show up as an option for some reason
In State.Defaults.. You would not only need to change the Name,
but you will also need to assign a unique ChartStyleType:
Must be unique Number and Advised to use larger value then 1023:Code:Name = "CandleStick2"; ChartStyleType = (ChartStyleType) 1024;
https://ninjatrader.com/support/help...tstyletype.htm
.

- Likes 3
Comment
-
-
Im having the same problem. When you say "right click in white" What do you mean? In white what? The word "white" or on ANY of the white font on the screen?
Comment
-
I dont understand what to do. Why dont the developers just add that simple piece of code to fix the problem for everyone? Would take them a few minutes.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
181 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
334 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
258 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
358 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
187 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment