I’m trading European products in Asia and I need my script to trade during specific times.
Is it possible to use ToTime for a trading session that starts (local time) 4.15pm and finishes at (local time) 2.30am, would this work, or would this have problems straddling 2 days? Thanks
if (ToTime(Time[0]) >= 161500 && ToTime(Time[0]) <= 23000)

Comment