MCPcopy Create free account

hub / github.com/chrisleekr/binance-trading-bot / functions

Functions613 in github.com/chrisleekr/binance-trading-bot

↓ 207 callersFunctionparseFloat
( quoteAssetTickSize )
public/js/ManualTradeIcon.js:516
↓ 31 callersFunctiongetAPILimit
app/cronjob/trailingTradeHelper/common.js:387
↓ 22 callersMethodhandleModalClose
(modal)
public/js/SettingIcon.js:146
↓ 16 callersMethodsendWebSocket
(command, data = {})
public/js/App.js:292
↓ 12 callersMethodhandleGridTradeChange
(type, newGrid)
public/js/SettingIcon.js:169
↓ 12 callersMethodvalidateGridTrade
* Validate grid trade for selling * * - The trigger percentage cannot be lower than the previous trigger percentage. * - The sell quantity
public/js/SettingIconGridSell.js:144
↓ 11 callersFunctionconfigureWebSocket
(server, funcLogger, { loginLimiter })
app/frontend/websocket/configure.js:43
↓ 11 callersFunctiondoNotProcessTests
()
app/cronjob/trailingTrade/step/__tests__/place-buy-order.test.js:165
↓ 11 callersFunctiongetAccountInfoFromAPI
app/cronjob/trailingTradeHelper/common.js:159
↓ 11 callersFunctionsetMessage
(logger, rawData, processMessage)
app/cronjob/trailingTrade/step/place-buy-order.js:24
↓ 11 callersFunctionsetupUserWebsocket
app/binance/user.js:21
↓ 11 callersFunctionshouldForceSellByTradingView
(logger, data)
app/cronjob/trailingTradeHelper/tradingview.js:293
↓ 10 callersFunctionconfigureLocalTunnel
app/frontend/local-tunnel/configure.js:126
↓ 10 callersFunctionmockLastBuyPrice
app/cronjob/trailingTrade/step/__tests__/get-indicators.test.js:106
↓ 10 callersFunctionmockLatestCandle
app/cronjob/trailingTrade/step/__tests__/get-indicators.test.js:23
↓ 9 callersFunctiongetGlobalConfiguration
app/cronjob/trailingTradeHelper/configuration.js:106
↓ 9 callersFunctionisBuyAllowedByTradingView
(logger, data)
app/cronjob/trailingTradeHelper/tradingview.js:128
↓ 9 callersFunctionrunBinance
app/server-binance.js:191
↓ 9 callersFunctionsaveOverrideAction
( logger, symbol, overrideData, overrideReason )
app/cronjob/trailingTradeHelper/common.js:789
↓ 9 callersMethodsetPage
(newPage)
public/js/App.js:328
↓ 8 callersFunctiongetAndCacheOpenOrdersForSymbol
(logger, symbol)
app/cronjob/trailingTradeHelper/common.js:258
↓ 8 callersFunctiongetConfiguration
(logger, symbol = null)
app/cronjob/trailingTradeHelper/configuration.js:885
↓ 8 callersMethodhandleBotOptionsChange
(newBotOptions)
public/js/SettingIcon.js:189
↓ 8 callersFunctionrefreshOpenOrdersAndAccountInfo
(logger, symbol)
app/cronjob/trailingTradeHelper/common.js:1197
↓ 8 callersFunctionverifyAuthenticated
(funcLogger, authToken)
app/cronjob/trailingTradeHelper/common.js:609
↓ 7 callersMethodSimple
Compute Simple Args: value (float): Rec.X value Returns: string: "BUY", "SELL", or "NEUTRAL"
tradingview/tradingview_ta/technicals.py:239
↓ 7 callersFunctionerrorHandlerWrapper
(logger, job, callback)
app/error-handler.js:75
↓ 7 callersFunctionmockInit
({ orderLimitEnabled, lastBuyPrice, maxOpenTrades, numberOfOpenTrades })
app/cronjob/trailingTradeHelper/__tests__/common.test.js:3332
↓ 7 callersFunctionrunCronjob
app/server-cronjob.js:35
↓ 7 callersFunctionsetBuyActionAndMessage
(logger, rawData, action, processMessage)
app/cronjob/trailingTrade/step/determine-action.js:165
↓ 7 callersFunctionsetMessage
(logger, rawData, processMessage)
app/cronjob/trailingTrade/step/place-sell-stop-loss-order.js:23
↓ 7 callersFunctionsetMessage
(logger, rawData, processMessage)
app/cronjob/trailingTrade/step/place-sell-order.js:21
↓ 7 callersFunctionsetSellActionAndMessage
(logger, rawData, action, processMessage)
app/cronjob/trailingTrade/step/determine-action.js:228
↓ 6 callersFunctionisActionDisabled
app/cronjob/trailingTradeHelper/common.js:356
↓ 6 callersFunctionrunErrorHandler
app/error-handler.js:5
↓ 5 callersMethodget_analysis
Get analysis from TradingView and compute it. Returns: Analysis: Contains information about the analysis.
tradingview/tradingview_ta/main.py:426
↓ 5 callersFunctionhandleGridTradeArchiveGet
(funcLogger, app)
app/frontend/webserver/handlers/grid-trade-archive-get.js:8
↓ 5 callersFunctionhandleLatest
(logger, ws, payload)
app/frontend/websocket/handlers/latest.js:17
↓ 5 callersFunctionhandleRestorePost
(funcLogger, app)
app/frontend/webserver/handlers/restore-post.js:10
↓ 5 callersMethodhandleSetValidation
(type, isValid)
public/js/SettingIcon.js:197
↓ 5 callersFunctionisExceedAPILimit
app/cronjob/trailingTradeHelper/common.js:400
↓ 5 callersFunctionmaskConfig
app/scripts/binance-api-test.js:6
↓ 5 callersFunctionrunFrontend
app/server-frontend.js:29
↓ 5 callersFunctionsaveOrderStats
(logger, symbols)
app/cronjob/trailingTradeHelper/common.js:775
↓ 5 callersFunctionsleep
app/scripts/cache-test.js:7
↓ 5 callersFunctionsyncOpenOrders
(logger, symbols)
app/binance/orders.js:21
↓ 5 callersMethodtoast
({ type, title })
public/js/App.js:147
↓ 4 callersFunctiongetAccountInfo
app/cronjob/alive/helper.js:8
↓ 4 callersFunctiongetGridTradeLastOrder
(logger, symbol, side)
app/cronjob/trailingTrade/step/determine-action.js:247
↓ 4 callersFunctiongetSymbolGridTrade
(logger, symbol = null)
app/cronjob/trailingTradeHelper/configuration.js:167
↓ 4 callersFunctionhandleBackupGet
(funcLogger, app)
app/frontend/webserver/handlers/backup-get.js:9
↓ 4 callersFunctionhandleGridTradeLogsExport
(funcLogger, app)
app/frontend/webserver/handlers/grid-trade-logs-export.js:31
↓ 4 callersFunctionhandleGridTradeLogsGet
(funcLogger, app)
app/frontend/webserver/handlers/grid-trade-logs-get.js:7
↓ 4 callersMethodhandleInputChange
(event)
public/js/SymbolManualTradeIcon.js:173
↓ 4 callersMethodhandleModalShow
(modal)
public/js/SettingIcon.js:136
↓ 4 callersFunctionhandleSettingUpdate
(logger, ws, payload)
app/frontend/websocket/handlers/setting-update.js:32
↓ 4 callersFunctionhandleSymbolGridTradeDelete
(logger, ws, payload)
app/frontend/websocket/handlers/symbol-grid-trade-delete.js:14
↓ 4 callersFunctionhandleSymbolUpdateLastBuyPrice
(logger, ws, payload)
app/frontend/websocket/handlers/symbol-update-last-buy-price.js:139
↓ 4 callersFunctionhandleWarning
(logger, ws, message)
app/frontend/websocket/configure.js:29
↓ 4 callersFunctioninitialise
()
app/frontend/websocket/__tests__/configure.test.js:358
↓ 4 callersMethodpostProcessGridTrade
(gridTrade, quoteAssets)
public/js/SettingIconGridSell.js:103
↓ 4 callersFunctionreconnect
(logger, message, ms)
app/frontend/local-tunnel/configure.js:16
↓ 4 callersFunctionremoveGridTradeLastOrder
(logger, symbols, symbol, side)
app/cronjob/trailingTrade/step/ensure-grid-trade-order-executed.js:30
↓ 4 callersFunctionsyncDatabaseOrders
app/binance/orders.js:67
↓ 4 callersMethodvalidateGridTrade
* Validate grid trade for selling * * - The trigger percentage cannot be lower than the previous trigger percentage. * - The sell quantity
public/js/SymbolSettingIconGridSell.js:106
↓ 3 callersMethodRecommend
Compute Recommend Args: value (float): recommend value Returns: string: "STRONG_BUY", "BUY", "NEUTRAL", "SEL
tradingview/tradingview_ta/technicals.py:216
↓ 3 callersFunctioncancelOrder
(logger, symbol, order)
app/cronjob/trailingTradeHelper/common.js:1170
↓ 3 callersFunctionconfigureWebServer
(app, funcLogger, { loginLimiter })
app/frontend/webserver/configure.js:18
↓ 3 callersFunctiondeleteManualOrder
(logger, symbol, orderId)
app/cronjob/trailingTradeHelper/order.js:108
↓ 3 callersFunctiondisableAction
(logger, symbol, reason, ttl)
app/cronjob/trailingTradeHelper/common.js:342
↓ 3 callersFunctiongetGridTradeOrder
(logger, key)
app/cronjob/trailingTradeHelper/order.js:11
↓ 3 callersFunctiongetLastBuyPrice
(logger, symbol)
app/cronjob/trailingTradeHelper/common.js:285
↓ 3 callersFunctiongetSymbolConfiguration
(logger, symbol = null)
app/cronjob/trailingTradeHelper/configuration.js:142
↓ 3 callersFunctiongetSymbolInfo
(logger, symbol)
app/cronjob/trailingTradeHelper/common.js:533
↓ 3 callersMethodget_indicators
Just the indicators, please. See valid indicators on https://pastebin.com/1DjWv2Hd. Args: indicators (list, optional): List of st
tradingview/tradingview_ta/main.py:332
↓ 3 callersFunctionhandleAuth
(funcLogger, app, { loginLimiter })
app/frontend/webserver/handlers/auth.js:46
↓ 3 callersFunctionhandleClosedTradesSetPeriod
(funcLogger, app)
app/frontend/webserver/handlers/closed-trades-set-period.js:3
↓ 3 callersMethodhandleFormSubmit
(extraConfiguration = {})
public/js/SettingIcon.js:123
↓ 3 callersFunctionhandleGridTradeArchiveDelete
(funcLogger, app)
app/frontend/webserver/handlers/grid-trade-archive-delete.js:7
↓ 3 callersFunctionhandleSymbolDelete
(funcLogger, app)
app/frontend/webserver/handlers/symbol-delete.js:7
↓ 3 callersMethodloadGridTradeLogs
()
public/js/SymbolLogsIcon.js:55
↓ 3 callersFunctionmockCacheHGetAll
( conditions = { 'trailing-trade-tradingview:BTCUSDT:': { '15m': JSON.stringify({
app/cronjob/trailingTrade/step/__tests__/get-indicators.test.js:113
↓ 3 callersFunctionprocessRemoveLastBuyPrice
( logger, symbol, data, processMessage, extraMessages )
app/cronjob/trailingTrade/step/remove-last-buy-price.js:217
↓ 3 callersFunctionsaveCandle
()
app/binance/tickers.js:58
↓ 3 callersFunctionsaveGridTradeOrder
(logger, key, order)
app/cronjob/trailingTradeHelper/order.js:30
↓ 3 callersFunctionsaveSymbolGridTrade
(logger, symbol = null, gridTrade = {})
app/cronjob/trailingTradeHelper/configuration.js:243
↓ 3 callersMethodsetPage
(newPage)
public/js/SymbolLogsIcon.js:46
↓ 3 callersMethodsetSearchKeyword
(searchKeyword)
public/js/App.js:308
↓ 2 callersFunctionapplyConservativeSell
( _data, { conservativeFactor, sellTriggerPercentage, buyGridTradeDepth } )
app/cronjob/trailingTrade/step/get-indicators.js:151
↓ 2 callersFunctionarchiveSymbolGridTrade
(logger, symbol = null)
app/cronjob/trailingTradeHelper/configuration.js:421
↓ 2 callersFunctioncacheExchangeSymbols
app/cronjob/trailingTradeHelper/common.js:46
↓ 2 callersFunctioncalculate
(indicators, indicators_key, screener, symbol, exchange, interval)
tradingview/tradingview_ta/main.py:127
↓ 2 callersFunctioncalculateLastBuyPrice
(logger, symbol, order)
app/cronjob/trailingTradeHelper/common.js:470
↓ 2 callersMethodcalculateTotal
(order)
public/js/SymbolManualTradeIcon.js:88
↓ 2 callersFunctionclearMocks
()
app/cronjob/trailingTrade/step/__tests__/get-indicators.test.js:14
↓ 2 callersFunctionconnect
app/frontend/local-tunnel/configure.js:41
↓ 2 callersFunctiondel
app/helpers/cache.js:95
↓ 2 callersFunctiondeleteGridTradeOrder
(logger, key)
app/cronjob/trailingTradeHelper/order.js:48
↓ 2 callersFunctiondeleteSymbolGridTrade
(logger, symbol)
app/cronjob/trailingTradeHelper/configuration.js:522
↓ 2 callersFunctionfilterValidTradingViews
( _logger, side, tradingViewsConfigs, tradingViews, { useOnlyWithin, ifExpires } )
app/cronjob/trailingTradeHelper/tradingview.js:4
next →1–100 of 613, ranked by callers