diff --git a/README.md b/README.md index 63fc31f..bb4d8f1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/screenshots/current.png b/screenshots/current.png new file mode 100644 index 0000000..5fa4004 Binary files /dev/null and b/screenshots/current.png differ