OPEN-SOURCE SCRIPT
Updated My ETH Strategy SLAPPER

My Strategy use 5 different indicators:
SuperTrend
Aroon
Elder Force
CCI
FSZVZO
The Signal goes LONG when 3 condition are trigger:
if
( Aroon or Elder signal a long )
and
( SuperTrend or CCI signal a long)
and
FSZVZO is up
The Signal goes SHORT when 3 condition are trigger:
if
( Aroon or Elder signal a short )
and
( SuperTrend or CCI signal a short )
and
FSZVZO is NOT up
SuperTrend
Aroon
Elder Force
CCI
FSZVZO
The Signal goes LONG when 3 condition are trigger:
if
( Aroon or Elder signal a long )
and
( SuperTrend or CCI signal a long)
and
FSZVZO is up
The Signal goes SHORT when 3 condition are trigger:
if
( Aroon or Elder signal a short )
and
( SuperTrend or CCI signal a short )
and
FSZVZO is NOT up
Release Notes
- change the Long and Short signals:V2: The Signal goes LONG when following condition are trigger:
if
( FSZVZO and ElderForce signal are long )
and
( SuperTrend or CCI or Aroon signal are long)
V2: The Signal goes SHORT when following condition are trigger:
if
( NOT FSZVZO and Elder signal are short )
and
( SuperTrend or CCI or Aroon signal are short )
- update the EliCobra chart version and Input indicators values
Release Notes
Minor Changes in indicator's valuesRelease Notes
My Strategy use 5 different indicators:SuperTrend
STC
AROON
CCI
FSVZO
The Signal goes LONG when following condition are trigger:
if
(ST and STC) are long
or
(AROON and CCI) are long
and FSVZO is true
The Signal goes SHORT when following condition are trigger:
if
(ST and STC) are short
or
(AROON and CCI) are short
and FSVZO is false
Release Notes
Fixed different variables in the indicators,added a //CLUSTER REMOVER in order to solve the cluster problem
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.