From 976bf40acebae1bf2eeb113380f632258c69d9c9 Mon Sep 17 00:00:00 2001 From: CollinLiu813 Date: Mon, 30 May 2022 00:48:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3a481..3a02ee4 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can use an orderbook visualizer when running the script, like this very beau ## TODO - [ ] Use Kelly criterion for order sizing (probabilities can be estimated from prior analysis) -- [ ] Use dynamic take profit and stop loss based on market movement +- [ ] Use dynamic take profit and stop loss based on market movement (this is simply used as protection from getting rekt, not as actual exit points) - [ ] Perform spectral analysis with wider timeframes to identify optimal market conditions - [ ] Switch to websockets API for reduced data query lag