Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator as input
Collapse
X
-
Indicator as input
I am trying to make an indicator that allows the user to choose other indicators as an input parameter. ie I could choose and configure Stochastic, RSI, or some other indicator as a Data Series input parameter for my custom indicator. How do I create an input like this?Tags: None
-
Thanks... however, your response doesn't quite get to the question I am asking. I do not need to know what oscillator will be the input series that drives the indicator calculations. Instead, I want to create a divergence indicator that allows the user to select which oscillator will be used to identify the divergence. Can I use a string input in my indicator which describes the oscillator and its parameters and then somehow convert that string variable into a call to that oscillator?
Comment
-
You would need to create your own logic to interpret the input.
Likely would want to use something like a switch: http://msdn.microsoft.com/en-us/libr...(v=vs.80).aspx
If you want to allow to allow for the use of any indicator it would likely be best to use the input method Bertrand mentioned and then add a secondary series for the price data.
Alternative to using string inputs you could use Enum: http://www.ninjatrader.com/support/f...ead.php?t=3420LanceNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
157 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
91 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
143 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment