You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,14 @@ First an overview of any Portfolio-Position in every Account is displayed (only
9
9
You can select all Accounts. Basic information, such as *NetLiquidation*, the used *Margin* and *Available Cash* are shown. All Portfolio-Positions (Contracts) are displayed.
10
10
11
11
12
-
A *Simple Form* to place an emergency-order (i.e. a "Close-Position"-Feature) is provided, too. New Positions can be established through their basic properties (see below). In practice, one would use the [Watchlist](ib-ruby/ib-ruby/wiki/Watchlists) feature
13
-
of **`IB-Ruby`** to provide additional Contracts.
12
+
A *Simple Form* to place an emergency-order (i.e. a "Close-Position"-Feature) is provided, too. New Positions can be established through their basic properties (see below). In practice, one would use the [Watchlist](https://ib-ruby.github.io/ib-doc/watchlists.html) feature to provide additional Contracts.
14
13
15
14
#### Getting Started
16
15
16
+
***Setup your environment through [IB-Container](https://github.com/ib-ruby/ib-container).**
17
+
18
+
or
19
+
17
20
* Install Ruby 2.6+ (via rvm), tmux and elinks.
18
21
19
22
* clone this repository ( `git clone https://guthub.com/ib-ruby/simple-monitor.git` )
@@ -23,7 +26,7 @@ of **`IB-Ruby`** to provide additional Contracts.
23
26
24
27
* Start a TWS or a Gateway (TWS must fullfil the requirements of ›› [IB-RUBY](https://ib-ruby.github.io/ib-doc/) ‹‹).
25
28
26
-
* Edit `tws-alias.yml` and change the `:host`-Entry to the host running the TWS/Gateway (eg. `localhost:7496`).
29
+
* Edit `config.yml` and change the `:host`-Entry to the host running the TWS/Gateway (eg. `localhost:7496`).
27
30
If a connection is made with the Gateway, specify that port, too, eg `localhost:4001`. If no Account-Alias is set in
28
31
Account-Management, local Aliases can be specified in the yaml-dataset.
29
32
@@ -47,7 +50,7 @@ If a User is selected or only one User is present, a detail-page is displayed
47
50

48
51
49
52
#### Tmux Startup Script
50
-
First edit `./start-_simple-monitor` and check if the provided pathes fit your environment.
53
+
First edit `./start-simple-monitor` and check if the provided pathes fit your environment.
0 commit comments