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've been reading and thinking about forex some time ago. Since i know something about programming i've created some days ago a RSI based on hull moving average and i would that some people with more experience help me to create a system using it, now i'm in my work and i haven't here all source code and pictures of it, but i think it's interesting 'cause trends are shown in a smooth fashion for this indicator over 80 level and 20 level. Somebody have tried something like this?.
At this moment i also created a EA based in hull moving average momentum? Somebody have tried it? I know that there's EA based on HMA, but they use the same indicator but color changing, when i use Momentum of HMA i see that sometimes momentum grafic don't define if cross or don't for a while, that's the change of color in diferent HMA until i've read, this changes may be stay between 1 tick or define a complete trend. Somebody knows how it could be filtered?
Later, this night at home i will post some pictures and the code.
Here is a picture of RSI of Hull Moving average, for HMA period 10, RSI period 5,HMA is calculated on PRICE_MEDIAN.
Really i took HMA from anywhere from this forum and modified to make it more readable by myself, and later i took RSI that came with ODL and modify it to instead of using close to calculate RSI, use HMA.
Here is source code(excuse me if you see code of some else)
I have been looking for this indicator for long time, great work Kaamos.But RSI of Hull Moving average indicator doesn't apperar on my chart, I am also using ODL's Metatrader.Unlike Metastock and some other TA programs it is not easy for someone with limited coding knowledge to take the indicator of an indicator with Metatrader.I hope they will make it easy in the near future.
did you compile it and doesn't work? I put it in my indicators folder, open it with mql editor, compile it, then it appears in custom indicators without a problem.
But well how do you think this indicator could be integrated with other indicators to create an EA? There's somebody else trying it?
I have been looking for this indicator for long time, great work Kaamos.But RSI of Hull Moving average indicator doesn't apperar on my chart, I am also using ODL's Metatrader.Unlike Metastock and some other TA programs it is not easy for someone with limited coding knowledge to take the indicator of an indicator with Metatrader.I hope they will make it easy in the near future.
In order for the RSH indicator to work, you must also have the HullMa indicator in your indicators folder. Otherwise the RSH indicator opens but is blank.