Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xemmkty/QuantMuse
/ functions
Functions
714 in github.com/0xemmkty/QuantMuse
⨍
Functions
714
◇
Types & classes
115
↳
Endpoints
19
↓ 1 callers
Method
updateChartInfo
(latestData, symbol)
static/js/app.js:823
↓ 1 callers
Method
updateDashboardMetrics
(data)
static/js/app.js:116
↓ 1 callers
Method
updatePortfolioDisplay
(data)
static/js/app.js:644
↓ 1 callers
Method
updatePosition
backend/include/common/types.hpp:95
↓ 1 callers
Method
update_portfolio
Update portfolio with current prices and calculate P&L
data_service/factors/stock_selector.py:268
↓ 1 callers
Method
validate_parameters
Validate strategy parameters
data_service/strategies/strategy_base.py:46
Method
DataLoader
DataLoader类的实现
backend/src/data_loader.cpp:107
Method
Impl
backend/src/data_loader.cpp:13
Method
MovingAverageStrategy
backend/src/strategy.cpp:7
Method
Order
backend/include/common/types.hpp:53
Method
OrderExecutor
backend/src/order_executor.cpp:6
Method
Position
backend/include/common/types.hpp:93
Method
RiskManager
backend/src/risk_manager.cpp:7
Method
SetUp
backend/tests/test_data_loader.cpp:6
Method
SetUp
backend/tests/test_risk_manager.cpp:6
Function
TEST_F
backend/tests/test_data_loader.cpp:13
Function
TEST_F
backend/tests/test_risk_manager.cpp:20
Method
TradingEngine
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
Method
add_document
Add document to vector store
data_service/vector_db/vector_store.py:86
Method
add_error_handler
Add error handler
data_service/realtime/websocket_client.py:281
Method
add_liquidity_filter
Add liquidity filter
data_service/factors/factor_screener.py:278
Method
add_model
Add a model to the manager
data_service/ml/ml_models.py:405
Method
add_retry_logic
Add custom retry logic for an endpoint
data_service/api/api_manager.py:300
Method
alerts_panel
Alerts and notifications panel
data_service/dashboard/widgets.py:386
Method
analyze_factors
Analyze factor performance
data_service/web/api_server.py:209
Method
analyze_market_intelligence
Analyze market intelligence using LLM agent
data_service/ai/langchain_agent.py:135
Method
analyze_news_batch
Analyze sentiment for a batch of news items
data_service/ai/sentiment_analyzer.py:181
Method
analyze_performance
Comprehensive performance analysis
data_service/backtest/performance_analyzer.py:15
Method
analyze_with_ai
Analyze text using AI
data_service/web/api_server.py:236
Method
calculateOrderSize
backend/src/main.cpp:128
Method
calculate_information_coefficient
Calculate Information Coefficient (IC) for a factor
data_service/factors/factor_backtest.py:295
Method
categorize_news
Categorize news items by type
data_service/ai/news_processor.py:217
Method
clear_all
Clear all cache
data_service/storage/cache_manager.py:92
Method
clear_cache
Clear response cache
data_service/api/api_manager.py:286
Method
clear_history
Clear execution history
data_service/strategies/strategy_runner.py:247
Method
clear_optimization_history
Clear optimization history
data_service/strategies/strategy_optimizer.py:294
Method
compare_models
Compare all trained models
data_service/ml/ml_models.py:439
Method
constructor
()
static/js/app.js:4
Method
convertPyToMarketData
backend/src/data_loader.cpp:79
Method
createOrder
backend/src/main.cpp:119
Method
create_3d_surface_chart
Create 3D surface chart
data_service/visualization/plotly_charts.py:459
Method
create_collection
Create a new collection
data_service/vector_db/vector_store.py:295
← previous
next →
401–500 of 714, ranked by callers