View Full Version : RSI in Strategies
add000
04-29-2010, 07:16 AM
Hi,
Please tell me how I can specify instrument for RSI in strategy (wizard)?
Thanks
NinjaTrader_Brett
04-29-2010, 07:40 AM
Hello,
Unfortunately this is not supported in the Strategy Wizard. Multi instrument strategies must be coded manually.
Multiple Time Frames and Instruments:
http://www.ninjatrader-support.com/HelpGuideV6/MultiTimeFrameInstruments.html
Sample NinjaScript for multi series coding:
http://www.ninjatrader-support2.com/vb/showthread.php?t=5787
Let me know if I can be of further assistance.
add000
04-29-2010, 08:05 AM
But how I can specify instrument for RSI in indicator?
For example I need new indicator RSI only for EURUSD.
NinjaTrader_Brett
04-29-2010, 08:10 AM
The strategy will always use the instrument that the strategy is applied for. When you use the RSI indicator with the strategy wizard and apply the strategy to run on the EURUSD then you would have the RSI of the EURUSD. However if you wanted to run your strategy on another instrument and always use the RSI of the EURUSD in your code this would not be supported by the strategy wizard and would have to be custom coded if you wanted to specify which instrument.
add000
04-29-2010, 08:20 AM
Yes it's my question. How I can make custom coded indicator for specify instrument?
NinjaTrader_Brett
04-29-2010, 08:38 AM
Please see post #2 for help guide information specifics on Multi-Instrument strategy's and a sample on how to custom code this. You can contact one of our NinjaScript consultants to assist you with coding this or you can use our NinjaScript guide and forums to code this indicator yourself if you are a programmer.
NinjaScript Consultants:
http://www.ninjatrader.com/webnew/partners_onlinetrading_NinjaScript.htm
NinjaScript Help Guide:
http://www.ninjatrader-support.com/HelpGuideV6/Overview17.html