TradingView
traderharikrishna
2022년 6월 21일 오전 4시 26분

SSL HYBRID Advanced Indicator 

EUR/USDCapital.com

설명

Indicator symbols and usage.
RED/BLUE diamonds- ADX Cross
Grey Background - Low ADX
Green/Red Circles- EMA 5/30 crossover
purple Background- Bollinger Squeeze
green line- EMA5
red line- EMA30
blue/pink triangles below bar- QQE indication with PSAR direction
Buy Sell Signals are QQE + SSL Hybrid + WAE combination strategy.
Take trades when Buy/Sell signals are supported by QQE MOD indicator with same direction and Color.
Exit Trades when opposite signal of SSL Hybrid is met.

Use higher T/F HMA for Reference and Trend Direction along with Supertrend
코멘트
katiyarash
Very nice work Hari bhai... Will take some time to understand it before using properly but you did amazing by combining it in one. What do you think is the best time period to use it in Cryptos and Forex, I am going to trying it with 15 min at the moment.
traderharikrishna
@katiyarash, 5min and above
katiyarash
@traderharikrishna, Thanks a lot bro...
Fireguy1A
Is this usable for all assets or just crypto
Apaiso
Hari bhai could you please add some more alert?, i've found that their's only ssl 2 croos up alert, do you mind to add when ssl2 cross down? , or maybe i was wrong to set something, thatk you for your hard work
Apaiso
@Apaiso, is it possible to make both (cross up and cross down) of them in one
traderharikrishna
@Apaiso, Make a copy of the indicator
Go to Line 718
alertcondition(not sideways and ta.crossover(close, sslExit), title='SSL Hybrid:Exit Sell', message='Exit Sell Alert.')
alertcondition(not sideways and ta.crossover(sslExit, close), title='SSL Hybrid:Exit Buy', message='Exit Buy Alert.')

Replace lines 718 with
alertcondition(not sideways and ta.crossover(close, sslExit) or not sideways and ta.crossover(sslExit, close), title='SSL Hybrid:Exit Buy/Sell', message='Exit Buy/Sell Alert.')

Unfortunately i cannot add any code to the existing script. its fully packed.
Apaiso
@traderharikrishna, Much thank you, FC Forever
embarrassedHea39080
it's good..u can add fibonacci 2 it so better
더보기