MCPcopy Create free account

hub / github.com/diogomatoschaves/MyCryptoBot / functions

Functions982 in github.com/diogomatoschaves/MyCryptoBot

Functioncancel
()
dashboard/src/components/StrategySelectionModal.tsx:73
Functioncheck_job
(job_id)
model/service/app.py:144
Functionclient
A test client for the app.
model/tests/setup/fixtures/app.py:23
Functionclient
A test client for the app.
data/tests/setup/fixtures/app.py:59
Functionclient
(app)
execution/tests/setup/fixtures/app.py:63
Functionclient_with_open_position
A test client for the app.
data/tests/setup/fixtures/app.py:93
Functionclient_with_open_positions
(app_with_open_positions)
execution/tests/setup/fixtures/app.py:117
Methodclose
(self)
data/tests/service/blueprints/test_events.py:65
Functioncommon_fixture
( mocker, mock_binance_handler_klines, mock_binance_client_init, mock_binance_client_ping,
data/tests/sources/binance/_binance/test_binance_handler.py:18
MethodcomponentDidMount
()
dashboard/src/components/App.tsx:163
MethodcomponentDidUpdate
(prevProps: Readonly<Props>, prevState: Readonly<State>, snapshot?: any)
dashboard/src/components/App.tsx:237
MethodcomponentWillUnmount
()
dashboard/src/components/App.tsx:214
MethodcomponentWillUnmount
()
dashboard/src/higherOrderComponents/withMessage.tsx:40
Functionconfigured
Telegram configured and TEST mode disabled, as in a real deployment.
shared/utils/tests/test_notifier.py:17
FunctionconvertDate
(timeStamp: number)
dashboard/src/utils/helpers/index.ts:295
Functionconvert_strategies
(apps, schema_editor)
database/model/migrations/0084_run_strategy_migration.py:4
Functionconvert_trades_profit_loss
(apps, schema_editor)
database/model/migrations/0092_run_trade_pnl.py:14
Functionconvert_trades_profit_loss
(apps, schema_editor)
database/model/migrations/0090_run_current_equity.py:6
Functioncreate_all_pipelines
( db, create_pipeline, create_pipeline_2, create_inactive_pipeline, create_pipeline_with_b
shared/utils/tests/fixtures/models.py:367
Functioncreate_app
Create and configure an instance of the Flask application.
model/service/__init__.py:6
Functioncreate_app
Create and configure an instance of the Flask application.
data/service/__init__.py:4
Functioncreate_app
Create and configure an instance of the Flask application.
execution/service/__init__.py:4
Functioncreate_assets
(db)
shared/utils/tests/fixtures/models.py:33
Functioncreate_deleted_pipeline
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:282
Functioncreate_exchange
(db)
shared/utils/tests/fixtures/models.py:28
Functioncreate_exchange_data
(**kwargs)
shared/utils/tests/fixtures/models.py:719
Functioncreate_inactive_pipeline
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:121
Functioncreate_inactive_position
(db, create_inactive_pipeline)
shared/utils/tests/fixtures/models.py:438
Functioncreate_job
(db)
shared/utils/tests/fixtures/models.py:61
Functioncreate_live_portfolio_timeseries
(db, create_exchange, create_symbol, create_pipeline)
shared/utils/tests/fixtures/models.py:622
Functioncreate_mock_file
(tmp_path)
model/tests/setup/fixtures/internal_modules.py:109
Functioncreate_neutral_position
(db, create_pipeline)
shared/utils/tests/fixtures/models.py:418
Functioncreate_open_position
(db, create_pipeline_2)
shared/utils/tests/fixtures/models.py:428
Functioncreate_open_position_paper_trading_pipeline
(db, create_paper_trading_pipeline)
shared/utils/tests/fixtures/models.py:448
Functioncreate_open_position_pipeline_10
(db, create_pipeline_BNBBTC)
shared/utils/tests/fixtures/models.py:458
Functioncreate_orders
(db, create_exchange, create_symbol, create_pipeline)
shared/utils/tests/fixtures/models.py:381
Functioncreate_paper_trading_pipeline
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:344
Functioncreate_pipeline
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:66
Functioncreate_pipeline_2
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:94
Functioncreate_pipeline_BNBBTC
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:324
Functioncreate_pipeline_no_equity
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:305
Functioncreate_pipeline_timeseries
(db, create_exchange, create_symbol, create_pipeline)
shared/utils/tests/fixtures/models.py:574
Functioncreate_pipeline_with_balance
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:141
Functioncreate_pipeline_with_balance_2
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:165
Functioncreate_pipeline_with_balance_3
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:188
Functioncreate_pipeline_with_balance_4
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:211
Functioncreate_pipeline_with_current_equity
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:235
Functioncreate_pipeline_with_invalid_strategy
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:259
Functioncreate_positions
( db, create_inactive_position, create_open_position, create_neutral_position, create_open
shared/utils/tests/fixtures/models.py:468
Functioncreate_structured_data
(**kwargs)
shared/utils/tests/fixtures/models.py:731
Methodcreate_superuser
Creates and saves a superuser with the given email and password.
database/model/models.py:34
Functioncreate_symbol
(db, create_assets)
shared/utils/tests/fixtures/models.py:43
Functioncreate_testnet_portfolio_timeseries
(db, create_pipeline)
shared/utils/tests/fixtures/models.py:670
Functioncreate_token
()
data/service/blueprints/user_management.py:59
Functioncreate_trades
(db, create_exchange, create_symbol, create_pipeline, create_pipeline_2)
shared/utils/tests/fixtures/models.py:479
Functioncreate_trades_2
(db, create_inactive_pipeline, create_pipeline_no_equity)
shared/utils/tests/fixtures/models.py:538
Functioncreate_user
(db)
shared/utils/tests/fixtures/models.py:21
Functiondecorator
(func)
execution/service/helpers/decorators/handle_order_execution_errors.py:46
Functiondedup_positions
(apps, schema_editor)
database/model/migrations/0098_position_unique_pipeline.py:6
Functiondelete_referecing_null
(apps, _)
database/model/migrations/0093_auto_20240227_1753.py:7
Functiondelete_referecing_null
(apps, _)
database/model/migrations/0094_auto_20240227_1808.py:7
Functionexchange_data
(db, exchange_data_factory)
shared/utils/tests/fixtures/models.py:725
Functionexecute_order
()
execution/service/app.py:195
Methodfailing_trade
()
execution/tests/service/helpers/test_handle_order_execution_errors.py:50
Functionfake_executor_submit
(mocker)
data/tests/setup/fixtures/internal_modules.py:124
Functionfake_get_strategies_error
()
data/tests/setup/fixtures/internal_modules.py:326
Functionfake_get_strategies_no_error
()
data/tests/setup/fixtures/internal_modules.py:330
Functionfake_start_stop_trading
(pipeline_id, start_or_stop)
data/tests/setup/fixtures/internal_modules.py:143
Functionfake_stop_data_ingestion
(self, header, raise_exception, force)
data/tests/setup/fixtures/internal_modules.py:86
Methodflaky_create
(**kwargs)
execution/tests/exchanges/binance/futures/test_atomic_bookkeeping.py:122
FunctionformatYAxis
(tick: number)
dashboard/src/components/PortfolioChart.tsx:15
Functionfutures_init
(mocker, futures_init_session)
execution/tests/setup/fixtures/app.py:22
Functionfutures_init_session
(mocker)
execution/tests/setup/fixtures/app.py:15
Functiongeneral_app_error
(func)
shared/utils/decorators/general_app_error.py:10
Functiongenerate_signal
()
model/service/app.py:93
Functionget_alerts_status
Reports whether Telegram alerting is configured and from which source (environment variables win over dashboard-saved settings). Only a masked
data/service/blueprints/dashboard.py:338
Functionget_current_price
()
data/service/blueprints/proxy.py:20
Functionget_current_price
()
execution/service/blueprints/market_data.py:55
Methodget_full_name
(self)
database/model/models.py:60
Functionget_futures_account_balance
()
data/service/blueprints/proxy.py:30
Functionget_futures_account_balance
()
execution/service/blueprints/market_data.py:65
Functionget_input_dimensions
Recursively determines the dimensions of a nested list or tuple. Parameters: ----------- lst : list or tuple The nested list
shared/utils/helpers/_helpers.py:155
Functionget_open_positions
()
execution/service/blueprints/market_data.py:87
Functionget_pipeline_equity
(pipeline_id)
data/service/blueprints/dashboard.py:305
Functionget_pipelines_metrics
()
data/service/blueprints/dashboard.py:256
Functionget_positions
(page)
data/service/blueprints/dashboard.py:188
Functionget_resources
(resources)
data/service/blueprints/dashboard.py:39
Methodget_short_name
(self)
database/model/models.py:63
Functionget_strategies
()
model/service/app.py:173
Functionget_trades
(page)
data/service/blueprints/dashboard.py:69
Functionget_trades_metrics
()
data/service/blueprints/dashboard.py:218
FunctionhandleChange
(event: any)
dashboard/src/components/Login.tsx:133
FunctionhandleKey
(event: KeyboardEvent)
dashboard/src/ui/Modal.tsx:101
FunctionhandleKeyDown
(event: React.KeyboardEvent)
dashboard/src/ui/Select.tsx:225
FunctionhandleOutside
(event: MouseEvent)
dashboard/src/ui/Select.tsx:188
FunctionhandleResize
()
dashboard/src/higherOrderComponents/withWindowSizeListener.tsx:8
FunctionhandleSave
()
dashboard/src/components/AlertsCard.tsx:122
FunctionhandleSubmit
(event: React.MouseEvent)
dashboard/src/components/NewPipeline.tsx:184
FunctionhandleTestAlert
()
dashboard/src/components/AlertsCard.tsx:109
Functionhandle_app_errors
(_func=None)
model/service/helpers/decorators/handle_app_errors.py:9
← previousnext →501–600 of 982, ranked by callers