Drawing out Lines
-
Hello,
I'll like to represent RSI levels in lines drawn on the chart so that whatever another indicator crosses that line (the RSI levels) it triggers an effect I want it to.
The Logic is to have the ichmoku cloud on RSI window using RSI levels
How can do this? @roar @l-andorrà @ambrogio @jstap
Thanks
-
@tec-nacks that will not work. If you force Ichimoku and RSI on the same window, you will graphically see them overlap, but in the background they use completely different scales.
Mql5 doesnt have any methods for working with graphics (pixels) rather than indicator buffers and real values.
-
@roar so this is technically impossible with FxDreema right?
-
@tec-nacks impossible with fxdreema and any other mql5 environment.
Well, theoretically you could try to re-scale one of those indicators, by checking the highest and lowest point of each indicator for the currently visible part of the history, but it gets real complex real fast
-
@roar yeah could get complex but i think I can form up if i get a sample to relate with