ENTERLONG:(AA AND BB);
如何写 EXITLONG:;
买入的 价格的下跌10% 或 盈利 20%就卖出呢?
mr:=ref(c,barslast(Enterlong));
ExitLong:c<mr*0.90 or c>=mr*1.20;