MCPcopy Create free account

hub / github.com/diogomatoschaves/MyCryptoBot / functions

Functions982 in github.com/diogomatoschaves/MyCryptoBot

Method__repr__
(self)
data/service/helpers/exceptions/strategy_combination_invalid.py:11
Method__repr__
(self)
data/service/helpers/exceptions/pipeline_start_fail.py:11
Method__repr__
(self)
data/service/helpers/exceptions/data_pipeline_could_not_be_stopped.py:11
Method__repr__
(self)
data/service/helpers/exceptions/candle_size_required.py:9
Method__repr__
(self)
data/service/helpers/exceptions/exchange_invalid.py:11
Method__repr__
(self)
data/service/helpers/exceptions/exchange_required.py:9
Method__repr__
(self)
data/service/helpers/exceptions/name_required.py:9
Method__repr__
(self)
data/service/helpers/exceptions/symbol_required.py:9
Method__repr__
(self)
data/service/helpers/exceptions/data_pipeline_ongoing.py:13
Method__repr__
(self)
data/service/helpers/exceptions/candle_size_invalid.py:11
Method__repr__
(self)
shared/utils/exceptions.py:8
Method__repr__
(self)
shared/utils/exceptions.py:19
Method__repr__
(self)
shared/utils/exceptions/equity_required.py:9
Method__repr__
(self)
shared/utils/exceptions/equity_invalid.py:11
Method__repr__
(self)
shared/utils/exceptions/leverage_invalid.py:11
Method__repr__
(self)
shared/utils/exceptions/optimization_parameters_invalid.py:11
Method__repr__
(self)
shared/utils/exceptions/no_such_pipeline.py:11
Method__repr__
(self)
shared/utils/exceptions/symbol_invalid.py:11
Method__repr__
(self)
shared/utils/exceptions/no_config_file.py:9
Method__repr__
(self)
shared/utils/exceptions/strategy_invalid.py:11
Method__repr__
(self)
shared/utils/exceptions/strategy_required.py:9
Method__repr__
(self)
execution/service/helpers/exceptions/symbol_not_being_traded.py:11
Method__repr__
(self)
execution/service/helpers/exceptions/signal_invalid.py:11
Method__repr__
(self)
execution/service/helpers/exceptions/no_such_symbol.py:11
Method__repr__
(self)
execution/service/helpers/exceptions/negative_equity.py:11
Method__repr__
(self)
execution/service/helpers/exceptions/signal_required.py:9
Method__repr__
(self)
execution/service/helpers/exceptions/leverage_setting_fail.py:11
Method__repr__
(self)
execution/service/helpers/exceptions/insufficient_balance.py:12
Method__repr__
(self)
execution/service/helpers/exceptions/pipeline_not_active.py:11
Method__repr__
(self)
execution/service/helpers/exceptions/bookkeeping_failed.py:20
Method__repr__
(self)
execution/service/helpers/exceptions/symbol_already_traded.py:11
Method__str__
(self)
database/model/models.py:66
Method__str__
(self)
database/model/models.py:200
Method__str__
(self)
database/model/models.py:347
Method__str__
(self)
model/signal_generation/_exceptions.py:17
Method__str__
(self)
model/signal_generation/_exceptions.py:35
Method__str__
(self)
data/service/helpers/exceptions/color_required.py:6
Method__str__
(self)
data/service/helpers/exceptions/params_invalid.py:8
Method__str__
(self)
data/service/helpers/exceptions/data_pipeline_does_not_exist.py:8
Method__str__
(self)
data/service/helpers/exceptions/params_required.py:9
Method__str__
(self)
data/service/helpers/exceptions/strategy_combination_invalid.py:8
Method__str__
(self)
data/service/helpers/exceptions/pipeline_start_fail.py:8
Method__str__
(self)
data/service/helpers/exceptions/data_pipeline_could_not_be_stopped.py:8
Method__str__
(self)
data/service/helpers/exceptions/candle_size_required.py:6
Method__str__
(self)
data/service/helpers/exceptions/exchange_invalid.py:8
Method__str__
(self)
data/service/helpers/exceptions/exchange_required.py:6
Method__str__
(self)
data/service/helpers/exceptions/name_required.py:6
Method__str__
(self)
data/service/helpers/exceptions/symbol_required.py:6
Method__str__
(self)
data/service/helpers/exceptions/data_pipeline_ongoing.py:10
Method__str__
(self)
data/service/helpers/exceptions/candle_size_invalid.py:8
Method__str__
(self)
shared/utils/exceptions.py:5
Method__str__
(self)
shared/utils/exceptions.py:16
Method__str__
(self)
shared/utils/exceptions/equity_required.py:6
Method__str__
(self)
shared/utils/exceptions/equity_invalid.py:8
Method__str__
(self)
shared/utils/exceptions/leverage_invalid.py:8
Method__str__
(self)
shared/utils/exceptions/optimization_parameters_invalid.py:8
Method__str__
(self)
shared/utils/exceptions/no_such_pipeline.py:8
Method__str__
(self)
shared/utils/exceptions/symbol_invalid.py:8
Method__str__
(self)
shared/utils/exceptions/no_config_file.py:6
Method__str__
(self)
shared/utils/exceptions/strategy_invalid.py:8
Method__str__
(self)
shared/utils/exceptions/strategy_required.py:6
Method__str__
(self)
execution/service/helpers/exceptions/symbol_not_being_traded.py:8
Method__str__
(self)
execution/service/helpers/exceptions/signal_invalid.py:8
Method__str__
(self)
execution/service/helpers/exceptions/no_such_symbol.py:8
Method__str__
(self)
execution/service/helpers/exceptions/negative_equity.py:8
Method__str__
(self)
execution/service/helpers/exceptions/signal_required.py:6
Method__str__
(self)
execution/service/helpers/exceptions/leverage_setting_fail.py:8
Method__str__
(self)
execution/service/helpers/exceptions/insufficient_balance.py:9
Method__str__
(self)
execution/service/helpers/exceptions/pipeline_not_active.py:8
Method__str__
(self)
execution/service/helpers/exceptions/bookkeeping_failed.py:17
Method__str__
(self)
execution/service/helpers/exceptions/symbol_already_traded.py:8
Method_delete
(self)
data/sources/binance/_binance.py:88
Method_execute_order
Executes an order on the Binance Futures market for a given symbol with specified parameters. Parameters ----------
execution/exchanges/binance/futures/_trading.py:342
Method_format_order
(self, order, pipeline_id)
execution/exchanges/binance/futures/_trading.py:484
Method_init_session
(self)
execution/tests/setup/fixtures/external_modules.py:14
Function_reset_state
Test hook: drop the cached connection.
shared/utils/events.py:36
Function_reset_state
Test hook: clear the throttle cache, credential cache and the one-time warning flag.
shared/utils/notifier.py:24
Method_websocket_callback
(self, row, header='')
data/sources/binance/_binance.py:352
Functionapi_exception
(code=-2019, msg="margin is insufficient")
execution/tests/service/helpers/test_handle_order_execution_errors.py:25
Functionapp
(mock_client_env_vars, mock_boto3_client)
model/tests/setup/fixtures/app.py:17
Functionapp
( db, mock_client_env_vars, mock_create_access_token, mock_redis_connection, mock_redis_co
data/tests/setup/fixtures/app.py:31
Functionapp
( mock_client_env_vars, futures_init, mock_jwt_required, mock_redis_connection, exchange_d
execution/tests/setup/fixtures/app.py:48
Functionapp_client
(client, mock_jwt_required)
model/tests/service/test_model_app.py:12
Functionapp_with_open_position
( db, mock_create_access_token, mock_redis_connection, mock_redis_connection_bots_api, moc
data/tests/setup/fixtures/app.py:66
Functionapp_with_open_positions
( mock_client_env_vars, futures_init, mock_jwt_required, mock_redis_connection, exchange_d
execution/tests/setup/fixtures/app.py:69
Functionapp_with_open_positions_generic_error
( mock_client_env_vars, futures_init, mock_jwt_required, mock_redis_connection, exchange_d
execution/tests/setup/fixtures/app.py:101
Functionapp_with_open_positions_insufficient_balance
( mock_client_env_vars, futures_init, mock_jwt_required, mock_redis_connection, exchange_d
execution/tests/setup/fixtures/app.py:85
Methodas_json
(self)
database/model/models.py:194
Methodas_json
(self)
database/model/models.py:228
Methodas_json
(self)
database/model/models.py:270
FunctionavailableBalanceReducer
(state: any, action: any)
dashboard/src/reducers/availableBalanceReducer.ts:5
FunctionbalanceReducer
(balance: any, coin: { asset: string; balance: string; availableBalance: string; })
dashboard/src/reducers/balancesReducer.ts:1
Methodbase_mocks
( self, fake_executor_submit, mock_redis_connection_app_health, create_pipelin
data/tests/service/cron_jobs/test_data_cron_jobs.py:352
Methodbase_mocks
( self, fake_executor_submit, mock_redis_connection_app_health, create_pipelin
data/tests/service/cron_jobs/test_data_cron_jobs.py:426
Functionbinance_error_handler
(_func=None, *, request_obj=None, num_times=3)
execution/service/helpers/decorators/binance_error_handler.py:10
Functionbinance_handler_instances_spy_start_bot
(mocker)
data/tests/setup/fixtures/internal_modules.py:106
Functionbinance_handler_instances_spy_stop_bot
(db, create_symbol, create_assets, create_exchange, mocker)
data/tests/setup/fixtures/internal_modules.py:133
Functionbinance_handler_stop_data_ingestion_spy
(mocker)
data/tests/setup/fixtures/internal_modules.py:101
Methodbookkeeping
()
execution/exchanges/binance/_trading.py:88
Methodbookkeeping
()
execution/exchanges/binance/futures/_trading.py:406
← previousnext →401–500 of 982, ranked by callers