-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/polo okex candle data catch up #4723
base: develop
Are you sure you want to change the base?
Feature/polo okex candle data catch up #4723
Conversation
More generalized candle stick parameter input is provided.
…re/polo_okex_candle_data_catch_up � Conflicts: � xchange-core/src/main/java/org/knowm/xchange/service/marketdata/MarketDataService.java � xchange-okex/src/main/java/org/knowm/xchange/okex/service/OkexCandleStickPeriodType.java � xchange-okex/src/main/java/org/knowm/xchange/okex/v5/OkexAdapters.java � xchange-okex/src/main/java/org/knowm/xchange/okex/v5/service/OkexMarketDataService.java
Hi @earce, Regardless of this PR, the build pipeline seems to be crashing for Kucoin. Is there any option, we can merge this PR? |
looks like the version of org.knowm.xchange:xchange-stream-kucoin is wrong |
It may be but we did not change any version, it has been done before. One another issue may be the compilation issue. |
yes, it was merged in develop by mistake, so you can fix it in your branch as well.
|
Fixed the periodInSecs calculation