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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
602 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
559 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment