Version: | Date: | Status: | Description: | ||
1 | 01.10.2016 | Comp. error | 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()); | Download |