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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
38 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment