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.
Windows 11 Pro, version 22H2
Julia 1.8.5
Visual Studio Code 1.77.3
IQFeed version 6.2.0.25.
- 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. - The code starts the IQFeed Client, if it is not already running.
But first you will have to edit your account number and password. - 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.
This is my first Julia program, and I have huge training wheels on.
Any comments or suggestions will be greatly appreciated.
Charles