the reason is i created a drop down list for certain parameter to be drawn. It all works ok but my old drawing still exist. If I press f5 it will erase everything except the parmaeters that I want
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
undrstanding indicator apply and ok
Collapse
X
-
undrstanding indicator apply and ok
If I change an indicator parameter what function triggers onstartup?
the reason is i created a drop down list for certain parameter to be drawn. It all works ok but my old drawing still exist. If I press f5 it will erase everything except the parmaeters that I wantTags: None
-
Hello,
Thank you for the post.
The Initialize and OnStartup method will be called for every indicator when you open up the Indicator configuration window and also when you reload the NinaScript with f5.
The lifecycle goes: Initialize() -> OnStartUp() -> OnBarUpdate().
All 'one time' set up must be done in either Initialize() or OnStartUp(). If you could post your properties region as well as the OnStartup() function, and give more details on what you would like to do I can advise further on what should be done.
I look forward to your reply.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
309 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