Condition or EMA crossings on an RSI Indicator
-
Hi guys is it possible to get a Buy/Sell condition where the EMA's cross on the RSI? i.e indicator on an indicator. Thanks.
-
EMA and RSI have different group of values ... (RSI 0-100, EMA depends on price)
... you can not logically find cross between them ... -
@miro1360 I am doing EMAs on the RSI Values not price.
-
for that you need custom indicator where is EMA integrated directly on the RSI (two buffers, one for RSI and second for EMA)