Giter VIP home page Giter VIP logo

Comments (3)

timolson avatar timolson commented on August 22, 2024

Currently, the exchanges command lists all Exchanges for which there is data in the database. It does not mean that data is actively being collected. Perhaps we should add an optional live parameter, something like exchanges live? Comments?

from cointrader.

walne avatar walne commented on August 22, 2024

That makes sense about exchanges showing which ones where data exists. I like the idea of adding the live parameter so you can see what exchanges are currently activated. Is there presently a way to confirm whether a specific (or all) exchanges are connected and either able to collect data or place a trade?

Presently, to check and see if an exchange is active/connected properly, I run watch + {listing} (that I know that is on the specific exchange's book; and then wait to see if anything comes across. Is there a more efficient way to confirm whether an exchange is active? Is it possible to watch coinbase:BTC.USD or something similar to only see book and trade data for that specific exchange?

from cointrader.

timolson avatar timolson commented on August 22, 2024

exchanges live would have to query the DataService to ask what is
active. We need to add the appropriate method to the DataService
interface and implement it in XchangeDataService. Then the
ExchangesCommand can bind using @Inject private DataService dataService; and invoke the necessary query method during run().

Currently watch only takes a Listing not a Market. Would you open a new
issue for that, then I'll describe there what's needed?
On Jul 3, 2014 3:13 AM, "Austin Walne" [email protected] wrote:

That makes sense about exchanges showing which ones where data exists. I
like the idea of adding the live parameter so you can see what exchanges
are currently activated. Is there presently a way to confirm whether a
specific (or all) exchanges are connected and either able to collect data
or place a trade?

Presently, to check and see if an exchange is active/connected properly,
I run watch + {listing} (that I know that is on the specific exchange's
book; and then wait to see if anything comes across. Is there a more
efficient way to confirm whether an exchange is active? Is it possible to watch
coinbase:BTC.USD or something similar to only see book and trade data for
that specific exchange?


Reply to this email directly or view it on GitHub
#31 (comment).

from cointrader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.