MCPcopy Create free account

hub / github.com/CryptoSignal/Crypto-Signal / types & classes

Types & classes28 in github.com/CryptoSignal/Crypto-Signal

↓ 1 callersClassBehaviour
Default analyzer which gives users basic trading information.
app/behaviour.py:17
↓ 1 callersClassConfiguration
Parses the environment configuration to create the config objects.
app/conf.py:9
↓ 1 callersClassDiscordNotifier
Class for handling Discord notifications
app/notifiers/discord_client.py:8
↓ 1 callersClassExchangeInterface
Interface for performing queries against exchange API's
app/exchange.py:13
↓ 1 callersClassGmailNotifier
Class for handling gmail notifications
app/notifiers/gmail_client.py:11
↓ 1 callersClassNotifier
Handles sending notifications via the configured notifiers
app/notification.py:16
↓ 1 callersClassOutput
Handles outputting results to the terminal.
app/outputs.py:9
↓ 1 callersClassSlackNotifier
Class for handling slack notifications
app/notifiers/slack_client.py:9
↓ 1 callersClassStdoutNotifier
Class for handling stdout notifications
app/notifiers/stdout_client.py:9
↓ 1 callersClassStrategyAnalyzer
Contains all the methods required for analyzing strategies.
app/analysis.py:15
↓ 1 callersClassTelegramNotifier
Used to notify user of events via telegram.
app/notifiers/telegram_client.py:13
↓ 1 callersClassTwilioNotifier
Class for handling twilio notifications
app/notifiers/twilio_client.py:9
↓ 1 callersClassWebhookNotifier
Class for handling webhook notifications
app/notifiers/webhook_client.py:9
ClassBollinger
app/analyzers/informants/bollinger_bands.py:14
ClassCrossOver
app/analyzers/crossover.py:11
ClassEMA
app/analyzers/informants/ema.py:12
ClassIchimoku
app/analyzers/indicators/ichimoku.py:13
ClassIndicatorUtils
Utilities for technical indicators
app/analyzers/utils.py:10
ClassMACD
app/analyzers/indicators/macd.py:12
ClassMFI
app/analyzers/indicators/mfi.py:12
ClassMomentum
app/analyzers/indicators/momentum.py:12
ClassNotifierUtils
Utilities for notifiers
app/notifiers/utils.py:6
ClassOBV
app/analyzers/indicators/obv.py:12
ClassOHLCV
app/analyzers/informants/ohlcv.py:6
ClassRSI
app/analyzers/indicators/rsi.py:12
ClassSMA
app/analyzers/informants/sma.py:12
ClassStochasticRSI
app/analyzers/indicators/stoch_rsi.py:13
ClassVWAP
app/analyzers/informants/vwap.py:13