MCPcopy Create free account

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

Functions714 in github.com/0xemmkty/QuantMuse

↓ 1 callersMethodupdateChartInfo
(latestData, symbol)
static/js/app.js:823
↓ 1 callersMethodupdateDashboardMetrics
(data)
static/js/app.js:116
↓ 1 callersMethodupdatePortfolioDisplay
(data)
static/js/app.js:644
↓ 1 callersMethodupdatePosition
backend/include/common/types.hpp:95
↓ 1 callersMethodupdate_portfolio
Update portfolio with current prices and calculate P&L
data_service/factors/stock_selector.py:268
↓ 1 callersMethodvalidate_parameters
Validate strategy parameters
data_service/strategies/strategy_base.py:46
MethodDataLoader
DataLoader类的实现
backend/src/data_loader.cpp:107
MethodImpl
backend/src/data_loader.cpp:13
MethodMovingAverageStrategy
backend/src/strategy.cpp:7
MethodOrder
backend/include/common/types.hpp:53
MethodOrderExecutor
backend/src/order_executor.cpp:6
MethodPosition
backend/include/common/types.hpp:93
MethodRiskManager
backend/src/risk_manager.cpp:7
MethodSetUp
backend/tests/test_data_loader.cpp:6
MethodSetUp
backend/tests/test_risk_manager.cpp:6
FunctionTEST_F
backend/tests/test_data_loader.cpp:13
FunctionTEST_F
backend/tests/test_risk_manager.cpp:20
MethodTradingEngine
backend/src/main.cpp:23
Method__contains__
Check if strategy is registered
data_service/strategies/strategy_registry.py:144
Method__init__
(self, db_path: str = "vector_store.db")
data_service/vector_db/vector_store.py:25
Method__init__
(self)
data_service/visualization/plotly_charts.py:19
Method__init__
(self, name: str, description: str = "")
data_service/strategies/strategy_base.py:22
Method__init__
(self)
data_service/strategies/builtin_strategies.py:10
Method__init__
(self)
data_service/strategies/builtin_strategies.py:152
Method__init__
(self)
data_service/strategies/builtin_strategies.py:220
Method__init__
(self)
data_service/strategies/builtin_strategies.py:287
Method__init__
(self)
data_service/strategies/strategy_optimizer.py:13
Method__init__
(self)
data_service/strategies/strategy_registry.py:8
Method__init__
(self)
data_service/strategies/strategy_runner.py:11
Method__init__
(self)
data_service/backtest/performance_analyzer.py:12
Method__init__
(self, initial_capital: float = 100000.0, commission_rate: float = 0.001)
data_service/backtest/backtest_engine.py:31
Method__init__
(self, host: str = 'localhost', port: int = 6379, db: int = 0, password: Optional[str] = Non
data_service/storage/cache_manager.py:11
Method__init__
(self, db_type: str = "sqlite", db_path: str = "trading_data.db", connection_string: Optiona
data_service/storage/database_manager.py:12
Method__init__
(self, base_path: str = "data")
data_service/storage/file_storage.py:13
Method__init__
(self, lookback_period: int = 252, holding_period: int = 21)
data_service/factors/factor_backtest.py:39
Method__init__
(self)
data_service/factors/factor_calculator.py:21
Method__init__
(self)
data_service/factors/factor_optimizer.py:23
Method__init__
(self)
data_service/factors/factor_screener.py:31
Method__init__
(self, max_positions: int = 50, min_weight: float = 0.01, max_weight: float
data_service/factors/stock_selector.py:31
Method__init__
(self, api_keys: Dict[str, str] = None)
data_service/ai/social_media_monitor.py:28
Method__init__
(self, use_spacy: bool = True, use_transformers: bool = True)
data_service/ai/nlp_processor.py:39
Method__init__
(self)
data_service/ai/sentiment_factor.py:26
Method__init__
(self, api_key: str, model: str = "gpt-3.5-turbo")
data_service/ai/llm_integration.py:48
Method__init__
(self, model_name: str = "microsoft/DialoGPT-medium")
data_service/ai/llm_integration.py:111
Method__init__
(self, provider: str = "openai", api_key: str = None, model: str = "gpt-3.5-turbo")
data_service/ai/llm_integration.py:165
Method__init__
(self, llm_integration, nlp_processor=None)
data_service/ai/langchain_agent.py:39
Method__init__
(self, api_keys: Dict[str, str] = None)
data_service/ai/news_processor.py:24
Method__init__
(self, openai_api_key: Optional[str] = None, use_openai: bool = True)
data_service/ai/sentiment_analyzer.py:24
Method__init__
(self, exchanges: List[str] = None)
data_service/realtime/real_time_feed.py:45
Method__init__
(self, exchange: str = "binance")
data_service/realtime/websocket_client.py:30
Method__init__
(self)
data_service/ml/feature_engineering.py:40
Method__init__
(self, model_type: str = 'random_forest')
data_service/ml/ml_models.py:85
Method__init__
(self, model_type: str = 'random_forest')
data_service/ml/ml_models.py:236
Method__init__
(self)
data_service/ml/ml_models.py:400
Method__init__
初始化Alpha Vantage客户端 :param api_key: Alpha Vantage API key
data_service/fetchers/alpha_vantage_fetcher.py:12
Method__init__
初始化Binance客户端 :param api_key: Binance API key (可选) :param api_secret: Binance API secret (可选)
data_service/fetchers/binance_fetcher.py:13
Method__init__
(self)
data_service/fetchers/yahoo_fetcher.py:10
Method__init__
(self)
data_service/api/api_manager.py:38
Method__init__
(self)
data_service/web/dashboard.py:15
Method__init__
(self)
data_service/web/strategy_ui.py:15
Method__init__
(self, host: str = "0.0.0.0", port: int = 8000)
data_service/web/api_server.py:65
Method__init__
(self)
data_service/dashboard/dashboard_app.py:38
Method__init__
(self)
data_service/dashboard/charts.py:13
Method__init__
(self)
data_service/dashboard/widgets.py:11
Method__init__
(self)
data_service/processors/data_processor.py:17
Method__init__
(self)
examples/extensible_strategy_demo.py:106
Method__init__
(self)
examples/quantitative_strategies.py:20
Method__init__
(self)
examples/yahoo_example.py:8
Method__len__
Number of registered strategies
data_service/strategies/strategy_registry.py:148
Method__repr__
(self)
data_service/strategies/strategy_base.py:94
Method__str__
(self)
data_service/strategies/strategy_base.py:91
Method_analyze_market_data
Tool for market data analysis
data_service/ai/langchain_agent.py:452
Method_analyze_sentiment
Tool for sentiment analysis
data_service/ai/langchain_agent.py:456
Method_assess_risk
Tool for risk assessment
data_service/ai/langchain_agent.py:464
Method_handle_websocket_message
Handle incoming WebSocket message
data_service/realtime/real_time_feed.py:105
Method_perform_technical_analysis
Tool for technical analysis
data_service/ai/langchain_agent.py:460
Methodadd_document
Add document to vector store
data_service/vector_db/vector_store.py:86
Methodadd_error_handler
Add error handler
data_service/realtime/websocket_client.py:281
Methodadd_liquidity_filter
Add liquidity filter
data_service/factors/factor_screener.py:278
Methodadd_model
Add a model to the manager
data_service/ml/ml_models.py:405
Methodadd_retry_logic
Add custom retry logic for an endpoint
data_service/api/api_manager.py:300
Methodalerts_panel
Alerts and notifications panel
data_service/dashboard/widgets.py:386
Methodanalyze_factors
Analyze factor performance
data_service/web/api_server.py:209
Methodanalyze_market_intelligence
Analyze market intelligence using LLM agent
data_service/ai/langchain_agent.py:135
Methodanalyze_news_batch
Analyze sentiment for a batch of news items
data_service/ai/sentiment_analyzer.py:181
Methodanalyze_performance
Comprehensive performance analysis
data_service/backtest/performance_analyzer.py:15
Methodanalyze_with_ai
Analyze text using AI
data_service/web/api_server.py:236
MethodcalculateOrderSize
backend/src/main.cpp:128
Methodcalculate_information_coefficient
Calculate Information Coefficient (IC) for a factor
data_service/factors/factor_backtest.py:295
Methodcategorize_news
Categorize news items by type
data_service/ai/news_processor.py:217
Methodclear_all
Clear all cache
data_service/storage/cache_manager.py:92
Methodclear_cache
Clear response cache
data_service/api/api_manager.py:286
Methodclear_history
Clear execution history
data_service/strategies/strategy_runner.py:247
Methodclear_optimization_history
Clear optimization history
data_service/strategies/strategy_optimizer.py:294
Methodcompare_models
Compare all trained models
data_service/ml/ml_models.py:439
Methodconstructor
()
static/js/app.js:4
MethodconvertPyToMarketData
backend/src/data_loader.cpp:79
MethodcreateOrder
backend/src/main.cpp:119
Methodcreate_3d_surface_chart
Create 3D surface chart
data_service/visualization/plotly_charts.py:459
Methodcreate_collection
Create a new collection
data_service/vector_db/vector_store.py:295
← previousnext →401–500 of 714, ranked by callers