From 04eedf4026a30511af0134b4127cfed0141e0e78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 21 Mar 2025 05:21:34 +0100 Subject: [PATCH] docs(qav3): refine labeling_window.txt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ...labeling_window.txt => labeling_window.txt} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) rename quickadapter/docs/{ labeling_window.txt => labeling_window.txt} (65%) diff --git a/quickadapter/docs/ labeling_window.txt b/quickadapter/docs/labeling_window.txt similarity index 65% rename from quickadapter/docs/ labeling_window.txt rename to quickadapter/docs/labeling_window.txt index 4dba5d2..d65c8aa 100644 --- a/quickadapter/docs/ labeling_window.txt +++ b/quickadapter/docs/labeling_window.txt @@ -25,27 +25,27 @@ trade duration candles = (current candle date - trade candle date) // timeframe [ current natr label window ] trade duration candles = 0 +expected trade price movement in the future label window candles from trade opening = trade natr * trade rate expected price movement in the future label window candles = current natr * current rate trade candle current candle | | --------------------------------- [ current natr label window ] + ] trade duration candles > 0 +expected trade price movement in the future label window candles from trade opening = trade natr * trade rate +expected trade price movement in the future trade duration candles window from trade opening = trade natr * trade rate * trade duration candles / label window expected price movement in the future label window candles = current natr * current rate -expected price movement in the future trade candles window = current natr * current rate * trades duration candles / label window +expected price movement in the future trade duration candles window = current natr * current rate * trade duration candles / label window trade 1 candle trade 2 candle current candle | | | ------------------------------------------------------------------ [ current natr label window ][ current natr label window ] + [ trade 2 natr label window ] + ] - -expected price movement in the future trade candles approximation = current natr * current rate * trade duration candles / label window - - - - - - +expected trade price movement in the future trade duration candles window from trade opening approximation = trade natr * trade rate * trade duration candles / label window +expected price movement in the future trade duration candles window approximation = current natr * current rate * trade duration candles / label window -- 2.43.0