MCPcopy Create free account

hub / github.com/WackyGem/Fleur / functions

Functions3,759 in github.com/WackyGem/Fleur

↓ 3 callersFunctioncalculate_macd_security_counts
( request: &MacdRunRequest, effective_output_to: &str, previous_state: Option<MacdPreviousState>,
engines/crates/furnace-io/src/runners/macd/materialize.rs:270
↓ 3 callersFunctioncalculate_stddev_series
Calculate a rolling population standard deviation series. # Errors Returns an error when the window is invalid or input contains non-finite values.
engines/crates/furnace-core/src/operators/stddev.rs:199
↓ 3 callersMethodcheck_schema_readiness
(&self)
engines/crates/rearview-core/src/postgres/mod.rs:33
↓ 3 callersFunctionclickhouse_raw_pool_name
(table_name: str)
pipeline/scheduler/src/scheduler/defs/clickhouse/specs.py:131
↓ 3 callersFunctionclickhouse_schema_hash
(contract: DatasetContract)
pipeline/contract_tools/src/fleur_contracts/loader.py:49
↓ 3 callersMethodclose
(self)
pipeline/scheduler/tests/unit/clickhouse/test_raw_sync.py:79
↓ 3 callersFunctioncollect_security_codes
(rows: &[crate::clickhouse::ScreeningRow])
engines/crates/rearview-core/src/api/mod.rs:5611
↓ 3 callersFunctioncolumn_names
(model: dict[str, Any])
pipeline/elt/scripts/validate_f10_passthrough_coverage.py:126
↓ 3 callersFunctioncompact_daily_asset_by_year
( context: dg.AssetExecutionContext, *, raw_asset_key: dg.AssetKey, output_dataset: str, s
pipeline/scheduler/src/scheduler/defs/sources/daily_compact.py:17
↓ 3 callersFunctioncompatible_kind
(left: ValueKind, right: ValueKind)
engines/crates/rearview-core/src/domain/rule.rs:711
↓ 3 callersFunctioncompile_operand
( operand: &Operand, metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:777
↓ 3 callersMethodcompile_preview
( &self, rule: &RuleVersionSpec, start_date: NaiveDate, end_date: NaiveDate,
engines/crates/rearview-core/src/planner/sql.rs:261
↓ 3 callersMethodcompile_preview_pool_page
( &self, rule: &RuleVersionSpec, trade_date: NaiveDate, limit: u32, of
engines/crates/rearview-core/src/planner/sql.rs:280
↓ 3 callersMethodcompile_preview_timeline
( &self, rule: &RuleVersionSpec, start_date: NaiveDate, end_date: NaiveDate,
engines/crates/rearview-core/src/planner/sql.rs:300
↓ 3 callersFunctioncompile_score
( rule: &RuleVersionSpec, metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:814
↓ 3 callersFunctioncompounded_return
(returns: &[f64])
engines/crates/rearview-core/src/portfolio_performance.rs:387
↓ 3 callersMethodcompute_hash
(&self)
engines/crates/rearview-core/src/strategy_backtest.rs:295
↓ 3 callersMethodconnect
(database_url: &str)
engines/crates/rearview-core/src/postgres/mod.rs:21
↓ 3 callersMethodcontract_dataset
(self, asset_key: dg.AssetKey)
pipeline/scheduler/src/scheduler/defs/io_managers/s3_io_manager.py:250
↓ 3 callersFunctioncontribution_pct
(pnl: f64, total_equity: Option<f64>)
engines/crates/rearview-core/src/api/mod.rs:7644
↓ 3 callersFunctioncreate_boll_output_table_sql
返回 Bollinger Bands 结果表的 ClickHouse DDL。
engines/crates/furnace-io/src/schema/tables.rs:182
↓ 3 callersFunctioncreate_kdj_output_table_sql
返回 `calc_stock_kdj_daily` 生产表的 ClickHouse DDL。 # 示例 ``` let ddl = furnace_io::create_kdj_output_table_sql(); assert!(ddl.contains("fleur_calculation
engines/crates/furnace-io/src/schema/tables.rs:89
↓ 3 callersFunctioncreate_ma_output_table_sql
返回 Moving Average 结果表的 ClickHouse DDL。
engines/crates/furnace-io/src/schema/tables.rs:111
↓ 3 callersFunctioncreate_macd_output_table_sql
返回 MACD 结果表的 ClickHouse DDL。
engines/crates/furnace-io/src/schema/tables.rs:206
↓ 3 callersFunctioncreate_price_pattern_output_table_sql
返回 Price Pattern 结果表的 ClickHouse DDL。
engines/crates/furnace-io/src/schema/tables.rs:227
↓ 3 callersFunctioncreate_rsi_output_table_sql
返回 RSI 结果表的 ClickHouse DDL。
engines/crates/furnace-io/src/schema/tables.rs:149
↓ 3 callersFunctioncurrent_shanghai_date
()
pipeline/scheduler/src/scheduler/defs/automation/source_raw_backfill.py:448
↓ 3 callersMethoddisconnect
()
app/racingline/src/routes/strategy-detail-page.test.tsx:129
↓ 3 callersFunctiondiscover_images_from_table
( table: pa.Table, )
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/workflows.py:239
↓ 3 callersFunctioneastmoney_business_field_names
(asset_name: str)
pipeline/scheduler/src/scheduler/defs/sources/eastmoney/schema.py:178
↓ 3 callersFunctioneastmoney_schema
返回带类型的 schema(新版本)。
pipeline/scheduler/src/scheduler/defs/sources/eastmoney/schema.py:201
↓ 3 callersFunctioneastmoney_typed_schema
为 EastMoney 端点返回 contract schema。
pipeline/scheduler/src/scheduler/defs/sources/eastmoney/schema.py:192
↓ 3 callersFunctionenv_int_or_default
(name: str, default: int)
pipeline/contract_tools/src/fleur_contracts/env.py:34
↓ 3 callersFunctionenv_value
(name: str)
pipeline/contract_tools/src/fleur_contracts/env.py:27
↓ 3 callersFunctionexecute_backfill_plan
( plan: BackfillPlan, *, submitter: BackfillRunSubmitter, log: InfoLogger, )
pipeline/scheduler/src/scheduler/defs/automation/source_raw_backfill.py:300
↓ 3 callersMethodexecute_many
(&mut self, sqls: &[String])
engines/crates/furnace-io/src/runners/tests/fixtures.rs:106
↓ 3 callersMethodexisting_partition_keys
( self, location: DatasetLocation, *, partition_keys: Sequence[str], p
pipeline/scheduler/src/scheduler/defs/storage/dataset_service.py:146
↓ 3 callersFunctionexpand_target_scope
(target_scope: str)
pipeline/scheduler/src/scheduler/defs/automation/source_raw_backfill.py:436
↓ 3 callersFunctionfind_repo_root
()
engines/crates/rearview-server/src/main.rs:769
↓ 3 callersFunctionfixture_catalog
()
engines/crates/rearview-core/src/strategy_backtest.rs:778
↓ 3 callersMethodformat
(self)
pipeline/contract_tools/src/fleur_contracts/description_quality.py:20
↓ 3 callersMethodformat
(self)
pipeline/elt/scripts/validate_field_glossary.py:26
↓ 3 callersFunctionformatCompactUnit
( value: number | null | undefined, divisor: number, unit: string )
app/racingline/src/features/strategy/components/stock-pool-preview-workbench.tsx:1131
↓ 3 callersFunctionformatMetricName
(metric: string, metricLabels: Map<string, string>)
app/racingline/src/features/strategy/config-display.ts:456
↓ 3 callersFunctionformatOptionalPercent
(value: number | null | undefined)
app/racingline/src/routes/strategy-page.tsx:1469
↓ 3 callersFunctionformatPercent
(value: number)
app/racingline/src/features/strategy/components/simulation-position-panel.tsx:1247
↓ 3 callersFunctionformatScoreItems
(scoreItems: { label: string; score: number }[])
app/racingline/src/features/strategy/components/stock-pool-preview-workbench.tsx:1086
↓ 3 callersFunctionformatSignedPercent
(value: number)
app/racingline/src/routes/strategy-page.tsx:1457
↓ 3 callersMethodfrom_env
(cls)
pipeline/scheduler/src/scheduler/defs/config/models.py:34
↓ 3 callersFunctiongetCompatibleOperator
( operator: ConditionOperator, target: CompareTarget, valueType: MetricValueType, allowedOps?: Conditi
app/racingline/src/features/strategy/utils.ts:264
↓ 3 callersFunctiongetOperatorLabel
(operator: ConditionOperator)
app/racingline/src/features/strategy/utils.ts:257
↓ 3 callersFunctiongetOperatorOptions
( target: CompareTarget, valueType: MetricValueType, allowedOps?: ConditionOperator[] )
app/racingline/src/features/strategy/utils.ts:244
↓ 3 callersFunctiongetTrendMovingAverageCatalogs
( catalogOptions: IndicatorCatalog[] = indicatorCatalog )
app/racingline/src/features/strategy/utils.ts:303
↓ 3 callersMethodget_default_market_fee_template
( &self, market: &str, )
engines/crates/rearview-core/src/postgres/mod.rs:150
↓ 3 callersMethodget_portfolio_run
( &self, portfolio_run_id: &str, )
engines/crates/rearview-core/src/postgres/mod.rs:509
↓ 3 callersMethodhandle_output
(self, context: dg.OutputContext, obj: Any)
pipeline/scheduler/src/scheduler/defs/io_managers/s3_io_manager.py:44
↓ 3 callersFunctionheaders
()
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/action_field.py:68
↓ 3 callersMethodimage_object_store
(self)
pipeline/scheduler/src/scheduler/defs/resources/s3.py:36
↓ 3 callersMethodindicator_metrics
(&self)
engines/crates/rearview-portfolio-worker/src/main.rs:1575
↓ 3 callersFunctioninputs
(values: &[Option<f64>])
engines/crates/furnace-core/src/indicators/bollinger_bands.rs:374
↓ 3 callersFunctioninputs_with_volume
(values: &[Option<f64>], volumes: &[Option<f64>])
engines/crates/furnace-core/src/indicators/moving_average.rs:523
↓ 3 callersFunctioninsert_boll_result_rows
( executor: &mut E, table: &str, rows: &[BollResultRow], batch_size: usize, )
engines/crates/furnace-io/src/runners/boll/writing.rs:24
↓ 3 callersFunctioninsert_ma_result_rows
( executor: &mut E, table: &str, rows: &[MaResultRow], batch_size: usize, )
engines/crates/furnace-io/src/runners/ma/writing.rs:24
↓ 3 callersFunctioninsert_macd_result_rows
( executor: &mut E, table: &str, rows: &[MacdResultRow], batch_size: usize, )
engines/crates/furnace-io/src/runners/macd/writing.rs:24
↓ 3 callersFunctioninsert_price_pattern_result_rows
( executor: &mut E, table: &str, rows: &[PricePatternResultRow], batch_size: usize, )
engines/crates/furnace-io/src/runners/price_pattern/writing.rs:24
↓ 3 callersFunctioninsert_result_rows
( executor: &mut E, table: &str, rows: &[KdjResultRow], batch_size: usize, )
engines/crates/furnace-io/src/runners/kdj/writing.rs:25
↓ 3 callersFunctioninsert_rsi_result_rows
( executor: &mut E, table: &str, rows: &[RsiResultRow], batch_size: usize, )
engines/crates/furnace-io/src/runners/rsi/writing.rs:24
↓ 3 callersFunctionisArchivedPortfolioError
(error: unknown)
app/racingline/src/routes/strategy-detail-utils.ts:3
↓ 3 callersFunctionisStrategyBacktestFailedStatus
( status: StrategyBacktestRunStatus )
app/racingline/src/features/strategy/backtest.ts:17
↓ 3 callersMethodis_exhausted
(self)
pipeline/scheduler/src/scheduler/defs/sources/sina/trade_calendar.py:87
↓ 3 callersMethodis_numeric
(&self)
engines/crates/rearview-core/src/domain/metric.rs:156
↓ 3 callersFunctionis_terminal_status
(status: &str)
engines/crates/rearview-portfolio-worker/src/main.rs:1420
↓ 3 callersFunctionjiuyan_token_for_timestamp
(timestamp_ms: int)
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/action_field.py:55
↓ 3 callersFunctionk_history_daily_response_to_table
(response: BaostockResponse)
pipeline/scheduler/src/scheduler/defs/baostock/schemas.py:77
↓ 3 callersMethodlist_active_strategy_portfolios
( &self, )
engines/crates/rearview-core/src/postgres/mod.rs:1513
↓ 3 callersFunctionload_model
(model_name: str)
pipeline/elt/scripts/validate_f10_passthrough_coverage.py:109
↓ 3 callersFunctionlog_outbox_scan
(outbox_kind: &'static str, pending_batch_size: usize)
engines/crates/rearview-server/src/main.rs:334
↓ 3 callersFunctionma_values
( trend: Option<&TrendIndicatorRow>, ma_windows: &[u32], )
engines/crates/rearview-core/src/api/mod.rs:7273
↓ 3 callersMethodmetadata
(self)
pipeline/scheduler/src/scheduler/defs/clickhouse/raw_sync.py:34
↓ 3 callersMethodnext
输入下一行值。`None` 不进入启动窗口,也不推进递推状态。 # 错误 当输入值不是有限数时返回错误。
engines/crates/furnace-core/src/operators/ema.rs:67
↓ 3 callersFunctionnext_trade_date
(trade_dates: &[NaiveDate], signal_date: NaiveDate)
engines/crates/rearview-portfolio-worker/src/main.rs:1396
↓ 3 callersFunctionnormalize_chinabond_row
(row: Mapping[str, object])
pipeline/scheduler/src/scheduler/defs/sources/chinabond/services.py:231
↓ 3 callersFunctionnormalize_image_content_type
(content_type: str | None)
pipeline/scheduler/src/scheduler/defs/storage/object_store.py:43
↓ 3 callersMethodobject_keys
(self, result: DatasetWriteResult)
pipeline/scheduler/src/scheduler/defs/storage/dataset_service.py:183
↓ 3 callersMethodobserve
()
app/racingline/src/routes/strategy-detail-page.test.tsx:130
↓ 3 callersFunctionop_name_for_asset_key
(asset_key: str)
pipeline/scheduler/src/scheduler/defs/automation/source_raw_backfill.py:519
↓ 3 callersFunctionopenPreview
( nextWeightIndicators: WeightIndicator[] = weightIndicators )
app/racingline/src/routes/strategy-page.tsx:2049
↓ 3 callersFunctionoptional_string
(value: object)
pipeline/scheduler/src/scheduler/defs/common/strings.py:6
↓ 3 callersFunctionorder_reason_str
(reason: OrderReason)
engines/crates/rearview-core/src/portfolio/mod.rs:309
↓ 3 callersFunctionparquet_schema_contract_from_dataset
(contract: DatasetContract)
pipeline/contract_tools/src/fleur_contracts/adapters/parquet.py:47
↓ 3 callersFunctionparse_eastmoney_page
( endpoint: EastmoneyEndpointConfig, payload: Mapping[str, object], )
pipeline/scheduler/src/scheduler/defs/sources/eastmoney/client.py:249
↓ 3 callersFunctionparse_image_urls
(imgs: object)
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/image_urls.py:16
↓ 3 callersFunctionparse_ma_windows
(value: Option<String>)
engines/crates/rearview-core/src/api/mod.rs:7348
↓ 3 callersFunctionparse_u16_flag
(flag: &str, value: &str)
engines/crates/furnace/src/commands/common.rs:127
↓ 3 callersMethodpartition_exists
( self, location: DatasetLocation, *, partition_key: str, partition_ke
pipeline/scheduler/src/scheduler/defs/storage/dataset_service.py:119
↓ 3 callersFunctionportfolio_price_bars_demand_join_sql
( database: &str, demand: &MarketDataDemand, indicator_metrics: &[String], )
engines/crates/rearview-core/src/clickhouse/mod.rs:3326
↓ 3 callersFunctionportfolio_run_from_row
(row: &sqlx::postgres::PgRow)
engines/crates/rearview-core/src/postgres/mod.rs:3930
↓ 3 callersFunctionpreview_security_analysis_request
()
engines/crates/rearview-core/src/api/mod.rs:8639
↓ 3 callersFunctionprice
(trade_date: NaiveDate, security_code: &str, open: f64, close: f64)
engines/crates/rearview-core/src/portfolio/mod.rs:1856
↓ 3 callersMethodprice_bar
(&self, trade_date: NaiveDate, security_code: &str)
engines/crates/rearview-core/src/portfolio/mod.rs:936
← previousnext →501–600 of 3,759, ranked by callers