PROTECTED SOURCE SCRIPT

Mohab session

1 812
study("Mohab Fx Sessions", overlay=false)
t1 = time(period, "0630-0800")
t2 = time(period, "1130-1300")
t3 = time(period, "2330-0200")
t4 = time(period, "2200-2300")
t5 = time(period, "1400-1515")
t6 = time(period, "2000-2115")
t7 = time(period, "0800-0905")
t8 = time(period, "0500-0605")

London = na(t1) ? na : blue
NY = na(t2) ? na : red
Tokio = na(t3) ? na : yellow
Sydney = na(t4) ? na : lime
Londonclose = na(t5) ? na : navy
NYclose = na(t6) ? na : maroon
Tokioclose = na(t7) ? na : orange
Sydneyclose = na(t8) ? na : green


bgcolor(London, transp=30, title="London OP")
bgcolor(NY, transp=30, title="New York OP")
bgcolor(Tokio, transp=30, title="Tokio OP")
bgcolor(Sydney, transp=30, title="Sydney OP")
bgcolor(Londonclose, transp=30, title="London Close")
bgcolor(NYclose, transp=30, title="New York Close")
bgcolor(Tokioclose, transp=30, title="Tokio Close")
bgcolor(Sydneyclose, transp=30, title="Sydney Close")

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.