Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to make candlesticks thinner?
Collapse
X
-
Hi Candara, have your tried setting the width with Alt + Up/Dn keys? Thinnest would be a OHLC charts, unfortunately I am not aware of a custom script for this.
Though you could try playing with 'CandleClear' - http://www.ninjatrader-support2.com/...e+clear&desc=1
-
Candara,
Give the attached indicator a try. It is based on Gumphrie's CandleClear code.
Please be advised of:
1. This indicator MUST be the first indicator in panel 1.
2. It does not handle HorizontalGridLineInterval = zero (ie. automatic grid line generation)Attached Files
Comment
-
Candara, you can open the code and change those Color variables -
Code:[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]private[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2] Color outlineColorUp = Color.Black; [/SIZE][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]private[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2] Color outlineColorDown = Color.Black;[/SIZE][/SIZE] [SIZE=2][SIZE=2][/SIZE][/SIZE]
For example for blue outline colors on up and down bars use -
Code:[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]private[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2] Color outlineColorUp = Color.Blue; [/SIZE][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]private[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2] Color outlineColorDown = Color.Blue;[/SIZE][/SIZE] [SIZE=2][SIZE=2][/SIZE][/SIZE]
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
118 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
166 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
85 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
130 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
88 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment