Hi
As promised this is the indicator I am developing based on TraderAny's EMA_RSI post at
http://www.forexoma.com/forums/viewtopic.php?f=6&t=206Please note that this is a 'work in progress' project to help me learn to program indicators. It should not be used for real. I haven't yet tested it to ensure that it does what it should in all cases. I'm only posting the EX4 file at the moment, not the source code. I'll post that when the development is complete and the code is tidy

The indicator shows when
Fast EMA crosses above slow EMA and RSI > set level (default 50)
Fast EMA crosses below slow EMA and RSI < set level (default 50)
Development Plan
Phase 1 - It draws arrows on the chart - Done.
Phase 2 - Modify code to hold arrows off until candle complete.
Part complete, need to finalise.
Phase 3 - Make it display and email an alert.
Phase 4 - RSI Variables. See note below.
Phase 5 - Add highlighting of some candlestick patterns.
Attachment:
EMA_RSI.ex4 [3.42 KiB]
Downloaded 357 times
Copy to your /experts/indicators folder then select it by insert/indicators/custom/EMA_RSI
RSI Variables.
I will be adding High and Low limits for the RSI so that alerts can be filtered out if the RSI is too high or low to take the trade.
I have included a variable RSI_Centre which allows the user to select a value other than 50. This will be expanded so that there is a separate limit for buy and sell indicators.
All the best
Michael
Edited to correct my name
