Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Using market analyser to flag HOD/LOD
Collapse
X
-
Using market analyser to flag HOD/LOD
I'd like to have Market Analyzer flag a stock that is at either its HOD or LOD. Something like a color change or flashing price box when that condition is true. If I could set a condition where if the value of the price HOD box = the value of the current price box then a color change happens. Is it possible to create a condition like that?Tags: None
-
Hi Dennis, you could custom code an indicator to monitor for this condition - coding tutorials to get you started are located here - http://www.ninjatrader.com/support/h...ndicators2.htm
-
Dennis,
I have a MA code for % off HOD or LOD I created, from this code you could likely create an MA condition you need...It works as "% Off" so
0 is HOD and -100 is LOD so if you wanted it to flag stocks within 10% of their HOD you would create a condition such as "change cell if value is GREATER than -10 or if you want the exact HOD flagged in MA then "change cell if value = 0" LOD would be value = -100
Hope this helps,
RTAttached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
101 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
32 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
36 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
73 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment