Giter Club home page Giter Club logo

quanttools's Introduction

quanttools's People

Stargazers

 avatar  avatar Mislav Sagovac avatar Eric Zhang avatar Dhruvin Shah avatar Jon Liu avatar Minesh A. Jethva avatar Alexey Ivanov avatar

Watchers

James Cloos avatar CRAN robot avatar  avatar Dhruvin Shah avatar Gregory Uklein avatar

quanttools's Issues

IQFeed news

Hello, since by paying that small fee for iqfeed data we have access to market news, previous values, expected values and results by tick , do you think that would be awesome to retrieve that data to the imported dataset too ?
Algorithms would develop in a much more true reality of market and results would be more constructive .

BTW the package is awesome !

How to get bid and ask sizes from IQFeed?

I'm trying to pull tick data for ES from IQfeed through my trial account:

QuantTools_settings(settings = list(iqfeed_host = 'localhost',iqfeed_port = '9100', iqfeed_verbose = FALSE))

from = '2017-07-01'
to = '2017-07-03'
symbol = '@es#'

options(digits.secs = 4)

Request data

test <- get_iqfeed_data(symbol, from, to, period = 'tick')

I'm not able to get bid and ask sizes through the package:

head(test)
time price volume size bid ask tick_id basis_for_last trade_market_center trade_conditions
1: 2017-07-02 18:00:00.040 2422 6 6 2422 2422 673 C 43 1
2: 2017-07-02 18:00:00.040 2422 27 33 2422 2422 673 C 43 1
3: 2017-07-02 18:00:00.040 2422 3 36 2422 2422 673 C 43 1
4: 2017-07-02 18:00:00.040 2422 9 45 2422 2422 673 C 43 1
5: 2017-07-02 18:00:00.040 2422 48 93 2422 2422 673 C 43 1
6: 2017-07-02 18:00:00.040 2422 9 102 2422 2422 673 C 43 1

Could you advise on how I can modify the query to get best bid and ask sizes? Thanks!

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.