OPEN-SOURCE SCRIPT
BTC DMI SLAPPER

DMI is confluence 1
BBands is confluence 2
Confluence 3 triggers the signal when one of these parameters is met
STC
AROON
MACD
MOMENTUM
TRENDLINE
////SIGNALS
////LONG
DMI PLUS crossover MINUS
and
BBands - Source lower than UPPER
and
AROON - UPPER crossover LOWER
or
AROON - LOWER > UPPER
or
STC < 25
or
STC - (mAAAAA[3] >= mAAAAA[2]) and (mAAAAA[2] <= mAAAAA[1]) and (mAAAAA < 60)
or
MACD > aMACD
or
MOMENTUM - (mom0 > 0 and mom1 > 0)
or
TRENDLINE - ta.change(direction) < 0
////SHORT
DMI - MINUS crossover PLUS
BBands - Source higher than LOWER
and
AROON - LOWER crossover UPPER
or
AROON - UPPER > LOWER
or
STC > 25
or
STC - (mAAAAA[3] <= mAAAAA[2]) and (mAAAAA[2] >= mAAAAA[1]) and (mAAAAA > 40)
or
MACD < aMACD
or
MOMENTUM - (mom0 < 0 and mom1 < 0)
or
TRENDLINE - ta.change(direction) > 0
BBands is confluence 2
Confluence 3 triggers the signal when one of these parameters is met
STC
AROON
MACD
MOMENTUM
TRENDLINE
////SIGNALS
////LONG
DMI PLUS crossover MINUS
and
BBands - Source lower than UPPER
and
AROON - UPPER crossover LOWER
or
AROON - LOWER > UPPER
or
STC < 25
or
STC - (mAAAAA[3] >= mAAAAA[2]) and (mAAAAA[2] <= mAAAAA[1]) and (mAAAAA < 60)
or
MACD > aMACD
or
MOMENTUM - (mom0 > 0 and mom1 > 0)
or
TRENDLINE - ta.change(direction) < 0
////SHORT
DMI - MINUS crossover PLUS
BBands - Source higher than LOWER
and
AROON - LOWER crossover UPPER
or
AROON - UPPER > LOWER
or
STC > 25
or
STC - (mAAAAA[3] <= mAAAAA[2]) and (mAAAAA[2] >= mAAAAA[1]) and (mAAAAA > 40)
or
MACD < aMACD
or
MOMENTUM - (mom0 < 0 and mom1 < 0)
or
TRENDLINE - ta.change(direction) > 0
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.