From 7a110117cfb3a8537e4650dc31288ac8f522478f Mon Sep 17 00:00:00 2001 From: fn-registry agent Date: Tue, 28 Apr 2026 22:35:57 +0200 Subject: [PATCH] docs: add analysis.md frontmatter for fn_registry indexing --- analysis.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 analysis.md diff --git a/analysis.md b/analysis.md new file mode 100644 index 0000000..31a7cfc --- /dev/null +++ b/analysis.md @@ -0,0 +1,27 @@ +--- +name: estudio_mercados +lang: py +domain: finance +description: "Estudio de microestructura de mercado: matching engine FIFO, simulacion, tick data Binance, Monte Carlo y alpha signals." +tags: [markets, trading, matching-engine, simulation, binance, montecarlo, finance, jupyter] +uses_functions: [] +uses_types: [] +framework: "jupyterlab" +entry_point: "notebooks/" +dir_path: "analysis/estudio_mercados" +repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/dataforge/estudio_mercados" +--- + +## Notas + +Notebooks de estudio profundo de microestructura de mercado: +- 01: matching engine FIFO +- 02: simulacion de mercado +- 03: tick data y estimacion +- 04-05: datos reales Binance + recoleccion +- 06: analisis de datos reales +- 07: Monte Carlo +- 08: estimacion de precios +- 09: alpha signals + +Datos en `binance/` (gitignored).