如何在图表中用13:30分钟开盘价画直线,在公式如何表达。
series<numeric> price;if(time == 0.1330) price = open;plotnumeric("price",price);