MCPcopy Create free account

hub / github.com/0xemmkty/QuantMuse / functions

Functions714 in github.com/0xemmkty/QuantMuse

↓ 1 callersMethoddisconnect
Disconnect from WebSocket
data_service/realtime/websocket_client.py:304
↓ 1 callersMethoddisplayBacktestResults
(results)
static/js/app.js:467
↓ 1 callersMethoddisplayMarketResults
(results, symbol)
static/js/app.js:608
↓ 1 callersMethoddisplaySentimentResults
(results)
static/js/app.js:544
↓ 1 callersMethodexport_portfolio
Export portfolio to file
data_service/factors/stock_selector.py:381
↓ 1 callersMethodextract_financial_entities
Extract financial entities from text
data_service/ai/nlp_processor.py:386
↓ 1 callersMethodfetch_all_news
Fetch news from all available sources
data_service/ai/news_processor.py:163
↓ 1 callersMethodfetch_all_social_posts
Fetch posts from all social media platforms
data_service/ai/social_media_monitor.py:163
↓ 1 callersMethodfetch_news_alpha_vantage
Fetch news from Alpha Vantage API
data_service/ai/news_processor.py:35
↓ 1 callersMethodfetch_news_finnhub
Fetch news from Finnhub API
data_service/ai/news_processor.py:123
↓ 1 callersMethodfetch_news_newsapi
Fetch news from NewsAPI
data_service/ai/news_processor.py:76
↓ 1 callersMethodfetch_stock_data
获取股票数据 :param symbols: 股票代码列表 ['AAPL', 'MSFT', etc.] :param period: 时间范围 ('1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', '5y',
examples/yahoo_example.py:11
↓ 1 callersMethodfetch_stocktwits_posts
Fetch posts from StockTwits API
data_service/ai/social_media_monitor.py:129
↓ 1 callersMethodfetch_twitter_posts
Fetch posts from Twitter API
data_service/ai/social_media_monitor.py:39
↓ 1 callersMethodfilter_posts_by_engagement
Filter posts by minimum engagement
data_service/ai/social_media_monitor.py:255
↓ 1 callersMethodgenerate_optimization_report
Generate optimization report
data_service/factors/factor_optimizer.py:412
↓ 1 callersMethodgenerate_performance_report
Generate performance report
data_service/factors/factor_backtest.py:381
↓ 1 callersFunctiongenerate_sample_data
Generate sample data for demonstration
examples/extensible_strategy_demo.py:185
↓ 1 callersMethodgenerate_sentiment_signal
Generate trading signal based on sentiment analysis
data_service/ai/sentiment_analyzer.py:240
↓ 1 callersMethodgenerate_signals
Generate trading signals based on strategy logic Args: factor_data: Factor data DataFrame price_data
data_service/strategies/strategy_base.py:30
↓ 1 callersMethodgenerate_strategy_report
Generate comprehensive strategy comparison report
examples/quantitative_strategies.py:437
↓ 1 callersMethodgetActivityIconClass
(type)
static/js/app.js:177
↓ 1 callersMethodgetConcentration
backend/include/common/types.hpp:147
↓ 1 callersMethodgetLeverage
backend/include/common/types.hpp:145
↓ 1 callersMethodgetMarketValue
backend/include/common/types.hpp:104
↓ 1 callersMethodgetPosition
backend/include/common/types.hpp:138
↓ 1 callersMethodgetRiskMetrics
backend/src/risk_manager.cpp:82
↓ 1 callersMethodgetStatus
backend/include/common/types.hpp:65
↓ 1 callersMethodgetTotalExposure
backend/include/common/types.hpp:143
↓ 1 callersMethodget_execution_history
Get execution history
data_service/strategies/strategy_runner.py:240
↓ 1 callersMethodget_parameter_schema
Get parameter schema for validation
data_service/strategies/strategy_base.py:67
↓ 1 callersMethodget_parameter_schema
(self)
data_service/strategies/builtin_strategies.py:18
↓ 1 callersMethodget_screening_summary
Get summary statistics of screening results
data_service/factors/factor_screener.py:322
↓ 1 callersMethodget_strategy
Get a registered strategy instance Args: strategy_name: Name of the registered strategy Ret
data_service/strategies/strategy_registry.py:86
↓ 1 callersMethodget_strategy_info
Get information about a registered strategy Args: strategy_name: Name of the strategy Retur
data_service/strategies/strategy_registry.py:109
↓ 1 callersMethodget_strategy_list
Get list of available strategies
data_service/web/strategy_ui.py:18
↓ 1 callersMethodgrid_search_optimization
Grid search optimization Args: strategy_name: Name of the strategy factor_data: Factor data
data_service/strategies/strategy_optimizer.py:206
↓ 1 callersMethodinit
()
static/js/app.js:12
↓ 1 callersMethodinitCandlestickChart
()
static/js/app.js:676
↓ 1 callersMethodlist_strategies
List all registered strategy names
data_service/strategies/strategy_registry.py:101
↓ 1 callersMethodloadEquityData
()
static/js/app.js:310
↓ 1 callersMethodloadHistoricalData
backend/src/data_loader.cpp:114
↓ 1 callersMethodloadPortfolioData
()
static/js/app.js:632
↓ 1 callersMethodloadRecentActivity
()
static/js/app.js:140
↓ 1 callersMethodloadRecentTrades
()
static/js/app.js:187
↓ 1 callersMethodload_model
Load model from file
data_service/ml/ml_models.py:389
↓ 1 callersFunctionmain
Launch the Streamlit dashboard
run_dashboard.py:11
↓ 1 callersFunctionmain
Launch the web interface
run_web_interface.py:14
↓ 1 callersFunctionmain
主函数
demo_llm_nlp_simple.py:178
↓ 1 callersFunctionmain
主函数
demo_charts_websocket.py:326
↓ 1 callersFunctionmain
()
main.py:5
↓ 1 callersFunctionmain
Main function to run the API server
data_service/web/api_server.py:343
↓ 1 callersFunctionmain
Main function to run the dashboard
data_service/dashboard/dashboard_app.py:622
↓ 1 callersFunctionmain
Main demonstration function
examples/extensible_strategy_demo.py:264
↓ 1 callersFunctionmain
Main function demonstrating factor analysis
examples/factor_analysis_demo.py:97
↓ 1 callersFunctionmain
()
examples/fetch_public_data.py:5
↓ 1 callersFunctionmain
Main function demonstrating AI sentiment analysis
examples/ai_sentiment_analysis.py:25
↓ 1 callersFunctionmain
Main demonstration function
examples/langchain_llm_demo.py:234
↓ 1 callersFunctionmain
Main function to demonstrate strategies
examples/quantitative_strategies.py:469
↓ 1 callersFunctionmain
Main demonstration function
examples/llm_nlp_complete_demo.py:351
↓ 1 callersFunctionmain
()
examples/yahoo_example.py:99
↓ 1 callersMethodnavigateToPage
(page)
static/js/app.js:70
↓ 1 callersMethodonMarketData
backend/src/strategy.cpp:16
↓ 1 callersMethodoptimize_strategy
Optimize strategy parameters Args: strategy_name: Name of the strategy to optimize factor_data: Fact
data_service/strategies/strategy_optimizer.py:18
↓ 1 callersMethodplot_factor_performance
Plot factor performance charts
data_service/factors/factor_backtest.py:339
↓ 1 callersMethodpostprocess_result
Postprocess strategy result
data_service/strategies/strategy_base.py:76
↓ 1 callersMethodpreprocess_data
Preprocess data for strategy execution
data_service/strategies/strategy_base.py:71
↓ 1 callersFunctionregister_builtin_strategies
Register all built-in strategies
data_service/strategies/builtin_strategies.py:359
↓ 1 callersMethodregister_endpoint
Register a new API endpoint
data_service/api/api_manager.py:49
↓ 1 callersMethodreset
Reset backtest engine to initial state
data_service/backtest/backtest_engine.py:41
↓ 1 callersMethodrun
Run the FastAPI server
data_service/web/api_server.py:333
↓ 1 callersMethodrun
Run the dashboard application
data_service/dashboard/dashboard_app.py:48
↓ 1 callersMethodrunBacktest
()
static/js/app.js:425
↓ 1 callersMethodrun_multi_factor_backtest
Run backtest for multiple factors with weights
data_service/factors/factor_backtest.py:77
↓ 1 callersMethodrun_multiple_strategies
Run multiple strategies Args: strategy_configs: List of strategy configurations factor_data: Factor
data_service/strategies/strategy_runner.py:74
↓ 1 callersMethodrun_strategy_comparison
Run all strategies and compare performance
examples/quantitative_strategies.py:408
↓ 1 callersMethodrun_strategy_ensemble
Run ensemble of strategies Args: strategy_names: List of strategy names factor_data: Factor data
data_service/strategies/strategy_runner.py:104
↓ 1 callersMethodsaveStrategy
()
static/js/app.js:389
↓ 1 callersMethodsave_market_data_csv
Save market data to CSV file
data_service/storage/file_storage.py:26
↓ 1 callersMethodsave_model
Save model to file
data_service/ml/ml_models.py:211
↓ 1 callersMethodsave_news_to_file
Save news items to JSON file
data_service/ai/news_processor.py:249
↓ 1 callersMethodsave_performance_report
Save performance report to JSON file
data_service/storage/file_storage.py:90
↓ 1 callersMethodsave_posts_to_file
Save social posts to JSON file
data_service/ai/social_media_monitor.py:266
↓ 1 callersMethodsave_signal
Save strategy signal to database
data_service/storage/database_manager.py:145
↓ 1 callersMethodsetupAllocationChart
()
static/js/app.js:276
↓ 1 callersMethodsetupCharts
()
static/js/app.js:223
↓ 1 callersMethodsetupEquityChart
()
static/js/app.js:228
↓ 1 callersMethodsetupEventListeners
()
static/js/app.js:18
↓ 1 callersFunctionsetup_logger
Configure logger with both console and file handlers Args: name: Logger name log_file: Optional path to log file
data_service/utils/logger.py:6
↓ 1 callersFunctionsetup_logging
设置日志
demo_llm_nlp_simple.py:17
↓ 1 callersFunctionsetup_logging
设置日志
demo_charts_websocket.py:22
↓ 1 callersFunctionsetup_logging
Setup logging configuration
examples/factor_analysis_demo.py:17
↓ 1 callersFunctionsetup_logging
Setup logging configuration
examples/ai_sentiment_analysis.py:18
↓ 1 callersFunctionsetup_logging
Setup logging configuration
examples/langchain_llm_demo.py:18
↓ 1 callersFunctionsetup_logging
Setup logging configuration
examples/llm_nlp_complete_demo.py:22
↓ 1 callersMethodsubmitOrder
backend/src/order_executor.cpp:29
↓ 1 callersFunctiontest_nlp_processing
Test NLP processing effects
test_nlp_effect.py:14
↓ 1 callersMethodtrain
Train the model
data_service/ml/ml_models.py:128
↓ 1 callersMethodupdateCandlestickChart
(data, symbol)
static/js/app.js:767
↓ 1 callersMethodupdateChartIndicators
()
static/js/app.js:834
← previousnext →301–400 of 714, ranked by callers