updated Readme

This commit is contained in:
Nicole Dresselhaus 2022-07-20 00:03:14 +02:00
parent f30604793b
commit 1848f0f2fc
2 changed files with 18 additions and 5 deletions

View File

@ -1,10 +1,23 @@
# ibhelper
# Inteactive Brokers Helper
Fast & smart frontend for [IBKR](https://interactivebrokers.eu)
## Execute
* Run `stack exec -- ibhelper-exe` to see "We're inside the application!"
* With `stack exec -- ibhelper-exe --verbose` you will see the same message, with more logging.
* Compiling: `cabal new-build`
* Running: `cabal exec ibhelper-exe`
* Config: settings.json (gets auto-generated/migrated/saved). Interpretation
should be straightforward - for most things there are also GUI-settings.
## Run tests
## Current Features
`stack test`
* Only minimal search & subscription of Tickers and dumping thereof
![How it curretly looks](screenshots/current.png)
## Planned Features
* Charting
* Decent visualization of Level-2 market data
* easy and configurable auto-trader depending on signals, chart-patterns etc.
* Motto: If you can see it, you can configure it.

BIN
screenshots/current.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB