MANIFEST.in
README.md
setup.cfg
setup.py
gryphon/__init__.py
gryphon.egg-info/PKG-INFO
gryphon.egg-info/SOURCES.txt
gryphon.egg-info/dependency_links.txt
gryphon.egg-info/entry_points.txt
gryphon.egg-info/requires.txt
gryphon.egg-info/top_level.txt
gryphon/dashboards/__init__.py
gryphon/dashboards/alembic.ini
gryphon/dashboards/app.py
gryphon/dashboards/routes.py
gryphon/dashboards/settings.py
gryphon/dashboards/uimodules.py
gryphon/dashboards/handlers/__init__.py
gryphon/dashboards/handlers/admin_base.py
gryphon/dashboards/handlers/assets.py
gryphon/dashboards/handlers/balances.py
gryphon/dashboards/handlers/base.py
gryphon/dashboards/handlers/block_times.py
gryphon/dashboards/handlers/fees.py
gryphon/dashboards/handlers/home.py
gryphon/dashboards/handlers/ledger.py
gryphon/dashboards/handlers/login.py
gryphon/dashboards/handlers/logout.py
gryphon/dashboards/handlers/notfound.py
gryphon/dashboards/handlers/status.py
gryphon/dashboards/handlers/tick_times.py
gryphon/dashboards/handlers/trade_view.py
gryphon/dashboards/handlers/mixins/__init__.py
gryphon/dashboards/handlers/mixins/active_exchanges.py
gryphon/dashboards/handlers/mixins/start_and_end_time.py
gryphon/dashboards/handlers/orderbooks/__init__.py
gryphon/dashboards/handlers/orderbooks/defaults.py
gryphon/dashboards/handlers/orderbooks/orderbook.py
gryphon/dashboards/handlers/strategies/__init__.py
gryphon/dashboards/handlers/strategies/builtin_configs.py
gryphon/dashboards/handlers/strategies/strategy.py
gryphon/dashboards/migrations/__init__.py
gryphon/dashboards/migrations/env.py
gryphon/dashboards/migrations/versions/5169cd803822_initial_migration.py
gryphon/dashboards/models/__init__.py
gryphon/dashboards/models/base.py
gryphon/dashboards/models/user.py
gryphon/dashboards/models/columns/__init__.py
gryphon/dashboards/models/columns/password_column.py
gryphon/dashboards/util/__init__.py
gryphon/dashboards/util/assets.py
gryphon/dashboards/util/balances.py
gryphon/dashboards/util/exchanges.py
gryphon/dashboards/util/old_queries.py
gryphon/dashboards/util/profit.py
gryphon/dashboards/util/queries.py
gryphon/dashboards/util/store_calculations.py
gryphon/dashboards/util/tick_times.py
gryphon/data_service/__init__.py
gryphon/data_service/alembic.ini
gryphon/data_service/auditor_task.py
gryphon/data_service/consts.py
gryphon/data_service/exchange_volume_consumer.py
gryphon/data_service/orderbook_consumer.py
gryphon/data_service/orderbook_poll_task.py
gryphon/data_service/queue_consumer.py
gryphon/data_service/runt.py
gryphon/data_service/task.py
gryphon/data_service/trades_consumer.py
gryphon/data_service/trades_poll_task.py
gryphon/data_service/twisted_producer.py
gryphon/data_service/util.py
gryphon/data_service/utilities_poll_task.py
gryphon/data_service/volume_poll_task.py
gryphon/data_service/websocket_client.py
gryphon/data_service/auditors/__init__.py
gryphon/data_service/auditors/auditor.py
gryphon/data_service/auditors/bitfinex_orderbook_auditor.py
gryphon/data_service/auditors/bitstamp_orderbook_auditor.py
gryphon/data_service/auditors/coinbase_cad_orderbook_auditor.py
gryphon/data_service/auditors/coinbase_orderbook_auditor.py
gryphon/data_service/auditors/heartbeat_auditor.py
gryphon/data_service/auditors/orderbook_auditor.py
gryphon/data_service/auditors/performance_auditor.py
gryphon/data_service/auditors/trades_auditor.py
gryphon/data_service/auditors/trades_volume_auditor.py
gryphon/data_service/migrations/__init__.py
gryphon/data_service/migrations/env.py
gryphon/data_service/migrations/versions/2c7cc7d09efe_initial_migration.py
gryphon/data_service/pollers/__init__.py
gryphon/data_service/pollers/open_exchange_rate_poller.py
gryphon/data_service/pollers/poller.py
gryphon/data_service/pollers/request_poller.py
gryphon/data_service/pollers/orderbook/__init__.py
gryphon/data_service/pollers/orderbook/bitfinex_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_bch_btc_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_bch_eur_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_bch_usd_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_btc_eur_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_btc_usd_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_eth_btc_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_eth_eur_orderbook_poller.py
gryphon/data_service/pollers/orderbook/bitstamp_eth_usd_orderbook_poller.py
gryphon/data_service/pollers/orderbook/coinbase_btc_usd_orderbook_poller.py
gryphon/data_service/pollers/orderbook/gemini_eth_btc_orderbook_poller.py
gryphon/data_service/pollers/orderbook/gemini_eth_usd_orderbook_poller.py
gryphon/data_service/pollers/orderbook/gemini_orderbook_poller.py
gryphon/data_service/pollers/orderbook/itbit_orderbook_poller.py
gryphon/data_service/pollers/orderbook/kraken_cad_orderbook_poller.py
gryphon/data_service/pollers/orderbook/kraken_orderbook_poller.py
gryphon/data_service/pollers/orderbook/kraken_usd_orderbook_poller.py
gryphon/data_service/pollers/orderbook/okcoin_orderbook_poller.py
gryphon/data_service/pollers/orderbook/orderbook_poller.py
gryphon/data_service/pollers/orderbook/poloniex_eth_btc_orderbook_poller.py
gryphon/data_service/pollers/orderbook/quadriga_orderbook_poller.py
gryphon/data_service/pollers/orderbook/websocket/__init__.py
gryphon/data_service/pollers/orderbook/websocket/bitfinex_orderbook_websocket.py
gryphon/data_service/pollers/orderbook/websocket/bitstamp_orderbook_websocket.py
gryphon/data_service/pollers/orderbook/websocket/coinbase_cad_orderbook_websocket.py
gryphon/data_service/pollers/orderbook/websocket/coinbase_orderbook_websocket.py
gryphon/data_service/pollers/orderbook/websocket/websocket_orderbook_poller.py
gryphon/data_service/pollers/trades/__init__.py
gryphon/data_service/pollers/trades/bitfinex_trades_poller.py
gryphon/data_service/pollers/trades/bitstamp_trades_poller.py
gryphon/data_service/pollers/trades/coinbase_cad_trades_poller.py
gryphon/data_service/pollers/trades/coinbase_trades_poller.py
gryphon/data_service/pollers/trades/gemini_trades_poller.py
gryphon/data_service/pollers/trades/itbit_trades_poller.py
gryphon/data_service/pollers/trades/kraken_cad_trades_poller.py
gryphon/data_service/pollers/trades/kraken_trades_poller.py
gryphon/data_service/pollers/trades/kraken_usd_trades_poller.py
gryphon/data_service/pollers/trades/okcoin_trades_poller.py
gryphon/data_service/pollers/trades/quadriga_trades_poller.py
gryphon/data_service/pollers/trades/trades_poller.py
gryphon/data_service/pollers/trades/websocket/__init__.py
gryphon/data_service/pollers/volume/__init__.py
gryphon/data_service/pollers/volume/bitfinex_volume_poller.py
gryphon/data_service/pollers/volume/bitstamp_volume_poller.py
gryphon/data_service/pollers/volume/coinbase_cad_volume_poller.py
gryphon/data_service/pollers/volume/coinbase_volume_poller.py
gryphon/data_service/pollers/volume/itbit_volume_poller.py
gryphon/data_service/pollers/volume/kraken_cad_volume_poller.py
gryphon/data_service/pollers/volume/kraken_usd_volume_poller.py
gryphon/data_service/pollers/volume/kraken_volume_poller.py
gryphon/data_service/pollers/volume/okcoin_volume_poller.py
gryphon/data_service/pollers/volume/quadriga_volume_poller.py
gryphon/data_service/pollers/volume/volume_poller.py
gryphon/data_service/scripts/__init__.py
gryphon/data_service/scripts/autobahn-tester.py
gryphon/data_service/scripts/benchmark.py
gryphon/data_service/scripts/historical_trade_collector.py
gryphon/execution/__init__.py
gryphon/execution/alembic.ini
gryphon/execution/app.py
gryphon/execution/console.py
gryphon/execution/live_runner.py
gryphon/execution/bots/__init__.py
gryphon/execution/bots/bank.py
gryphon/execution/bots/overwatch.py
gryphon/execution/bots/shoebox.py
gryphon/execution/controllers/__init__.py
gryphon/execution/controllers/balance.py
gryphon/execution/controllers/fee_buyback.py
gryphon/execution/controllers/manual_accounting.py
gryphon/execution/controllers/order_book.py
gryphon/execution/controllers/target.py
gryphon/execution/controllers/wind_down.py
gryphon/execution/controllers/withdraw.py
gryphon/execution/harness/__init__.py
gryphon/execution/harness/exchange_coordinator.pyx
gryphon/execution/harness/harness.pyx
gryphon/execution/lib/__init__.py
gryphon/execution/lib/auditing.py
gryphon/execution/lib/conf.py
gryphon/execution/lib/config.py
gryphon/execution/lib/config_helper.py
gryphon/execution/lib/crypto_balancing.py
gryphon/execution/lib/exchange_color.py
gryphon/execution/lib/heartbeat.py
gryphon/execution/lib/sentry.py
gryphon/execution/lib/tick_profiling.py
gryphon/execution/migrations/__init__.py
gryphon/execution/migrations/env.py
gryphon/execution/migrations/versions/4ee15d6375e_initial_migration.py
gryphon/execution/models/__init__.py
gryphon/execution/models/backtesting/__init__.py
gryphon/execution/models/backtesting/result.py
gryphon/execution/models/backtesting/result_trade.py
gryphon/execution/scripts/__init__.py
gryphon/execution/scripts/create_dashboard_user.py
gryphon/execution/scripts/initialize_exchange_ledger.py
gryphon/execution/scripts/itbit_auth_test.py
gryphon/execution/scripts/ledger_export.py
gryphon/execution/scripts/reset_balance.py
gryphon/execution/scripts/run_migrations.py
gryphon/execution/strategies/__init__.py
gryphon/execution/strategies/base.pyx
gryphon/execution/strategies/builtin/__init__.py
gryphon/execution/strategies/builtin/backstop.pyx
gryphon/execution/strategies/builtin/eg_mm_ambition.pyx
gryphon/execution/strategies/builtin/multiexchange_linear.pyx
gryphon/execution/strategies/builtin/post_tick_rebalancing.pyx
gryphon/execution/strategies/builtin/simple_arb.pyx
gryphon/execution/strategies/builtin/simple_market_making.pyx
gryphon/execution/strategies/builtin/simple_market_making_bch.pyx
gryphon/execution/strategies/builtin/simple_market_making_bchbtc.pyx
gryphon/execution/strategies/builtin/simple_market_making_eth.pyx
gryphon/execution/strategies/builtin/simple_market_making_ethbtc.pyx
gryphon/execution/strategies/builtin/simple_market_making_ltc.pyx
gryphon/execution/strategies/builtin/simple_market_making_zec.pyx
gryphon/execution/strategies/builtin/super_simple_arb.pyx
gryphon/execution/strategies/builtin/super_simple_market_making.pyx
gryphon/execution/strategies/builtin/trivial_order_execution.pyx
gryphon/execution/strategies/builtin/fundamental_value/__init__.py
gryphon/execution/strategies/builtin/fundamental_value/native.py
gryphon/execution/strategies/builtin/fundamental_value/v1.py
gryphon/execution/strategies/builtin/fundamental_value/v2.py
gryphon/execution/strategies/builtin/fundamental_value/v3.py
gryphon/lib/__init__.py
gryphon/lib/arbitrage.py
gryphon/lib/assets.py
gryphon/lib/bitcoincharts.py
gryphon/lib/bitcoinwisdom.py
gryphon/lib/cache.py
gryphon/lib/configurable_object.py
gryphon/lib/configuration.py
gryphon/lib/dict_differ.py
gryphon/lib/encrypt.py
gryphon/lib/encrypted_field.py
gryphon/lib/environment.py
gryphon/lib/exchange_volume_lib.py
gryphon/lib/forex.py
gryphon/lib/gryphon_json_serialize.py
gryphon/lib/hackernewsie.py
gryphon/lib/logger.py
gryphon/lib/logperf.py
gryphon/lib/market_making.py
gryphon/lib/money.py
gryphon/lib/order_sliding.py
gryphon/lib/papertrail.py
gryphon/lib/redditor.py
gryphon/lib/retry_request.py
gryphon/lib/session.py
gryphon/lib/singleton.py
gryphon/lib/slacker.py
gryphon/lib/strong_worker.py
gryphon/lib/test_helper.py
gryphon/lib/time_parsing.py
gryphon/lib/twistedbitcoinwisdom.py
gryphon/lib/validation.py
gryphon/lib/worker_scale.py
gryphon/lib/analysis/__init__.py
gryphon/lib/analysis/coefficient.py
gryphon/lib/analysis/exponential_moving_average.py
gryphon/lib/analysis/sharpe.py
gryphon/lib/analysis/legacy/__init__.py
gryphon/lib/analysis/legacy/aroon.py
gryphon/lib/analysis/legacy/average_directional_index.py
gryphon/lib/analysis/legacy/average_true_range.py
gryphon/lib/analysis/legacy/bollinger_bands.py
gryphon/lib/analysis/legacy/center_of_gravity.py
gryphon/lib/analysis/legacy/chaikin_money_flow.py
gryphon/lib/analysis/legacy/chaikin_volatility.py
gryphon/lib/analysis/legacy/chande_momentum_oscillator.py
gryphon/lib/analysis/legacy/chart.py
gryphon/lib/analysis/legacy/commodity_channel_index.py
gryphon/lib/analysis/legacy/ease_of_movement.py
gryphon/lib/analysis/legacy/elder_force_index.py
gryphon/lib/analysis/legacy/gapo.py
gryphon/lib/analysis/legacy/hhll.py
gryphon/lib/analysis/legacy/macd.py
gryphon/lib/analysis/legacy/price_diff.py
gryphon/lib/analysis/legacy/rsi.py
gryphon/lib/analysis/legacy/simple_moving_average.py
gryphon/lib/analysis/legacy/standard_deviation.py
gryphon/lib/analysis/legacy/swing_index.py
gryphon/lib/analysis/legacy/trade_diff.py
gryphon/lib/analysis/legacy/trade_size.py
gryphon/lib/analysis/legacy/util.py
gryphon/lib/analysis/legacy/volatility.py
gryphon/lib/debugging/__init__.py
gryphon/lib/debugging/bitstamp_cert_error.py
gryphon/lib/exchange/__init__.py
gryphon/lib/exchange/base.pyx
gryphon/lib/exchange/bitfinex_btc_usd.py
gryphon/lib/exchange/bitme.py
gryphon/lib/exchange/bitstamp_bch_btc.py
gryphon/lib/exchange/bitstamp_bch_eur.py
gryphon/lib/exchange/bitstamp_bch_usd.py
gryphon/lib/exchange/bitstamp_btc_eur.py
gryphon/lib/exchange/bitstamp_btc_usd.py
gryphon/lib/exchange/bitstamp_eth_btc.py
gryphon/lib/exchange/bitstamp_eth_eur.py
gryphon/lib/exchange/bitstamp_eth_usd.py
gryphon/lib/exchange/bitstamp_staging.py
gryphon/lib/exchange/buttercoin.py
gryphon/lib/exchange/cavirtex.py
gryphon/lib/exchange/coinbase_btc_cad.py
gryphon/lib/exchange/coinbase_btc_usd.py
gryphon/lib/exchange/coinsetter.py
gryphon/lib/exchange/consts.pyx
gryphon/lib/exchange/exceptions.py
gryphon/lib/exchange/exchange_api_wrapper.pyx
gryphon/lib/exchange/exchange_factory.py
gryphon/lib/exchange/exchange_order.pyx
gryphon/lib/exchange/exchange_trade.pyx
gryphon/lib/exchange/gemini_btc_usd.py
gryphon/lib/exchange/gemini_eth_btc.py
gryphon/lib/exchange/gemini_eth_usd.py
gryphon/lib/exchange/gemini_ltc_usd.py
gryphon/lib/exchange/gemini_zec_usd.py
gryphon/lib/exchange/itbit_btc_usd.py
gryphon/lib/exchange/kraken_btc_cad.py
gryphon/lib/exchange/kraken_btc_eur.py
gryphon/lib/exchange/kraken_btc_usd.py
gryphon/lib/exchange/okcoin_btc_usd.py
gryphon/lib/exchange/order_types.py
gryphon/lib/exchange/poloniex_eth_btc.py
gryphon/lib/exchange/quadriga_btc_cad.py
gryphon/lib/exchange/retry.pyx
gryphon/lib/exchange/sim_exchange.pyx
gryphon/lib/exchange/vault_of_satoshi.py
gryphon/lib/gryphonfury/__init__.py
gryphon/lib/gryphonfury/_old_revenue.py
gryphon/lib/gryphonfury/close_options.py
gryphon/lib/gryphonfury/fees.py
gryphon/lib/gryphonfury/positions.py
gryphon/lib/gryphonfury/revenue.py
gryphon/lib/gryphonfury/uptime.py
gryphon/lib/metrics/__init__.py
gryphon/lib/metrics/midpoint.pyx
gryphon/lib/metrics/orderbook_strength.py
gryphon/lib/metrics/quote.py
gryphon/lib/metrics/volume_available.py
gryphon/lib/models/__init__.py
gryphon/lib/models/base.pyx
gryphon/lib/models/basic_order.pyx
gryphon/lib/models/datum.py
gryphon/lib/models/event.py
gryphon/lib/models/exchange.pyx
gryphon/lib/models/flag.pyx
gryphon/lib/models/liability.py
gryphon/lib/models/market_data.py
gryphon/lib/models/order.pyx
gryphon/lib/models/orderbook_snapshot.py
gryphon/lib/models/ticker.py
gryphon/lib/models/trade.pyx
gryphon/lib/models/transaction.py
gryphon/lib/models/atlaszero/__init__.py
gryphon/lib/models/atlaszero/base.py
gryphon/lib/models/atlaszero/metric.py
gryphon/lib/models/atlaszero/metric_types.py
gryphon/lib/models/emeraldhavoc/__init__.py
gryphon/lib/models/emeraldhavoc/base.py
gryphon/lib/models/emeraldhavoc/exchange_volume.py
gryphon/lib/models/emeraldhavoc/orderbook.pyx
gryphon/lib/models/emeraldhavoc/trade.py
gryphon/lib/scrapers/__init__.py
gryphon/lib/scrapers/base.py
gryphon/lib/scrapers/bmo.py
gryphon/lib/scrapers/boa.py
gryphon/lib/util/__init__.py
gryphon/lib/util/list.py
gryphon/lib/util/monkeypatch_timeit.py
gryphon/lib/util/profile.py
gryphon/lib/util/time.py
gryphon/tests/__init__.py
gryphon/tests/runtests.py
gryphon/tests/environment/__init__.py
gryphon/tests/environment/exchange_coordinator/__init__.py
gryphon/tests/environment/exchange_coordinator/auth_methods.py
gryphon/tests/environment/exchange_coordinator/bitstamp.py
gryphon/tests/environment/exchange_coordinator/kraken.py
gryphon/tests/environment/exchange_coordinator/public_methods.py
gryphon/tests/environment/exchange_wrappers/__init__.py
gryphon/tests/environment/exchange_wrappers/auth_methods.py
gryphon/tests/environment/exchange_wrappers/bitstamp_auth.py
gryphon/tests/environment/exchange_wrappers/bitstamp_live_orders.py
gryphon/tests/environment/exchange_wrappers/coinbase_auth.py
gryphon/tests/environment/exchange_wrappers/coinbase_live_orders.py
gryphon/tests/environment/exchange_wrappers/gemini_auth.py
gryphon/tests/environment/exchange_wrappers/gemini_live_orders.py
gryphon/tests/environment/exchange_wrappers/itbit_auth.py
gryphon/tests/environment/exchange_wrappers/itbit_live_orders.py
gryphon/tests/environment/exchange_wrappers/kraken_auth.py
gryphon/tests/environment/exchange_wrappers/kraken_live_orders.py
gryphon/tests/environment/exchange_wrappers/live_orders.py
gryphon/tests/environment/exchange_wrappers/quadriga_auth.py
gryphon/tests/environment/exchange_wrappers/quadriga_live_orders.py
gryphon/tests/extra/__init__.py
gryphon/tests/extra/libraries/__init__.py
gryphon/tests/extra/libraries/sharpe_test.py
gryphon/tests/logic/__init__.py
gryphon/tests/logic/auditing/__init__.py
gryphon/tests/logic/auditing/auditing_test.py
gryphon/tests/logic/configuration/__init__.py
gryphon/tests/logic/configuration/base_test.py
gryphon/tests/logic/configuration/bitstamp_bch_btc_test.py
gryphon/tests/logic/configuration/bitstamp_bch_eur_test.py
gryphon/tests/logic/configuration/bitstamp_bch_usd_test.py
gryphon/tests/logic/configuration/bitstamp_btc_eur_test.py
gryphon/tests/logic/configuration/bitstamp_eth_btc_test.py
gryphon/tests/logic/configuration/bitstamp_eth_eur_test.py
gryphon/tests/logic/configuration/bitstamp_eth_usd_test.py
gryphon/tests/logic/configuration/bitstamp_test.py
gryphon/tests/logic/configuration/coinbase_test.py
gryphon/tests/logic/configuration/exchange.py
gryphon/tests/logic/configuration/execution_config_test.py
gryphon/tests/logic/configuration/gemini_eth_btc_test.py
gryphon/tests/logic/configuration/gemini_eth_usd_test.py
gryphon/tests/logic/configuration/gemini_test.py
gryphon/tests/logic/configuration/itbit_test.py
gryphon/tests/logic/configuration/kraken_cad_test.py
gryphon/tests/logic/configuration/kraken_test.py
gryphon/tests/logic/configuration/kraken_usd_test.py
gryphon/tests/logic/configuration/quadriga_test.py
gryphon/tests/logic/configuration/strategy_config_test.py
gryphon/tests/logic/exchange_wrappers/__init__.py
gryphon/tests/logic/exchange_wrappers/bitstamp_test.py
gryphon/tests/logic/exchange_wrappers/coinbase.py
gryphon/tests/logic/exchange_wrappers/gemini_test.py
gryphon/tests/logic/exchange_wrappers/itbit.py
gryphon/tests/logic/exchange_wrappers/kraken.py
gryphon/tests/logic/exchange_wrappers/public_methods.py
gryphon/tests/logic/exchange_wrappers/quadriga.py
gryphon/tests/logic/libraries/__init__.py
gryphon/tests/logic/libraries/arbitrage_test.py
gryphon/tests/logic/libraries/close_options_test.py
gryphon/tests/logic/libraries/market_making_test.py
gryphon/tests/logic/libraries/midpoint_test.py
gryphon/tests/logic/libraries/money_test.py
gryphon/tests/logic/libraries/order_sliding_test.py
gryphon/tests/logic/libraries/orderbook_strength_test.py
gryphon/tests/logic/libraries/revenue_test.py
gryphon/tests/logic/libraries/volume_available_test.py
gryphon/tests/logic/models/__init__.py
gryphon/tests/logic/models/balance_test.py
gryphon/tests/logic/models/liability_test.py
gryphon/tests/logic/models/order_test.py
gryphon/tests/logic/models/trade_test.py
gryphon/tests/logic/models/transaction_test.py
gryphon/tests/logic/strategies/__init__.py
gryphon/tests/logic/strategies/multi_test.py