MCPcopy Create free account

hub / github.com/GuntharDeNiro/gunbot-quant / types & classes

Types & classes35 in github.com/GuntharDeNiro/gunbot-quant

↓ 11 callersClassBacktestResponse
gunbot_quant/api/models.py:68
↓ 4 callersClassDataManager
gunbot_quant/core/data_manager.py:157
↓ 2 callersClassIndicatorFactory
gunbot_quant/core/indicators.py:140
↓ 1 callersClassDataValidationError
Custom exception for errors related to data integrity or availability.
gunbot_quant/core/utils.py:10
↓ 1 callersClassDynamicMomentumOptimizer
This is a complex, stateful strategy with its own optimization loop, which doesn't fit the generic BaseStrategy interface. It periodicall
gunbot_quant/strategies/dynamic_momentum_optimizer.py:38
↓ 1 callersClassScreenerData
gunbot_quant/api/models.py:26
↓ 1 callersClassScreenerResponse
gunbot_quant/api/models.py:35
ClassBacktestRequest
gunbot_quant/api/models.py:45
ClassBaseStrategy
Abstract base class for all generic trading strategies.
gunbot_quant/strategies/base_strategy.py:7
ClassBbReversion
gunbot_quant/strategies/strategy_library.py:132
ClassBollingerBandRide
gunbot_quant/strategies/strategy_library.py:194
ClassDonchianBreakout
gunbot_quant/strategies/strategy_library.py:169
ClassEMACross
gunbot_quant/strategies/strategy_library.py:150
ClassFindBetterPairRequest
gunbot_quant/api/models.py:92
ClassGridStrategy
A market-neutral floating grid strategy that profits from volatility.
gunbot_quant/strategies/strategy_library.py:17
ClassGunbotAddPairRequest
gunbot_quant/api/models.py:103
ClassGunbotBenchmarkRequest
gunbot_quant/api/models.py:81
ClassGunbotConnectRequest
gunbot_quant/api/models.py:74
ClassGunbotNormalizeRequest
gunbot_quant/api/models.py:89
ClassGunbotRemovePairRequest
gunbot_quant/api/models.py:119
ClassHeikinAshiTrend
gunbot_quant/strategies/strategy_library.py:163
ClassKeltnerSqueezeBreakout
gunbot_quant/strategies/strategy_library.py:175
ClassMacdCross
gunbot_quant/strategies/strategy_library.py:144
ClassNumpyEncoder
A custom JSONEncoder to handle NumPy data types that are not natively serializable by the standard json library.
gunbot_quant/core/utils.py:15
ClassRSIStochComboTP
gunbot_quant/strategies/strategy_library.py:187
ClassRsiReversion
gunbot_quant/strategies/strategy_library.py:126
ClassScreener
Analyzes the market to find promising symbols based on dynamic filter criteria.
gunbot_quant/core/screener.py:17
ClassScreenerConfig
gunbot_quant/api/models.py:12
ClassScreenerFilter
gunbot_quant/api/models.py:7
ClassScreenerRequest
gunbot_quant/api/models.py:22
ClassStochasticReversion
gunbot_quant/strategies/strategy_library.py:138
ClassStrategyConfig
gunbot_quant/api/models.py:40
ClassSupertrendFollower
gunbot_quant/strategies/strategy_library.py:156
ClassTrendFilterRSIEntry
gunbot_quant/strategies/strategy_library.py:181
ClassYFPricesMissingError
gunbot_quant/core/data_manager.py:18