TradingView
sonnyparlin
٤ تشرين الأول أكتوبر ٢٠٢١ ٢٠:٢٦

TemaVWAPRSI Strategy 

Ethereum / U. S. DollarKraken

الوصف

Exchange: Kraken
Timeframe: 5m
Pair: ETH/USD

If you use this for any other exchange or pair, you'll have to tweak the settings, most importantly are the trailing stop ticks. This strategy is currently in what I would call beta mode. It uses the volume weighted average price indicator, rate of change, two triple exponential moving averages and the relative strength index to find buy and sell signals.

ملاحظات الأخبار

Converted to pinescript v5

ملاحظات الأخبار

Simplified things and fixed some unintended behavior. Configured for BTCUSD on BINANCE, 5m candles.

ملاحظات الأخبار

Starting capitol is set to $1000.

ملاحظات الأخبار

Updated some initial values, added some small changes. Configured for bitcoin on binance, 5m candles.
التعليقات
usefulHunter4435
repaint?
miarmus
sonnyparlin
@usefulHunter4435, The built-in function 'strategy.exit()' only accepts ticks for the trailing stop-loss instead of accepting a price percentage, which would be way more reliable for backtesting. Therefore you cannot trust the backtests for strategies that use ticks for stops / trailing stops. (because pinescript is garbage)
المزيد