Brettser16
New member
I was wondering if there was a way for this to send me an alert with the bell sound when one stock hits the reversal sign?
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.
I think Ben mentioned in another post that the signal is delayed so it wouldn’t be much help. My opinion is I would not walk away from this indicator. You have to look at other signals, volume ... etc.I was wondering if there was a way for this to send me an alert with the bell sound when one stock hits the reversal sign?
What you don’t see on the charts are all the buy and sell reversals that painted and then disappeared.I think Ben mentioned in another post that the signal is delayed so it wouldn’t be much help. My opinion is I would not walk away from this indicator. You have to look at other signals, volume ... etc.
Look at the signals it gives on the hourly. Notice how the signal will fire for a buy but a lot of times the hourly candles will continue to go down. That’s a big step in bravery. I would wait for another signal for confirm or at least wait a few candles to hope on. I won’t reiterate the “hope” line.
Bens hourly AMM and 5 minute Blue I believe is more reliable.
@Brettser16 You need to be a VIP member I believe to get those codes. It's a super small fee and so worth it. This is an actual strategy Ben posted in Warehouse (VIP members only) using these two indicators.@mbfdo you have the script that your talking about Ben's amm and 5min blue? Or a description of it?thank you I appreciate it
Look forward to taking it for a spin!@MBF Thank you for the positive comment about the AMM. Just to clarify for @Brettser16, so he/she doesn't go looking for a signup page. VIP is currently closed for now. It will be back once I'm ready to release version 2.0 of AMM.
Hi @BenTen . I installed the scanner, and wonder what is the best time-frame to run it. 5 min, 15 min or 1 hr? Thanks.@hurricane5 It's fairly simple to do it. Add the code as an indicator (but do not use it on your chart since it's intended to be used in the Scan tab). Once you have it added, switch over to the Scanner section.
Click on Add Study Filter > Study > type in the name of the indicator > and select upArrow or downArrow.
Like this:
Can you please explain, how to use this indicator?
Is this for the scanner or the study? Thank you BT@Azzy19 Add this to the end of the script.
Rich (BB code):#Alerts def bullish2 = signal > 0 and signal[1] <= 0; plot upArrow = bullish2; upArrow.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); upArrow.SetDefaultColor(CreateColor(145, 210, 144)); def bearish2 = signal < 0 and signal[1] >= 0; plot downArrow = bearish2; downArrow.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_DOWN); downArrow.SetDefaultColor(CreateColor(255, 15, 10)); Alert(downArrow, " ", Alert.Bar, Sound.Chimes); Alert(upArrow, " ", Alert.Bar, Sound.Bell);
Never mind, been reading too much and starting to lose it. I see it's for the scanner. Thank you.@Azzy19 Add this to the end of the script.
Rich (BB code):#Alerts def bullish2 = signal > 0 and signal[1] <= 0; plot upArrow = bullish2; upArrow.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); upArrow.SetDefaultColor(CreateColor(145, 210, 144)); def bearish2 = signal < 0 and signal[1] >= 0; plot downArrow = bearish2; downArrow.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_DOWN); downArrow.SetDefaultColor(CreateColor(255, 15, 10)); Alert(downArrow, " ", Alert.Bar, Sound.Chimes); Alert(upArrow, " ", Alert.Bar, Sound.Bell);
Get access to Ben's watchlist, swing trading strategy, ThinkorSwim setup, and trade examples.
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.