79149377

Date: 2024-11-01 20:50:46
Score: 2
Natty:
Report link

//@version=5 study("NVDA Closing Price")

// Getting the closing price nvda_close = close

// Plotting the closing price plot(nvda_close, title="NVDA Close", color=color.blue, linewidth=2) or //@version=5 study("NVDA Closing Price")

// Getting closing price for different timeframe nvda_close = request.security(syminfo.tickerid, "240", close) // For 4-hour closing price

plot(nvda_close, title="NVDA Close", color=color.blue, linewidth=2)

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ugur