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
dyn rsi & Rsioma in prevous day Fib range breackout.
(Forex Factory - View Single Post - Spud's MTF FIB Breakout System)
P.S. Kalenzo, who could ever imagine this (yours) reverse idea would possibly work...
Daily macd zero line break strat , Rsioma , stochRsi
Hello Traders!
I made some modifications to RSIOMA.
Here are the additional parameters:
With those two you can choose the base of calculations of rsioma
int RSIOMA_MODE = MODE_EMA;
int RSIOMA_PRICE = PRICE_CLOSE;
Those two let you decide of the moving average period and type that you wish to use as a moving average of RSIOMA.
int Ma_RSIOMA = 21,
Ma_RSIOMA_MODE = MODE_EMA;
The rest params lets you decide about the colors of the leves which are plot on the chart, and decides of colors of histogram.
extern color BuyTriggerColor = DodgerBlue;
extern color SellTriggerColor = Magenta;
extern color MainTrendLongColor = Red;
extern color MainTrendShortColor = Green;
Hello Traders!
I made some modifications to RSIOMA.
Here are the additional parameters:
With those two you can choose the base of calculations of rsioma
int RSIOMA_MODE = MODE_EMA;
int RSIOMA_PRICE = PRICE_CLOSE;
Those two let you decide of the moving average period and type that you wish to use as a moving average of RSIOMA.
int Ma_RSIOMA = 21,
Ma_RSIOMA_MODE = MODE_EMA;
The rest params lets you decide about the colors of the leves which are plot on the chart, and decides of colors of histogram.
extern color BuyTriggerColor = DodgerBlue;
extern color SellTriggerColor = Magenta;
extern color MainTrendLongColor = Red;
extern color MainTrendShortColor = Green;Bravo!!!
Very nice! Excellent
:D
dem genius
now what to do with it ?
(kidding) lets see how it wil perform
EA using the RSIOMA indicator
HI,
You have to love this RSIOMA... It is very nice visual.
Has any one made an EA using the RSIOMA?
It would be nice if someone could do that.
I would like to test such an EA using the RSIOMA, but I don't have the programming skills to incorporate it into an EA.. Hope someone can do that and post it here.
Thanks.
Successful trading,
Bruce
Hi Kalenzo
indicator RSIOMA_v2 is Amazing , can you please add alert-alarm?
Regards
Stan
Hello Traders!
I made some modifications to RSIOMA.
Here are the additional parameters:
With those two you can choose the base of calculations of rsioma
int RSIOMA_MODE = MODE_EMA;
int RSIOMA_PRICE = PRICE_CLOSE;
Those two let you decide of the moving average period and type that you wish to use as a moving average of RSIOMA.
int Ma_RSIOMA = 21,
Ma_RSIOMA_MODE = MODE_EMA;
The rest params lets you decide about the colors of the leves which are plot on the chart, and decides of colors of histogram.
extern color BuyTriggerColor = DodgerBlue;
extern color SellTriggerColor = Magenta;
extern color MainTrendLongColor = Red;
extern color MainTrendShortColor = Green;Kalenzo
In a firts view this indicator sems good, and whats about in convert this indicator in one EA???