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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
110 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
37 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
78 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment