MCPcopy Create free account

hub / github.com/Lumiwealth/lumibot / functions

Functions9,807 in github.com/Lumiwealth/lumibot

↓ 4 callersMethod_normalize_timestamp
(value, index)
lumibot/backtesting/polymarket_backtesting.py:325
↓ 4 callersFunction_normalized_strike
(asset_type: Any, strike: Any)
lumibot/components/agents/asset_resolution.py:36
↓ 4 callersMethod_oauth_enabled
(self)
lumibot/brokers/tradier.py:239
↓ 4 callersMethod_onInteraction
(e,t)
docsrc/_html/bootstrap/js/bootstrap.esm.min.js:6
↓ 4 callersMethod_onInteraction
(t,e)
docsrc/_html/bootstrap/js/bootstrap.bundle.min.js:6
↓ 4 callersMethod_onInteraction
(event, isInteracting)
docsrc/_html/bootstrap/js/bootstrap.js:4955
↓ 4 callersMethod_onInteraction
(t,e)
docsrc/_html/bootstrap/js/bootstrap.min.js:6
↓ 4 callersMethod_onInteraction
(event, isInteracting)
docsrc/_html/bootstrap/js/bootstrap.bundle.js:6721
↓ 4 callersMethod_onInteraction
(event, isInteracting)
docsrc/_html/bootstrap/js/bootstrap.esm.js:4931
↓ 4 callersFunction_order_to_dict
(order: Any)
lumibot/components/agents/builtins.py:244
↓ 4 callersMethod_parse_broker_order
Parse a broker order representation to an order object Parameters ---------- response : dict The broker
lumibot/brokers/broker.py:922
↓ 4 callersMethod_parse_broker_position
parse a broker position representation into a position object
lumibot/brokers/ccxt.py:175
↓ 4 callersFunction_parse_date
(value: str)
scripts/run_ai_committee_provider_benchmark.py:79
↓ 4 callersFunction_parse_datetime_like
(value: Any)
lumibot/components/agents/manager.py:174
↓ 4 callersFunction_parse_dt
(value: Any)
lumibot/fundamentals/sec.py:73
↓ 4 callersFunction_parse_timestamp
(text: str | None)
scripts/ibkr_theta_prod_readiness.py:212
↓ 4 callersFunction_pick_atm
(strategy: _HarnessStrategy, underlying: Asset)
tests/test_smart_limit_live_matrix_alpaca.py:124
↓ 4 callersFunction_pick_atm_strike
(strategy: _HarnessStrategy, underlying: Asset, expiry)
tests/test_smart_limit_live_matrix_tradier.py:101
↓ 4 callersFunction_polars_frame
(start_minute: int, rows: int = 5)
tests/test_databento_backtesting_polars.py:30
↓ 4 callersMethod_process_option_lifecycle_event
(self, order, price, quantity, lifecycle_status, lifecycle_label)
lumibot/brokers/broker.py:1924
↓ 4 callersMethod_pull_all_orders
Get a list of order objects representing the open orders
lumibot/brokers/broker.py:2465
↓ 4 callersMethod_pull_broker_order
Get a broker order representation by its id
lumibot/brokers/ccxt.py:320
↓ 4 callersMethod_pull_broker_positions
Get the broker representation of all positions
lumibot/brokers/ccxt.py:220
↓ 4 callersMethod_pull_positions
Retrieves FUTURES positions. Futures positions are fetched from the open positions endpoint.
lumibot/brokers/bitunix.py:173
↓ 4 callersMethod_pull_source_symbol_bars
( self, asset, length, timestep=None, timeshift=None, quote=No
lumibot/backtesting/interactive_brokers_rest_backtesting.py:605
↓ 4 callersFunction_record_telemetry
(kind: str, path: str, query_params: Optional[Dict[str, Any]] = None)
lumibot/tools/data_downloader_queue_client.py:99
↓ 4 callersMethod_refresh_status
Refresh status of a request from the server.
lumibot/tools/data_downloader_queue_client.py:642
↓ 4 callersMethod_report_to_botspot
Send error report to Botspot API.
lumibot/tools/lumibot_logger.py:343
↓ 4 callersMethod_requires_current_execution_bar
( self, order: Optional[Order], timestep: Optional[str], data_source_name: Opt
lumibot/backtesting/backtesting_broker.py:3338
↓ 4 callersMethod_resetElementAttributes
(e,t)
docsrc/_html/bootstrap/js/bootstrap.esm.min.js:6
↓ 4 callersMethod_resetElementAttributes
(t,e)
docsrc/_html/bootstrap/js/bootstrap.bundle.min.js:6
↓ 4 callersMethod_resetElementAttributes
(selector, styleProp)
docsrc/_html/bootstrap/js/bootstrap.js:2486
↓ 4 callersMethod_resetElementAttributes
(t,e)
docsrc/_html/bootstrap/js/bootstrap.min.js:6
↓ 4 callersMethod_resetElementAttributes
(selector, styleProp)
docsrc/_html/bootstrap/js/bootstrap.bundle.js:4252
↓ 4 callersMethod_resetElementAttributes
(selector, styleProp)
docsrc/_html/bootstrap/js/bootstrap.esm.js:2462
↓ 4 callersFunction_resolve_asset_folder
(asset_obj: Asset)
lumibot/tools/thetadata_helper.py:962
↓ 4 callersFunction_row_is_green
(row: Optional[dict[str, Any]])
scripts/build_release_readiness.py:165
↓ 4 callersFunction_row_scales_like
(idx: int, factor: float, upward: bool)
lumibot/tools/ibkr_helper.py:1253
↓ 4 callersMethod_run_dividend_test
Helper method to run dividend test with specified data source
tests/backtest/test_dividends.py:85
↓ 4 callersFunction_runtime_timing_payload
(result: AgentRunResult)
lumibot/components/agents/manager.py:567
↓ 4 callersMethod_safe_identifier
(value: str)
lumibot/components/agents/duckdb_tools.py:98
↓ 4 callersFunction_safe_name
(value: Any)
lumibot/components/memory/store.py:15
↓ 4 callersMethod_scheduled_record_timing
(self, **fields)
lumibot/strategies/strategy_executor.py:123
↓ 4 callersMethod_setup_strategy_with_option
Set up a strategy with an option position for testing.
tests/test_portfolio_valuation_fallbacks.py:267
↓ 4 callersFunction_slug
(value: str)
scripts/run_ai_committee_provider_benchmark.py:75
↓ 4 callersFunction_stock_limit_order
(side=Order.OrderSide.SELL, quantity=1, limit_price=20.0)
tests/test_schwab_positions_unit.py:241
↓ 4 callersMethod_submit
(self, order: Order)
tests/backtest/acceptance_strategies/IBKR Crypto Acceptance.py:50
↓ 4 callersFunction_submit_limit
( broker, *, strategy_name: str, asset: Asset, quantity: int, side: str, limit_pri
scripts/schwab_titus_live_fill_hedge_smoke.py:49
↓ 4 callersMethod_submit_multileg_order
Submit a multi-leg (MLeg) options order to Alpaca. Note: - Tradier uses "credit" for net credit (receive premium) and "debit
lumibot/brokers/alpaca.py:695
↓ 4 callersFunction_sync_together_api_key_alias
Allow either Together's SDK key name or LiteLLM's provider key name. Together's own examples commonly use TOGETHER_API_KEY, while LiteLLM's T
lumibot/components/agents/runtime.py:608
↓ 4 callersFunction_thetadata_option_root_symbol
Resolve ThetaData option root symbol (e.g., SPX vs SPXW) for a given option contract.
lumibot/tools/thetadata_helper.py:1712
↓ 4 callersMethod_timestamp
(self)
lumibot/components/memory/store.py:994
↓ 4 callersMethod_timestamp_for_iter_count
(self, iter_count: int)
lumibot/entities/data.py:778
↓ 4 callersFunction_to_float
(text: Any)
scripts/ibkr_theta_prod_readiness.py:200
↓ 4 callersMethod_to_utc_naive
Normalize cache boundaries to UTC-naive datetimes. DuckDB stores CCXT candle timestamps as UTC-naive values. A timezone-aware strateg
lumibot/tools/ccxt_data_store.py:84
↓ 4 callersMethod_to_utc_timezone
(self, dt:datetime)
lumibot/data_sources/ccxt_backtesting_data.py:50
↓ 4 callersMethod_token_id
(asset: Asset)
lumibot/brokers/polymarket.py:1220
↓ 4 callersFunction_trade_log_df
Get trade log from strategy. If require_trades=False, returns empty DF if no trades.
tests/backtest/test_theta_strategies_integration.py:51
↓ 4 callersMethod_truthy
(value: Any)
lumibot/brokers/polymarket.py:1340
↓ 4 callersMethod_update_cash
update the self.cash
lumibot/strategies/_strategy.py:1695
↓ 4 callersMethod_update_data
Get asset data and update the self._data_store dictionary. Parameters ---------- asset : Asset The asset
lumibot/data_sources/polygon_data_polars.py:220
↓ 4 callersFunction_us_futures_closed_interval
Return True if US futures are fully closed in [start_local, end_local). This is a deliberately simple rule-based calendar used to avoid repeated
lumibot/tools/ibkr_helper.py:318
↓ 4 callersMethod_verify_dividend_test_results
Verify the results of the dividend test
tests/backtest/test_dividends.py:111
↓ 4 callersFunction_write_runner_state
( *, outdir: Path, state: str, current_case: Optional[dict[str, Any]] = None, completed_ca
scripts/run_lumibot_data_matrix.py:727
↓ 4 callersFunction_write_tearsheet_metrics_json
Write a minimal machine-readable tearsheet metrics artifact.
lumibot/tools/indicators.py:1702
↓ 4 callersMethodacquire
Wait if necessary to respect rate limit.
lumibot/tools/polygon_helper_async.py:111
↓ 4 callersMethodadd_transaction
(self, price, quantity)
lumibot/entities/order.py:1187
↓ 4 callersMethodadjust_quantity_for_fees
Adjusts the desired quantity to account for trading fees and available capital.
lumibot/components/drift_rebalancer_logic.py:671
↓ 4 callersFunctionadvance_download_status_progress
Increment download progress counters without resetting queue diagnostics.
lumibot/tools/thetadata_helper.py:164
↓ 4 callersFunctionbracket_child_tag
Return standardized child tag for bracket order. kind: 'tp' or 'sl'. Mirrors existing naming scheme.
lumibot/tools/projectx_helpers.py:1285
↓ 4 callersFunctionbuild_bracket_child_spec
Return a pure spec dict for a bracket child before creating Order. Fields: side, order_type, tag, price_key, price_value. price_key is 'limit
lumibot/tools/projectx_helpers.py:1378
↓ 4 callersMethodbuild_comparison_df
(self, strat_obj)
tests/test_momentum.py:79
↓ 4 callersFunctionbuild_unique_order_tag
Generate (or normalize) a unique order tag. Mirrors existing inline logic in ProjectX broker: if tag absent or blank create STRAT-<millis><ra
lumibot/tools/projectx_helpers.py:1196
↓ 4 callersMethodcancel_orders
cancel orders
lumibot/brokers/broker.py:2525
↓ 4 callersMethodcoerce_amount
(value)
lumibot/entities/cash_event.py:102
↓ 4 callersMethodcoerce_datetime
(value)
lumibot/entities/cash_event.py:122
↓ 4 callersMethodcompact_state
( self, *, symbols: list[str] | None = None, max_theses: int = 8, max_
lumibot/components/memory/store.py:513
↓ 4 callersMethodcontract_search
Search for contracts by name
lumibot/tools/projectx_helpers.py:553
↓ 4 callersMethodcontract_search_id
Get contract details by ID
lumibot/tools/projectx_helpers.py:569
↓ 4 callersMethodcreate_asset
Creates an asset object. This is used to create an asset object. Parameters ---------- symbol : str The symbol of
lumibot/strategies/strategy.py:3635
↓ 4 callersFunctiond
docsrc/_html/bootstrap/js/bootstrap.min.js:6
↓ 4 callersMethoddeactivate
()
docsrc/_html/bootstrap/js/bootstrap.esm.min.js:6
↓ 4 callersMethoddeactivate
()
docsrc/_html/bootstrap/js/bootstrap.bundle.min.js:6
↓ 4 callersMethoddeactivate
()
docsrc/_html/bootstrap/js/bootstrap.js:2691
↓ 4 callersMethoddeactivate
()
docsrc/_html/bootstrap/js/bootstrap.min.js:6
↓ 4 callersMethoddeactivate
()
docsrc/_html/bootstrap/js/bootstrap.bundle.js:4457
↓ 4 callersMethoddeactivate
()
docsrc/_html/bootstrap/js/bootstrap.esm.js:2667
↓ 4 callersMethoddeposit_cash
Deposit cash during backtesting and return the updated cash balance.
lumibot/strategies/strategy.py:1340
↓ 4 callersFunctiondetailed_comparison_report
Create a detailed comparison report when prices don't match. Any difference requires investigation - there is ZERO tolerance.
tests/backtest/test_thetadata_vs_polygon.py:30
↓ 4 callersMethodemit
Handle a log record by writing to CSV.
lumibot/tools/lumibot_logger.py:198
↓ 4 callersFunctionenableDismissTrigger
(e,t="hide")
docsrc/_html/bootstrap/js/bootstrap.esm.min.js:6
↓ 4 callersFunctionenableDismissTrigger
(component, method = 'hide')
docsrc/_html/bootstrap/js/bootstrap.js:758
↓ 4 callersFunctionenableDismissTrigger
(component, method = 'hide')
docsrc/_html/bootstrap/js/bootstrap.bundle.js:738
↓ 4 callersFunctionenableDismissTrigger
(component, method = 'hide')
docsrc/_html/bootstrap/js/bootstrap.esm.js:734
↓ 4 callersFunctionensure_process
(force_restart: bool = False)
lumibot/tools/thetadata_helper.py:4985
↓ 4 callersMethodexecute_order
(self, orders)
lumibot/brokers/interactive_brokers.py:1696
↓ 4 callersFunctionfinalize_download_status
Mark download inactive while keeping last progress payload. Some UIs poll progress at multi-second intervals; fully resetting to 0 can make c
lumibot/tools/thetadata_helper.py:326
↓ 4 callersFunctionge
(t)
docsrc/_html/bootstrap/js/bootstrap.bundle.min.js:6
↓ 4 callersFunctiongetOppositePlacement
(placement)
docsrc/_html/bootstrap/js/bootstrap.bundle.js:2570
↓ 4 callersFunctiongetParentNode
(element)
docsrc/_html/bootstrap/js/bootstrap.bundle.js:2183
← previousnext →1,001–1,100 of 9,807, ranked by callers