Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NT8 Volume Indicator Support
Collapse
X
-
NinjaTrader has many built in indicators, but 'Volume Breakout' is not one that I'm familiar with. If you provide more details about what 'Volume Breakout' is, I may be able to find you a custom add-on that meets your needs.
Can you go into further detail about where you're seeing this indicator? Was it in a video or on a website? If so, please provide those resources. Alternatively, describe in detail what this indicator would do.
-
Hello Emma1,
Thanks for your reply.
Based on the limited code you posted, I suspect you need to change the assignments to the values as it appears you are assigning a single value to the array. For example:
[B]Values[0] = (SMA(Volume, 6)[0] * 1.618); [/B]
Where Values[index] is which series to use. To store a particular value in the current bar of the series you would use [B]Values[0][0] = (SMA(Volume, 6)[0] * 1.618);[/B]
You have similar errors throughout the coding sample.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
149 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
301 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
243 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
343 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
174 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment