![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: May 2008
Posts: 28
Thanks: 1
Thanked 0 times in 0 posts
|
I have an indicator that works against High, Low, Median, Close, etc. I would like to chain it so I can have it work on the results of another indicator instead of on price.
It's easy to do this in the simple case where there is just one Input and it's very useful. How can I create an Indicator that will supply all the values High/Low/Median/etc. instead of just the Input so I can chain them? Thanks. |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
Thank you for your note. Bar series that have a Open/High/Low/Close price are unique in that they have these values. When you are creating an indicator they do not have these values unless you specifically program them in. The only value it has is the output. The OHLC handling is specific to the bar series. To add this for an indicator to take advantage of this you would need to specifically program this in Unfortunatley. Therefor you would have 4 plots, one for the OHLC of the indicator. Let me know if I can be of further assistance.
Brett
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Different Input Series for Indicators | Rohok | Version 7 Beta General Questions & Bug Reports | 3 | 09-13-2010 09:57 AM |
| can NT7 chart combinations of several input series? | clksoft | Version 7 Beta General Questions & Bug Reports | 1 | 05-09-2010 01:50 PM |
| MBT Option Chain | mikie2k2 | Connecting | 5 | 09-25-2009 10:01 AM |
| Add color as allowable input parameter for indicators | anachronist | Suggestions And Feedback | 2 | 08-18-2008 10:01 AM |
| Charting indicators using other indicators as the input | Elliott Wave | Charting | 3 | 04-04-2008 03:54 PM |