OPEN-SOURCE SCRIPT
已更新 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
發行說明
- 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
發行說明
Minor Changes in indicator's values發行說明
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
發行說明
Fixed different variables in the indicators,added a //CLUSTER REMOVER in order to solve the cluster problem
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。