Wesw

Results 6 issues of Wesw

Is not working https://github.com/knowm/XChange/blob/develop/xchange-stream-binance/src/test/java/info/bitrich/xchangestream/binance/BinanceLiveFutureSubscriptionExample.java code= ``` ExchangeSpecification spec = StreamingExchangeFactory.INSTANCE .createExchange(BinanceFutureStreamingExchange.class) .getDefaultExchangeSpecification(); BinanceFutureStreamingExchange exchange = (BinanceFutureStreamingExchange) StreamingExchangeFactory.INSTANCE.createExchange(spec); // First, we subscribe only for one currency pair at connection time (minimum...

Great tool for visualization and analysing positions, but when loading for example 1mnth of data (1min) the GUI becomes unstable.

Possible approach :#1106 Allowing Pyramid Trading - Scaling into a position - DCA Trading possible > Possible way Still work to be done !!!! - Code only shows impact on...

I have a question , is it possible to implement Pyramid Trading (https://www.investopedia.com/articles/trading/09/pyramid-trading.asp) also called scaling into a position or DCA .... ... is there a way to do it...

question

https://github.com/knowm/XChange/issues/4828

Exception thrown : java.text.ParseException: Unparseable date: "31MAY24" in BybitAdapters.java line 180 In BybitAdapters.java line 172: .expireDate(OPTION_DATE_FORMAT.parse(expireDateString)) it is trying to parse date "31MAY24" as option date. ==>Will work for all...