113c6dfd71
11 funciones puras con implementación real: SMA, EMA, RSI, BollingerBands, VWAP, LogReturn, AnnualizedVolatility, SharpeRatio, MaxDrawdown, NormalizeOHLCV, TickToOHLCV 4 funciones impuras (stubs): FetchOHLCV, StreamTicks, WriteOHLCVToParquet, LoadOHLCVFromDuckDB Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
693 B
693 B
name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, tested, tests, test_file_path, file_path
| name | kind | lang | domain | version | purity | signature | description | tags | uses_functions | uses_types | returns | returns_optional | error_type | imports | tested | tests | test_file_path | file_path | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fetch_ohlcv | function | go | finance | 1.0.0 | impure | func FetchOHLCV(symbol, interval string) ([][]float64, error) | Obtiene datos OHLCV de un exchange para un simbolo e intervalo dados. |
|
|
|
false | error_go_core |
|
false | functions/finance/fetch_ohlcv.go |
fetch_ohlcv
Stub para obtener datos OHLCV de un exchange. Pendiente de implementacion.
Ejemplo
data, err := finance.FetchOHLCV("BTC/USDT", "1h")