OPEN-SOURCE SCRIPT
Mis à jour 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
Notes de version
- 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
Notes de version
Minor Changes in indicator's valuesNotes de version
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
Notes de version
Fixed different variables in the indicators,added a //CLUSTER REMOVER in order to solve the cluster problem
Script open-source
Dans l'esprit de TradingView, le créateur de ce script l'a rendu open-source, afin que les traders puissent examiner et vérifier sa fonctionnalité. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais n'oubliez pas que la republication du code est soumise à nos Règles.
Clause de non-responsabilité
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.
Script open-source
Dans l'esprit de TradingView, le créateur de ce script l'a rendu open-source, afin que les traders puissent examiner et vérifier sa fonctionnalité. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais n'oubliez pas que la republication du code est soumise à nos Règles.
Clause de non-responsabilité
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.