fx-quotes

module
v0.0.0-...-fac5e33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2021 License: MIT

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

Path Synopsis
Create command line program
Create command line program
Specific use for database All quotes data from any sources, will be converted to global struct
Specific use for database All quotes data from any sources, will be converted to global struct
iqoption
Specific use for iqoption source
Specific use for iqoption source

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL