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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
131 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
106 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
88 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
107 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment