Technical analysis by shadhulitech about Symbol LUNA on 5/16/2023
https://sahmeto.com/message/154403
shadhulitech
Rank: 16852

Rsi buy sell //@version=4 strategy("RSI Buy/Sell Strategy", overlay=true) rsiLength = 14 buyThreshold = -24 sellThreshold = 60 rsiValue = rsi(close, rsiLength) shouldBuy = rsiValue < buyThreshold shouldSell = rsiValue > sellThreshold strategy.entry("Buy", strategy.long, when = shouldBuy) strategy.close("Buy", when = shouldSell) // Plotting RSI values for reference plot(rsiValue, "RSI", color=color.blue) hline(buyThreshold, "Buy Threshold", color=color.green) hline(sellThreshold, "Sell Threshold", color=color.red)
Translated from: English
Show Original Message
Signal Type: Neutral
Price at Publish Time:
$0.94185