Live Exchange Flag

Issue #366 resolved
Benjamin Cordes created an issue

If exchange is considered not live, show a message to the user.

    static {
        liveExchanges = new ArrayList<>();

        liveExchanges.add(ALTSTRADE);
        liveExchanges.add(POLONIEX);
        liveExchanges.add(CCEX);
        liveExchanges.add(ALLCOIN);
        liveExchanges.add(BITSPARK_PEATIO);
        liveExchanges.add(BITCOINCOID);
        liveExchanges.add(INTERNAL_EXCHANGE_PEATIO);
        liveExchanges.add(BTCE);
    }

Comments (4)

  1. Desrever Nu

    what is the definition of "live" ? Online? in that case there is already the connection thread that alert the user in case of missing connection

  2. Desrever Nu
    • removed milestone

    Removing milestone: 0.4.1 - Market-aware liquidity distribution models ( adaptive ) (automated comment)

  3. Log in to comment