Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator with large parameter sets being called from a strategy
Collapse
X
-
Indicator with large parameter sets being called from a strategy
I have an indicator that has 15 parameters. When I try to use the indicator inside a strategy, I have to enter all the parameters. Is there a way to call the indicator from a strategy without entering all the parameters?Tags: None
-
Not really, but you can always use a named instance of the indicator class, which means that you will have to write out the parameters only once, when you initialize the instance.Originally posted by afshinmoshrefi View PostI have an indicator that has 15 parameters. When I try to use the indicator inside a strategy, I have to enter all the parameters. Is there a way to call the indicator from a strategy without entering all the parameters?
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
326 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
180 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment