Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Alert to NR7
Collapse
X
-
if (nrbar==0)
{
//DrawDot("NR7"+barcounter.ToString(), true, 0, Low[0] - TickSize, Color.Yellow);
BackColor = nr7color;
//Print(CurrentBar);
// Generates an alert
Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Reached threshold", "Alert1.wav", 10, Color.Black, Color.Yellow);
}
The words in green are added to the original NR7 script. Is it correct?
Comment
-
it is the same nr7, but the bars are 4 and not 7,Originally posted by NinjaTrader_Ben View PostHello,
If you post your code we can give you pointers.
a pretty system is a way to indicarte the day where is possible to se that all 3 condition are true:
1 nr7 ok
2 nr4 ok
3 inside bar ok
i am not a programmer sorry
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
666 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
377 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment