Multiple Indicators-With Different Overlay

Viewed 14

When i have EMA and relative strength [RS] both to plot on the same chart, how do i provide different overlay. For eg: EMA will be plotted on price with overlay=true RS will be plotted on price with overlay=false. I want it to be displayed like RSI, Can anyone suggest how do i do that ?

1 Answers

You can add this indicator to the separate pane or just edit pine code and change overlay = true to overlay = false

enter image description here

Related