| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| 10.4 MTF TMA SLOPE RSI Indicator https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1524 |
Page 1 of 2 |
| Author: | mjws00 [ Fri Feb 22, 2013 6:35 am ] |
| Post subject: | 10.4 MTF TMA SLOPE RSI Indicator |
Heya, I find Bob's 10.4 RSI template amazing for signals and alerts. It has less false signals than the simple stoch equivalent. I'll get it nailed, but don't have the time and indicator development background some of you wizards have. I want something inclusive we can use for dashboards and EA's later. Here is the basics I've started to put together. It has a long to ways go. It will have all the alerts, as well as an option to check a lower TF for a signal so you can auto jump down to H1 to see if RSI has already shifted there. This is pre-alpha. i.e it doesn't work yet. But close. My timezone and schedule requires me to sleep. My gut feeling is I won't be the fastest to get this done, but it would help the community. Anyone willing to help feel free to take the code and save a bunch of typing. Or discard if you're almost done your own version. Regards, Mike EDIT: Alpha updated and now working very nicely. Now on to the bells and whistles. |
|
| Author: | mjws00 [ Fri Feb 22, 2013 6:49 pm ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
This now works nicely and first post updated. Bells and whistles to follow. |
|
| Author: | zimezoom [ Fri Feb 22, 2013 9:38 pm ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
Thanks so much! |
|
| Author: | mjws00 [ Fri Feb 22, 2013 10:16 pm ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
Here is a more visual version. Based on Paul's TMA Slope MTF. It shows the interactions of the different RSI's. My intent was to view 1hr rsi movement as a leading indicator of the 4hr. Update: Current bar glitch found and cured by CandleTiger. Works great. Thanks. Be careful cranking up the bars, we have to get a slope for each bar, for each time frame, then calc rsi on the arrays, so heads up. It is instant with 500 bars on my box. Enjoy. |
|
| Author: | wojtek_amm [ Sat Feb 23, 2013 4:14 am ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
Thanks so much! Great work |
|
| Author: | spotdespot [ Mon Mar 04, 2013 11:43 am ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
I wish I could help as it looked really good until I spotted the issue you were talking about. Having H1 RSI and H4 RSI heading in the same direction makes for a pretty healthy bit of confirmation. Unfortunately I am pretty clueless with indicator code. |
|
| Author: | candletiger [ Tue Mar 05, 2013 11:34 pm ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
What means clobbered? Do you have a screenshot? That would help to nail down the problem... |
|
| Author: | mjws00 [ Wed Mar 06, 2013 12:04 am ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
Clobbered means messed up. The last bar gets corrupted somehow. It is correct and then gets over written wrong. There is an error somewhere in the way the (0) bar is referenced. All that iBarshift() goodness is screwing something up. I didn't dig deep enough into it to fix it yet, or even really analyze it. I wanted something I could plug into an EA. Version A accomplished that. This was just intended as icing and a start on something pretty if people thought it might be useful. Thanks for looking. Mike |
|
| Author: | candletiger [ Wed Mar 06, 2013 11:07 pm ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
ok, got it. Easy to see once I put it on a chart. you have 2 coding flaws: Code: Select all Solution: just move the ArrayResize line to init(). Code: Select all Solution: replace limit by ArraySize(TMA_Slope_Values). Let me know if it solves your problem... /ct |
|
| Author: | mjws00 [ Thu Mar 07, 2013 12:02 am ] |
| Post subject: | Re: 10.4 MTF TMA SLOPE RSI Indicator |
CT, you are a king. Thank you. Will test, but I am sure you are right. That would throw a zero from iRSIOnArray(). Another trick to be aware of. I'm sure I've missed more in there as that was my first foray into the mtf onarray() craziness. |
|
| All times are UTC | Page 1 of 2 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|