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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,9 @@ Xcode - Library Path
94
94
The `BacktestingEngine` binary exposes a subcommand CLI:
95
95
96
96
```
97
-
BacktestingEngine load <path> [path...]
98
-
Read each file as raw JSON, Base64-encode it, and LPUSH onto the Redis
97
+
BacktestingEngine load
98
+
Base64-encode a built-in strategy JSON (defined in
99
+
source/commands/loadCommand.cpp) and LPUSH it onto the Redis
99
100
`strategy_queue` list.
100
101
101
102
BacktestingEngine run <questdb-host>
@@ -105,9 +106,6 @@ BacktestingEngine run <questdb-host>
105
106
BacktestingEngine run <questdb-host> <base64-config>
106
107
Decode the supplied Base64 strategy and execute it directly, bypassing
107
108
Redis.
108
-
109
-
BacktestingEngine -h | --help
110
-
Show usage.
111
109
```
112
110
113
111
Defaults are `127.0.0.1:6379` for the Redis endpoint and `strategy_queue` for the list key (see `include/redisRunner.hpp` and `include/redisLoader.hpp`).
0 commit comments