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
Enter your Trader Workstation username and password. The script will proceed to automatically install the latest Trader Workstation version.
94
94
95
-
After this has completed, it will call a script `start_trader.sh` in the MMR root directory, which starts a [tmux](https://github.com/tmux/tmux/wiki) session with five commands:
95
+
After this has completed, it will call a script `start_mmr.sh` in the MMR root directory, which starts a [tmux](https://github.com/tmux/tmux/wiki) session with five commands:
96
96
97
97
*`pycron` (MMR's process spawner and scheduler) which handles the process scheduling, maintenance and uptime of the MMR trading runtime, ArcticDB, Redis, X Windows, and Trader Workstation, ready for automatic trading. You can manually call this by: ```python3 pycron/pycron.py --config ./configs/pycron.yaml```
98
98
*`cli` which is command line interface to interact with the trading system (check portfolio, check systems, manually create orders etc). You can manually call this using ```python3 cli.py```.
99
-
*`async_cli` TUI (terminal UI) based way to interact with the trading system. (this will replace the `cli` module in the future).
99
+
*`tui_cli` TUI (terminal UI) based way to interact with the trading system. (this will replace the `cli` module in the future).
100
100
*`trader_service_log` displays the trader service log real time (see below for information on this service).
101
101
*`strategy_service_log` displays the trader service log real time.
102
102
@@ -156,7 +156,7 @@ Trading from your command line interface of choice is also supported:
156
156
157
157
There's also a terminal based TUI to quickly inspect the runtime, orders, algos and prices [TODO: this is under significant active development].
0 commit comments