chore: auto-commit (799 archivos)
- .claude/CLAUDE.md - .claude/commands/subagentes.md - .claude/rules/INDEX.md - .mcp.json - bash/functions/cybersecurity/analyze_dns.md - bash/functions/cybersecurity/audit_http_headers.md - bash/functions/cybersecurity/audit_ssh_config.md - bash/functions/cybersecurity/check_firewall.md - bash/functions/cybersecurity/detect_suspicious_users.md - bash/functions/cybersecurity/encrypt_file.md - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def annualized_volatility(returns: list, periods_per_year: float) -> float"
|
||||
description: "Calcula la volatilidad anualizada de una serie de retornos."
|
||||
tags: [finance, volatility, risk, python]
|
||||
tags: [finance, volatility, risk, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def bollinger_bands(data: list, period: int, num_std: float) -> tuple"
|
||||
description: "Calcula las Bandas de Bollinger (upper, middle, lower) de una serie de precios."
|
||||
tags: [finance, bollinger, volatility, indicator, python]
|
||||
tags: [finance, bollinger, volatility, indicator, python, pendiente-usar]
|
||||
uses_functions: [sma_py_finance]
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def ema(data: list, period: int) -> list"
|
||||
description: "Calcula la media movil exponencial (EMA) de una serie de precios."
|
||||
tags: [finance, moving-average, exponential, indicator, python]
|
||||
tags: [finance, moving-average, exponential, indicator, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "generate_taker_order(alpha: float, size_min: float, size_max: float, buy_prob: float, seed: int | None) -> dict"
|
||||
description: "Genera una market order de taker con tamano distribuido segun power-law (Pareto). Alpha bajo produce ordenes mas grandes (ballenas)."
|
||||
tags: [simulation, taker, power-law, montecarlo, finance, order-book]
|
||||
tags: [simulation, taker, power-law, montecarlo, finance, order-book, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "hawkes_intensity(base_rate: float, hawkes_alpha: float, hawkes_beta: float, event_times: list[float], current_time: float) -> float"
|
||||
description: "Calcula la intensidad lambda(t) de un proceso de Hawkes en el tiempo actual. Modela la autocorrelacion temporal de eventos de mercado (rafagas de ordenes)."
|
||||
tags: [simulation, hawkes, stochastic-process, montecarlo, finance, point-process]
|
||||
tags: [simulation, hawkes, stochastic-process, montecarlo, finance, point-process, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def log_return(price_start: float, price_end: float) -> float"
|
||||
description: "Calcula el retorno logaritmico entre dos precios."
|
||||
tags: [finance, return, logarithmic, python]
|
||||
tags: [finance, return, logarithmic, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def max_drawdown(values: list) -> tuple"
|
||||
description: "Calcula el maximo drawdown y los indices de inicio y fin del peor periodo."
|
||||
tags: [finance, drawdown, risk, performance, python]
|
||||
tags: [finance, drawdown, risk, performance, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def rsi(data: list, period: int) -> list"
|
||||
description: "Calcula el Relative Strength Index (RSI) de una serie de precios."
|
||||
tags: [finance, rsi, momentum, indicator, python]
|
||||
tags: [finance, rsi, momentum, indicator, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def sharpe_ratio(returns: list, risk_free_rate: float, periods_per_year: float) -> float"
|
||||
description: "Calcula el Sharpe Ratio anualizado de una serie de retornos."
|
||||
tags: [finance, sharpe, risk, performance, python]
|
||||
tags: [finance, sharpe, risk, performance, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
@@ -7,7 +7,7 @@ version: "1.0.0"
|
||||
purity: pure
|
||||
signature: "def vwap(prices: list, volumes: list) -> float"
|
||||
description: "Calcula el Volume-Weighted Average Price (VWAP)."
|
||||
tags: [finance, vwap, volume, indicator, python]
|
||||
tags: [finance, vwap, volume, indicator, python, pendiente-usar]
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
returns: []
|
||||
|
||||
Reference in New Issue
Block a user