Skip to content

Process real-time streaming data from the major stock exchanges.

Notifications You must be signed in to change notification settings

CBrauer/IQFeed-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQFeed-julia

This Julia code is a very simple example of downloading real-time data from your IQFeed client.
The code does not implement Threads, Reactive code, or any of that good stuff.

My Developemnt Environment

Windows 11 Pro, version 22H2
Julia 1.8.5
Visual Studio Code 1.77.3
IQFeed version 6.2.0.25.

Running iqfeed.jl

  1. Load the iqfeed.jl source code into your version of Visual Studio Code and run it during market hours.
    You should also be able to run code file in the Julia REPL.
  2. The code starts the IQFeed Client, if it is not already running.
    But first you will have to edit your account number and password.
  3. A single symbol is defined to be "AAPL".
    After the symbol is sent, the script downloads data until twenty Q-records for APPL are displayed.
    The program then exits.

Comments

This is my first Julia program, and I have huge training wheels on.
Any comments or suggestions will be greatly appreciated.

Charles

About

Process real-time streaming data from the major stock exchanges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages