MCPcopy Create free account

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

Functions714 in github.com/0xemmkty/QuantMuse

↓ 1 callersMethod_get_strategy_trades
Get recent trades for a strategy
data_service/web/strategy_ui.py:257
↓ 1 callersMethod_init_database
Initialize vector database
data_service/vector_db/vector_store.py:30
↓ 1 callersMethod_init_database
Initialize database and create tables
data_service/storage/database_manager.py:20
↓ 1 callersMethod_init_langchain
Initialize LangChain components
data_service/ai/llm_integration.py:192
↓ 1 callersMethod_init_langchain
Initialize LangChain components
data_service/ai/langchain_agent.py:50
↓ 1 callersMethod_init_models
Initialize sentiment analysis models
data_service/ai/sentiment_analyzer.py:33
↓ 1 callersMethod_init_nlp_components
Initialize NLP components
data_service/ai/nlp_processor.py:61
↓ 1 callersMethod_initialize_components
Initialize trading system components
data_service/web/api_server.py:93
↓ 1 callersMethod_initialize_provider
Initialize LLM provider
data_service/ai/llm_integration.py:181
↓ 1 callersMethod_keyword_based_sentiment
Simple keyword-based sentiment analysis
data_service/ai/nlp_processor.py:241
↓ 1 callersMethod_log_execution
Log strategy execution
data_service/strategies/strategy_runner.py:226
↓ 1 callersMethod_optimize_genetic
Optimize using genetic algorithm
data_service/strategies/strategy_optimizer.py:117
↓ 1 callersMethod_optimize_genetic
Optimize using genetic algorithm
data_service/factors/factor_optimizer.py:105
↓ 1 callersMethod_optimize_scipy
Optimize using scipy.optimize
data_service/strategies/strategy_optimizer.py:95
↓ 1 callersMethod_optimize_scipy
Optimize using scipy.optimize
data_service/factors/factor_optimizer.py:85
↓ 1 callersMethod_parse_binance_message
Parse Binance WebSocket message
data_service/realtime/websocket_client.py:208
↓ 1 callersMethod_parse_coinbase_message
Parse Coinbase WebSocket message
data_service/realtime/websocket_client.py:229
↓ 1 callersMethod_parse_kraken_message
Parse Kraken WebSocket message
data_service/realtime/websocket_client.py:253
↓ 1 callersMethod_parse_market_analysis_response
Parse LLM response into MarketAnalysis
data_service/ai/langchain_agent.py:361
↓ 1 callersMethod_parse_message
Parse WebSocket message based on exchange
data_service/realtime/websocket_client.py:187
↓ 1 callersMethod_parse_strategy_response
Parse LLM response into StrategyRecommendation
data_service/ai/langchain_agent.py:333
↓ 1 callersMethod_prepare_factor_data
Prepare factor data for backtesting
data_service/factors/factor_backtest.py:89
↓ 1 callersMethod_prepare_price_data
Prepare price data for backtesting
data_service/factors/factor_backtest.py:110
↓ 1 callersMethod_process_snapshots
Process tick data into snapshots
data_service/realtime/real_time_feed.py:138
↓ 1 callersMethod_remove_duplicates
Remove duplicate posts based on text similarity
data_service/ai/social_media_monitor.py:199
↓ 1 callersMethod_remove_duplicates
Remove duplicate news items based on URL
data_service/ai/news_processor.py:193
↓ 1 callersMethod_select_equal_weight
Select stocks with equal weights
data_service/factors/stock_selector.py:108
↓ 1 callersMethod_select_factor_weighted
Select stocks with weights proportional to factor values
data_service/factors/stock_selector.py:145
↓ 1 callersMethod_select_risk_parity
Select stocks using risk parity approach
data_service/factors/stock_selector.py:190
↓ 1 callersMethod_select_top_n
Select top N stocks by factor value
data_service/factors/stock_selector.py:62
↓ 1 callersMethod_setup_routes
Setup API routes
data_service/web/api_server.py:114
↓ 1 callersMethod_show_ai_analysis
Show AI analysis tab
data_service/dashboard/dashboard_app.py:360
↓ 1 callersMethod_show_market_data
Show market data tab
data_service/dashboard/dashboard_app.py:293
↓ 1 callersMethod_show_performance_analysis
Show performance analysis tab
data_service/dashboard/dashboard_app.py:157
↓ 1 callersMethod_show_strategy_backtest
Show strategy backtest tab
data_service/dashboard/dashboard_app.py:238
↓ 1 callersMethod_show_system_status
Show system status tab
data_service/dashboard/dashboard_app.py:454
↓ 1 callersMethod_tokenize_with_nltk
Tokenize using NLTK
data_service/ai/nlp_processor.py:201
↓ 1 callersMethod_tokenize_with_spacy
Tokenize using spaCy
data_service/ai/nlp_processor.py:194
↓ 1 callersMethod_update_equity_curve
Update equity curve with current portfolio value
data_service/backtest/backtest_engine.py:139
↓ 1 callersMethod_validate_data
验证数据完整性
data_service/processors/data_processor.py:96
↓ 1 callersMethodaddMovingAverages
(data)
static/js/app.js:789
↓ 1 callersMethodadd_alert_callback
Add alert callback
data_service/realtime/real_time_feed.py:251
↓ 1 callersMethodadd_message_handler
Add message handler
data_service/realtime/websocket_client.py:277
↓ 1 callersMethodadd_snapshot_callback
Add snapshot callback
data_service/realtime/real_time_feed.py:247
↓ 1 callersMethodadd_tick_callback
Add tick data callback
data_service/realtime/real_time_feed.py:243
↓ 1 callersMethodanalyzeMarket
()
static/js/app.js:569
↓ 1 callersMethodanalyzeSentiment
()
static/js/app.js:506
↓ 1 callersMethodanalyze_stock
分析单个股票
examples/yahoo_example.py:35
↓ 1 callersMethodapply_pca
Apply PCA for dimensionality reduction
data_service/ml/feature_engineering.py:270
↓ 1 callersMethodcalculate_all_factors
Calculate all available factors for a symbol
data_service/factors/factor_calculator.py:291
↓ 1 callersMethodcalculate_market_sentiment
Calculate aggregate market sentiment metrics
data_service/ai/sentiment_analyzer.py:199
↓ 1 callersMethodcalculate_price_momentum
Calculate price momentum factors
data_service/factors/factor_calculator.py:34
↓ 1 callersMethodcalculate_quality_factors
Calculate quality factors from financial data
data_service/factors/factor_calculator.py:116
↓ 1 callersMethodcalculate_relative_strength
Calculate relative strength vs market
data_service/factors/factor_calculator.py:75
↓ 1 callersMethodcalculate_sentiment_factor_matrix
Calculate sentiment factors for multiple symbols
data_service/ai/sentiment_factor.py:231
↓ 1 callersMethodcalculate_size_factors
Calculate size factors
data_service/factors/factor_calculator.py:152
↓ 1 callersMethodcalculate_social_metrics
Calculate social media engagement metrics
data_service/ai/social_media_monitor.py:213
↓ 1 callersMethodcalculate_technical_factors
Calculate technical indicators
data_service/factors/factor_calculator.py:211
↓ 1 callersMethodcalculate_value_factors
Calculate value factors from financial data
data_service/factors/factor_calculator.py:85
↓ 1 callersMethodcalculate_volatility_factors
Calculate volatility and risk factors
data_service/factors/factor_calculator.py:174
↓ 1 callersMethodcalculate_volume_momentum
Calculate volume momentum factors
data_service/factors/factor_calculator.py:56
↓ 1 callersMethodclose
Close database connection
data_service/storage/database_manager.py:179
↓ 1 callersMethodcreateActivityItem
(activity)
static/js/app.js:158
↓ 1 callersMethodcreateStrategyCard
(strategy)
static/js/app.js:344
↓ 1 callersMethodcreateTradeRow
(trade)
static/js/app.js:205
↓ 1 callersMethodcreate_candlestick_chart
Create interactive candlestick chart
data_service/visualization/plotly_charts.py:42
↓ 1 callersFunctioncreate_charts_directory
创建图表目录
demo_charts_websocket.py:320
↓ 1 callersMethodcreate_drawdown_chart
Create drawdown chart
data_service/dashboard/charts.py:57
↓ 1 callersMethodcreate_factor_analysis_chart
Create factor analysis visualization
data_service/visualization/plotly_charts.py:215
↓ 1 callersMethodcreate_interaction_features
Create interaction features
data_service/ml/feature_engineering.py:217
↓ 1 callersMethodcreate_lag_features
Create lag features
data_service/ml/feature_engineering.py:165
↓ 1 callersMethodcreate_portfolio_performance_chart
Create portfolio performance chart
data_service/visualization/plotly_charts.py:289
↓ 1 callersMethodcreate_real_time_price_chart
Create real-time price chart (candlestick)
data_service/dashboard/charts.py:320
↓ 1 callersMethodcreate_returns_distribution
Create returns distribution histogram
data_service/dashboard/charts.py:85
↓ 1 callersMethodcreate_rolling_features
Create rolling window features
data_service/ml/feature_engineering.py:189
↓ 1 callersMethodcreate_rolling_metrics
Create rolling Sharpe ratio and volatility chart
data_service/dashboard/charts.py:129
↓ 1 callersFunctioncreate_sample_data
Create sample market and factor data
examples/langchain_llm_demo.py:25
↓ 1 callersMethodcreate_sentiment_signal
Create trading signal based on sentiment factor
data_service/ai/sentiment_factor.py:256
↓ 1 callersMethodcreate_statistical_features
Create statistical features
data_service/ml/feature_engineering.py:131
↓ 1 callersMethodcreate_strategy
Create a strategy instance Args: strategy_name: Name of the registered strategy parameters: Strategy
data_service/strategies/strategy_registry.py:63
↓ 1 callersMethodcreate_technical_analysis_chart
Create technical analysis chart with indicators
data_service/visualization/plotly_charts.py:116
↓ 1 callersMethodcreate_technical_indicators
Create technical indicators
data_service/ml/feature_engineering.py:50
↓ 1 callersMethoddelete_document
Delete document from vector store
data_service/vector_db/vector_store.py:223
↓ 1 callersFunctiondemo_complete_pipeline
Demonstrate complete LLM & NLP pipeline
examples/llm_nlp_complete_demo.py:280
↓ 1 callersFunctiondemo_langchain_agent
Demonstrate LangChain agent
examples/llm_nlp_complete_demo.py:229
↓ 1 callersFunctiondemo_llm_integration
Demonstrate LLM integration
examples/llm_nlp_complete_demo.py:195
↓ 1 callersFunctiondemo_market_analysis
演示市场分析功能
demo_llm_nlp_simple.py:82
↓ 1 callersFunctiondemo_market_analysis
Demonstrate market analysis using LLM
examples/langchain_llm_demo.py:63
↓ 1 callersFunctiondemo_matplotlib_charts
演示Matplotlib图表功能
demo_charts_websocket.py:224
↓ 1 callersFunctiondemo_nlp_processing
演示NLP处理功能
demo_llm_nlp_simple.py:24
↓ 1 callersFunctiondemo_nlp_processing
Demonstrate NLP processing pipeline
examples/llm_nlp_complete_demo.py:108
↓ 1 callersFunctiondemo_plotly_charts
演示Plotly图表功能
demo_charts_websocket.py:66
↓ 1 callersFunctiondemo_portfolio_optimization
Demonstrate portfolio optimization using LLM
examples/langchain_llm_demo.py:144
↓ 1 callersFunctiondemo_provider_info
Demonstrate provider information and usage stats
examples/langchain_llm_demo.py:221
↓ 1 callersFunctiondemo_question_answering
Demonstrate trading question answering using LLM
examples/langchain_llm_demo.py:191
↓ 1 callersFunctiondemo_risk_assessment
Demonstrate risk assessment using LLM
examples/langchain_llm_demo.py:106
↓ 1 callersFunctiondemo_sentiment_factor
演示情感因子生成
demo_llm_nlp_simple.py:52
↓ 1 callersFunctiondemo_sentiment_factor_generation
Demonstrate sentiment factor generation
examples/llm_nlp_complete_demo.py:148
↓ 1 callersFunctiondemo_signal_generation
Demonstrate trading signal generation using LLM
examples/langchain_llm_demo.py:83
↓ 1 callersFunctiondemo_strategy_integration
演示与策略系统的集成
demo_llm_nlp_simple.py:130
← previousnext →201–300 of 714, ranked by callers