Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plot.Min/Plot.Max properties
Collapse
X
-
Plot.Min/Plot.Max properties
The examples that I have seen using these properties have these statements in the Initialize method. Is there anything that prevents from putting these statements in the OnBarUpdate method so that one could dynamically set the Max/Min for a particular Plot in an indicator?Tags: None
-
It won't give you any errors, but the result will not be what you are expecting.Originally posted by scjohn View PostThe examples that I have seen using these properties have these statements in the Initialize method. Is there anything that prevents from putting these statements in the OnBarUpdate method so that one could dynamically set the Max/Min for a particular Plot in an indicator?
If you change Min Max dynamically, keep in mind that it will change for all bars, not for current bar only.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment