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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
321 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
203 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
190 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
283 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
238 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment