Do you have "VPA" indicator for Ninja Trader 8?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
VSA Indicator - Beta
Collapse
X
-
-
Hello everybody, can somebody please help with a simple VSA indicator. I create my owns using the strategy builder, but this one needs to be coded so I could use it to code a strategy (which actualy will be an indicator)
It is very simple, I just need the ratio between the volume and the range of the bar (difference between high and low). Should be displayed the same way that the built in ninja trader volume indicator is displayed, like a histogram and showing the number while the bar is creating.
Thank You
Comment
-
Old thread here, be specific, VPA or VPS. Post the latest NT7 version here and someone may convert it to NT8.Originally posted by sunlounger View PostHello everybody, can somebody please help with a simple VSA indicator. I create my owns using the strategy builder, but this one needs to be coded so I could use it to code a strategy (which actualy will be an indicator)
It is very simple, I just need the ratio between the volume and the range of the bar (difference between high and low). Should be displayed the same way that the built in ninja trader volume indicator is displayed, like a histogram and showing the number while the bar is creating.
Thank You
Comment
-
If you did a little search in the forum you would find it here:Originally posted by suncity93 View PostHello
Do you have "VPA" indicator for Ninja Trader 8?
Comment
-
A major complementary indicator to VPA, based on an important aspect of Wyckoff Method, is the Effort Versus Result Index indicator used by Karthik along with VPA. The usefulness of the Effort Index indicator is demonstrated by Karthik in this video:
Unfortunately, there is no NT8 version of this indicator, however an Afl version is available (Attached). It is simple enough and perhaps someone is willing to convert it to Ninja and share it here.
Cheers!Attached Files
- Likes 1
Comment
-
Good afternoon, I would like to know if there is a forum or videos to understand how this indicator works. Thank you very much to all.
Comment
-
Hello punkiy2111,
Thank you for your reply.
A number of indicators are mentioned on this thread - VPA, VPS and Effort Index. You may want to add which specifically you are looking for instruction videos on to make it easier for other users to help you. As none of these indicators are included with NinjaTrader, we would not have any videos on how these work. However, other forum users may be able to assist where we cannot.
Please let us know if we may be of further assistance to you.
Comment
-
Hello, thanks for answering, I am sincerely interested in the 3 indicators that are spoken in this thread. If someone can help me either comment here or send private. Thank you.Originally posted by NinjaTrader_Kate View PostHello punkiy2111,
Thank you for your reply.
A number of indicators are mentioned on this thread - VPA, VPS and Effort Index. You may want to add which specifically you are looking for instruction videos on to make it easier for other users to help you. As none of these indicators are included with NinjaTrader, we would not have any videos on how these work. However, other forum users may be able to assist where we cannot.
Please let us know if we may be of further assistance to you.
Comment
-
-
Good evening! After the release of NT8.1 the indicator Update for "VPA Indicator NT8 By NinjaTrader_Jim" shows and error saying the Ninjascript archive file may contain dulicate method names. I was using this version of the iindicator to plot alerts. Any solutions for this issue? Thanks in advance.
Comment
-
Hi.Originally posted by diegomezhur View PostGood evening! After the release of NT8.1 the indicator Update for "VPA Indicator NT8 By NinjaTrader_Jim" shows and error saying the Ninjascript archive file may contain dulicate method names. I was using this version of the iindicator to plot alerts. Any solutions for this issue? Thanks in advance.
Most likely you have another version of the VPA that is using the same Method name in your new Update version. Search in your list of Indicators, Strategies, and Market Analzer for a VPA file. If you find another VPA file other than your updated version, remove to some temp location (do not delete, in case) and try to run the update version and see if the issue goes away. It is possible the peson who wrote the Update version may have placed it in his own name subfolder file under the indicators, etc.
- Likes 1
Comment
-
I have the same error message, and don't find any other VSA/VPA indicator, in the log files I also see some strange stuff, like missing code
and in the code of the indicator I found those2025-01-07 11:17:04:648 WARNING: Error compiling import assembly: E:\Documents\NinjaTrader 8\tmp\Import\Files\bin\Custom\Indicators\DarrellW\ VPA.cs(209,26): error CS0103: The name 'Wilder' does not exist in the current context
2025-01-07 11:17:04:648 WARNING: Error compiling import assembly: E:\Documents\NinjaTrader 8\tmp\Import\Files\bin\Custom\Indicators\DarrellW\ VPA.cs(226,34): error CS0103: The name 'LinRegSlopeSFX' does not exist in the current context
2025-01-07 11:17:04:648 WARNING: Error compiling import assembly: E:\Documents\NinjaTrader 8\tmp\Import\Files\bin\Custom\Indicators\DarrellW\ VPA.cs(227,36): error CS0103: The name 'LinRegSlopeSFX' does not exist in the current context
2025-01-07 11:17:04:648 WARNING: Error compiling import assembly: E:\Documents\NinjaTrader 8\tmp\Import\Files\bin\Custom\Indicators\DarrellW\ VPA.cs(228,35): error CS0103: The name 'LinRegSlopeSFX' does not exist in the current context
avgSpread = (Wilder(spread, VolumeEmaAve)[0]);
LongTermTrendSlope = LinRegSlopeSFX(fiveDaysSma, 40, false, 1)[0];
MiddleTermTrendSlope = LinRegSlopeSFX(fiveDaysSma, 15, false, 1)[0];
ShortTermTrendSlope = LinRegSlopeSFX(fiveDaysSma, 5, false, 1)[0];Last edited by fripi; 01-09-2025, 06:59 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
563 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
329 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment