Indicator  [SOLVED]

Questions about MultiCharts and user contributed studies.
syracusepro
Posts: 17
Joined: 29 Sep 2016

Indicator

Postby syracusepro » 05 Oct 2016

I need help with an indicator I am trying to build.

Want to plot the RSI and also the

Code: Select all

avgrsi = WildersSmoothing(rsi);
.

Thanks in advance.

User avatar
TJ
Posts: 7743
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: Indicator  [SOLVED]

Postby TJ » 05 Oct 2016

I need help with an indicator I am trying to build.

Want to plot the RSI and also the

Code: Select all

avgrsi = WildersSmoothing(rsi);
.

Thanks in advance.

See post #4, point #8
viewtopic.php?f=16&t=11713

syracusepro
Posts: 17
Joined: 29 Sep 2016

Re: Indicator

Postby syracusepro » 05 Oct 2016

Thanks a lot.

syracusepro
Posts: 17
Joined: 29 Sep 2016

Re: Indicator

Postby syracusepro » 05 Oct 2016

Lets say I want to create a condition when RSI crosses over and under the Average RSI. Also, to plot some kind of dot or arrow if available, such arrow up and or arrow down. Thanks.


Return to “MultiCharts”