I think I saw a while back in one of the webinars there was a Building Block where you can insert an indicator of an indicator, I can't remember where. Say I want to plot an SMA of the RSI or the Bollinger Bands of the CCI on the same panel rather than of the price. Which one was it? Thanks
Rename
See Transformer indicators. It's IndOnInd but there's more to boost your creativity.
Thank you. How do I select which panel it goes into? I want to place it on the same panel as my custom indicator but it automatically IndOnInd goes into a new panel. The SmoothInd seems to work on the custom indicator panel, but does not have all the indicators on the scroll dn list.
If you drop IndOnInd onto an indicator plotted in its own pane - say RSI - then it appears exactly in the RSI pane.
You just add the IndOnInd indicator:
- select as "Source Indicator" the indicator that you want to apply to your custom indicator; and then
- select in "applied to" your own custom indicator.
That's about it...
- select as "Source Indicator" the indicator that you want to apply to your custom indicator; and then
- select in "applied to" your own custom indicator.
That's about it...
Example:
Thanks, but I would like to place the indicator and the IndOnInd on the same pane. Apparently the IndOnInd block does not have the pane scroll down feature(maybe in a future build could be added?) See image below. Right now I have to drag the IndOnInd first then the indicator so I can then choose a pane. This feature also will allow me to place additional IndOnInd blocks on the indicator like the Bolinger bands upper and lower. Thank you.
If something is missing then this is usually for a reason. However, you can push drag-and-dropped indicators to C# strategy code via chart's right-click menu and modify the Pane string as you please.
Thank you. I figure out a way.
Apparently you are right IndOnInd recognises RSI but does not recognize Custom Indicators so I was able to achieve it following this process.
In this instance I placed the Bollinger Bands into my custom indicator(See image below)
To Place multiple Indicators on Indicator (IndOnInd Block)
1- Drag and drop RSI indicator.
2-Drag and drop IndOnInd (Transformers) on same pane change to applied to RSI
3-Drag and drop 2nd IndOnInd (Transformers) change on same pane to applied to RSI again
4-Add your Custom indicator to the same pane.
5-Remove RSI indicator if desired and keep your custom Indicator.
6-Enjoy.
Apparently you are right IndOnInd recognises RSI but does not recognize Custom Indicators so I was able to achieve it following this process.
In this instance I placed the Bollinger Bands into my custom indicator(See image below)
To Place multiple Indicators on Indicator (IndOnInd Block)
1- Drag and drop RSI indicator.
2-Drag and drop IndOnInd (Transformers) on same pane change to applied to RSI
3-Drag and drop 2nd IndOnInd (Transformers) change on same pane to applied to RSI again
4-Add your Custom indicator to the same pane.
5-Remove RSI indicator if desired and keep your custom Indicator.
6-Enjoy.
Your Response
Post
Edit Post
Login is required