Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Volume Alert Indicator
Collapse
X
-
How do i create a filter for this one?
protected override void OnBarUpdate()
{
if (Close[0] > Close[Math.Min(CurrentBar, X)])
// Do something
}
The resolution above substitutes the minimum value between the current bar being processed and the desired number of bars ago value, in this case 1.
What i mean by ''filter'' is that after the Current bar - [0], is formed i get the next froming bars which meets the criteria.How do i skip the next bar which meets the criteria by implying a filter?
Comment
-
Thanks sledge your lnks were somewhat helpfull.Last edited by NinjaTrader_Brandon; 09-02-2014, 07:22 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
603 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
349 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
104 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
560 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment