From c5393f196e51c1f43afa9e07020c6caee1827b89 Mon Sep 17 00:00:00 2001 From: Julian Traversa Date: Fri, 28 Jan 2022 18:39:06 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c87a00..d5c87bf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This strategy takes a user defined range and allocates user liquidity across tha After this initial liquidity allocation, the strategy continuously adjusts prices according to the factors discussed in the article above (Underlying Rates and Theta). -Once every X seconds, orders expire and are replaced with newly updated quotes. +Specifically, the strategy accomplishes this by ensuring orders are only valid for a limited time, and once expired are replaced with newly updated quotes. --------