MCPcopy Index your code

hub / github.com/austin-starks/NextTrade / functions

Functions708 in github.com/austin-starks/NextTrade

↓ 1 callersFunctionaddSimpleCondition
()
client/src/pages/Condition/CompoundConditionForm.tsx:85
↓ 1 callersMethodaddToOrderHistory
* Models the order history of a portfolio
app/src/models/history/orderHistory.ts:56
↓ 1 callersMethodaddValidationFitnessHistory
()
app/src/models/optimization/index.ts:618
↓ 1 callersMethodallocation
(fieldName: string, value: Allocation)
app/src/models/field/formGroup.ts:29
↓ 1 callersFunctionappendCondition
( oldC: AbstractCondition, newC: AbstractCondition )
client/src/pages/Optimization/View.tsx:68
↓ 1 callersMethodbuy
(order: Order)
app/src/models/portfolio/mockPortfolio.ts:126
↓ 1 callersMethodbuyPreconditionsCheck
(obj: IPrecondition)
app/src/models/strategy/index.ts:144
↓ 1 callersMethodcalculateFinalStatistics
(priceMap: PriceMap)
app/src/models/backtester/index.ts:268
↓ 1 callersMethodcalculateMaxDrawdown
(history: { value: number }[])
app/src/models/statistics/index.ts:84
↓ 1 callersMethodcalculateStatistics
( finalValue: number, initialValue: number, valueHistory: { value: number }[], deltaHistory: {
app/src/models/statistics/index.ts:47
↓ 1 callersMethodcalculateTargetPrice
( brokerage: AbstractBrokerage, asset: AbstractAsset, currentTime: Date )
app/src/models/conditions/movingAverage.ts:105
↓ 1 callersFunctioncancelOptimization
(id: string)
client/src/services/requests.tsx:61
↓ 1 callersMethodcheckBacktestPreconditions
(startDate: Date, endDate: Date)
app/src/models/backtester/index.ts:505
↓ 1 callersMethodcheckPreconditions
(long: Option, short: Option)
app/src/models/asset/DebitSpread.ts:30
↓ 1 callersFunctioncleanup
(_exitCode, signal)
app/src/app.ts:100
↓ 1 callersMethodconditionToVector
(obj: { condition: AbstractCondition; strategyIdx: number; conditionIdx: number; path: string;
app/src/models/optimization/index.ts:978
↓ 1 callersMethodconfig
()
app/src/models/portfolio/portfolio.ts:102
↓ 1 callersMethodconnectHelper
()
app/src/services/db.ts:29
↓ 1 callersMethodconnectTest
()
app/src/services/db.ts:43
↓ 1 callersMethodconstructHistory
( history: MarketDataArray, range: DateRange, meanObject: IMeanObject )
app/src/models/brokerage/dataTransformer/index.ts:142
↓ 1 callersMethodconstructNewStrategy
(obj: IStrategy)
app/src/models/strategy/index.ts:102
↓ 1 callersMethodcountNumAssets
(positions: IPosition[])
app/src/models/allocation/index.ts:154
↓ 1 callersFunctioncreateBacktest
(portfolioId: string, data: BacktestData)
client/src/services/requests.tsx:102
↓ 1 callersFunctioncreateCompoundCondition
(data: CompoundCondition)
client/src/services/requests.tsx:98
↓ 1 callersFunctioncreateConditionFromForm
(data: { id?: string; form: IFormControl; type: ConditionEnum; })
client/src/services/requests.tsx:93
↓ 1 callersMethodcreateFromPositionArray
(pos: IPosition[])
app/src/models/asset/index.ts:170
↓ 1 callersMethodcreateInitialPortfolio
(userId: Id)
app/src/models/portfolio/portfolio.ts:298
↓ 1 callersMethodcreateLeapConfig
()
app/src/models/asset/Option.ts:98
↓ 1 callersMethodcreatePopulation
( portfolioObj: AbstractPortfolio, numPortfolios: number )
app/src/models/optimization/index.ts:313
↓ 1 callersFunctioncreatePortfolio
(p: IPortfolio)
client/src/services/requests.tsx:71
↓ 1 callersMethodcreatePriceStream
()
app/src/controller/forwardtestController/index.ts:446
↓ 1 callersMethodcreateStream
(_symbols: Set<string>)
app/src/models/brokerage/testBrokerage.ts:146
↓ 1 callersMethodcreateTrainingBacktest
(vector: OptimizerVector[])
app/src/models/optimization/index.ts:669
↓ 1 callersMethodcreateValidationBacktest
(vector: OptimizerVector[])
app/src/models/optimization/index.ts:692
↓ 1 callersMethodcreateWeeklyConfig
()
app/src/models/asset/Option.ts:82
↓ 1 callersMethodcreateWorker
(brokerage: IBrokerage)
app/src/models/backtester/index.ts:592
↓ 1 callersMethodcrossover
(motherIdx: number, fatherIdx: number)
app/src/models/optimization/index.ts:508
↓ 1 callersMethoddateExistsInDatabase
( month: number, year: number )
app/src/models/calendar/index.ts:47
↓ 1 callersMethoddayTimeArray
()
app/src/models/time/index.ts:44
↓ 1 callersMethoddeleteById
(strategyId: Id, userId: Id)
app/src/models/strategy/index.ts:310
↓ 1 callersFunctiondeletePortfolioStrategy
( portfolioId: string, strategyId: string )
client/src/services/requests.tsx:87
↓ 1 callersMethoddeleteStrategyByName
(name: string, userId: Id)
app/src/models/strategy/index.ts:306
↓ 1 callersFunctiondfs
(compound: CompoundCondition, pos: number[])
client/src/pages/Strategies/NewStrategy.tsx:270
↓ 1 callersMethoddownloadCalendarData
(startYear: number)
app/src/models/calendar/index.ts:73
↓ 1 callersFunctioneditOptimizer
( optimizerId: string, data: { form: IFormControl } )
client/src/services/requests.tsx:40
↓ 1 callersFunctioneditPortfolio
(portfolioId: string, data: IPortfolio)
client/src/services/requests.tsx:73
↓ 1 callersFunctioneditPortfolioFromMock
( portfolioId: string, data: AbstractPortfolio )
client/src/services/requests.tsx:76
↓ 1 callersMethodelitism
(count: number)
app/src/models/optimization/index.ts:1145
↓ 1 callersFunctionemptyStrategy
()
client/src/pages/Strategies/NewStrategy.tsx:66
↓ 1 callersMethodexpireOptions
(portfolio: MockPortfolio)
app/src/models/backtester/index.ts:281
↓ 1 callersMethodexpireOptions
(portfolios: Portfolio[])
app/src/models/asset/Option.ts:313
↓ 1 callersFunctionfilterHistory
( history: timestamp[], day: DateGraphEnum, endDateOriginal: Date )
client/src/utils/index.tsx:71
↓ 1 callersMethodfindById
(id: Id, userId: Id)
app/src/models/portfolio/portfolio.ts:211
↓ 1 callersMethodfindDateClosestTo
( date: Date, expirationArray: Array<Datestring> )
app/src/models/asset/Option.ts:146
↓ 1 callersMethodfindDateRightAfter
( date: Date, expirationArray: Array<Datestring> )
app/src/models/asset/Option.ts:177
↓ 1 callersMethodfindDateRightBefore
( date: Date, expirationArray: Array<Datestring> )
app/src/models/asset/Option.ts:164
↓ 1 callersMethodfindOrCreate
( strategyObj: IStrategy, userId: Id )
app/src/models/strategy/index.ts:234
↓ 1 callersMethodfindSymbolClosestToStrike
( targetStrike: number, optionType: OptionTypeEnum, optionChain: OptionChain )
app/src/models/asset/Option.ts:233
↓ 1 callersMethodfindUpdated
( obj: { userId: Id; active: boolean; deployment: DeploymentEnum; }, currentPort
app/src/models/portfolio/portfolio.ts:252
↓ 1 callersMethodfixAllocationFields
* Mutates the child and fixes the min/max value depending on allocation type * * @param child: OptimizerStateElement
app/src/models/optimization/index.ts:735
↓ 1 callersMethodgenerateBaselineComparison
()
app/src/models/backtester/index.ts:208
↓ 1 callersMethodgenerateChildren
(parents: { motherIdx: number; fatherIdx: number }[])
app/src/models/optimization/index.ts:462
↓ 1 callersMethodgenerateMockData
(obj: IGeneratedData, range: DateRange)
app/src/models/brokerage/dataTransformer/index.ts:38
↓ 1 callersMethodgeneratePriceObj
( prevPrices: MarketDataPoint, meanObject: IMeanObject, date: Datestring, volume: number )
app/src/models/brokerage/dataTransformer/index.ts:169
↓ 1 callersMethodgetActions
()
app/src/models/backtester/index.ts:574
↓ 1 callersMethodgetAssetField
()
app/src/models/field/formGroup.ts:18
↓ 1 callersFunctiongetAssetHistory
( assetName: string, assetType: "stock" | "crypto" )
client/src/services/requests.tsx:64
↓ 1 callersFunctiongetAssetType
(asset: { name: string; type: string })
client/src/utils/index.tsx:154
↓ 1 callersMethodgetAssetType
(asset: AbstractAsset)
app/src/models/asset/index.ts:85
↓ 1 callersMethodgetBacktestDailyPriceObj
(d: Date, symbol: string)
app/src/models/brokerage/BacktestBrokerage.ts:216
↓ 1 callersMethodgetBacktestIntradayPriceObj
(d: Date, symbol: string)
app/src/models/brokerage/BacktestBrokerage.ts:246
↓ 1 callersFunctiongetBacktestPriceHistory
(backtest: IBacktest)
client/src/pages/Portfolios/helper.tsx:87
↓ 1 callersFunctiongetBacktests
(portfolioId?: string)
client/src/services/requests.tsx:104
↓ 1 callersMethodgetBackup
()
app/src/models/priceMap/index.ts:317
↓ 1 callersMethodgetCalendar
(month: number, year: number)
app/src/models/brokerage/TradierBrokerage.ts:257
↓ 1 callersFunctiongetChip
(status: StatusEnum, tooltipText: string)
client/src/pages/Optimization/shared.tsx:4
↓ 1 callersMethodgetClass
()
app/src/models/asset/Stock.ts:16
↓ 1 callersMethodgetConditionOptions
()
app/src/models/conditions/index.ts:62
↓ 1 callersFunctiongetConditions
()
client/src/services/requests.tsx:91
↓ 1 callersFunctiongetEarliest
(condition: AbstractCondition)
app/src/models/portfolio/abstractPortfolio.ts:333
↓ 1 callersMethodgetField
(name: string)
app/src/models/field/formControl.ts:37
↓ 1 callersMethodgetFinalResult
(currentPercentChange: number)
app/src/models/conditions/positionPercentChange.ts:48
↓ 1 callersMethodgetForm
(req: Request, res: Response)
app/src/controller/optimizationController/index.ts:176
↓ 1 callersMethodgetFromUser
( userId: Id, query: FilterQuery<IConditionDocument> = {} )
app/src/models/conditions/index.ts:31
↓ 1 callersMethodgetHistory
( brokerage: AbstractBrokerage, asset: AbstractAsset, currentTime: Date )
app/src/models/conditions/movingAverage.ts:160
↓ 1 callersMethodgetInternalBrokerage
()
app/src/models/brokerage/BacktestBrokerage.ts:82
↓ 1 callersMethodgetMSUntilOpen
()
app/src/models/calendar/index.ts:140
↓ 1 callersMethodgetMSUntilTomorrow
()
app/src/models/calendar/index.ts:147
↓ 1 callersMethodgetMapLastIteration
()
app/src/models/priceMap/index.ts:131
↓ 1 callersMethodgetMeanObject
( history: MarketDataArray, meanDeviationValue: number, range: DateRange )
app/src/models/brokerage/dataTransformer/index.ts:60
↓ 1 callersFunctiongetMonthYearObj
(date = new Date())
app/src/utils/functions.ts:83
↓ 1 callersMethodgetNumParents
()
app/src/models/optimization/index.ts:400
↓ 1 callersMethodgetOptionChain
(option: Option, expirationStr: string)
app/src/models/brokerage/testBrokerage.ts:44
↓ 1 callersMethodgetOptionsSymbols
( strategies: Strategy[], brokerage: AbstractBrokerage )
app/src/models/asset/Option.ts:276
↓ 1 callersMethodgetOrders
()
app/src/models/backtester/index.ts:432
↓ 1 callersFunctiongetPortfolioHistory
(portfolioId?: string)
client/src/services/requests.tsx:35
↓ 1 callersFunctiongetPortfolios
()
client/src/services/requests.tsx:70
↓ 1 callersFunctiongetPositionList
(portfolio?: AbstractPortfolio)
client/src/pages/Portfolios/helper.tsx:26
↓ 1 callersMethodgetSpreadPrices
( assets: { long: AbstractAsset; short: AbstractAsset }, side: BuyOrSellEnum, fillEnum = FillProba
app/src/models/priceMap/index.ts:110
↓ 1 callersFunctiongetStockData
(stock: string)
client/src/services/requests.tsx:34
← previousnext →201–300 of 708, ranked by callers