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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
244 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
157 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
165 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
249 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
200 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment