MCPcopy Create free account

hub / github.com/Open-Trader/opentrader / functions

Functions1,175 in github.com/Open-Trader/opentrader

Methodconstructor
(symbol: string, exchange: IExchange)
packages/bot/src/channels/orderbook/orderbook.channel.ts:31
Methodconstructor
(symbol: string, timeframe: BarSize, exchange: IExchange)
packages/bot/src/channels/candles/candles.channel.ts:36
Methodconstructor
(bots: TBotWithExchangeAccount[])
packages/bot/src/streams/ticker.stream.ts:77
Methodconstructor
(exchangeAccounts: ExchangeAccountWithCredentials[])
packages/bot/src/streams/orders.stream.ts:25
Methodconstructor
(bots: TBotWithExchangeAccount[])
packages/bot/src/streams/trades.stream.ts:77
Methodconstructor
(bots: TBotWithExchangeAccount[])
packages/bot/src/streams/orderbook.stream.ts:82
Methodconstructor
(bots: TBotWithExchangeAccount[])
packages/bot/src/streams/candles.stream.ts:92
Methodconstructor
(bots: TBotWithExchangeAccount[])
packages/bot/src/streams/markets.stream.ts:29
Methodconstructor
(smartTrade: SmartTradeWithOrders)
packages/bot/src/processing/executors/arb/arb.executor.ts:11
Methodconstructor
(smartTrade: SmartTradeWithOrders, exchange: IExchange)
packages/bot/src/processing/executors/dca/dca.executor.ts:14
Methodconstructor
(order: Order, exchange: IExchange, symbol: string)
packages/bot/src/processing/executors/order/order.executor.ts:14
Methodconstructor
(smartTrade: SmartTradeWithOrders, exchange: IExchange)
packages/bot/src/processing/executors/trade/trade.executor.ts:15
Methodconstructor
(smartTradeModel: SmartTradeWithOrders, exchangeAccount: ExchangeAccountWithCredentials)
packages/bot/src/processing/smart-trade/smart-trade.synchronizer.ts:22
Methodconstructor
(exchangeAccount: ExchangeAccountWithCredentials)
packages/bot/src/processing/exchange-account/exchange-account.processor.ts:22
Methodconstructor
(private bot: TBotWithExchangeAccount)
packages/bot/src/processing/bot/bot.processing.ts:24
Methodconstructor
(private stopBotFn: (botId: number) => Promise<void>)
packages/bot/src/processing/bot/bot-store-adapter.ts:10
Methodconstructor
(public bot: TBotWithExchangeAccount)
packages/trpc/src/services/bot.service.ts:6
Methodconstructor
( private candlesticks: ICandlestick[], private smartTrades: Trade[], private botConfig: IBotConfi
packages/backtesting/src/backtesting-report.ts:17
Methodconstructor
(options: { botConfig: IBotConfiguration<S>; botTemplate: BotTemplate<IBotConfiguration<S>> })
packages/backtesting/src/backtesting.ts:36
Methodconstructor
* @internal
packages/backtesting/src/exchange/memory-exchange.ts:44
Methodconstructor
* @internal
packages/backtesting/src/store/memory-store.ts:11
Methodconstructor
* @param message - Error message * @param indicator - Indicator name, e.g. "RSI"
packages/indicators/src/utils/indicator.error.ts:8
Methodconstructor
(t, e)
app/frontend/assets/index-6txj_4R8.js:8
Methodconstructor
(t, e, n)
app/frontend/assets/index-6txj_4R8.js:19
Methodconstructor
(t, { size: e = 0 } = {})
app/frontend/assets/index-6txj_4R8.js:56
Methodconstructor
(t)
app/frontend/assets/index-6txj_4R8.js:230
Methodconstructor
(t = null, e = {})
app/frontend/assets/index-6txj_4R8.js:335
Methodconstructor
(t, e = {})
app/frontend/assets/index-6txj_4R8.js:2216
Methodconstructor
(t, e = "aborted")
app/frontend/assets/index-6txj_4R8.js:2330
Methodconstructor
(t)
app/frontend/assets/index-DJjAU85H.js:15
Methodconstructor
()
app/frontend/assets/browser-CsINfYrj.js:1424
Methodconstructor
(t, e)
app/frontend/assets/index-xly4HLC0.js:10
Methodconstructor
(E, v)
app/frontend/assets/index-6YyaKLqc.js:1977
MethodcopyOrder
(order: Order)
packages/bot-processor/src/bot-control.ts:36
Functioncreate
(args: Prisma.SelectSubset<T, Prisma.BotCreateArgs>)
packages/db/src/extension/models/grid-bot.model.ts:91
Functioncreate
(args: Prisma.SelectSubset<T, Prisma.BotCreateArgs>)
packages/db/src/extension/models/custom-bot.model.ts:79
Functioncreate
(args: Prisma.SelectSubset<T, Prisma.BotCreateArgs>)
packages/db/src/extension/models/dca-bot.model.ts:93
Methodcreate
()
packages/bot/src/streams/ticker.stream.ts:82
Methodcreate
()
packages/bot/src/streams/orders.stream.ts:30
Methodcreate
()
packages/bot/src/streams/trades.stream.ts:82
Methodcreate
()
packages/bot/src/streams/orderbook.stream.ts:87
Methodcreate
()
packages/bot/src/streams/candles.stream.ts:97
Methodcreate
()
packages/bot/src/streams/markets.stream.ts:90
Methodcreate
( smartTrade: SmartTradeWithOrders, exchangeAccount: ExchangeAccountWithCredentials, )
packages/bot/src/processing/executors/smart-trade.executor.ts:14
Methodcreate
(smartTrade: SmartTradeWithOrders, exchangeAccount: ExchangeAccountWithCredentials)
packages/bot/src/processing/executors/dca/dca.executor.ts:19
Methodcreate
(smartTrade: SmartTradeWithOrders, exchangeAccount: ExchangeAccountWithCredentials)
packages/bot/src/processing/executors/trade/trade.executor.ts:20
FunctioncreateBot
({ ctx, input }: Options)
packages/trpc/src/routers/private/bot/create-bot/handler.ts:16
MethodcreateConnection
()
app/frontend/assets/index-DJjAU85H.js:29
FunctioncreateContext
({ req }: CreateFastifyContextOptions)
packages/bot/src/trpc.ts:15
FunctioncreateContext
(_opts: CreateExpressContextOptions)
packages/trpc/src/utils/context.ts:10
FunctioncreateDcaBot
({ ctx, input }: Options)
packages/trpc/src/routers/private/dca-bot/create-bot/handler.ts:15
FunctioncreateExchangeAccount
({ input, ctx }: Options)
packages/trpc/src/routers/private/exchange-accounts/create-account/handler.ts:14
FunctioncreateGridBot
({ ctx, input }: Options)
packages/trpc/src/routers/private/grid-bot/create-bot/handler.ts:14
FunctioncreateSmartTrade
(payload: UseSmartTradePayload, ref = DEFAULT_REF)
packages/bot-processor/src/effects/smart-trade.ts:45
MethodcreateSmartTrade
(ref: string, payload: CreateTrade, botId: number)
packages/bot/src/processing/bot/bot-store-adapter.ts:28
MethodcreateSmartTrade
(ref: string, payload: CreateTrade, _botId: number)
packages/backtesting/src/store/memory-store.ts:37
MethodcreateSocket
(t, n, c)
app/frontend/assets/index-DJjAU85H.js:18
MethodcurrentCandle
()
packages/backtesting/src/market-simulator.ts:12
Functiondb
(operation: string)
app/src/api/db.ts:13
Functiondca
(ctx: TBotContext<DCABotConfig>)
packages/bot-templates/src/templates/dca.ts:15
Functiondebug
(ctx: TBotContext<DebugStrategyConfig>)
packages/bot-templates/src/templates/test/debug.ts:8
MethoddefaultPort
()
app/frontend/assets/index-DJjAU85H.js:34
FunctiondeleteBot
({ ctx, input }: Options)
packages/trpc/src/routers/private/bot/delete-bot/handler.ts:13
FunctiondeleteExchangeAccount
({ input, ctx }: Options)
packages/trpc/src/routers/private/exchange-accounts/delete-account/handler.ts:13
Methoddestroy
()
packages/bot/src/trade.manager.ts:16
Methoddestroy
()
packages/bot/src/streams/orders.stream.ts:79
Methoddestroy
()
packages/bot/src/streams/trades.stream.ts:109
Methoddestroy
()
packages/bot/src/streams/orderbook.stream.ts:113
Methoddestroy
()
packages/bot/src/streams/candles.stream.ts:141
Methoddestroy
()
packages/bot/src/streams/markets.stream.ts:104
Methoddestroy
()
packages/backtesting/src/exchange/memory-exchange.ts:46
Functiondisable
()
packages/bot/src/channels/orders/order-synchronizer-watcher.abstract.ts:48
Functiondown
(options: Options)
app/src/api/down.ts:9
Functionemit
(event: OrderEventType, args: Parameters<Subscription["callback"]>)
packages/bot/src/channels/orders/order-synchronizer-watcher.abstract.ts:81
Functionenable
()
packages/bot/src/channels/orders/order-synchronizer-watcher.abstract.ts:39
MethodenqueueAsync
(payload: QueuePayload)
packages/bot/src/bot.ts:34
MethodestimateMarketOrderPrice
()
packages/bot/src/processing/executors/order/order.executor.ts:75
Functionet
(e)
app/frontend/assets/SimpleGridForm-BUsQPU4Z.js:172
Functionf
()
app/frontend/assets/SimpleGridForm-BUsQPU4Z.js:492
Functionfetcher
(input: FetchParams[0], init?: FetchParams[1])
packages/exchanges/src/utils/next/fetcher.ts:4
MethodfilledAt
()
packages/bot/src/processing/executors/order/order.executor.ts:242
MethodfilledPrice
()
packages/bot/src/processing/executors/order/order.executor.ts:238
FunctionfindByExchangeOrderId
(exchangeOrderId: string)
packages/db/src/extension/models/smart-trade.model.ts:20
FunctionfindByExchangeOrderId
(exchangeOrderId: string)
packages/db/src/extension/models/order.model.ts:5
FunctionfindFirst
( args: Prisma.SelectSubset<T, Prisma.BotFindFirstArgs<ExtArgs>>, )
packages/db/src/extension/models/custom-bot.model.ts:14
FunctionfindFirstOrThrow
( args: Prisma.SelectSubset<T, Prisma.BotFindFirstOrThrowArgs>, )
packages/db/src/extension/models/grid-bot.model.ts:56
FunctionfindFirstOrThrow
( args: Prisma.SelectSubset<T, Prisma.BotFindFirstOrThrowArgs>, )
packages/db/src/extension/models/custom-bot.model.ts:51
FunctionfindFirstOrThrow
( args: Prisma.SelectSubset<T, Prisma.BotFindFirstOrThrowArgs>, )
packages/db/src/extension/models/dca-bot.model.ts:58
FunctionfindMany
(args: Prisma.SelectSubset<T, Prisma.BotFindManyArgs>)
packages/db/src/extension/models/grid-bot.model.ts:74
FunctionfindMany
(args: Prisma.SelectSubset<T, Prisma.BotFindManyArgs>)
packages/db/src/extension/models/custom-bot.model.ts:65
FunctionfindMany
(args: Prisma.SelectSubset<T, Prisma.BotFindManyArgs>)
packages/db/src/extension/models/dca-bot.model.ts:76
FunctionfindTemplate
(template: string)
packages/bot-templates/src/index.ts:23
FunctionfindUnique
( args: Prisma.SelectSubset<T, Prisma.BotFindUniqueArgs<ExtArgs>>, )
packages/db/src/extension/models/grid-bot.model.ts:14
FunctionfindUnique
( args: Prisma.SelectSubset<T, Prisma.BotFindUniqueArgs<ExtArgs>>, )
packages/db/src/extension/models/custom-bot.model.ts:29
FunctionfindUnique
( args: Prisma.SelectSubset<T, Prisma.BotFindUniqueArgs<ExtArgs>>, )
packages/db/src/extension/models/dca-bot.model.ts:16
FunctionfindUniqueOrThrow
( args: Prisma.SelectSubset<T, Prisma.BotFindUniqueOrThrowArgs>, )
packages/db/src/extension/models/grid-bot.model.ts:36
FunctionfindUniqueOrThrow
( args: Prisma.SelectSubset<T, Prisma.BotFindUniqueOrThrowArgs>, )
packages/db/src/extension/models/custom-bot.model.ts:37
FunctionfindUniqueOrThrow
( args: Prisma.SelectSubset<T, Prisma.BotFindUniqueOrThrowArgs>, )
packages/db/src/extension/models/dca-bot.model.ts:38
Functionfn
(r, t)
app/frontend/assets/index-6txj_4R8.js:2335
MethodfromExchangeOrderId
(exchangeOrderId: string)
packages/bot/src/processing/executors/arb/arb.executor.ts:51
← previousnext →801–900 of 1,175, ranked by callers