How I can Do that In Fxdreema Double RSI In The Same Box ?
-
hello
i will put example and i want know how i do that by fxdreema
one - i will attach indicator RSI on the chart like this image

two - when i attach it will be like that

three - i want attach again RSI on the Same Box Old RSI and Choose option Previous indicator data like image

four - will be the Double RSI in The Same Box Like this Image

Now - My Ask How Create EA in FXdreema If I want Create Order If RSI Blue Cross RSI white ? this Example
How I can Use That By FXdreema ?thank you
-
@moon not possible, at least without some serious custom code. Interesting idea, though
-
@roar Ok
New Idea On It
I Attach The Double RSI Normal 1 - RSI White - 2 - RSI Blue - like above example OkCan Create EA By FXdreema Its Open By Check The Color on Chart White And Blue And If Happen Cross By The Color Then Create Orders OR If Blue And White Above Together Up 70 then Create Orders
Can Do that ? -
here you need but also as roar told you have to edit in the code
i will try to edit code and come back to you
-
@ramisignals
i Wait I want How Can Do My Example By any Way Color Or Code In FXdreema -
here some Tutorial it maybe can help you till i got some time to check your problem
-
@moon that will not work either, you cant read indicators as if they were graphical objects.
-
@moon it wont work with traditional methods , but there is a way around it , use different blocks to track each rsi indicator individually
and save their values in to the variables (save rsi value for Candle 1 and Candle 2) this way compare the values of the variables to see if one rsi has crossed the other or not ,