
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear Mladen,
I was trying to find a one-timeframe-only 3xRSI similar to the one attached but without success. May I kindly ask you to change this one to a one-timeframe-only 3xRSI and then add alerts? Would be really nice. Only if it´s not too much work for you !
Cheers!
mtf_3xrsi.mq4Here is one that I have on my PC : non- repainting multi time frame + colors on level crosses + alerts (on cross and retrace)
Hello mrtools, nice to meet you and thanks for your help.
I don´t know what I am doing wrong but I still get two seperate lines. Is it because I set both levelup and leveldown to 50 instead of 70 and 30?
In this case (picture attached) it seems to seperate when touching the level 50 line and when then the price goes up again.
Gfuchs
Corrected indicator posted here (updated the original post) : https://www.mql5.com/en/forum/180648/page427
As far as I see, the indicator from this post : https://www.mql5.com/en/forum/180648/page425 was made to alert on levels crosses. Tested it now and it works as it should - it alerts on MACD (not OSMA) crossing required level, so it works as it is described that it works
mladen
For me it does not work, i dont know why. I need an alert, see the picture. This is with MACD histogram.
mladen
For me it does not work, i dont know why. I need an alert, see the picture. This is with MACD histogram.
MissT
Here is just a result of a quick check of that indicator - as you can see it alerted on a level cross (all I changed from the defult settings is the level to 0.0001 as it is on your picture too and show histogram to false to match your example)
__________________
PS : also, from what I see from the code, it is set to show alert on upper level crossed down and lower level crossed up (that is how it was coded)
mladen
For me it does not work, i dont know why. I need an alert, see the picture. This is with MACD histogram.
MissT,
If you want the alerts differently let us know exactly what your looking for and if we can do we will.
Gfuchs Corrected indicator posted here (updated the original post) : https://www.mql5.com/en/forum/180648/page427
Thank you Mladen and Mrtools also. This one works fine I think.
I thought this would have already been done somewhere but couldn't find exactly what I was looking for.
Arrow and pop up alert when candle closes above 50 EMA high
Arrow and pop up alert when candle closes above 50 EMA low
Don't necessarily need the indi to draw the MA's. Any help much appreciated.
I thought this would have already been done somewhere but couldn't find exactly what I was looking for.
Arrow and pop up alert when candle closes above 50 EMA high
Arrow and pop up alert when candle closes above 50 EMA low
Don't necessarily need the indi to draw the MA's. Any help much appreciated.handy148
You can use the one from this post https://www.mql5.com/en/forum/general (set the FastMaPeriod to 1 and keep the fast ma price at close (0) and you will get the same results as in what you are looking for)
mladen - Not sure if I'm being stupid here but will I have to install the indi twice, once for the high and once for the low otherwise I will get up and down arrows when crossing both high and low, whereas I want up arrow only when when price crosses high and down arrow only when price crosses low.
mladen - Not sure if I'm being stupid here but will I have to install the indi twice, once for the high and once for the low otherwise I will get up and down arrows when crossing both high and low, whereas I want up arrow only when when price crosses high and down arrow only when price crosses low.
handy148
I am reading now your post again, and for what you want you need another indicator. I am not sure if it was made already