ibhelper/README.md

24 lines
678 B
Markdown
Raw Normal View History

2022-07-19 22:03:14 +00:00
# Inteactive Brokers Helper
Fast & smart frontend for [IBKR](https://interactivebrokers.eu)
2022-03-14 19:12:24 +00:00
## Execute
2022-07-19 22:03:14 +00:00
* 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.
## Current Features
* Only minimal search & subscription of Tickers and dumping thereof
![How it curretly looks](screenshots/current.png)
2022-03-14 19:12:24 +00:00
2022-07-19 22:03:14 +00:00
## Planned Features
2022-03-14 19:12:24 +00:00
2022-07-19 22:03:14 +00:00
* 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.