版本: | 日期: | 状态: | 描述 : | ||
1 | 01.10.2016 | Not running | USD/JPY TP-5p SL-100 if(openAtBarOpen){ if(bars.size() == 1){ if(bars.get(0).getOpen() > bars.get(0).getClose()){ if(CalculatePositions(0) == 0){ OpenSELL(lastTick.getBid()); } } if(bars.get(0).getOpen() < bars.get(0).getClose()){ if(CalculatePositions(0) == 0){ OpenBUY(lastTick.getAsk()); | 下载 |