JamesPowell

New Session Bars

JamesPowell Updated   
COINBASE:ETCUSD   Ethereum Classic
this is not a trading idea its only an update to my sessions bars script from a long time ago. I only changed the time values so it would work with Cryptos or at least the one im looking at. Anyone is welcome to them. I tried publishing them but i guess they are to old and have to be converted to a newer version and i dont know how. Hell a guy made the original one for me and i dont even know who that was.
Comment:
hell i guess i did it wrong never mind
Comment:
study("Session bars", overlay=true)
t=time(period,"1430-2100")
t0=time(period, "0100-0101")
t1=time(period, "0900-0901")
bgcolor(color = na ( t0 ) ? na:blue, transp=60)
bgcolor(color = na ( t1 ) ? na:blue, transp=60)
bgcolor(color = na ( t ) ? red:green, transp=70)
Comment:
study("Session bars", overlay=true)
t=time(period,"0930-1600")
t0=time(period, "2000-2001")
t1=time(period, "0400-0401")
bgcolor(color = na ( t0 ) ? na:blue, transp=60)
bgcolor(color = na ( t1 ) ? na:blue, transp=60)
bgcolor(color = na ( t ) ? red:green, transp=70)
Comment:
maybe that helps i dont know the top one is for cryptos and the bottom one is like for SPX500

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.