OnBaropen
ParamsVarsEventsOnInit(){ printclear; }OnBaropen(ArrayRef<Integer>indexs){array<Integer>order_ids; A_SendorderEx(Enum_Buy,Enum_Entry,1,Q_AskPrice,order_ids);}Onorder(orderRef my_ord)print("-------");print(text(my_ord.status));print(TimeToString(currenttime));}=================================================以上是我根据教学视频复制的命令,我挂在玉米淀粉1分钟图上自动运行,为什么会连续下单30次?(明明是OnBaropen,应该第根BAR只运行一次啊)请老师解惑,谢谢!!!