how to insert indicator into another indicator
-
how can i put an indicator inside an indicator like MA inside RSI telling the bot when it reaches x level BUY like wise on fxdreeema please i need your help guys this has posed a serious problem to me
-
You would need a custom indicator.
-
jstap is right. That is not possible in fxDreema. You will have to import a custom indicator here with both of them already embedded.
-
Basically, I have the same issue. I need a custom indicator too
-
@Clarke @Aibek you can search on www.mql5.com/en/code, there are a lot of free custom indicators
-
@ambrogio couldn't find what I need there
-
@Aibek you searched 178 pages in a few minutes?
Type on google rsi vs envelopes -
@ambrogio That was done before I asked my question. Stop assuming others are less smarter than you are. Please...
-
@Aibek Please type rsi vs envelopes and check....there is one like your screenshot above. It's not a matter of being smart or not, you u have not mentioned at all you already searched on codebase
-
What you want to connect, you can also do with the help of the EA. In principle, you could also use the EA to replicate any indicator. Strictly speaking, an indicator is only a sub-program.
-
@ambrogio I did see that one and it's not what I am looking for. Some similarities - yes, but I have a specific requirement.
-
@Aibek ok
-
Hi…I have the similar problem…I need the levels of the RSI combined with the Envelope…I tried it with the Metaeditor… I have to bite through…I hope that I can choose the levels for the envelope…
-
You can always hire a programmer to make it real for you. You can find many cheap programmers on fiverr.com.
-
If you can display an indicator in a sub-window without a new value scale appearing, the indicator values must be converted for display, e.g. into a percentage based on another value, possibly an MA or current price. This can usually be calculated quite easily in the EA. Please describe exactly what you want to do, then we can finally assess whether it is possible.