MCPcopy Create free account

hub / github.com/diogomatoschaves/MyCryptoBot / functions

Functions982 in github.com/diogomatoschaves/MyCryptoBot

↓ 1 callersFunctioncreate_invalid_strategy
(db)
shared/utils/tests/fixtures/models.py:57
↓ 1 callersMethodcreate_user
Creates and saves a User with the given username and password.
database/model/models.py:19
↓ 1 callersFunctiondeleteBot
(pipelineId: number | string)
dashboard/src/apiCalls/index.ts:76
↓ 1 callersFunctiondownload_file
Downloads a file from an AWS S3 bucket to a specified local directory. Parameters ---------- client : boto3.client The boto3
model/service/cloud_storage/_download.py:36
↓ 1 callersMethoddownload_file
(self, bucket, filename, filepath)
model/tests/setup/fixtures/external_modules.py:61
↓ 1 callersFunctiondownload_models
Downloads new machine learning models from an AWS S3 bucket to a local directory. Parameters ---------- local_models_dir : str
model/service/cloud_storage/_cloud_storage.py:95
↓ 1 callersFunctioneditBot
(requestData: object, pipelineId?: number | string)
dashboard/src/apiCalls/index.ts:73
↓ 1 callersFunctionexchange_data_factory
(db, create_exchange, create_symbol)
shared/utils/tests/fixtures/models.py:718
↓ 1 callersMethodexpire
(self, object_name, seconds)
data/tests/setup/fixtures/internal_modules.py:265
↓ 1 callersFunctionextract_data_db
Extracts data from a database for a given financial instrument. Parameters: - exchange_data (pd.DataFrame): DataFrame containing exchang
data/sources/binance/extract/_extract.py:173
↓ 1 callersFunctionfetchEquityData
(pipelineId: string)
dashboard/src/components/PortfolioChart.tsx:41
↓ 1 callersFunctionfetchMoreTrades
(page: number)
dashboard/src/components/TradesTable.tsx:104
↓ 1 callersFunctionfetchTradesData
(pipelineId: string)
dashboard/src/components/PipelineDetail.tsx:107
↓ 1 callersFunctionfind_position
Searches for a trading position matching a given symbol within a list of positions. Parameters ---------- positions : list of dict
data/service/cron_jobs/app_health/_app_health.py:51
↓ 1 callersMethodfutures_account
(self)
execution/tests/setup/fixtures/external_modules.py:48
↓ 1 callersMethodfutures_change_leverage
(self, symbol, leverage)
execution/tests/setup/fixtures/external_modules.py:20
↓ 1 callersMethodfutures_create_order
(self, symbol, side, type, newOrderRespType, quantity, **kwargs)
execution/tests/setup/fixtures/external_modules.py:23
↓ 1 callersMethodfutures_exchange_info
(self)
data/conftest.py:8
↓ 1 callersFunctiongetAlertsStatus
()
dashboard/src/apiCalls/index.ts:97
↓ 1 callersFunctiongetCookie
(name: string)
dashboard/src/apiCalls/index.ts:7
↓ 1 callersFunctiongetFuturesAccountBalance
()
dashboard/src/apiCalls/index.ts:64
↓ 1 callersFunctiongetPipelines
(page?: number)
dashboard/src/apiCalls/index.ts:55
↓ 1 callersFunctiongetPipelinesMetrics
()
dashboard/src/apiCalls/index.ts:82
↓ 1 callersFunctiongetPositions
(page?: number)
dashboard/src/apiCalls/index.ts:58
↓ 1 callersFunctiongetPrice
(symbol: string)
dashboard/src/apiCalls/index.ts:61
↓ 1 callersFunctiongetResources
(resources: string[])
dashboard/src/apiCalls/index.ts:49
↓ 1 callersFunctionget_account_data
(account_types=("testnet", "live"))
execution/service/blueprints/market_data.py:47
↓ 1 callersFunctionget_balances
()
execution/service/blueprints/market_data.py:39
↓ 1 callersFunctionget_earliest_missing_date
Finds the earliest date and time within a specified date range for which market data is missing for a given symbol and candle size. If all d
data/sources/binance/extract/_helpers.py:59
↓ 1 callersFunctionget_historical_data
Fetches historical market data for a specified symbol from Binance, with the option to save the data to a CSV file. Parameters -----
data/sources/binance/extract/_extract.py:14
↓ 1 callersMethodget_id
(self)
model/tests/setup/fixtures/external_modules.py:34
↓ 1 callersFunctionget_logging_row_header
(cache, pipeline)
shared/utils/helpers/_helpers.py:70
↓ 1 callersMethodget_message
(self, timeout=None)
data/tests/service/blueprints/test_events.py:24
↓ 1 callersFunctionget_missing_dates
Identifies missing datetime entries in the market data for a given symbol and candle size between a specified start and end date. Param
data/sources/binance/extract/_helpers.py:22
↓ 1 callersFunctionget_or_create_pipeline
( exists, pipeline_id, strategy, data )
data/service/helpers/_helpers.py:158
↓ 1 callersFunctionget_profit_loss
(trade)
database/model/migrations/0092_run_trade_pnl.py:6
↓ 1 callersFunctionget_profit_loss_pct
(trade)
database/model/migrations/0092_run_trade_pnl.py:10
↓ 1 callersMethodget_start_date
(self)
data/sources/binance/_binance.py:443
↓ 1 callersFunctionget_strategy_class
Resolve a strategy class by name from a whitelist of StrategyMixin subclasses already imported into this module. Replaces eval() of a DB-provi
model/signal_generation/_signal_generation.py:40
↓ 1 callersFunctionget_ticker
(symbol, paper_trading=False)
execution/service/blueprints/market_data.py:23
↓ 1 callersFunctioninject_fixture
(mock_name, method)
execution/tests/exchanges/binance/futures/test_binance_futures_trader.py:23
↓ 1 callersFunctioninject_fixture
(mock_name, method)
execution/tests/service/test_execution_app.py:17
↓ 1 callersFunctioninject_fixture
(mock_name, method)
execution/tests/service/cron_jobs/test_execution_cron_jobs.py:9
↓ 1 callersFunctioninject_fixture
(mock_name, method)
execution/tests/service/blueprints/test_market_data.py:14
↓ 1 callersFunctionmain
()
database/initial_setup.py:17
↓ 1 callersFunctionmain
()
database/manage.py:11
↓ 1 callersFunctionmap_type
(type_, args)
model/strategies/properties.py:57
↓ 1 callersFunctionmock_get_historical_klines_generator
(symbol, candle_size, start_date, end_date, limit)
data/tests/setup/fixtures/external_modules.py:18
↓ 1 callersFunctionmock_redis
()
model/tests/setup/fixtures/internal_modules.py:62
↓ 1 callersFunctionmock_redis
()
execution/tests/setup/fixtures/internal_modules.py:85
↓ 1 callersFunctionmock_rq_job
(*args, **kwargs)
model/tests/setup/fixtures/external_modules.py:9
↓ 1 callersFunctionorganizePositions
(positions: RawPosition[])
dashboard/src/utils/helpers/index.ts:236
↓ 1 callersFunctionparseTrade
(trade: RawTrade)
dashboard/src/utils/helpers/index.ts:227
↓ 1 callersFunctionprepare_payload
(**kwargs)
data/service/external_requests.py:17
↓ 1 callersMethodprint_added_entries
(self, new_entries, model_class)
data/sources/binance/_binance.py:474
↓ 1 callersMethodprint_trading_results
(self, pipeline_id)
execution/exchanges/binance/_trading.py:237
↓ 1 callersFunctionprocess_ml_strategies
(strategies_obj)
model/strategies/properties.py:16
↓ 1 callersFunctionprocess_retry
(retries, num_times, e, exception)
shared/utils/decorators/handle_db_connections.py:8
↓ 1 callersFunctionreduce_instances
(accumulator, instance, pipeline_id, header, raise_exception, force)
data/service/blueprints/bots_api/_helpers.py:99
↓ 1 callersFunctionrefreshStatus
()
dashboard/src/components/AlertsCard.tsx:93
↓ 1 callersFunctionremoveValue
(val: number | string, event: React.MouseEvent)
dashboard/src/ui/Select.tsx:219
↓ 1 callersFunctionremove_columns
(data, columns=('id',))
data/sources/binance/transform/_transform.py:16
↓ 1 callersFunctionremove_incomplete_rows
(data, resampled_data, candle_size, reference_candle_size, header='')
data/sources/binance/transform/_transform.py:56
↓ 1 callersFunctionremove_pipeline_loading
(cache, pipeline_id)
shared/utils/helpers/_helpers.py:100
↓ 1 callersFunctionremove_zeros
(data)
data/sources/binance/transform/_transform.py:39
↓ 1 callersMethodrender
()
dashboard/src/components/App.tsx:529
↓ 1 callersMethodreport_trade
(self, order, units, going, header='', **kwargs)
execution/exchanges/binance/_trading.py:276
↓ 1 callersFunctionresample_equity_data
(df, timeframes, max_size)
data/service/helpers/_helpers.py:242
↓ 1 callersFunctionrestart_pipeline
(pipeline)
data/service/cron_jobs/app_health/_app_health.py:74
↓ 1 callersFunctionretry
(func)
model/service/helpers/decorators/handle_app_errors.py:10
↓ 1 callersFunctionretry
(func)
data/service/helpers/decorators/handle_app_errors.py:12
↓ 1 callersFunctionretry
(func)
shared/utils/decorators/decoding_error_handler.py:7
↓ 1 callersFunctionretry
(func)
shared/utils/decorators/handle_db_connections.py:21
↓ 1 callersFunctionretry
(func)
shared/utils/decorators/failed_connection.py:19
↓ 1 callersFunctionretry
(func)
execution/service/helpers/decorators/handle_app_errors.py:12
↓ 1 callersFunctionretry
(func)
execution/service/helpers/decorators/binance_error_handler.py:11
↓ 1 callersFunctionsaveAlertsSettings
(settings: { botToken: string; chatId: string })
dashboard/src/apiCalls/index.ts:103
↓ 1 callersFunctionsaveToken
(username: string)
dashboard/src/higherOrderComponents/withToken.tsx:19
↓ 1 callersFunctionsave_new_entry_db
Resilient single-row insert used as the fallback when a batch can't be bulk-loaded. Returns True when the row counts as written.
data/sources/binance/load/_load.py:104
↓ 1 callersMethodsell_instrument
(self, symbol, date=None, row=None, units=None, amount=None, header='', **kwargs)
execution/exchanges/binance/_trading.py:59
↓ 1 callersFunctionsendTestAlert
()
dashboard/src/apiCalls/index.ts:100
↓ 1 callersFunctionset_index
(data, index='open_time')
data/sources/binance/transform/_transform.py:43
↓ 1 callersFunctionstart_background_scheduler
(token_refresher=None, refresh_hours=12)
data/service/cron_jobs/main.py:12
↓ 1 callersFunctionstart_background_scheduler
()
execution/service/cron_jobs/main.py:11
↓ 1 callersFunctionstartup_task
(app)
data/service/app.py:59
↓ 1 callersFunctionstartup_task
()
execution/service/app.py:49
↓ 1 callersFunctionstopBot
(requestData: object)
dashboard/src/apiCalls/index.ts:70
↓ 1 callersFunctionstrategy_combiner
Combines multiple trading strategies into a single composite strategy using a specified combination method. Parameters ---------- st
model/signal_generation/_signal_generation.py:58
↓ 1 callersMethodsubscribe
(self, channel)
data/tests/service/blueprints/test_events.py:21
↓ 1 callersFunctionsubscribePipelineEvents
( onEvent: (event: PipelineEvent) => void, onConnect?: () => void )
dashboard/src/apiCalls/events.ts:16
↓ 1 callersFunctionupload_file
Uploads a file to an AWS S3 bucket from a specified local directory. Parameters ---------- client : boto3.client The boto3 S
model/service/cloud_storage/_upload.py:4
↓ 1 callersMethodupload_fileobj
(self, file_obj, bucket, filename)
model/tests/setup/fixtures/external_modules.py:58
↓ 1 callersFunctionupload_models
Uploads new machine learning models from a local directory to an AWS S3 bucket. Parameters ---------- local_models_dir : str
model/service/cloud_storage/_cloud_storage.py:63
↓ 1 callersFunctionuserLogin
(requestData: object)
dashboard/src/apiCalls/index.ts:85
↓ 1 callersFunctionvalidatePipelineCreation
( { name, equity, symbol, color, symbolsOptions, strategies, str
dashboard/src/utils/helpers/index.ts:13
↓ 1 callersFunctionvalidate_signal
Validates the trading signal to ensure it is one of the accepted values. Parameters ---------- signal : int The trading sign
execution/service/helpers/_helpers.py:35
↓ 1 callersFunctionwithMessage
(WrappedComponent: any)
dashboard/src/higherOrderComponents/withMessage.tsx:13
↓ 1 callersFunctionwithToken
(WrappedComponent: any)
dashboard/src/higherOrderComponents/withToken.tsx:7
↓ 1 callersFunctionwithWindowSizeListener
(Component: any)
dashboard/src/higherOrderComponents/withWindowSizeListener.tsx:3
FunctionAlertsCard
()
dashboard/src/components/AlertsCard.tsx:81
← previousnext →201–300 of 982, ranked by callers