请问我用mql4写EA货币中,如果我有很多张单,要怎么计算损益平衡 逻辑我只想到>> [(A开单价-Bid)+[(B开单价-Bid)+(C开单价-Bid)/(A开单价_lot+ B开单价_lot+ C开单价_lot) ] +swap *100 请问有人知道程式语法怎么写吗?