EA => Stochastic of RSI
-
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 SellAny help I woul very much appreciate.
Thanks! -
Indicator over indicator is not possible in fxDreema, sorry. I know that there are function like iRSIOnArray() and I tried once to find out how they can be used, but without success. I don't remember the exact reason, but something was missing for me and I decided that this is not possible