]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
docs: refine labeling window documentatin
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 20 Mar 2025 15:19:28 +0000 (16:19 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 20 Mar 2025 15:19:28 +0000 (16:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/docs/ labeling_window.txt

index e1f00680227ff7ffcd21bcf9d344be999e031e36..be1df488574e7a61272d465a27cd5bbe7c1d5c4c 100644 (file)
@@ -1,35 +1,37 @@
 - = candle = { open, close, high, low, volume, natr_ratio_label_window, ... } dataframe
 
-Labeling window: 
+Labeling window:
 ----------------
 
-[  label window   ] size can change because of HPO
-                                                                                       
-                                                                                                                                              now
-                                                                                                                                               |
--------------------------------------------------------------------------------------
-             ][  label window   ][  label window   ][  label window   ][  label window   ]
+[   live predictions window   ] size fixed in configuration
+[   label window   ] size can change because of HPO
+
+                                                                                                                                                  now
+                                                                                                                                                   |
+-----------------------------------------------------------------------------------------
+             ][   label window   ][   label window   ][   label window   ][   label window   ]
+                                  [               live predictions window               ]
 
 Price movement expectation over the labeling window:
 ----------------------------------------------------
 
 trade candles = current candle date - trade candle date / timeframe (in the same time unit)
 
-                        trade candle   
+                                    trade candle
                               |
 -------------------------------       -> trade natr * trade open rate = expected price movement in the future label window candles
 [   trade natr label window   ]
 
 
    trade candle                 current candle
-       |                       |
+             |                             |
 ---------------------------------     -> current natr * current rate = expected price movement in the future label window candles
 [   current natr label window   ]
 
    trade candle                                current candle
-       |                                      |
-------------------------------------------------------------------   -> current natr * current rate * trade candles // label window  = expected price movement in the future
-[   current natr label window   ][   current natr label window   ]                                                                    (trade candles // label window) label window candles  
+             |                                      |
+------------------------------------------------------------------   -> current natr * current rate * trade candles // label window  = expected price movement in the future (trade candles // label window candles) candles
+[   current natr label window   ][   current natr label window   ]