@iGetTrades Take a look at the video in this tutorial: https://usethinkscript.com/threads/how-to-use-the-tos-scanner.284/
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.
Yes, they just have to be 2 different scanners. One for the up arrow and one for the down arrow. I have listed both below. All you have to do is change the time frame and amount of bars to your liking. Mine is currently set at 4 hour time frame and checks 3 candles back (12 hours). Cheers!Is that possible to have reversal in watchlist column so i know which stock is reversing and i can trade long or short?
Is there any script with color green or red to show reversal occuring in watchlist?
I want to create a scan to find stocks in different time frame for intra day trading.
Thanks.
AddChartBubble((barnumber and U1), if isUp then low else high, if showarrows and signal > 0 and signal[1] <= 0 then "Reversal:" + low else "" , if Colorbars == 3 then Color.PLUM else Color.UPTICK, no);
AddChartBubble((barnumber and D1), if isUp then low else high, if showarrows and signal < 0 and signal[1] >= 0 then "Reversal:" + high else "" , if Colorbars == 3 then Color.PLUM else Color.DOWNTICK, yes);
AddChartBubble((barnumber and U1), if isUp then low else high, if showarrows and signal > 0 and signal[1] <= 0 then "R" else "" , if Colorbars == 3 then Color.PLUM else Color.UPTICK, no);
AddChartBubble((barnumber and D1), if isUp then low else high, if showarrows and signal < 0 and signal[1] >= 0 then "R" else "" , if Colorbars == 3 then Color.PLUM else Color.DOWNTICK, yes);
I need to use for intraday trading in 3 min and 5 minutes chart time frame for watchlist column not as a scanner. Please can you send me the script in this time frame? I need to have whenever there is a reversal up intraday, it shows green color otherwise red color.Yes, they just have to be 2 different scanners. One for the up arrow and one for the down arrow. I have listed both below. All you have to do is change the time frame and amount of bars to your liking. Mine is currently set at 4 hour time frame and checks 3 candles back (12 hours). Cheers!
Up Arrow Scanner: https://tos.mx/mqtYQcs
Down Arrow Scanner: https://tos.mx/Q4Kaq6Z
I am getting this error in scanner:I need to use for intraday trading in 3 min and 5 minutes chart time frame for watchlist column not as a scanner. Please can you send me the script in this time frame? I need to have whenever there is a reversal up intraday, it shows green color otherwise red color.
Thanks.
when I try to edit in one bar for 5 minutes time frame in scan custom filter it gives the error :I need to use for intraday trading in 3 min and 5 minutes chart time frame for watchlist column not as a scanner. Please can you send me the script in this time frame? I need to have whenever there is a reversal up intraday, it shows green color otherwise red color.
Thanks.
Please read the thread, allIs that possible to have reversal in watchlist column so i know which stock is reversing and i can trade long or short?
Is there any script with color green or red to show reversal occuring in watchlist?
I want to create a scan to find stocks in different time frame for intra day trading.
Thanks.
VTR is a momentum indicator that shows if a stock is overbought or oversold based on its Weekly and Monthly average volatility trading range.
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.