Skip to content

Conversation

@maghteriton
Copy link
Contributor

Fixed the periodInSecs calculation

maghteriton and others added 9 commits March 13, 2022 19:49
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
@aligokalppeker
Copy link
Contributor

Hi @earce,

Regardless of this PR, the build pipeline seems to be crashing for Kucoin. Is there any option, we can merge this PR?

@bigscoop
Copy link
Contributor

bigscoop commented Jun 7, 2023

looks like the version of org.knowm.xchange:xchange-stream-kucoin is wrong

@aligokalppeker
Copy link
Contributor

It may be but we did not change any version, it has been done before. One another issue may be the compilation issue.

@bigscoop
Copy link
Contributor

bigscoop commented Jun 7, 2023

yes, it was merged in develop by mistake, so you can fix it in your branch as well.
just replace version of parent pom in xchange-stream-kucoin/pom.xml so that it looks like that

    <parent>
        <groupId>org.knowm.xchange</groupId>
        <artifactId>xchange-parent</artifactId>
        <version>5.1.1-SNAPSHOT</version>
    </parent>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants