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
...
Because the talk about this indicator is the usual : fantastic,.... and in my opinion it is not that (fantastic). Too much false signals
thank you mladen, I appreciate your help. Why were the results not the expected ones?
A friend of mine asked me some time ago to look at it and we did, but, frankly, from the information that we had as of how does that indicator works, the results were not the expected ones. Anyway, attached it here.
regards
mladensto of rsi, right?
StoRSI = 100.0*((RSI - LLV)/(HHV - LLV));
Because the talk about this indicator is the usual : fantastic,.... and in my opinion it is not that (fantastic). Too much false signals
After some backtesting I have to agree, the Sto indicator works a lot better in comparison.
Thank's for the indicator. This is a good tool. I guess your friend miss understood about how to use it. You need to read the book of Dynamic Trader to understand how to use it. but this is a useful weapon.
This indy is not much different with RSI over the Stoch, but DTosc have smoother lines. I don't why, i am not a programmer, can you tell me why ?. Thank's any way.
A friend of mine asked me some time ago to look at it and we did, but, frankly, from the information that we had as of how does that indicator works, the results were not the expected ones. Anyway, attached it here.
regards
mladenThank's for the indicator. This is a good tool. I guess your friend miss understood about how to use it. You need to read the book of Dynamic Trader to understand how to use it. but this is a useful weapon. This indy is not much different with RSI over the Stoch, but DTosc have smoother lines. I don't why, i am not a programmer, can you tell me why ?. Thank's any way.
because of formula:
double HHV = RSI[ArrayMaximum(RSI,PeriodStoch,i)];
StoRSI = 100.0*((RSI - LLV)/(HHV - LLV));
may be you tell us your understanding about how to use it? (few examples?)
Thank's
thank
https://www.mql5.com/en/forum/172919
thank you very much!
Dear fxbs
I need a simple indicator , and will appreciate if you do it , it must draw 2 lines for all the chart
HL=today_high + (previous_day_high - previous_day_low)*0.44
LL=today_low - (previous_day_high - previous_day_low)*0.44
this indicator must fix for mondays too
tnx
because of formula:
double HHV = RSI[ArrayMaximum(RSI,PeriodStoch,i)];
StoRSI = 100.0*((RSI - LLV)/(HHV - LLV));
may be you tell us your understanding about how to use it? (few examples?)
Thank'sHi, sorry for late reply, but it is hard for me to explain it in short words. I learn it from the author of DTOSC, Robert C. Miner, from his book, "High Probability Trading Strategy" Dynamic Traders - Home (i think). Specially with the DTOSC setting, he said there is no fix setting, as long we can see the high and low reversal on previous bar.
It is a classic strategy, Dual time frame, Fib and simple EW, but it is very great combination (for me). after I read it, it become simple, but to explain it would take more time.
New indicator was posted in elite indicators section:
McGinley Dynamic indicator (based on original article by John R. McGuinley, Jr.) is on this post.
Hi ND ,
McGinley Dynamic indicator for Metatrader posted in Forexfactory.McGinley Dynamic indicator in the elite section is different than the one in FF?