I would like to create a Stochastic of RSI (14 periods) but I could not find a way using Stochastic Indicator available in the builder.
Seems that Stochastic uses only prices as input in order to calculate its value. In this case, I would like to create an EA capable to perform the following calculation:
- Stochastic of RSI(14), %D=3; %K=3
When main line crosses above signal line,the EA indicates Buy
When main line crosses below signal line,the EA indicates Sell
Any help I woul very much appreciate.
Thanks!
?