Join useThinkScript to post your question to a community of 21,000+ developers and traders.
also ben i think if you remove the lime candles they are very repeat it, is better just having the cyan,magenta and orange. thanks
i agree !! good observationI don't think that's a good idea.... We need to know when a downtrend might be arriving at the end... if anything, if there's an option to comment out that specific part, great, but please don't remove that.
The best would be customization to comment out what is not needed -- then it will work on mobile as well
thank you ben, you are the best!!@FOTM_8888 @ext99k The best way to provide feedback regarding this version would be to use it directly on TradingView and compare it with the ToS version. Let me know what is missing or isn't right (include screenshots), and I'll take a look.
hi ben, thank you some much, is works perfectly, ben do you think it is possible to make a scan with the indicator? williams vix fix?@FOTM_8888 @ext99k The best way to provide feedback regarding this version would be to use it directly on TradingView and compare it with the ToS version. Let me know what is missing or isn't right (include screenshots), and I'll take a look.
plot signal1 = alert4;
signal1.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);
signal1.SetDefaultColor(Color.magenta);
plot signal2 = alert3;
signal2.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);
signal2.SetDefaultColor(Color.orange);
plot signal3 = ((wvf[1] >= upperBand[1] or wvf[1] >= rangeHigh[1]) and (wvf < upperBand and wvf < rangeHigh));
signal3.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);
signal3.SetDefaultColor(Color.cyan);
plot signal4 = (wvf >= upperBand or wvf >= rangeHigh);
signal4.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);
signal4.SetDefaultColor(Color.lime);
error cant not called alert bullish #@FOTM_8888 What was the error?
thank you ben, i am getting this errors after i pasted the code below the study..@FOTM_8888 What was the error?
thank you ben..you are the best@FOTM_8888 Ooops, I'm sorry for that. Snippet has been updated. Take a look at it again
Hi ben, please can you convert another indicator from Chris Moody. i got the tradingview code.. thanks@ext99k You can name the indicator however you like as long as you remember it. Watch the video I linked in my comment above.
@FOTM_8888 which indicator by Chris?
wow, thank you ben@ext99k @FOTM_8888 Already done it here:
- Shaved bars: https://usethinkscript.com/threads/shaved-bars-buy-sell-pressure-indicator-for-thinkorswim.161/
- Pin bar: https://usethinkscript.com/threads/pin-bar-reversal-indicator-for-thinkorswim.156/
- Inside bar: https://usethinkscript.com/threads/inside-day-and-nr4-indicator-for-thinkorswim-with-strategy.94/
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.