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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
71 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
41 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
109 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
189 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
171 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment