This code is written for traders to be able to automatically scan 36 stocks of their choice for MACD , EMA200 + SuperTrend and Half Trend . Traders can be on any chart, and if they keep this scanner/indicator on , it will start displaying stocks meeting scanning criteria on the same window without having to go to Screener section and running it again and again. It...
Hello Traders With the Ultimate Strategy Template , I shared a template to connect any indicator to this template and get backtesting results in less than a few minutes Now sharing another template ... many traders ask me to develop for them a screener/scanner based on a custom indicator on TradingView. The current TradingView screeners are great but don't...
This screens for Hull MA trend reversal's in 10 different securities. If the label color is not visible due to the text in it being white colored, then choose a different color from settings. Also added a simple HullMA to it. If want can increase it upto 40 securities in the code which is upto user to decide. This was requested by soderstromkenan in comments and...
This script will screen 12 different stocks and current chart (13 in total) for entry points from my relative volume indicator. 1. Enter in any ticker ID's from charts you wish to scan in the settings. 2. Go to desired timeframe. 3. Click add alert button at top toolbar. 4. Select RVOL Screener Alerts indicator, input alert notification settings and/or change...
This script scans for TTM Squeezes for the crypto symbols included in the body of the script. The timeframe for the squeeze scan is controlled within the input not the chart. This script is a merge of @Nico.Muselle's TTM Squeeze script and @QuantNomad's custom screener script. Thanks to both of them!
This script is for helping you to find bullish and bearish hammers.
This screens for Supertrend reversal's in 10 different securities. The main logic for the screener is taken from "Simple Custom Screener in Pinescript" by QuantNomad with his permission. If the label color is not visible due to the text in it being white colored, then choose a different color from settings. Also added a simple supertrend to it. Terminology...
This is a Live Screener for my previous Alpha & Beta indicator, which filters stocks lively based on the given values. Use 5min timeframe for Live Intraday. The default stocks in the screener is selected based on high beta value from F&O listed stocks. It may include other stocks also. User can input stocks of your choice either through the menu or through the...
A scanner for detecting Doji Candles. Adjust the maximum allowable height of a Doji Candle's body, depending on the currency pair or asset.
The security function can be called 40 times in a codescript. We can therefore scan about 40 stocks out of NIFTY 50 stocks with a single script. This code can be modified to search for other scripts by changing the condition function condition() => open > (close * 1.0025) Only stocks which have gap up of 0.25% or more will be reported.
Script is intended to scan Open = High and Open = Low (OHL) stocks for selected Opening Range in minutes. I have added NSE NIFTY 50 stocks as default input for the script. Hopefully it will work with other stocks and exchanges. Opening Range time is limited to the "1 min, 3 min, 5 min, 15 min, 30 min and 60 min" as OHL generally required for Intraday. Stock...
Detect Sequential Trading - Bot Detector. This tool requires access to volume data . There are many trading bots out there, that trade 24/7 . The detector can be used to understand how the bots are configured - to push the market up or down . Alerts can be set to fire whenever a bot pattern is detected . They must be configured to run Once per...
Here is a new screener for everyone. I have applied my Better Divergence On Any Indicator logic to scan 3 different indicators and up to 6 different assets at one time. Shoutout to LonesomeTheBlue and QuantNomad for their respective work on divergence and scanner scripts. I've implemented similar logic to put together this scanner. So far, I have added...
Some code for detecting the very rare occurrences of the Marubozu candle. This candle occurs when the High = Close, and Low = Open, or vice versa. They are continuation candles, so if you see a bullish Marubozu during an uptrend its possible that the uptrend will continue.
Always missing hammer and shooting star candlestick pattern? This script will help you to alert hammer shooting star candlestick. Please leave your comments for improving this script.
A piercing pattern is known in technical analysis to be a potential signal for a bullish reversal. The formation in its strictest form is rather rare, but tends to perform better the longer the downtrend in front of it. When technical studies such as RSI, Stochastic or MACD are showing a bullish divergence at the same time a piercing pattern appears, it...
Some code for detecting tweezer candles, which are reversal patterns. You'll need to tweak the settings to be either less strict (more detections) or more strict (less detections). I found that if you follow the documentation for tweezers exactly, you will get very few detections. It is possible that this candlestick has become overused, so the original pattern...
This is a far inferior method for a screener/scanner (compared to my first publication) but after looking at that script from a noobs eyes again, I could see how this form would be a lot easier to take in/understand so wanted to publish it. Everything that I could think of to mention about this is in my 1st pub so ill leave it to you to check it out...though I...