Got it. I added the time series you suggested above and it worked and put the vertical line on all of the 6:30 bars. Thanks. From the answers above from Jesse, I was hoping the vertical line(s) would run all the way down the chart into the indicator panels. Is that possible?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Vertical Line at specific time
Collapse
X
-
Hi ChelseaB,
Got it. I added the time series you suggested above and it worked and put the vertical line on all of the 6:30 bars. Thanks. From the answers above from Jesse, I was hoping the vertical line(s) would run all the way down the chart into the indicator panels. Is that possible?
-
Hello Trade12,
Right-click the chart and select Indicators. From the Available list select the indicator and click add to add an instance. In the properties on the right, select the panel number from the Panel drop-down.
DrawOnPricePanel set to false allows drawing objects to appear on the panel of the indicator instead of on the price panel.Chelsea B.NinjaTrader Customer Service
Comment
-
hey paul can you add an update to make the heikien ashi8 change wick colours or just match the candle body color. a million people have been asking for this since nt8 inception. i dont program ive tried to learn to simply make the wicks the same colour as the candle body and failed. been trying to do this for 12 months. i could pay someone but i got quote for 999 to make the wicks the same colour. i dont even want to pay for somehting thats natively available on every other trading platformOriginally posted by NinjaTrader_PaulH View PostHello narese13,
Thanks for your post.
It looks like the indicator author has set the properties of the indicator to not draw horizontal and vertical gridelines. If you remove the indicator from the chart the gridlines should return.
You may want to contact the indicator author if you would like that behavior changed.
If you want to change the indicator to prevent that, you would need to edit the indicator with New>Ninjascript editor and then select indicators folder and then select the indicator BzvVerticalLineAtTimeV1
Once the code is open in the code window, change the two properties:
DrawHorizontalGridLines = false;
DrawVerticalGridLines = false;
by replacing the word false with true
Then right mouse click and select "Compile.."
When you then apply the indicator to a chart it will not remove the gridlines.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
557 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment