Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I have been using the 3rd modification to rsioma (RSIOMA_v3.mq4 ) and I find it a very useful tool. I have very limited time to trade daily and was wondering if anyone can add an email alert function to it so that it can send out an email alert whenever the RSI and MA lines cross. This would be greatly appreciated .
I have a question regarding the creation of RSI of MA (not the RSIOMA indicator)
I added a MA indicator as a separate window to the chart ... then drag and drop RSI to create the RSI of MA by applying RSI to 'previous indicator'
then tried to create another RSI of MA in the same window ... and I must apply RSI to 'first indicator' (as previous indicator is no longer MA but my last RSI of MA)
Thus, I have two RSI of MA with the same values of MA and RSI ... but the resulted curves were different
I have been using the 3rd modification to rsioma (RSIOMA_v3.mq4 ) and I find it a very useful tool. I have very limited time to trade daily and was wondering if anyone can add an email alert function to it so that it can send out an email alert whenever the RSI and MA lines cross. This would be greatly appreciated .
p.s. box and email alerts - on open bar Rsioma by it's nature (very smoozz) can sit on one place and jerk(generate)way to many back/force crossings per bar to tolerate (like every other tick) - so alerts after bar close
4 those who want early heart attack warning - sound alert on open bar
-----------------------
20080527 update RSIOMA_v3_alertsD.mq4 post 297 http://www.forex-tsd.com/206871-post207.html
I have a question regarding the creation of RSI of MA (not the RSIOMA indicator)
I added a MA indicator as a separate window to the chart ... then drag and drop RSI to create the RSI of MA by applying RSI to 'previous indicator'
then tried to create another RSI of MA in the same window ... and I must apply RSI to 'first indicator' (as previous indicator is no longer MA but my last RSI of MA)
Thus, I have two RSI of MA with the same values of MA and RSI ... but the resulted curves were different
Can anyone tell me what is this ?
suppose to be the same - but... ma sw (with full functions) not provided (provisioned) by MT4 we cheating MT by sticking MA in sw - it get confused and just don't wanna go...
p.s. 4 unfamiliar with MT4 - MA chart changed to separate window (little cheap trick)
suppose to be the same - but... ma sw (with full functions) not provided (provisioned) by MT4 we cheating MT by sticking MA in sw - it get confused and just don't wanna go...
p.s. 4 unfamiliar with MT4 - MA chart changed to separate window (little cheap trick)
Thanks fxbs
I think the problem came from the MA-sw indicator I used
RSIOMA_v3Var.mq4 - variable inputs (ma, rsi of ma(rsioms), ma of rsi ofma(marsioma) - 4 those, who like messing with diff settings and parameters
(v3 is like v4 but not mtf)
//---- input parameters
extern int MA_Period = 11;
extern int MA_MODE = MODE_EMA;
extern int MA_PRICE = PRICE_CLOSE;
extern int RSI_ofMA_Period = 9;
extern int RSI_ofMA_PRICE = PRICE_CLOSE;
extern int MA_RSIOMA_Period = 7;
extern int MA_RSIOMA_MODE = MODE_EMA;