module
Version:
v0.0.0-...-fac5e33
Opens a new window with list of versions in this module.
Published: Apr 29, 2021
License: MIT
Opens a new window with license information.
README
¶
FX-QUOTES
Get forex quotes in realtime
This application help you to get forex quotes in realtime, multi vendor supported.
How to compile
git clone --depth 1 https://gitlab.com/afis/fx-quotes.git
cd fx-quotes
make
How to use
fxquotes --help
fxquotes setconfig --src iqoption list #list all available config keys
fxquotes setconfig --src iqoption --key email --value "youremail"
fxquotes setconfig --src iqoption --key password --value "yourpassword"
#saving .gob or.json encoding format
fxquotes history --src iqoption --asset eurusd --candle 60 --start 01-01-2021 --end 01-04-2021 --output ~/Documents/Data/eurusd_1m.gob
fxquotes history --src iqoption --asset eurusd --candle 60 --start 01-01-2021 --end now --output ~/Documents/Data/eurusd_1m.gob
fxquotes history --src iqoption --asset eurusd --candle 60 --latest --minsize 10000 --output ~/Documents/Data/eurusd_1m.gob
To Do
core
- Webserver and socket server
iqoption source
- History quotes download
- Realtime stream quotes
Directories
¶
Create command line program
|
Create command line program |
|
|
Specific use for database
|
Specific use for database |
iqoption
Specific use for iqoption source
|
Specific use for iqoption source |
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.