添加一个条件,限制在开盘价和收盘价之间进入。以下是示例代码:
if (price > open && price < close) { // 进行买入操作 }
上一篇:Addabooleanattribute,Thisattributekeepstrackiftheitemwaspurchasedornot
下一篇:AddaconditiontoaPowershellforEach”