Get access to Ben's watchlist, swing trading strategy, ThinkorSwim setup, and trade examples.
An alert would be awesome.. Has anyone created a back testing script for this?How can I set up an alert for every time it prints a reversal flag on my chart?
Also, How do I get rid of these white boxes that are labled "c" and "p"? They seem to only show up on the daily chart.
Read the entire thread.....An alert would be awesome.. Has anyone created a back testing script for this?
I've been checking this out on renko range bars and also ticks (i have to play around with the axis for every chart), definitely better as well as if you use a higher timeframe obviously.i think this indicator is a very good indicator working well on price charts (range charts) & on bigger time frames have very less false signals
i wish i can have a scan or watchlist whereas i can search this signal if appears on 1 hour chart , since daily charts scanner has been alrdy made i have use that scanner but i m more interested in 1 hour chart basis scan whereas it can scan either a watchlist or scan the market and give the ticker in which 1 hour chart is appearing reversal signal up or down both side is okay
@markos
Made a few changes to the RSIlg. May be easier to understand and use. "C" = FE_Consolidation and "E" = FE_Exhaustion for the gamma line.
Rich (BB code):RSI.DefineColor("Up", CreateColor( 0, 220, 0)); RSI.DefineColor("Down", Color.MAGENTA); RSI.SetLineWeight(4); RSI.AssignValueColor(if RSI > RSI[1] and RSI[1] > RSI [2] then RSI.Color("Up") else if RSI < RSI[1] and RSI[1] < RSI [2] then RSI.Color("Down") else color.YELLOW); #Gamma Line Color gamma.DefineColor("Con", CreateColor( 153, 153, 153)); gamma.DefineColor("EX", CreateColor( 153, 153, 153)); gamma.AssignValueColor(if gamma > .62 then gamma.Color("Con") else if gamma < .38 then gamma.Color("EX") else color.LIME); AddCloud(gamma, .62, Color.GRAY, Color.Current); AddCloud(gamma, .38, Color.Current, Color.GRAY);
nope, no studies in paper scans. Just scan in real money, export watchlist, import watchlist on paper money sideOops I guess it didn't put the original msg I was replying to. I'll try again.
This one
Also I would really like to use the scanner but I don't have permissions as I'm using the paper account. Do you know if there's a way to get around that?
I'm thinking of getting the AMM but I'm wondering how it doesn't repaint? Wouldn't that make its highs and lows less reliable as price is always moving? I'm new, just would like to hear anyone's thoughts on this as I am unable to comment on the thread@RDMercer I have mentioned this in the beginning, this indicator is a combination of different studies, and some don't even do anything, like you said. I have dropped my focus from the trend reversal after finding out that it repaint due to having the ZigZag indicator.
Check out our Buy the Dip indicator and see how it can help you find profitable swing trading ideas. Scanner, watchlist columns, and add-ons are included.
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
Repaints Enhanced Trend Reversal Indicator for ThinkorSwim | Indicators | 122 | ||
Reversal Candles (Saikou / Hikui) Trend Change for ThinkorSwim | Indicators | 10 | ||
LNL Trend System for ThinkOrSwim | Indicators | 25 | ||
L3 Banker Fund Flow Trend Oscillator for ThinkOrSwim | Indicators | 33 | ||
Trend Meter For ThinkOrSwim | Indicators | 38 |
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.