thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Bid-Ask Volume vs Buy-Sell Volume ???
Collapse
X
-
Unfortunately that's pretty complicated and it is not my near-term plan.Originally posted by alex99 View PostHi ninZa,
Can you make this indicator to work with historical data also?
Thx.
Alex
From my first guess, to make this indicator work with historical data we have to add 2 additional series: tick bid & tick ask, e.g. 1-tick bid series & 1-tick ask series. Not sure about the result, that's just my guess.
Thanks.
Pi
Comment
-
Question for NinjaTrader_Bertrand--in your response you said that the onBarUpdate is only triggered with a price change -- what happens if you have it set to process each incoming tick (trade)--and the price doesn't change--we simply have 2 consecutive trades at the same price?
Comment
-
Yes, each and every price is computed in OnBarUpdate.Originally posted by Jim-Boulder View PostQuestion for NinjaTrader_Bertrand--in your response you said that the onBarUpdate is only triggered with a price change -- what happens if you have it set to process each incoming tick (trade)--and the price doesn't change--we simply have 2 consecutive trades at the same price?
I filter in OnBarUpdate by comparing previous price with current - and return...to save CPU cycles in most of my stuff that requires no further processing.
Comment
-
Jim, I should have clearer said a last price update. If you get the same last tick that's fine, but it still will call OnBarUpdate().Originally posted by Jim-Boulder View PostQuestion for NinjaTrader_Bertrand--in your response you said that the onBarUpdate is only triggered with a price change -- what happens if you have it set to process each incoming tick (trade)--and the price doesn't change--we simply have 2 consecutive trades at the same price?
Comment
-
Please Contact me via http://ninza.co/contact and attach a screenshot of the error message.Originally posted by keogher View PostThere seems to be errors in the code when you import to Ninja
public partial class Indicator : IndicatorBase
{
private ninZaVolumeDelta[] cacheninZaVolumeDelta = null;
Getting an error on private? Any ideas why
Thanks.
Pi
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
152 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
305 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment