You are confirming a momentum indicator with a second one that shows the same signals. So they will confirm for sure but also will fail in unison. As seen in post 19 while the RSI was a bit steadier as far as false signals.
What im trying to say is the Momentum study changes (overbought or over sold) way before the RSI Laguerre does. Once the RSI reaches the .90 the move may have already happened . I guess this would matter more in day trading . Thanks for the response.@Jerald643 I suppose one way of doing so is to overlay both indicators into a single lower chart.
However the scaling of both indicators are different so you'll need to do some normalizing in the code
RSI Laguerre is a bounded oscillator between 0 and 1 while the TMO is bounded between -15 to +1
@Jerald643 Please see my articles in the Tutorials Section... It isn't the .90 that is the signal. It's the .10 and the cross up that is the signal.I guess
What im trying to say is the Momentum study changes (overbought or over sold) way before the RSI Laguerre does. Once the RSI reaches the .90 the move may have already happened . I guess this would matter more in day trading . Thanks for the response.
@skynetgen great to read your takes on RSIL + FE, I was pulling my hair out! Is it possible to share the new color TMO scripts, I love softer colors. TIA.Sure.
See I look for the cross between TMO on current and higher aggregation. This is a good place to look for reversal/change of character
I try to go when lower aggregation matches direction of higher aggregation.
And why I didnt circle (and would ignore) tmo curling up on 5/29 - because weekly TMO was still going down. But 5/6 and 7/17 were perfectly aligned signals . Also on the weekly (right chart) note that presently monthly TMO already curling up. When weekly hits bot and starts aligning up I will be looking for entry ( depending on price action it will be most likely around $40 or $35)
# Color Labels
# Nube 1.29.18
#Hint: for when you don't know what colors you want to use
addlabel(1,"Black", Color.Black);
addlabel(1,"Dark Gray", Color.Dark_Gray);
addlabel(1,"Gray", Color.Gray);
addlabel(1,"Light Gray", Color.Light_Gray);
addlabel(1,"220,220,220", CreateColor(220,220,220));
addlabel(1,"White", Color.White);
addlabel(1,"175,225,225", CreateColor(175,225,225));
addlabel(1,"125,225,225", CreateColor(125,225,225));
addlabel(1,"Cyan", Color.Cyan);
addlabel(1,"50,150,200", CreateColor(50,150,200));
addlabel(1,"50,150,250", CreateColor(50,150,250));
addlabel(1,"Blue", Color.Blue);
addlabel(1,"Violet", Color.Violet);
addlabel(1,"125,125,250", CreateColor(125,125,250));
addlabel(1,"100,100,200", CreateColor(100,100,200));
addlabel(1,"50,50,175", CreateColor(50,50,175));
addlabel(1,"Plum", Color.Plum);
addlabel(1,"Magenta", Color.Magenta);
addlabel(1,"225,125,225", CreateColor(225,125,225));
addlabel(1,"225,175,225", CreateColor(225,175,225));
addlabel(1,"Pink", Color.Pink);
addlabel(1,"250,125,125", CreateColor(225,125,125));
addlabel(1,"DownTick", Color.DownTick);
addlabel(1,"175,50,50", CreateColor(175,50,50));
addlabel(1,"Dark Red", Color.Dark_Red);
addlabel(1,"Red", Color.Red);
addlabel(1,"Light Red", Color.Light_Red);
addlabel(1,"Dark Orange", Color.Dark_Orange);
addlabel(1,"235,175,65", CreateColor(235,175,65));
addlabel(1,"Orange", Color.Orange);
addlabel(1,"225,225,175", CreateColor(225,225,175));
addlabel(1,"225,225,125", CreateColor(225,225,125));
addlabel(1,"Yellow", Color.Yellow);
addlabel(1,"Lime", Color.Lime);
addlabel(1,"Green", Color.Green);
addlabel(1,"175,250,175", CreateColor(175,250,175));
addlabel(1,"Light Green", Color.Light_Green);
addlabel(1,"100,200,100", CreateColor(100,200,100));
addlabel(1,"UpTick", Color.UpTick);
addlabel(1,"50,150,50", CreateColor(50,150,50));
addlabel(1,"Dark Green", Color.Dark_Green);
Hello, can you kindly share the script for the up and lower study?Tried to show a comparison of signals that might be used by three different momentum studies. Gray squares possible trades. Cyan circles possible false signals. Just highlighting the main signal line so you can decide yourself how the FE or MTF might influence a trade decision.
Hello Skynetgen, thanks for the info can you share the above dual chart setup on TOS.. thanks in advance..Sure.
See I look for the cross between TMO on current and higher aggregation. This is a good place to look for reversal/change of character
I try to go when lower aggregation matches direction of higher aggregation.
And why I didnt circle (and would ignore) tmo curling up on 5/29 - because weekly TMO was still going down. But 5/6 and 7/17 were perfectly aligned signals . Also on the weekly (right chart) note that presently monthly TMO already curling up. When weekly hits bot and starts aligning up I will be looking for entry ( depending on price action it will be most likely around $40 or $35)
Did you know that by clicking on a member's name, you can check when they were last seen on the uTS forum? Sorry, @skynetgen is not an active member.Hello Skynetgen, thanks for the info can you share the above dual chart setup on TOS.. thanks in advance..
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
RSI in Laguerre Time Self Adjusting With Fractal Energy Usage Notes | Tutorials | 76 |
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.