TradingView
SoftKill21
٢٠ تشرين الثاني نوفمبر ٢٠٢٠ ١٨:٠٦

Crypto ZigZag RSI strategy 15min 

Ethereum / U. S. DollarKraken

الوصف

This strategy is designed for crypto markets like ETHUSD/T, BTCUSD/T and so on.

It works amazingly with 15 min time frames.

Its idea consists in :


We have the RSI indicator, and with it we check for the crossover with overbought and oversold levels. At the same time we have the zigzag which is made from the higher highs and the lower lows between a specific price movement in %.

For entries, they are going to be based on the crossover of rsi with overbought or oversold levels , combined together with cross over 0 line from the the zigzag.

At the same time the strategy has the posibility to go only long, only short or both.



Let me know if you have any questions.

التعليقات
SHA256orBUST
hey mate, closing out a long sends two signals, one that closes one and one that flips short

if people want both long and short their strategy code should look like:

if(longa)
strategy.entry("long",1,when=longc)
// strategy.close("long",when=shortc)
if(shorta)
strategy.entry("short",0,when=shortc)
// strategy.close("short",when=longc)

awesome work though, keep it up!
Tan786
hello i am new one here can you help me understand how to use it ?
edhfire
Hello , good indicator, is repainted?
المزيد