gryphon-framework
latest
Starting Out
Installation
Using Gryphon for Trading
In Depth
Writing Strategies
Exchange Integrations
Advanced Engine Features
Ledger Maintenance
Dashboard Server
Gryphon Data Service (GDS)
Business Management Features
Configuration
Reference
Contributing to Gryphon
Python Style Guide
Environment Variable Reference
Reading List
gryphon-framework
Docs
»
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
A
ActiveExchangesMixin (class in gryphon.dashboards.handlers.mixins.active_exchanges)
added() (gryphon.lib.dict_differ.DictDiffer method)
all_bank_accounts() (in module gryphon.lib.exchange.exchange_factory)
all_current_and_historical_exchanges() (in module gryphon.lib.exchange.exchange_factory)
all_exchange_datas() (in module gryphon.lib.exchange.exchange_factory)
all_exchanges() (in module gryphon.lib.exchange.exchange_factory)
C
CachedOrderbookFailure
CancelOrderNotFoundError
canonical_key() (in module gryphon.lib.exchange.exchange_factory)
changed() (gryphon.lib.dict_differ.DictDiffer method)
commit_mysql_session() (in module gryphon.lib.session)
ConfigurableObject (class in gryphon.lib.configurable_object)
configure() (gryphon.lib.configurable_object.ConfigurableObject method)
D
DictDiffer (class in gryphon.lib.dict_differ)
distinct() (in module gryphon.lib.util.list)
E
ExchangeAPIErrorException
ExchangeAPIFailureException
ExchangeException
ExchangeNotIntegratedError
F
flatten() (in module gryphon.lib.util.list)
G
generate_initial_series_name_list() (in module gryphon.lib.models.atlaszero.metric_types)
get() (gryphon.lib.retry_request.RetryRequest static method)
get_a_dashboard_db_mysql_session() (in module gryphon.lib.session)
get_a_gds_db_mysql_session() (in module gryphon.lib.session)
get_a_memcache_connection() (in module gryphon.lib.session)
get_a_mongo_connection() (in module gryphon.lib.session)
get_a_mysql_session() (in module gryphon.lib.session)
get_a_redis_connection() (in module gryphon.lib.session)
get_a_trading_db_mysql_session() (in module gryphon.lib.session)
get_a_worker_queue() (in module gryphon.lib.session)
get_active_exchanges() (gryphon.dashboards.handlers.mixins.active_exchanges.ActiveExchangesMixin method)
get_all_initialized_exchange_wrappers() (in module gryphon.lib.exchange.exchange_factory)
get_an_rq_connection() (in module gryphon.lib.session)
get_api_wrapper_class_by_name() (in module gryphon.lib.exchange.exchange_factory)
get_config_var() (in module gryphon.execution.lib.config)
get_dashboard_db_mysql_creds() (in module gryphon.lib.session)
get_gds_db_mysql_creds() (in module gryphon.lib.session)
get_logger() (in module gryphon.lib.logger)
get_metric_type_int() (in module gryphon.lib.models.atlaszero.metric_types)
get_mongo_creds() (in module gryphon.lib.session)
get_redis_creds() (in module gryphon.lib.session)
get_relevant_valuesa_and_timestamps() (in module gryphon.lib.analysis.legacy.util)
get_trading_db_mysql_creds() (in module gryphon.lib.session)
gryphon (module)
gryphon.dashboards (module)
gryphon.dashboards.handlers (module)
gryphon.dashboards.handlers.mixins (module)
gryphon.dashboards.handlers.mixins.active_exchanges (module)
gryphon.dashboards.handlers.orderbooks (module)
gryphon.dashboards.handlers.orderbooks.defaults (module)
gryphon.dashboards.handlers.strategies (module)
gryphon.dashboards.migrations (module)
gryphon.dashboards.models (module)
gryphon.dashboards.models.columns (module)
gryphon.dashboards.util (module)
gryphon.dashboards.util.exchanges (module)
gryphon.data_service (module)
gryphon.data_service.auditors (module)
gryphon.data_service.consts (module)
gryphon.data_service.migrations (module)
gryphon.data_service.pollers (module)
gryphon.data_service.pollers.orderbook (module)
gryphon.data_service.pollers.orderbook.websocket (module)
gryphon.data_service.pollers.poller (module)
gryphon.data_service.pollers.trades (module)
gryphon.data_service.pollers.trades.websocket (module)
gryphon.data_service.pollers.volume (module)
gryphon.data_service.scripts (module)
gryphon.data_service.task (module)
gryphon.execution (module)
gryphon.execution.bots (module)
gryphon.execution.controllers (module)
gryphon.execution.harness (module)
gryphon.execution.lib (module)
gryphon.execution.lib.conf (module)
gryphon.execution.lib.config (module)
gryphon.execution.lib.heartbeat (module)
gryphon.execution.migrations (module)
gryphon.execution.models (module)
gryphon.execution.models.backtesting (module)
gryphon.execution.strategies (module)
gryphon.execution.strategies.builtin (module)
gryphon.lib (module)
gryphon.lib.analysis (module)
gryphon.lib.analysis.legacy (module)
gryphon.lib.analysis.legacy.average_directional_index (module)
gryphon.lib.analysis.legacy.commodity_channel_index (module)
gryphon.lib.analysis.legacy.price_diff (module)
gryphon.lib.analysis.legacy.standard_deviation (module)
gryphon.lib.analysis.legacy.swing_index (module)
gryphon.lib.analysis.legacy.trade_diff (module)
gryphon.lib.analysis.legacy.trade_size (module)
gryphon.lib.analysis.legacy.util (module)
gryphon.lib.configurable_object (module)
gryphon.lib.debugging (module)
gryphon.lib.dict_differ (module)
gryphon.lib.exchange (module)
gryphon.lib.exchange.exceptions (module)
gryphon.lib.exchange.exchange_factory (module)
gryphon.lib.exchange.order_types (module)
gryphon.lib.gryphon_json_serialize (module)
gryphon.lib.gryphonfury (module)
gryphon.lib.logger (module)
gryphon.lib.logperf (module)
gryphon.lib.metrics (module)
gryphon.lib.models (module)
gryphon.lib.models.atlaszero (module)
gryphon.lib.models.atlaszero.metric_types (module)
gryphon.lib.models.emeraldhavoc (module)
gryphon.lib.retry_request (module)
gryphon.lib.scrapers (module)
gryphon.lib.scrapers.base (module)
gryphon.lib.session (module)
gryphon.lib.singleton (module)
gryphon.lib.slacker (module)
gryphon.lib.test_helper (module)
gryphon.lib.util (module)
gryphon.lib.util.list (module)
gryphon.lib.util.monkeypatch_timeit (module)
gryphon.lib.util.time (module)
gryphon.tests (module)
gryphon.tests.environment (module)
gryphon.tests.environment.exchange_coordinator (module)
gryphon.tests.environment.exchange_wrappers (module)
gryphon.tests.extra (module)
gryphon.tests.extra.libraries (module)
gryphon.tests.logic (module)
gryphon.tests.logic.auditing (module)
gryphon.tests.logic.configuration (module)
gryphon.tests.logic.exchange_wrappers (module)
gryphon.tests.logic.libraries (module)
gryphon.tests.logic.models (module)
gryphon.tests.logic.strategies (module)
H
Heartbeat (class in gryphon.execution.lib.heartbeat)
heartbeat() (gryphon.execution.lib.heartbeat.Heartbeat method)
historical_exchange_datas() (in module gryphon.lib.exchange.exchange_factory)
historical_exchanges() (in module gryphon.lib.exchange.exchange_factory)
humanize_seconds() (in module gryphon.lib.util.time)
I
init_configurable() (gryphon.lib.configurable_object.ConfigurableObject method)
initialized_ledgers() (in module gryphon.lib.exchange.exchange_factory)
InsufficientFundsError
L
load_exchange_names() (in module gryphon.dashboards.util.exchanges)
log_request_perf() (in module gryphon.lib.logperf)
M
main() (in module gryphon.lib)
make_exchange_data_from_key() (in module gryphon.lib.exchange.exchange_factory)
make_exchange_datas_from_keys() (in module gryphon.lib.exchange.exchange_factory)
make_exchange_from_key() (in module gryphon.lib.exchange.exchange_factory)
map_pair_name_to_exchange_name() (in module gryphon.lib.exchange.exchange_factory)
MetricTypeException
MinimumOrderSizeError
monkeypatch_decimal_to_cdecimal() (in module gryphon.lib)
monkeypatch_timeit() (in module gryphon.lib.util.monkeypatch_timeit)
N
NoEffectOrderCancelledError
NonceError
notify() (gryphon.lib.slacker.Slacker method)
P
parse_active_exchanges() (gryphon.dashboards.handlers.mixins.active_exchanges.ActiveExchangesMixin method)
parse_response() (gryphon.data_service.pollers.poller.Poller method)
Poller (class in gryphon.data_service.pollers.poller)
post() (gryphon.lib.retry_request.RetryRequest static method)
prepare() (in module gryphon.lib)
price_diff() (in module gryphon.lib.analysis.legacy.price_diff)
price_diff_compare() (in module gryphon.lib.analysis.legacy.price_diff)
price_diff_rolling_average() (in module gryphon.lib.analysis.legacy.price_diff)
R
removed() (gryphon.lib.dict_differ.DictDiffer method)
RetryRequest (class in gryphon.lib.retry_request)
S
Scraper (class in gryphon.lib.scrapers.base)
Scraper.MaintenanceException
Singleton (class in gryphon.lib.singleton)
skipped() (in module gryphon.lib.test_helper)
Slacker (class in gryphon.lib.slacker)
SlackerException
standard_deviation() (in module gryphon.lib.analysis.legacy.standard_deviation)
start() (gryphon.data_service.pollers.poller.Poller method)
start_task() (gryphon.data_service.task.Task method)
stop_task() (gryphon.data_service.task.Task method)
SwingIndex() (in module gryphon.lib.analysis.legacy.swing_index)
T
Task (class in gryphon.data_service.task)
test_metric_type_completeness() (in module gryphon.lib.models.atlaszero.metric_types)
test_metric_type_uniqueness() (in module gryphon.lib.models.atlaszero.metric_types)
trade_diff() (in module gryphon.lib.analysis.legacy.trade_diff)
trade_size() (in module gryphon.lib.analysis.legacy.trade_size)
U
unchanged() (gryphon.lib.dict_differ.DictDiffer method)