TradingView
QuantNomad
14 de Mai de 2022 12:07

Ultimate Custom Screener 

Bitcoin / TetherUSBinance

Descrição

This indicator will allow you to make your custom TradingView screener without coding. Add it to the chart, select up to 40 symbols and five indicators, and the screener will do the rest for you. The indicator will form a lovely table with all values and highlighted signals.

The screener is highly customizable, and you can choose its position on the chart, sorting, order of the columns, colors for the tables, and all signals separately. You can easily change parameters for all supported indicators and their signals.

Currently, there are 19 different custom indicators available. Current list of indicators:

  • Average Directional Index (ADX) - displaying the value of ADX and checking if it's higher than the threshold
  • Average True Range (ATR) - showing the value of ATR
  • Awesome Oscillator (AO) - displaying the value of AO and highlighting positive/negative values.
  • Bollinger Bands (BB) - showing if the price is above/below/in the channel.
  • Breakout Pivots - Displaying when the price is below/above the most recent pivot low/high.
  • Commodity Channel Index (CCI) - shows the last CCI value and highlights overbought/oversold values.
  • Directional Movement Index (DMI) - Up/Down signal (​+DI above or below ​-DI)
  • Donchian Channel (DC) - showing if the price is above/below/in the channel.
  • Historical Volatility (HV) - Current value of Historical Volatility
  • Keltner Channel (KC) - showing if the price is above/below/in the channel.
  • Moving Average Convergence Divergence (MACD) - Up/Down signal (MACD above / below signal)
  • Moving Average Crossover (MA Cross) - Displaying MA crosses signals (SMA, EMA, WMA, HMA, VWMA, SMMA, DEMA, VWAP supported)
  • Moving Average Distance (MA DIST) - Displaying distance to the MA (SMA, EMA, WMA, HMA, VWMA, SMMA, DEMA, VWAP supported)
  • Price - Displaying the last price for the instrument
  • Relative Strength Index (RSI) - Displaying the last RSI value and highlighting overbought/oversold values.
  • Stochastic (STOCH) - Displaying the last Stochastic value and highlighting overbought/oversold values.
  • Stochastic RSI (STOCH RSI) - Displaying the last Stochastic RSI value and highlighting overbought/oversold values.
  • SuperTrend - Current state of the SuperTrend.
  • True Strength Index (TSI) - Displaying the last TSI value and highlighting overbought/oversold values.


We're already working on adding a few more supported indicators. If you have any ideas about the indicators you want to see in our screener, contact us, and we'll consider them.

Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as well as in historical backtesting.
This post and the script don’t provide any financial advice.

Notas de Lançamento

Added 3 more indicators:
  • Parabolic Stop and Reverse (PSAR) - Up or Down
  • Heikin Ashi Count (HAC) - What is the current Heikin Ashi candle color and for how long it was this color.
  • Trailing Stop-Loss (TSL) - Up or Down

Notas de Lançamento

Adding support of extended session

Notas de Lançamento

  • Code optimization
  • Adding support of UT bot signals

Notas de Lançamento

minor code changes

Notas de Lançamento

Updating default symbols

Notas de Lançamento

Minor updates

Notas de Lançamento

Adding Filters and Alerts. You'll get filtered values in the alert.

I added two types of alerts from the screener.
Only Symbols: you'll get a list of filtered symbols separated by a comma:

BTCUSDT,BNBUSDT,BTCUSDT,BNBUSDT,ETHBTC,BNBBTC,BCHUSDT,TRXBTC,BNBBTC,BTCEUR,BNBBTC

With Values, you'll get a filtered section of the screener as a CSV file:

Symbol,Price,Volume,OBV,PVI,NVI
BTCUSDT,64367.23,56,-9.334K,0.5899,1.7273
ETHUSDT,3409.71,819,-292.355K,0.5585,1.7494
DOGEBTC,0.00000243,274,-130.181M,0.2577,3.8461
BTCUSDT,64367.23,56,-9.334K,0.5899,1.7273
ETHBTC,0.05296,29,-31.551K,0.9206,1.0412

Notas de Lançamento

Updating chart

Notas de Lançamento

Update Chart

Notas de Lançamento

adding an option to revert cci colors
Comentários
tongnct88
Thanks for this great indicator. Can you give me permission to enter?
Mr-Trade_
Hello, please grant access to this indicator, thxs
SerialX
Hello, I would like to access the indicator to test it, is it possible? I am currently using another similar indicator (40 crypto screener). You can add: TREND INDICATOR A-V2 CREATED BY Dziwne, SUPERTREND INDICATOR CREATED BY KivancOzbilgic,
QQUE MOD INDICATOR CREATED BY Minkel00. Thank you very much
odsy2odsy
Hello @QuantNomad, can I please be granted the access? I am a programmer, hopefully I can eventually bring feedback or improvement ideas to the pine script. Thank you very much in advance.
lottocuzz
How can I access this indicator
Jan_Zeman
Hello @QuantNomad, can I please be granted the access? I am a programmer, hopefully I can eventually bring feedback or improvement ideas to the pine script. Thank you very much in advance.
PriceVolumePro
Hello, How can I test this indicator? Can you grant me access for a couple of days?
jmnz1988
Pls make no demand or no supply screener
QuantNomad
@jmnz1988, ok, I'll take a look at it.
jmnz1988
H= high
L = low
C=close
Spread = (H-L)
Avgspread = sma(spread, 40)
wideRangeBar = spread >(1.5 *Avgspread)
downclose = C<=((spread*0.3)+L)
Upthrust = wideRangeBar and downclose and H>H[1]
How to create screenerfunc ()=> for Upthrust
Mais