Code Monkey home page Code Monkey logo

Comments (4)

sthewissen avatar sthewissen commented on July 16, 2024 1

Bittrex has a public API endpoint to get their candles e.g:

https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-NEO&tickInterval=fiveMin

Tickinterval has valid values of:

  • Hour
  • Day
  • fiveMin
  • oneMin
  • thirtyMin

Haven't found one for 15 minutes yet though. Also haven't found a way to limit the amount of candles coming in yet.

from trady.

karlwancl avatar karlwancl commented on July 16, 2024 1

@Mike-EEE the importer is designed to import one ticker for each call as a unit of computation, but i agree that sometimes it's better to return multiple tickers if the provider supports it. It may also benefit importing from csv that contains multiple tickers 😄

from trady.

Mike-E-angelo avatar Mike-E-angelo commented on July 16, 2024

Cooooool... thanks @sthewissen that is good to know. I didn't even know there was a 2.0 version available as the API that they discuss on their site is 1.1.

I guess the next question I have is what is the typical strategy for importing multiple tickers? In my case I am wanting to perform calculations on the top 10-20% (maybe more) of coins by volume on Bittrex. Is it accepted/expected practice to simply cycle through those coins every minute and capture the latest candles for each coin? Seems pretty intensive. Would be nice to pass in multiple tickers and get them all in one pass.

One thought I just had was maybe go through and cycle through all coins once for seeding, then call the marketsummaries every minute to update. I could then use the CSV importer to pull in my data, and simply use what's there now without having to add any new importers. Hey, I think I just solved my own problem. 😆

from trady.

karlwancl avatar karlwancl commented on July 16, 2024

Merged with #21

from trady.

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.