Re: MT4 Indicator requests and ideas

14901
Dear coders, I have an idea on this indicator "RSI + MA crosses". Is it possible to add the slow signal MA line, probably looks like in the following picture (the drawn yellow line)? So it could be able to find possible entry signals when RSI crosses the fast signal MA line with checking the direction of slow MA signal line. Thank you!


Re: MT4 Indicator requests and ideas

14904
mrtools wrote: Fri Feb 11, 2022 2:04 pm Sorry have no idea how to do that!
Not sure if it works with the lucky reversals but what I did with Xard’s indicator was using icustom with the HTF input then looping back through the candles to search for the up/down semafor buffer. Then compare them and see which one is closer to determine the nearest semafor 😂

Probably a bad idea but so far that’s what worked for me 😂😂


Re: MT4 Indicator requests and ideas

14906
Lesley919 wrote: Fri Feb 11, 2022 6:28 pm Dear coders, I have an idea on this indicator "RSI + MA crosses". Is it possible to add the slow signal MA line, probably looks like in the following picture (the drawn yellow line)? So it could be able to find possible entry signals when RSI crosses the fast signal MA line with checking the direction of slow MA signal line. Thank you!
Image
Posted a version here
These users thanked the author mrtools for the post:
pipsquirrel