]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
docs(qav3): refine labeling_window.txt
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Mar 2025 04:21:34 +0000 (05:21 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Mar 2025 04:21:34 +0000 (05:21 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/docs/labeling_window.txt [moved from quickadapter/docs/ labeling_window.txt with 65% similarity]

similarity index 65%
rename from quickadapter/docs/ labeling_window.txt
rename to quickadapter/docs/labeling_window.txt
index 4dba5d28a87b4c107d931d7553d2060555a5ccc2..d65c8aad679a703715cedffece49ee39dc99bd4a 100644 (file)
@@ -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