Visual indicator updated. Fix looks perfect. Thanks CT. It is as pretty as I'd hoped. My intent was to show the lower TF swings on the upper and enter on confluence. It does this nicely and allows visual backtesting.
Thanks again.
Indicator update found here
10.4 MTF TMA SLOPE RSI Indicator
- mjws00
- Trader
- Posts: 609
- Joined: Fri Jan 04, 2013 10:17 pm
- Location: Victoria
Re: 10.4 MTF TMA SLOPE RSI Indicator
You do not have the required permissions to view the files attached to this post.
Reading the dark heart.
- candletiger
- Trader
- Posts: 83
- Joined: Tue Jun 05, 2012 1:59 pm
- Location: Munich, Germany
Re: 10.4 MTF TMA SLOPE RSI Indicator
Mike,
glad to see that.
one more hint: I think you call
TMA_Slope_Values = GetSlope(symbol,tf,i) ;
too often. Even for only one GetSlopeRSI() call, it is used 12 times.
If you have one of the indicator buffers left, use it for a permanent calculation of the Slope value in the main start loop.
Have not fully thought through it but I think it could help to reduce load.
/ct
glad to see that.
one more hint: I think you call
TMA_Slope_Values = GetSlope(symbol,tf,i) ;
too often. Even for only one GetSlopeRSI() call, it is used 12 times.
If you have one of the indicator buffers left, use it for a permanent calculation of the Slope value in the main start loop.
Have not fully thought through it but I think it could help to reduce load.
/ct
- mjws00
- Trader
- Posts: 609
- Joined: Fri Jan 04, 2013 10:17 pm
- Location: Victoria
Re: 10.4 MTF TMA SLOPE RSI Indicator
LOL. I'll have to steal another buffer. I was no where near optimizing. Mostly just disappointed that I had screwed up the last bar so badly. I think that RSI only needs 20 odd bars to calculate. I am sure there is a way to load once and recalc. You can tell it is working hard, even on my very fast box.
Thanks for your help. I find the trading logic easy to code vs, these limited buffer, mtf, indi on indi beasts. But no pain no gain
Mike
Thanks for your help. I find the trading logic easy to code vs, these limited buffer, mtf, indi on indi beasts. But no pain no gain
Mike
Reading the dark heart.
-
cmeade2
- Trader
- Posts: 459
- Joined: Thu May 24, 2012 12:51 pm
- Location: Washington DC
Re: 10.4 MTF TMA SLOPE RSI Indicator
Mike
Thanks so much. This is exactly what I have been looking for for some time.
Thanks
cmeade2
Thanks so much. This is exactly what I have been looking for for some time.
Thanks
cmeade2
-
thekoa
- Posts: 2
- Joined: Mon Apr 29, 2013 12:52 pm
10.4 MTF TMA SLOPE RSI Indicator
hello, i have tried to install the indicator. i put em in the indicatorfolders as usual but i can not open the indi on my platform. does anyone know why? 
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
10.4 MTF TMA SLOPE RSI Indicator
here you go with the version for 6xx .., the old one does not work with 6xx builds.. Cheersthekoa » Wed Jun 25, 2014 11:39 am wrote:hello, i have tried to install the indicator. i put em in the indicatorfolders as usual but i can not open the indi on my platform. does anyone know why?
Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
-
thekoa
- Posts: 2
- Joined: Mon Apr 29, 2013 12:52 pm
10.4 MTF TMA SLOPE RSI Indicator
thank you very much milanese, this one works fine 
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
10.4 MTF TMA SLOPE RSI Indicator
you are welcomethekoa » Wed Jun 25, 2014 1:09 pm wrote:thank you very much milanese, this one works fine
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality