strategy.pine
// Institutional Parameters
len=input.int(14,"RSI Length")
src=input.source(close,"Source")
rsiVal=ta.rsi(src,len)
if(ta.crossover(rsiVal,30))
strategy.entry("Long",strategy.long)
alert("Entry Executed",alert.freq_once_per_bar)
Net Profit
$42,850.50
582.4% (All time)
Profit Factor
3.15
Drawdown
-2.8%
