TradingView
Jesse.Lau
15 dic 2021 08:18

[JL] How Many Signals last N bars 

Descrizione

Got this idea after I found Multiple Indicators Screener from QuantNomad.
This script learnt some codes from QuantNomad's great script. Thanks to him.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------

This table show how many signals happened during the last N bars.

I only take care Forex, so this table only has 28 symbols. Feel free to change it.

Calculate the following signals:

RSI cross over/under 50
Short Moving average cross over/under long moving average
Stochastic k cross over/under d
MACD hist cross over/under 0
Williams Fractals: Up and Down fractals happened.

The concept is simple: Range period will always happen more cross signals than the trend period.

When the counter is less than median of all symbols, will be set green color. So more green mean more chance to be trend.

Note di rilascio

Change the concept:
This version calculate the differences of signals on two same size box.
Altro