李琼

Results 7 issues of 李琼

**为了测试 只留下assert目录中ibm.json的一条数据** ## **数据量少的时候无法绘制** ![tim 20180525120923](https://user-images.githubusercontent.com/17821274/40525756-9eb8d218-6014-11e8-9ad7-717ee148dcb6.png) ![tim 20180525120932](https://user-images.githubusercontent.com/17821274/40525757-9ee8fbaa-6014-11e8-8aec-ceedc65780b8.png) ## **rsi图出现NaN的问题导致图无法绘制,此时K线图是正常的** ![tim 20180525121221](https://user-images.githubusercontent.com/17821274/40525812-102ab0b0-6015-11e8-896d-e6b47529f623.png) 出现问题的K线图数据如下 [点击打开链接](https://paste.ubuntu.com/p/nrJsZtWBps/)

2018-06-05T23:31:19+08:00 [error] 初始化交易所[异常](10 s): Error: binance GET https://api.binance.com/api/v1/exchangeInfo request timed out (10000 ms)

### here is the Stack Trace org.knowm.xchange.exceptions.ExchangeException: javax.net.ssl.SSLHandshakeException: No name matching www.okx.com found at org.knowm.xchange.BaseExchange.applySpecification(BaseExchange.java:115) at org.knowm.xchange.okex.OkexExchange.applySpecification(OkexExchange.java:49) at org.knowm.xchange.ExchangeFactory.createExchange(ExchangeFactory.java:130) at org.knowm.xchange.okex.OkexExchangeIntegration.testOpenPosition(OkexExchangeIntegration.java:85) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566)...

as we can see , there is nothing implemented in OkexTradeService, wish new version will suport it default String placeStopOrder(StopOrder stopOrder) throws IOException { throw new NotYetImplementedForExchangeException("placeStopOrder"); }

[add Constructor for OkexOrderRequest]