Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator Triggering Multiple Times on Intrabar Movement.
Collapse
X
-
Indicator Triggering Multiple Times on Intrabar Movement.
To make sure Replay replicates close as possible to Live feed, I have added Intrabar granularity by using AddLineBreak of type Tick. It works great but on rare occasion, cross above and below are triggering several time because of Intrabar movement. Can you please suggest best way/technique to handle this issue? Thanks.Tags: None
-
Hello yasirbashir1000,
Intra-bar granularity should be added with AddDataSeries() and not with AddLineBreak().
Below is a link to the reference sample.
And a link to a forum post that discusses.
The logic should be evaluated during BarsInProgress 0 and not during the 1 tick series updating.
As long as Calculate is OnBarClose, crosses would only be detected once per primary bar (BarsInProgress 0).
Chelsea B.NinjaTrader Customer Service
- Likes 1
-
-
Hi NinjaTrader_ChelseaB How can I avoid duplicate crosses if If I use1 min 3 Line Break as the primary series and add AddDataSeries(BarsPeriodType.Tick, 1)?
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 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
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
306 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment