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 de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.