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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment