Join my telegram for updates on recent trades I'm entering in:
https://t.me/chiragjain19
To buy my Paid ATR strategy (87% Accuracy) - Message on telegram @chiragjain1919
**COPY THIS TEXT AND PASTE IN PINE EDITOR-
//@version=4
study("2:55 PM Candle High/Low Marker", shorttitle="3PM MOVE", overlay=true)
var float highPrice = na
var float lowPrice = na
// Check if the current bar's time is 2:55 PM
if (hour == 14 and minute == 55)
highPrice := high
lowPrice := low
// Plotting the High and Low levels as horizontal lines
plot(highPrice, title="2:55 PM High", color=color.green, style-plot. style_stepline, linewidth=2)
plot(lowPrice, title="2:55 PM Low", color=Ocolor.red, style=plot. style_stepline, linewidth=2)