adaptic-backend 1.0.86 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account.cjs +43 -1260
- package/Action.cjs +65 -2016
- package/Alert.cjs +41 -1260
- package/AlpacaAccount.cjs +78 -1260
- package/Asset.cjs +78 -1548
- package/Authenticator.cjs +43 -1260
- package/Customer.cjs +43 -1260
- package/NewsArticle.cjs +43 -1548
- package/NewsArticleAssetSentiment.cjs +41 -1548
- package/Order.cjs +65 -1550
- package/Position.cjs +58 -1908
- package/Session.cjs +43 -1260
- package/StopLoss.cjs +70 -1549
- package/TakeProfit.cjs +70 -1549
- package/Trade.cjs +16 -1694
- package/User.cjs +41 -1260
- package/generated/typeStrings/Trade.cjs +7 -5
- package/generated/typeStrings/Trade.d.ts +1 -1
- package/generated/typeStrings/Trade.d.ts.map +1 -1
- package/generated/typeStrings/Trade.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +32 -27
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.cjs +8 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.cjs +50 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.cjs +69 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.cjs +89 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.cjs +68 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.cjs +88 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +20 -10
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +43 -1260
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +65 -2016
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +41 -1260
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +78 -1260
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +78 -1548
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +43 -1260
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +43 -1260
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +43 -1548
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +41 -1548
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +65 -1550
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +58 -1908
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +43 -1260
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +70 -1549
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +70 -1549
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +16 -1694
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +41 -1260
- package/server/generated/typeStrings/Trade.d.ts +1 -1
- package/server/generated/typeStrings/Trade.d.ts.map +1 -1
- package/server/generated/typeStrings/Trade.js.map +1 -1
- package/server/generated/typeStrings/Trade.mjs +7 -5
- package/server/generated/typeStrings/index.d.ts +1 -1
- package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.mjs +32 -27
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +1 -0
- package/server/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
- package/server/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.mjs +12 -0
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.mjs +25 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.mjs +47 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.mjs +70 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.mjs +46 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.mjs +69 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
package/AlpacaAccount.cjs
CHANGED
@@ -49,9 +49,6 @@ exports.AlpacaAccount = {
|
|
49
49
|
stripeCurrentPeriodEnd
|
50
50
|
createdAt
|
51
51
|
updatedAt
|
52
|
-
users {
|
53
|
-
id
|
54
|
-
}
|
55
52
|
}
|
56
53
|
customerId
|
57
54
|
accounts {
|
@@ -69,18 +66,12 @@ exports.AlpacaAccount = {
|
|
69
66
|
session_state
|
70
67
|
createdAt
|
71
68
|
updatedAt
|
72
|
-
user {
|
73
|
-
id
|
74
|
-
}
|
75
69
|
}
|
76
70
|
sessions {
|
77
71
|
id
|
78
72
|
sessionToken
|
79
73
|
userId
|
80
74
|
expires
|
81
|
-
user {
|
82
|
-
id
|
83
|
-
}
|
84
75
|
createdAt
|
85
76
|
updatedAt
|
86
77
|
}
|
@@ -90,16 +81,10 @@ exports.AlpacaAccount = {
|
|
90
81
|
credentialID
|
91
82
|
publicKey
|
92
83
|
counter
|
93
|
-
user {
|
94
|
-
id
|
95
|
-
}
|
96
84
|
createdAt
|
97
85
|
updatedAt
|
98
86
|
}
|
99
87
|
plan
|
100
|
-
alpacaAccounts {
|
101
|
-
id
|
102
|
-
}
|
103
88
|
}
|
104
89
|
userId
|
105
90
|
createdAt
|
@@ -111,6 +96,7 @@ exports.AlpacaAccount = {
|
|
111
96
|
qty
|
112
97
|
price
|
113
98
|
total
|
99
|
+
optionType
|
114
100
|
signal
|
115
101
|
strategy
|
116
102
|
analysis
|
@@ -119,9 +105,6 @@ exports.AlpacaAccount = {
|
|
119
105
|
createdAt
|
120
106
|
updatedAt
|
121
107
|
status
|
122
|
-
alpacaAccount {
|
123
|
-
id
|
124
|
-
}
|
125
108
|
asset {
|
126
109
|
id
|
127
110
|
symbol
|
@@ -181,9 +164,6 @@ exports.AlpacaAccount = {
|
|
181
164
|
buyPrice
|
182
165
|
createdAt
|
183
166
|
updatedAt
|
184
|
-
trades {
|
185
|
-
id
|
186
|
-
}
|
187
167
|
orders {
|
188
168
|
id
|
189
169
|
clientOrderId
|
@@ -204,9 +184,6 @@ exports.AlpacaAccount = {
|
|
204
184
|
createdAt
|
205
185
|
updatedAt
|
206
186
|
orderId
|
207
|
-
Order {
|
208
|
-
id
|
209
|
-
}
|
210
187
|
}
|
211
188
|
takeProfit {
|
212
189
|
id
|
@@ -215,9 +192,6 @@ exports.AlpacaAccount = {
|
|
215
192
|
createdAt
|
216
193
|
updatedAt
|
217
194
|
orderId
|
218
|
-
Order {
|
219
|
-
id
|
220
|
-
}
|
221
195
|
}
|
222
196
|
trailPrice
|
223
197
|
trailPercent
|
@@ -229,9 +203,6 @@ exports.AlpacaAccount = {
|
|
229
203
|
filledAt
|
230
204
|
filledAvgPrice
|
231
205
|
actionId
|
232
|
-
alpacaAccount {
|
233
|
-
id
|
234
|
-
}
|
235
206
|
action {
|
236
207
|
id
|
237
208
|
sequence
|
@@ -240,15 +211,6 @@ exports.AlpacaAccount = {
|
|
240
211
|
note
|
241
212
|
status
|
242
213
|
fee
|
243
|
-
trade {
|
244
|
-
id
|
245
|
-
}
|
246
|
-
order {
|
247
|
-
id
|
248
|
-
}
|
249
|
-
}
|
250
|
-
asset {
|
251
|
-
id
|
252
214
|
}
|
253
215
|
fee
|
254
216
|
strikePrice
|
@@ -260,9 +222,6 @@ exports.AlpacaAccount = {
|
|
260
222
|
positions {
|
261
223
|
id
|
262
224
|
assetId
|
263
|
-
asset {
|
264
|
-
id
|
265
|
-
}
|
266
225
|
averageEntryPrice
|
267
226
|
qty
|
268
227
|
qtyAvailable
|
@@ -276,9 +235,6 @@ exports.AlpacaAccount = {
|
|
276
235
|
lastTradePrice
|
277
236
|
changeToday
|
278
237
|
assetMarginable
|
279
|
-
alpacaAccount {
|
280
|
-
id
|
281
|
-
}
|
282
238
|
alpacaAccountId
|
283
239
|
}
|
284
240
|
newsMentions {
|
@@ -303,12 +259,6 @@ exports.AlpacaAccount = {
|
|
303
259
|
logo
|
304
260
|
createdAt
|
305
261
|
updatedAt
|
306
|
-
assets {
|
307
|
-
id
|
308
|
-
}
|
309
|
-
}
|
310
|
-
asset {
|
311
|
-
id
|
312
262
|
}
|
313
263
|
relevancyScore
|
314
264
|
sentimentScore
|
@@ -323,9 +273,6 @@ exports.AlpacaAccount = {
|
|
323
273
|
note
|
324
274
|
status
|
325
275
|
fee
|
326
|
-
trade {
|
327
|
-
id
|
328
|
-
}
|
329
276
|
order {
|
330
277
|
id
|
331
278
|
clientOrderId
|
@@ -346,9 +293,6 @@ exports.AlpacaAccount = {
|
|
346
293
|
createdAt
|
347
294
|
updatedAt
|
348
295
|
orderId
|
349
|
-
Order {
|
350
|
-
id
|
351
|
-
}
|
352
296
|
}
|
353
297
|
takeProfit {
|
354
298
|
id
|
@@ -357,9 +301,6 @@ exports.AlpacaAccount = {
|
|
357
301
|
createdAt
|
358
302
|
updatedAt
|
359
303
|
orderId
|
360
|
-
Order {
|
361
|
-
id
|
362
|
-
}
|
363
304
|
}
|
364
305
|
trailPrice
|
365
306
|
trailPercent
|
@@ -371,12 +312,6 @@ exports.AlpacaAccount = {
|
|
371
312
|
filledAt
|
372
313
|
filledAvgPrice
|
373
314
|
actionId
|
374
|
-
alpacaAccount {
|
375
|
-
id
|
376
|
-
}
|
377
|
-
action {
|
378
|
-
id
|
379
|
-
}
|
380
315
|
asset {
|
381
316
|
id
|
382
317
|
symbol
|
@@ -436,18 +371,9 @@ exports.AlpacaAccount = {
|
|
436
371
|
buyPrice
|
437
372
|
createdAt
|
438
373
|
updatedAt
|
439
|
-
trades {
|
440
|
-
id
|
441
|
-
}
|
442
|
-
orders {
|
443
|
-
id
|
444
|
-
}
|
445
374
|
positions {
|
446
375
|
id
|
447
376
|
assetId
|
448
|
-
asset {
|
449
|
-
id
|
450
|
-
}
|
451
377
|
averageEntryPrice
|
452
378
|
qty
|
453
379
|
qtyAvailable
|
@@ -461,9 +387,6 @@ exports.AlpacaAccount = {
|
|
461
387
|
lastTradePrice
|
462
388
|
changeToday
|
463
389
|
assetMarginable
|
464
|
-
alpacaAccount {
|
465
|
-
id
|
466
|
-
}
|
467
390
|
alpacaAccountId
|
468
391
|
}
|
469
392
|
newsMentions {
|
@@ -488,12 +411,6 @@ exports.AlpacaAccount = {
|
|
488
411
|
logo
|
489
412
|
createdAt
|
490
413
|
updatedAt
|
491
|
-
assets {
|
492
|
-
id
|
493
|
-
}
|
494
|
-
}
|
495
|
-
asset {
|
496
|
-
id
|
497
414
|
}
|
498
415
|
relevancyScore
|
499
416
|
sentimentScore
|
@@ -529,9 +446,6 @@ exports.AlpacaAccount = {
|
|
529
446
|
createdAt
|
530
447
|
updatedAt
|
531
448
|
orderId
|
532
|
-
Order {
|
533
|
-
id
|
534
|
-
}
|
535
449
|
}
|
536
450
|
takeProfit {
|
537
451
|
id
|
@@ -540,9 +454,6 @@ exports.AlpacaAccount = {
|
|
540
454
|
createdAt
|
541
455
|
updatedAt
|
542
456
|
orderId
|
543
|
-
Order {
|
544
|
-
id
|
545
|
-
}
|
546
457
|
}
|
547
458
|
trailPrice
|
548
459
|
trailPercent
|
@@ -554,9 +465,6 @@ exports.AlpacaAccount = {
|
|
554
465
|
filledAt
|
555
466
|
filledAvgPrice
|
556
467
|
actionId
|
557
|
-
alpacaAccount {
|
558
|
-
id
|
559
|
-
}
|
560
468
|
action {
|
561
469
|
id
|
562
470
|
sequence
|
@@ -572,6 +480,7 @@ exports.AlpacaAccount = {
|
|
572
480
|
qty
|
573
481
|
price
|
574
482
|
total
|
483
|
+
optionType
|
575
484
|
signal
|
576
485
|
strategy
|
577
486
|
analysis
|
@@ -580,9 +489,6 @@ exports.AlpacaAccount = {
|
|
580
489
|
createdAt
|
581
490
|
updatedAt
|
582
491
|
status
|
583
|
-
alpacaAccount {
|
584
|
-
id
|
585
|
-
}
|
586
492
|
asset {
|
587
493
|
id
|
588
494
|
symbol
|
@@ -642,18 +548,9 @@ exports.AlpacaAccount = {
|
|
642
548
|
buyPrice
|
643
549
|
createdAt
|
644
550
|
updatedAt
|
645
|
-
trades {
|
646
|
-
id
|
647
|
-
}
|
648
|
-
orders {
|
649
|
-
id
|
650
|
-
}
|
651
551
|
positions {
|
652
552
|
id
|
653
553
|
assetId
|
654
|
-
asset {
|
655
|
-
id
|
656
|
-
}
|
657
554
|
averageEntryPrice
|
658
555
|
qty
|
659
556
|
qtyAvailable
|
@@ -667,9 +564,6 @@ exports.AlpacaAccount = {
|
|
667
564
|
lastTradePrice
|
668
565
|
changeToday
|
669
566
|
assetMarginable
|
670
|
-
alpacaAccount {
|
671
|
-
id
|
672
|
-
}
|
673
567
|
alpacaAccountId
|
674
568
|
}
|
675
569
|
newsMentions {
|
@@ -694,24 +588,12 @@ exports.AlpacaAccount = {
|
|
694
588
|
logo
|
695
589
|
createdAt
|
696
590
|
updatedAt
|
697
|
-
assets {
|
698
|
-
id
|
699
|
-
}
|
700
|
-
}
|
701
|
-
asset {
|
702
|
-
id
|
703
591
|
}
|
704
592
|
relevancyScore
|
705
593
|
sentimentScore
|
706
594
|
sentimentLabel
|
707
595
|
}
|
708
596
|
}
|
709
|
-
actions {
|
710
|
-
id
|
711
|
-
}
|
712
|
-
}
|
713
|
-
order {
|
714
|
-
id
|
715
597
|
}
|
716
598
|
}
|
717
599
|
asset {
|
@@ -780,6 +662,7 @@ exports.AlpacaAccount = {
|
|
780
662
|
qty
|
781
663
|
price
|
782
664
|
total
|
665
|
+
optionType
|
783
666
|
signal
|
784
667
|
strategy
|
785
668
|
analysis
|
@@ -788,12 +671,6 @@ exports.AlpacaAccount = {
|
|
788
671
|
createdAt
|
789
672
|
updatedAt
|
790
673
|
status
|
791
|
-
alpacaAccount {
|
792
|
-
id
|
793
|
-
}
|
794
|
-
asset {
|
795
|
-
id
|
796
|
-
}
|
797
674
|
actions {
|
798
675
|
id
|
799
676
|
sequence
|
@@ -802,23 +679,11 @@ exports.AlpacaAccount = {
|
|
802
679
|
note
|
803
680
|
status
|
804
681
|
fee
|
805
|
-
trade {
|
806
|
-
id
|
807
|
-
}
|
808
|
-
order {
|
809
|
-
id
|
810
|
-
}
|
811
682
|
}
|
812
683
|
}
|
813
|
-
orders {
|
814
|
-
id
|
815
|
-
}
|
816
684
|
positions {
|
817
685
|
id
|
818
686
|
assetId
|
819
|
-
asset {
|
820
|
-
id
|
821
|
-
}
|
822
687
|
averageEntryPrice
|
823
688
|
qty
|
824
689
|
qtyAvailable
|
@@ -832,9 +697,6 @@ exports.AlpacaAccount = {
|
|
832
697
|
lastTradePrice
|
833
698
|
changeToday
|
834
699
|
assetMarginable
|
835
|
-
alpacaAccount {
|
836
|
-
id
|
837
|
-
}
|
838
700
|
alpacaAccountId
|
839
701
|
}
|
840
702
|
newsMentions {
|
@@ -859,12 +721,6 @@ exports.AlpacaAccount = {
|
|
859
721
|
logo
|
860
722
|
createdAt
|
861
723
|
updatedAt
|
862
|
-
assets {
|
863
|
-
id
|
864
|
-
}
|
865
|
-
}
|
866
|
-
asset {
|
867
|
-
id
|
868
724
|
}
|
869
725
|
relevancyScore
|
870
726
|
sentimentScore
|
@@ -947,6 +803,7 @@ exports.AlpacaAccount = {
|
|
947
803
|
qty
|
948
804
|
price
|
949
805
|
total
|
806
|
+
optionType
|
950
807
|
signal
|
951
808
|
strategy
|
952
809
|
analysis
|
@@ -955,12 +812,6 @@ exports.AlpacaAccount = {
|
|
955
812
|
createdAt
|
956
813
|
updatedAt
|
957
814
|
status
|
958
|
-
alpacaAccount {
|
959
|
-
id
|
960
|
-
}
|
961
|
-
asset {
|
962
|
-
id
|
963
|
-
}
|
964
815
|
actions {
|
965
816
|
id
|
966
817
|
sequence
|
@@ -969,9 +820,6 @@ exports.AlpacaAccount = {
|
|
969
820
|
note
|
970
821
|
status
|
971
822
|
fee
|
972
|
-
trade {
|
973
|
-
id
|
974
|
-
}
|
975
823
|
order {
|
976
824
|
id
|
977
825
|
clientOrderId
|
@@ -992,9 +840,6 @@ exports.AlpacaAccount = {
|
|
992
840
|
createdAt
|
993
841
|
updatedAt
|
994
842
|
orderId
|
995
|
-
Order {
|
996
|
-
id
|
997
|
-
}
|
998
843
|
}
|
999
844
|
takeProfit {
|
1000
845
|
id
|
@@ -1003,9 +848,6 @@ exports.AlpacaAccount = {
|
|
1003
848
|
createdAt
|
1004
849
|
updatedAt
|
1005
850
|
orderId
|
1006
|
-
Order {
|
1007
|
-
id
|
1008
|
-
}
|
1009
851
|
}
|
1010
852
|
trailPrice
|
1011
853
|
trailPercent
|
@@ -1017,15 +859,6 @@ exports.AlpacaAccount = {
|
|
1017
859
|
filledAt
|
1018
860
|
filledAvgPrice
|
1019
861
|
actionId
|
1020
|
-
alpacaAccount {
|
1021
|
-
id
|
1022
|
-
}
|
1023
|
-
action {
|
1024
|
-
id
|
1025
|
-
}
|
1026
|
-
asset {
|
1027
|
-
id
|
1028
|
-
}
|
1029
862
|
fee
|
1030
863
|
strikePrice
|
1031
864
|
expirationDate
|
@@ -1055,9 +888,6 @@ exports.AlpacaAccount = {
|
|
1055
888
|
createdAt
|
1056
889
|
updatedAt
|
1057
890
|
orderId
|
1058
|
-
Order {
|
1059
|
-
id
|
1060
|
-
}
|
1061
891
|
}
|
1062
892
|
takeProfit {
|
1063
893
|
id
|
@@ -1066,9 +896,6 @@ exports.AlpacaAccount = {
|
|
1066
896
|
createdAt
|
1067
897
|
updatedAt
|
1068
898
|
orderId
|
1069
|
-
Order {
|
1070
|
-
id
|
1071
|
-
}
|
1072
899
|
}
|
1073
900
|
trailPrice
|
1074
901
|
trailPercent
|
@@ -1080,9 +907,6 @@ exports.AlpacaAccount = {
|
|
1080
907
|
filledAt
|
1081
908
|
filledAvgPrice
|
1082
909
|
actionId
|
1083
|
-
alpacaAccount {
|
1084
|
-
id
|
1085
|
-
}
|
1086
910
|
action {
|
1087
911
|
id
|
1088
912
|
sequence
|
@@ -1098,6 +922,7 @@ exports.AlpacaAccount = {
|
|
1098
922
|
qty
|
1099
923
|
price
|
1100
924
|
total
|
925
|
+
optionType
|
1101
926
|
signal
|
1102
927
|
strategy
|
1103
928
|
analysis
|
@@ -1106,23 +931,8 @@ exports.AlpacaAccount = {
|
|
1106
931
|
createdAt
|
1107
932
|
updatedAt
|
1108
933
|
status
|
1109
|
-
alpacaAccount {
|
1110
|
-
id
|
1111
|
-
}
|
1112
|
-
asset {
|
1113
|
-
id
|
1114
|
-
}
|
1115
|
-
actions {
|
1116
|
-
id
|
1117
|
-
}
|
1118
|
-
}
|
1119
|
-
order {
|
1120
|
-
id
|
1121
934
|
}
|
1122
935
|
}
|
1123
|
-
asset {
|
1124
|
-
id
|
1125
|
-
}
|
1126
936
|
fee
|
1127
937
|
strikePrice
|
1128
938
|
expirationDate
|
@@ -1130,9 +940,6 @@ exports.AlpacaAccount = {
|
|
1130
940
|
stopLossId
|
1131
941
|
takeProfitId
|
1132
942
|
}
|
1133
|
-
positions {
|
1134
|
-
id
|
1135
|
-
}
|
1136
943
|
newsMentions {
|
1137
944
|
id
|
1138
945
|
assetId
|
@@ -1155,12 +962,6 @@ exports.AlpacaAccount = {
|
|
1155
962
|
logo
|
1156
963
|
createdAt
|
1157
964
|
updatedAt
|
1158
|
-
assets {
|
1159
|
-
id
|
1160
|
-
}
|
1161
|
-
}
|
1162
|
-
asset {
|
1163
|
-
id
|
1164
965
|
}
|
1165
966
|
relevancyScore
|
1166
967
|
sentimentScore
|
@@ -1180,9 +981,6 @@ exports.AlpacaAccount = {
|
|
1180
981
|
lastTradePrice
|
1181
982
|
changeToday
|
1182
983
|
assetMarginable
|
1183
|
-
alpacaAccount {
|
1184
|
-
id
|
1185
|
-
}
|
1186
984
|
alpacaAccountId
|
1187
985
|
}
|
1188
986
|
alerts {
|
@@ -1193,9 +991,6 @@ exports.AlpacaAccount = {
|
|
1193
991
|
isRead
|
1194
992
|
createdAt
|
1195
993
|
updatedAt
|
1196
|
-
alpacaAccount {
|
1197
|
-
id
|
1198
|
-
}
|
1199
994
|
}
|
1200
995
|
}
|
1201
996
|
}
|
@@ -1331,6 +1126,7 @@ exports.AlpacaAccount = {
|
|
1331
1126
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1332
1127
|
price: item.price !== undefined ? item.price : undefined,
|
1333
1128
|
total: item.total !== undefined ? item.total : undefined,
|
1129
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1334
1130
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1335
1131
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1336
1132
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1643,6 +1439,7 @@ exports.AlpacaAccount = {
|
|
1643
1439
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
1644
1440
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
1645
1441
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
1442
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
1646
1443
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
1647
1444
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
1648
1445
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -1737,6 +1534,7 @@ exports.AlpacaAccount = {
|
|
1737
1534
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1738
1535
|
price: item.price !== undefined ? item.price : undefined,
|
1739
1536
|
total: item.total !== undefined ? item.total : undefined,
|
1537
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1740
1538
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1741
1539
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1742
1540
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1904,6 +1702,7 @@ exports.AlpacaAccount = {
|
|
1904
1702
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1905
1703
|
price: item.price !== undefined ? item.price : undefined,
|
1906
1704
|
total: item.total !== undefined ? item.total : undefined,
|
1705
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1907
1706
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1908
1707
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1909
1708
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -2093,9 +1892,6 @@ exports.AlpacaAccount = {
|
|
2093
1892
|
stripeCurrentPeriodEnd
|
2094
1893
|
createdAt
|
2095
1894
|
updatedAt
|
2096
|
-
users {
|
2097
|
-
id
|
2098
|
-
}
|
2099
1895
|
}
|
2100
1896
|
customerId
|
2101
1897
|
accounts {
|
@@ -2113,18 +1909,12 @@ exports.AlpacaAccount = {
|
|
2113
1909
|
session_state
|
2114
1910
|
createdAt
|
2115
1911
|
updatedAt
|
2116
|
-
user {
|
2117
|
-
id
|
2118
|
-
}
|
2119
1912
|
}
|
2120
1913
|
sessions {
|
2121
1914
|
id
|
2122
1915
|
sessionToken
|
2123
1916
|
userId
|
2124
1917
|
expires
|
2125
|
-
user {
|
2126
|
-
id
|
2127
|
-
}
|
2128
1918
|
createdAt
|
2129
1919
|
updatedAt
|
2130
1920
|
}
|
@@ -2134,16 +1924,10 @@ exports.AlpacaAccount = {
|
|
2134
1924
|
credentialID
|
2135
1925
|
publicKey
|
2136
1926
|
counter
|
2137
|
-
user {
|
2138
|
-
id
|
2139
|
-
}
|
2140
1927
|
createdAt
|
2141
1928
|
updatedAt
|
2142
1929
|
}
|
2143
1930
|
plan
|
2144
|
-
alpacaAccounts {
|
2145
|
-
id
|
2146
|
-
}
|
2147
1931
|
}
|
2148
1932
|
userId
|
2149
1933
|
createdAt
|
@@ -2155,6 +1939,7 @@ exports.AlpacaAccount = {
|
|
2155
1939
|
qty
|
2156
1940
|
price
|
2157
1941
|
total
|
1942
|
+
optionType
|
2158
1943
|
signal
|
2159
1944
|
strategy
|
2160
1945
|
analysis
|
@@ -2163,9 +1948,6 @@ exports.AlpacaAccount = {
|
|
2163
1948
|
createdAt
|
2164
1949
|
updatedAt
|
2165
1950
|
status
|
2166
|
-
alpacaAccount {
|
2167
|
-
id
|
2168
|
-
}
|
2169
1951
|
asset {
|
2170
1952
|
id
|
2171
1953
|
symbol
|
@@ -2225,9 +2007,6 @@ exports.AlpacaAccount = {
|
|
2225
2007
|
buyPrice
|
2226
2008
|
createdAt
|
2227
2009
|
updatedAt
|
2228
|
-
trades {
|
2229
|
-
id
|
2230
|
-
}
|
2231
2010
|
orders {
|
2232
2011
|
id
|
2233
2012
|
clientOrderId
|
@@ -2248,9 +2027,6 @@ exports.AlpacaAccount = {
|
|
2248
2027
|
createdAt
|
2249
2028
|
updatedAt
|
2250
2029
|
orderId
|
2251
|
-
Order {
|
2252
|
-
id
|
2253
|
-
}
|
2254
2030
|
}
|
2255
2031
|
takeProfit {
|
2256
2032
|
id
|
@@ -2259,9 +2035,6 @@ exports.AlpacaAccount = {
|
|
2259
2035
|
createdAt
|
2260
2036
|
updatedAt
|
2261
2037
|
orderId
|
2262
|
-
Order {
|
2263
|
-
id
|
2264
|
-
}
|
2265
2038
|
}
|
2266
2039
|
trailPrice
|
2267
2040
|
trailPercent
|
@@ -2273,9 +2046,6 @@ exports.AlpacaAccount = {
|
|
2273
2046
|
filledAt
|
2274
2047
|
filledAvgPrice
|
2275
2048
|
actionId
|
2276
|
-
alpacaAccount {
|
2277
|
-
id
|
2278
|
-
}
|
2279
2049
|
action {
|
2280
2050
|
id
|
2281
2051
|
sequence
|
@@ -2284,15 +2054,6 @@ exports.AlpacaAccount = {
|
|
2284
2054
|
note
|
2285
2055
|
status
|
2286
2056
|
fee
|
2287
|
-
trade {
|
2288
|
-
id
|
2289
|
-
}
|
2290
|
-
order {
|
2291
|
-
id
|
2292
|
-
}
|
2293
|
-
}
|
2294
|
-
asset {
|
2295
|
-
id
|
2296
2057
|
}
|
2297
2058
|
fee
|
2298
2059
|
strikePrice
|
@@ -2304,9 +2065,6 @@ exports.AlpacaAccount = {
|
|
2304
2065
|
positions {
|
2305
2066
|
id
|
2306
2067
|
assetId
|
2307
|
-
asset {
|
2308
|
-
id
|
2309
|
-
}
|
2310
2068
|
averageEntryPrice
|
2311
2069
|
qty
|
2312
2070
|
qtyAvailable
|
@@ -2320,9 +2078,6 @@ exports.AlpacaAccount = {
|
|
2320
2078
|
lastTradePrice
|
2321
2079
|
changeToday
|
2322
2080
|
assetMarginable
|
2323
|
-
alpacaAccount {
|
2324
|
-
id
|
2325
|
-
}
|
2326
2081
|
alpacaAccountId
|
2327
2082
|
}
|
2328
2083
|
newsMentions {
|
@@ -2347,12 +2102,6 @@ exports.AlpacaAccount = {
|
|
2347
2102
|
logo
|
2348
2103
|
createdAt
|
2349
2104
|
updatedAt
|
2350
|
-
assets {
|
2351
|
-
id
|
2352
|
-
}
|
2353
|
-
}
|
2354
|
-
asset {
|
2355
|
-
id
|
2356
2105
|
}
|
2357
2106
|
relevancyScore
|
2358
2107
|
sentimentScore
|
@@ -2367,9 +2116,6 @@ exports.AlpacaAccount = {
|
|
2367
2116
|
note
|
2368
2117
|
status
|
2369
2118
|
fee
|
2370
|
-
trade {
|
2371
|
-
id
|
2372
|
-
}
|
2373
2119
|
order {
|
2374
2120
|
id
|
2375
2121
|
clientOrderId
|
@@ -2390,9 +2136,6 @@ exports.AlpacaAccount = {
|
|
2390
2136
|
createdAt
|
2391
2137
|
updatedAt
|
2392
2138
|
orderId
|
2393
|
-
Order {
|
2394
|
-
id
|
2395
|
-
}
|
2396
2139
|
}
|
2397
2140
|
takeProfit {
|
2398
2141
|
id
|
@@ -2401,9 +2144,6 @@ exports.AlpacaAccount = {
|
|
2401
2144
|
createdAt
|
2402
2145
|
updatedAt
|
2403
2146
|
orderId
|
2404
|
-
Order {
|
2405
|
-
id
|
2406
|
-
}
|
2407
2147
|
}
|
2408
2148
|
trailPrice
|
2409
2149
|
trailPercent
|
@@ -2415,12 +2155,6 @@ exports.AlpacaAccount = {
|
|
2415
2155
|
filledAt
|
2416
2156
|
filledAvgPrice
|
2417
2157
|
actionId
|
2418
|
-
alpacaAccount {
|
2419
|
-
id
|
2420
|
-
}
|
2421
|
-
action {
|
2422
|
-
id
|
2423
|
-
}
|
2424
2158
|
asset {
|
2425
2159
|
id
|
2426
2160
|
symbol
|
@@ -2480,18 +2214,9 @@ exports.AlpacaAccount = {
|
|
2480
2214
|
buyPrice
|
2481
2215
|
createdAt
|
2482
2216
|
updatedAt
|
2483
|
-
trades {
|
2484
|
-
id
|
2485
|
-
}
|
2486
|
-
orders {
|
2487
|
-
id
|
2488
|
-
}
|
2489
2217
|
positions {
|
2490
2218
|
id
|
2491
2219
|
assetId
|
2492
|
-
asset {
|
2493
|
-
id
|
2494
|
-
}
|
2495
2220
|
averageEntryPrice
|
2496
2221
|
qty
|
2497
2222
|
qtyAvailable
|
@@ -2505,9 +2230,6 @@ exports.AlpacaAccount = {
|
|
2505
2230
|
lastTradePrice
|
2506
2231
|
changeToday
|
2507
2232
|
assetMarginable
|
2508
|
-
alpacaAccount {
|
2509
|
-
id
|
2510
|
-
}
|
2511
2233
|
alpacaAccountId
|
2512
2234
|
}
|
2513
2235
|
newsMentions {
|
@@ -2532,12 +2254,6 @@ exports.AlpacaAccount = {
|
|
2532
2254
|
logo
|
2533
2255
|
createdAt
|
2534
2256
|
updatedAt
|
2535
|
-
assets {
|
2536
|
-
id
|
2537
|
-
}
|
2538
|
-
}
|
2539
|
-
asset {
|
2540
|
-
id
|
2541
2257
|
}
|
2542
2258
|
relevancyScore
|
2543
2259
|
sentimentScore
|
@@ -2573,9 +2289,6 @@ exports.AlpacaAccount = {
|
|
2573
2289
|
createdAt
|
2574
2290
|
updatedAt
|
2575
2291
|
orderId
|
2576
|
-
Order {
|
2577
|
-
id
|
2578
|
-
}
|
2579
2292
|
}
|
2580
2293
|
takeProfit {
|
2581
2294
|
id
|
@@ -2584,9 +2297,6 @@ exports.AlpacaAccount = {
|
|
2584
2297
|
createdAt
|
2585
2298
|
updatedAt
|
2586
2299
|
orderId
|
2587
|
-
Order {
|
2588
|
-
id
|
2589
|
-
}
|
2590
2300
|
}
|
2591
2301
|
trailPrice
|
2592
2302
|
trailPercent
|
@@ -2598,9 +2308,6 @@ exports.AlpacaAccount = {
|
|
2598
2308
|
filledAt
|
2599
2309
|
filledAvgPrice
|
2600
2310
|
actionId
|
2601
|
-
alpacaAccount {
|
2602
|
-
id
|
2603
|
-
}
|
2604
2311
|
action {
|
2605
2312
|
id
|
2606
2313
|
sequence
|
@@ -2616,6 +2323,7 @@ exports.AlpacaAccount = {
|
|
2616
2323
|
qty
|
2617
2324
|
price
|
2618
2325
|
total
|
2326
|
+
optionType
|
2619
2327
|
signal
|
2620
2328
|
strategy
|
2621
2329
|
analysis
|
@@ -2624,9 +2332,6 @@ exports.AlpacaAccount = {
|
|
2624
2332
|
createdAt
|
2625
2333
|
updatedAt
|
2626
2334
|
status
|
2627
|
-
alpacaAccount {
|
2628
|
-
id
|
2629
|
-
}
|
2630
2335
|
asset {
|
2631
2336
|
id
|
2632
2337
|
symbol
|
@@ -2686,18 +2391,9 @@ exports.AlpacaAccount = {
|
|
2686
2391
|
buyPrice
|
2687
2392
|
createdAt
|
2688
2393
|
updatedAt
|
2689
|
-
trades {
|
2690
|
-
id
|
2691
|
-
}
|
2692
|
-
orders {
|
2693
|
-
id
|
2694
|
-
}
|
2695
2394
|
positions {
|
2696
2395
|
id
|
2697
2396
|
assetId
|
2698
|
-
asset {
|
2699
|
-
id
|
2700
|
-
}
|
2701
2397
|
averageEntryPrice
|
2702
2398
|
qty
|
2703
2399
|
qtyAvailable
|
@@ -2711,9 +2407,6 @@ exports.AlpacaAccount = {
|
|
2711
2407
|
lastTradePrice
|
2712
2408
|
changeToday
|
2713
2409
|
assetMarginable
|
2714
|
-
alpacaAccount {
|
2715
|
-
id
|
2716
|
-
}
|
2717
2410
|
alpacaAccountId
|
2718
2411
|
}
|
2719
2412
|
newsMentions {
|
@@ -2738,24 +2431,12 @@ exports.AlpacaAccount = {
|
|
2738
2431
|
logo
|
2739
2432
|
createdAt
|
2740
2433
|
updatedAt
|
2741
|
-
assets {
|
2742
|
-
id
|
2743
|
-
}
|
2744
|
-
}
|
2745
|
-
asset {
|
2746
|
-
id
|
2747
2434
|
}
|
2748
2435
|
relevancyScore
|
2749
2436
|
sentimentScore
|
2750
2437
|
sentimentLabel
|
2751
2438
|
}
|
2752
2439
|
}
|
2753
|
-
actions {
|
2754
|
-
id
|
2755
|
-
}
|
2756
|
-
}
|
2757
|
-
order {
|
2758
|
-
id
|
2759
2440
|
}
|
2760
2441
|
}
|
2761
2442
|
asset {
|
@@ -2824,6 +2505,7 @@ exports.AlpacaAccount = {
|
|
2824
2505
|
qty
|
2825
2506
|
price
|
2826
2507
|
total
|
2508
|
+
optionType
|
2827
2509
|
signal
|
2828
2510
|
strategy
|
2829
2511
|
analysis
|
@@ -2832,12 +2514,6 @@ exports.AlpacaAccount = {
|
|
2832
2514
|
createdAt
|
2833
2515
|
updatedAt
|
2834
2516
|
status
|
2835
|
-
alpacaAccount {
|
2836
|
-
id
|
2837
|
-
}
|
2838
|
-
asset {
|
2839
|
-
id
|
2840
|
-
}
|
2841
2517
|
actions {
|
2842
2518
|
id
|
2843
2519
|
sequence
|
@@ -2846,23 +2522,11 @@ exports.AlpacaAccount = {
|
|
2846
2522
|
note
|
2847
2523
|
status
|
2848
2524
|
fee
|
2849
|
-
trade {
|
2850
|
-
id
|
2851
|
-
}
|
2852
|
-
order {
|
2853
|
-
id
|
2854
|
-
}
|
2855
2525
|
}
|
2856
2526
|
}
|
2857
|
-
orders {
|
2858
|
-
id
|
2859
|
-
}
|
2860
2527
|
positions {
|
2861
2528
|
id
|
2862
2529
|
assetId
|
2863
|
-
asset {
|
2864
|
-
id
|
2865
|
-
}
|
2866
2530
|
averageEntryPrice
|
2867
2531
|
qty
|
2868
2532
|
qtyAvailable
|
@@ -2876,9 +2540,6 @@ exports.AlpacaAccount = {
|
|
2876
2540
|
lastTradePrice
|
2877
2541
|
changeToday
|
2878
2542
|
assetMarginable
|
2879
|
-
alpacaAccount {
|
2880
|
-
id
|
2881
|
-
}
|
2882
2543
|
alpacaAccountId
|
2883
2544
|
}
|
2884
2545
|
newsMentions {
|
@@ -2903,12 +2564,6 @@ exports.AlpacaAccount = {
|
|
2903
2564
|
logo
|
2904
2565
|
createdAt
|
2905
2566
|
updatedAt
|
2906
|
-
assets {
|
2907
|
-
id
|
2908
|
-
}
|
2909
|
-
}
|
2910
|
-
asset {
|
2911
|
-
id
|
2912
2567
|
}
|
2913
2568
|
relevancyScore
|
2914
2569
|
sentimentScore
|
@@ -2991,6 +2646,7 @@ exports.AlpacaAccount = {
|
|
2991
2646
|
qty
|
2992
2647
|
price
|
2993
2648
|
total
|
2649
|
+
optionType
|
2994
2650
|
signal
|
2995
2651
|
strategy
|
2996
2652
|
analysis
|
@@ -2999,12 +2655,6 @@ exports.AlpacaAccount = {
|
|
2999
2655
|
createdAt
|
3000
2656
|
updatedAt
|
3001
2657
|
status
|
3002
|
-
alpacaAccount {
|
3003
|
-
id
|
3004
|
-
}
|
3005
|
-
asset {
|
3006
|
-
id
|
3007
|
-
}
|
3008
2658
|
actions {
|
3009
2659
|
id
|
3010
2660
|
sequence
|
@@ -3013,9 +2663,6 @@ exports.AlpacaAccount = {
|
|
3013
2663
|
note
|
3014
2664
|
status
|
3015
2665
|
fee
|
3016
|
-
trade {
|
3017
|
-
id
|
3018
|
-
}
|
3019
2666
|
order {
|
3020
2667
|
id
|
3021
2668
|
clientOrderId
|
@@ -3036,9 +2683,6 @@ exports.AlpacaAccount = {
|
|
3036
2683
|
createdAt
|
3037
2684
|
updatedAt
|
3038
2685
|
orderId
|
3039
|
-
Order {
|
3040
|
-
id
|
3041
|
-
}
|
3042
2686
|
}
|
3043
2687
|
takeProfit {
|
3044
2688
|
id
|
@@ -3047,9 +2691,6 @@ exports.AlpacaAccount = {
|
|
3047
2691
|
createdAt
|
3048
2692
|
updatedAt
|
3049
2693
|
orderId
|
3050
|
-
Order {
|
3051
|
-
id
|
3052
|
-
}
|
3053
2694
|
}
|
3054
2695
|
trailPrice
|
3055
2696
|
trailPercent
|
@@ -3061,15 +2702,6 @@ exports.AlpacaAccount = {
|
|
3061
2702
|
filledAt
|
3062
2703
|
filledAvgPrice
|
3063
2704
|
actionId
|
3064
|
-
alpacaAccount {
|
3065
|
-
id
|
3066
|
-
}
|
3067
|
-
action {
|
3068
|
-
id
|
3069
|
-
}
|
3070
|
-
asset {
|
3071
|
-
id
|
3072
|
-
}
|
3073
2705
|
fee
|
3074
2706
|
strikePrice
|
3075
2707
|
expirationDate
|
@@ -3099,9 +2731,6 @@ exports.AlpacaAccount = {
|
|
3099
2731
|
createdAt
|
3100
2732
|
updatedAt
|
3101
2733
|
orderId
|
3102
|
-
Order {
|
3103
|
-
id
|
3104
|
-
}
|
3105
2734
|
}
|
3106
2735
|
takeProfit {
|
3107
2736
|
id
|
@@ -3110,9 +2739,6 @@ exports.AlpacaAccount = {
|
|
3110
2739
|
createdAt
|
3111
2740
|
updatedAt
|
3112
2741
|
orderId
|
3113
|
-
Order {
|
3114
|
-
id
|
3115
|
-
}
|
3116
2742
|
}
|
3117
2743
|
trailPrice
|
3118
2744
|
trailPercent
|
@@ -3124,9 +2750,6 @@ exports.AlpacaAccount = {
|
|
3124
2750
|
filledAt
|
3125
2751
|
filledAvgPrice
|
3126
2752
|
actionId
|
3127
|
-
alpacaAccount {
|
3128
|
-
id
|
3129
|
-
}
|
3130
2753
|
action {
|
3131
2754
|
id
|
3132
2755
|
sequence
|
@@ -3142,6 +2765,7 @@ exports.AlpacaAccount = {
|
|
3142
2765
|
qty
|
3143
2766
|
price
|
3144
2767
|
total
|
2768
|
+
optionType
|
3145
2769
|
signal
|
3146
2770
|
strategy
|
3147
2771
|
analysis
|
@@ -3150,23 +2774,8 @@ exports.AlpacaAccount = {
|
|
3150
2774
|
createdAt
|
3151
2775
|
updatedAt
|
3152
2776
|
status
|
3153
|
-
alpacaAccount {
|
3154
|
-
id
|
3155
|
-
}
|
3156
|
-
asset {
|
3157
|
-
id
|
3158
|
-
}
|
3159
|
-
actions {
|
3160
|
-
id
|
3161
|
-
}
|
3162
|
-
}
|
3163
|
-
order {
|
3164
|
-
id
|
3165
2777
|
}
|
3166
2778
|
}
|
3167
|
-
asset {
|
3168
|
-
id
|
3169
|
-
}
|
3170
2779
|
fee
|
3171
2780
|
strikePrice
|
3172
2781
|
expirationDate
|
@@ -3174,9 +2783,6 @@ exports.AlpacaAccount = {
|
|
3174
2783
|
stopLossId
|
3175
2784
|
takeProfitId
|
3176
2785
|
}
|
3177
|
-
positions {
|
3178
|
-
id
|
3179
|
-
}
|
3180
2786
|
newsMentions {
|
3181
2787
|
id
|
3182
2788
|
assetId
|
@@ -3199,12 +2805,6 @@ exports.AlpacaAccount = {
|
|
3199
2805
|
logo
|
3200
2806
|
createdAt
|
3201
2807
|
updatedAt
|
3202
|
-
assets {
|
3203
|
-
id
|
3204
|
-
}
|
3205
|
-
}
|
3206
|
-
asset {
|
3207
|
-
id
|
3208
2808
|
}
|
3209
2809
|
relevancyScore
|
3210
2810
|
sentimentScore
|
@@ -3224,9 +2824,6 @@ exports.AlpacaAccount = {
|
|
3224
2824
|
lastTradePrice
|
3225
2825
|
changeToday
|
3226
2826
|
assetMarginable
|
3227
|
-
alpacaAccount {
|
3228
|
-
id
|
3229
|
-
}
|
3230
2827
|
alpacaAccountId
|
3231
2828
|
}
|
3232
2829
|
alerts {
|
@@ -3237,9 +2834,6 @@ exports.AlpacaAccount = {
|
|
3237
2834
|
isRead
|
3238
2835
|
createdAt
|
3239
2836
|
updatedAt
|
3240
|
-
alpacaAccount {
|
3241
|
-
id
|
3242
|
-
}
|
3243
2837
|
}
|
3244
2838
|
}
|
3245
2839
|
}`;
|
@@ -3581,6 +3175,9 @@ exports.AlpacaAccount = {
|
|
3581
3175
|
total: item.total !== undefined ? {
|
3582
3176
|
set: item.total
|
3583
3177
|
} : undefined,
|
3178
|
+
optionType: item.optionType !== undefined ? {
|
3179
|
+
set: item.optionType
|
3180
|
+
} : undefined,
|
3584
3181
|
signal: item.signal !== undefined ? {
|
3585
3182
|
set: item.signal
|
3586
3183
|
} : undefined,
|
@@ -4301,6 +3898,7 @@ exports.AlpacaAccount = {
|
|
4301
3898
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4302
3899
|
price: item.price !== undefined ? item.price : undefined,
|
4303
3900
|
total: item.total !== undefined ? item.total : undefined,
|
3901
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4304
3902
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4305
3903
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4306
3904
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4687,6 +4285,9 @@ exports.AlpacaAccount = {
|
|
4687
4285
|
total: item.action.trade.total !== undefined ? {
|
4688
4286
|
set: item.action.trade.total
|
4689
4287
|
} : undefined,
|
4288
|
+
optionType: item.action.trade.optionType !== undefined ? {
|
4289
|
+
set: item.action.trade.optionType
|
4290
|
+
} : undefined,
|
4690
4291
|
signal: item.action.trade.signal !== undefined ? {
|
4691
4292
|
set: item.action.trade.signal
|
4692
4293
|
} : undefined,
|
@@ -4710,6 +4311,7 @@ exports.AlpacaAccount = {
|
|
4710
4311
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
4711
4312
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
4712
4313
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4314
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
4713
4315
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
4714
4316
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
4715
4317
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -4740,6 +4342,7 @@ exports.AlpacaAccount = {
|
|
4740
4342
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
4741
4343
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
4742
4344
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4345
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
4743
4346
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
4744
4347
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
4745
4348
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -4952,6 +4555,9 @@ exports.AlpacaAccount = {
|
|
4952
4555
|
total: item.total !== undefined ? {
|
4953
4556
|
set: item.total
|
4954
4557
|
} : undefined,
|
4558
|
+
optionType: item.optionType !== undefined ? {
|
4559
|
+
set: item.optionType
|
4560
|
+
} : undefined,
|
4955
4561
|
signal: item.signal !== undefined ? {
|
4956
4562
|
set: item.signal
|
4957
4563
|
} : undefined,
|
@@ -4975,6 +4581,7 @@ exports.AlpacaAccount = {
|
|
4975
4581
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4976
4582
|
price: item.price !== undefined ? item.price : undefined,
|
4977
4583
|
total: item.total !== undefined ? item.total : undefined,
|
4584
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4978
4585
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4979
4586
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4980
4587
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5152,6 +4759,7 @@ exports.AlpacaAccount = {
|
|
5152
4759
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5153
4760
|
price: item.price !== undefined ? item.price : undefined,
|
5154
4761
|
total: item.total !== undefined ? item.total : undefined,
|
4762
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5155
4763
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5156
4764
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5157
4765
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5296,6 +4904,7 @@ exports.AlpacaAccount = {
|
|
5296
4904
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
5297
4905
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
5298
4906
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4907
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
5299
4908
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
5300
4909
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
5301
4910
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -5390,6 +4999,7 @@ exports.AlpacaAccount = {
|
|
5390
4999
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5391
5000
|
price: item.price !== undefined ? item.price : undefined,
|
5392
5001
|
total: item.total !== undefined ? item.total : undefined,
|
5002
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5393
5003
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5394
5004
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5395
5005
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5699,6 +5309,9 @@ exports.AlpacaAccount = {
|
|
5699
5309
|
total: item.total !== undefined ? {
|
5700
5310
|
set: item.total
|
5701
5311
|
} : undefined,
|
5312
|
+
optionType: item.optionType !== undefined ? {
|
5313
|
+
set: item.optionType
|
5314
|
+
} : undefined,
|
5702
5315
|
signal: item.signal !== undefined ? {
|
5703
5316
|
set: item.signal
|
5704
5317
|
} : undefined,
|
@@ -5722,6 +5335,7 @@ exports.AlpacaAccount = {
|
|
5722
5335
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5723
5336
|
price: item.price !== undefined ? item.price : undefined,
|
5724
5337
|
total: item.total !== undefined ? item.total : undefined,
|
5338
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5725
5339
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5726
5340
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5727
5341
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5935,6 +5549,7 @@ exports.AlpacaAccount = {
|
|
5935
5549
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5936
5550
|
price: item.price !== undefined ? item.price : undefined,
|
5937
5551
|
total: item.total !== undefined ? item.total : undefined,
|
5552
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5938
5553
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5939
5554
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5940
5555
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6099,6 +5714,7 @@ exports.AlpacaAccount = {
|
|
6099
5714
|
qty: item.qty !== undefined ? item.qty : undefined,
|
6100
5715
|
price: item.price !== undefined ? item.price : undefined,
|
6101
5716
|
total: item.total !== undefined ? item.total : undefined,
|
5717
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
6102
5718
|
signal: item.signal !== undefined ? item.signal : undefined,
|
6103
5719
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
6104
5720
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6565,6 +6181,9 @@ exports.AlpacaAccount = {
|
|
6565
6181
|
total: item.total !== undefined ? {
|
6566
6182
|
set: item.total
|
6567
6183
|
} : undefined,
|
6184
|
+
optionType: item.optionType !== undefined ? {
|
6185
|
+
set: item.optionType
|
6186
|
+
} : undefined,
|
6568
6187
|
signal: item.signal !== undefined ? {
|
6569
6188
|
set: item.signal
|
6570
6189
|
} : undefined,
|
@@ -7285,6 +6904,7 @@ exports.AlpacaAccount = {
|
|
7285
6904
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7286
6905
|
price: item.price !== undefined ? item.price : undefined,
|
7287
6906
|
total: item.total !== undefined ? item.total : undefined,
|
6907
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7288
6908
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7289
6909
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7290
6910
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7671,6 +7291,9 @@ exports.AlpacaAccount = {
|
|
7671
7291
|
total: item.action.trade.total !== undefined ? {
|
7672
7292
|
set: item.action.trade.total
|
7673
7293
|
} : undefined,
|
7294
|
+
optionType: item.action.trade.optionType !== undefined ? {
|
7295
|
+
set: item.action.trade.optionType
|
7296
|
+
} : undefined,
|
7674
7297
|
signal: item.action.trade.signal !== undefined ? {
|
7675
7298
|
set: item.action.trade.signal
|
7676
7299
|
} : undefined,
|
@@ -7694,6 +7317,7 @@ exports.AlpacaAccount = {
|
|
7694
7317
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7695
7318
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7696
7319
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7320
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7697
7321
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7698
7322
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7699
7323
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7724,6 +7348,7 @@ exports.AlpacaAccount = {
|
|
7724
7348
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7725
7349
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7726
7350
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7351
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7727
7352
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7728
7353
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7729
7354
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7936,6 +7561,9 @@ exports.AlpacaAccount = {
|
|
7936
7561
|
total: item.total !== undefined ? {
|
7937
7562
|
set: item.total
|
7938
7563
|
} : undefined,
|
7564
|
+
optionType: item.optionType !== undefined ? {
|
7565
|
+
set: item.optionType
|
7566
|
+
} : undefined,
|
7939
7567
|
signal: item.signal !== undefined ? {
|
7940
7568
|
set: item.signal
|
7941
7569
|
} : undefined,
|
@@ -7959,6 +7587,7 @@ exports.AlpacaAccount = {
|
|
7959
7587
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7960
7588
|
price: item.price !== undefined ? item.price : undefined,
|
7961
7589
|
total: item.total !== undefined ? item.total : undefined,
|
7590
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7962
7591
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7963
7592
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7964
7593
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8136,6 +7765,7 @@ exports.AlpacaAccount = {
|
|
8136
7765
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8137
7766
|
price: item.price !== undefined ? item.price : undefined,
|
8138
7767
|
total: item.total !== undefined ? item.total : undefined,
|
7768
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8139
7769
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8140
7770
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8141
7771
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8280,6 +7910,7 @@ exports.AlpacaAccount = {
|
|
8280
7910
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
8281
7911
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
8282
7912
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7913
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
8283
7914
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
8284
7915
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
8285
7916
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -8374,6 +8005,7 @@ exports.AlpacaAccount = {
|
|
8374
8005
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8375
8006
|
price: item.price !== undefined ? item.price : undefined,
|
8376
8007
|
total: item.total !== undefined ? item.total : undefined,
|
8008
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8377
8009
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8378
8010
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8379
8011
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8683,6 +8315,9 @@ exports.AlpacaAccount = {
|
|
8683
8315
|
total: item.total !== undefined ? {
|
8684
8316
|
set: item.total
|
8685
8317
|
} : undefined,
|
8318
|
+
optionType: item.optionType !== undefined ? {
|
8319
|
+
set: item.optionType
|
8320
|
+
} : undefined,
|
8686
8321
|
signal: item.signal !== undefined ? {
|
8687
8322
|
set: item.signal
|
8688
8323
|
} : undefined,
|
@@ -8706,6 +8341,7 @@ exports.AlpacaAccount = {
|
|
8706
8341
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8707
8342
|
price: item.price !== undefined ? item.price : undefined,
|
8708
8343
|
total: item.total !== undefined ? item.total : undefined,
|
8344
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8709
8345
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8710
8346
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8711
8347
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8919,6 +8555,7 @@ exports.AlpacaAccount = {
|
|
8919
8555
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8920
8556
|
price: item.price !== undefined ? item.price : undefined,
|
8921
8557
|
total: item.total !== undefined ? item.total : undefined,
|
8558
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8922
8559
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8923
8560
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8924
8561
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -9083,6 +8720,7 @@ exports.AlpacaAccount = {
|
|
9083
8720
|
qty: item.qty !== undefined ? item.qty : undefined,
|
9084
8721
|
price: item.price !== undefined ? item.price : undefined,
|
9085
8722
|
total: item.total !== undefined ? item.total : undefined,
|
8723
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
9086
8724
|
signal: item.signal !== undefined ? item.signal : undefined,
|
9087
8725
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
9088
8726
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -9239,9 +8877,6 @@ exports.AlpacaAccount = {
|
|
9239
8877
|
stripeCurrentPeriodEnd
|
9240
8878
|
createdAt
|
9241
8879
|
updatedAt
|
9242
|
-
users {
|
9243
|
-
id
|
9244
|
-
}
|
9245
8880
|
}
|
9246
8881
|
customerId
|
9247
8882
|
accounts {
|
@@ -9259,18 +8894,12 @@ exports.AlpacaAccount = {
|
|
9259
8894
|
session_state
|
9260
8895
|
createdAt
|
9261
8896
|
updatedAt
|
9262
|
-
user {
|
9263
|
-
id
|
9264
|
-
}
|
9265
8897
|
}
|
9266
8898
|
sessions {
|
9267
8899
|
id
|
9268
8900
|
sessionToken
|
9269
8901
|
userId
|
9270
8902
|
expires
|
9271
|
-
user {
|
9272
|
-
id
|
9273
|
-
}
|
9274
8903
|
createdAt
|
9275
8904
|
updatedAt
|
9276
8905
|
}
|
@@ -9280,16 +8909,10 @@ exports.AlpacaAccount = {
|
|
9280
8909
|
credentialID
|
9281
8910
|
publicKey
|
9282
8911
|
counter
|
9283
|
-
user {
|
9284
|
-
id
|
9285
|
-
}
|
9286
8912
|
createdAt
|
9287
8913
|
updatedAt
|
9288
8914
|
}
|
9289
8915
|
plan
|
9290
|
-
alpacaAccounts {
|
9291
|
-
id
|
9292
|
-
}
|
9293
8916
|
}
|
9294
8917
|
userId
|
9295
8918
|
createdAt
|
@@ -9301,6 +8924,7 @@ exports.AlpacaAccount = {
|
|
9301
8924
|
qty
|
9302
8925
|
price
|
9303
8926
|
total
|
8927
|
+
optionType
|
9304
8928
|
signal
|
9305
8929
|
strategy
|
9306
8930
|
analysis
|
@@ -9309,9 +8933,6 @@ exports.AlpacaAccount = {
|
|
9309
8933
|
createdAt
|
9310
8934
|
updatedAt
|
9311
8935
|
status
|
9312
|
-
alpacaAccount {
|
9313
|
-
id
|
9314
|
-
}
|
9315
8936
|
asset {
|
9316
8937
|
id
|
9317
8938
|
symbol
|
@@ -9371,9 +8992,6 @@ exports.AlpacaAccount = {
|
|
9371
8992
|
buyPrice
|
9372
8993
|
createdAt
|
9373
8994
|
updatedAt
|
9374
|
-
trades {
|
9375
|
-
id
|
9376
|
-
}
|
9377
8995
|
orders {
|
9378
8996
|
id
|
9379
8997
|
clientOrderId
|
@@ -9394,9 +9012,6 @@ exports.AlpacaAccount = {
|
|
9394
9012
|
createdAt
|
9395
9013
|
updatedAt
|
9396
9014
|
orderId
|
9397
|
-
Order {
|
9398
|
-
id
|
9399
|
-
}
|
9400
9015
|
}
|
9401
9016
|
takeProfit {
|
9402
9017
|
id
|
@@ -9405,9 +9020,6 @@ exports.AlpacaAccount = {
|
|
9405
9020
|
createdAt
|
9406
9021
|
updatedAt
|
9407
9022
|
orderId
|
9408
|
-
Order {
|
9409
|
-
id
|
9410
|
-
}
|
9411
9023
|
}
|
9412
9024
|
trailPrice
|
9413
9025
|
trailPercent
|
@@ -9419,9 +9031,6 @@ exports.AlpacaAccount = {
|
|
9419
9031
|
filledAt
|
9420
9032
|
filledAvgPrice
|
9421
9033
|
actionId
|
9422
|
-
alpacaAccount {
|
9423
|
-
id
|
9424
|
-
}
|
9425
9034
|
action {
|
9426
9035
|
id
|
9427
9036
|
sequence
|
@@ -9430,15 +9039,6 @@ exports.AlpacaAccount = {
|
|
9430
9039
|
note
|
9431
9040
|
status
|
9432
9041
|
fee
|
9433
|
-
trade {
|
9434
|
-
id
|
9435
|
-
}
|
9436
|
-
order {
|
9437
|
-
id
|
9438
|
-
}
|
9439
|
-
}
|
9440
|
-
asset {
|
9441
|
-
id
|
9442
9042
|
}
|
9443
9043
|
fee
|
9444
9044
|
strikePrice
|
@@ -9450,9 +9050,6 @@ exports.AlpacaAccount = {
|
|
9450
9050
|
positions {
|
9451
9051
|
id
|
9452
9052
|
assetId
|
9453
|
-
asset {
|
9454
|
-
id
|
9455
|
-
}
|
9456
9053
|
averageEntryPrice
|
9457
9054
|
qty
|
9458
9055
|
qtyAvailable
|
@@ -9466,9 +9063,6 @@ exports.AlpacaAccount = {
|
|
9466
9063
|
lastTradePrice
|
9467
9064
|
changeToday
|
9468
9065
|
assetMarginable
|
9469
|
-
alpacaAccount {
|
9470
|
-
id
|
9471
|
-
}
|
9472
9066
|
alpacaAccountId
|
9473
9067
|
}
|
9474
9068
|
newsMentions {
|
@@ -9493,12 +9087,6 @@ exports.AlpacaAccount = {
|
|
9493
9087
|
logo
|
9494
9088
|
createdAt
|
9495
9089
|
updatedAt
|
9496
|
-
assets {
|
9497
|
-
id
|
9498
|
-
}
|
9499
|
-
}
|
9500
|
-
asset {
|
9501
|
-
id
|
9502
9090
|
}
|
9503
9091
|
relevancyScore
|
9504
9092
|
sentimentScore
|
@@ -9513,9 +9101,6 @@ exports.AlpacaAccount = {
|
|
9513
9101
|
note
|
9514
9102
|
status
|
9515
9103
|
fee
|
9516
|
-
trade {
|
9517
|
-
id
|
9518
|
-
}
|
9519
9104
|
order {
|
9520
9105
|
id
|
9521
9106
|
clientOrderId
|
@@ -9536,9 +9121,6 @@ exports.AlpacaAccount = {
|
|
9536
9121
|
createdAt
|
9537
9122
|
updatedAt
|
9538
9123
|
orderId
|
9539
|
-
Order {
|
9540
|
-
id
|
9541
|
-
}
|
9542
9124
|
}
|
9543
9125
|
takeProfit {
|
9544
9126
|
id
|
@@ -9547,9 +9129,6 @@ exports.AlpacaAccount = {
|
|
9547
9129
|
createdAt
|
9548
9130
|
updatedAt
|
9549
9131
|
orderId
|
9550
|
-
Order {
|
9551
|
-
id
|
9552
|
-
}
|
9553
9132
|
}
|
9554
9133
|
trailPrice
|
9555
9134
|
trailPercent
|
@@ -9561,12 +9140,6 @@ exports.AlpacaAccount = {
|
|
9561
9140
|
filledAt
|
9562
9141
|
filledAvgPrice
|
9563
9142
|
actionId
|
9564
|
-
alpacaAccount {
|
9565
|
-
id
|
9566
|
-
}
|
9567
|
-
action {
|
9568
|
-
id
|
9569
|
-
}
|
9570
9143
|
asset {
|
9571
9144
|
id
|
9572
9145
|
symbol
|
@@ -9626,18 +9199,9 @@ exports.AlpacaAccount = {
|
|
9626
9199
|
buyPrice
|
9627
9200
|
createdAt
|
9628
9201
|
updatedAt
|
9629
|
-
trades {
|
9630
|
-
id
|
9631
|
-
}
|
9632
|
-
orders {
|
9633
|
-
id
|
9634
|
-
}
|
9635
9202
|
positions {
|
9636
9203
|
id
|
9637
9204
|
assetId
|
9638
|
-
asset {
|
9639
|
-
id
|
9640
|
-
}
|
9641
9205
|
averageEntryPrice
|
9642
9206
|
qty
|
9643
9207
|
qtyAvailable
|
@@ -9651,9 +9215,6 @@ exports.AlpacaAccount = {
|
|
9651
9215
|
lastTradePrice
|
9652
9216
|
changeToday
|
9653
9217
|
assetMarginable
|
9654
|
-
alpacaAccount {
|
9655
|
-
id
|
9656
|
-
}
|
9657
9218
|
alpacaAccountId
|
9658
9219
|
}
|
9659
9220
|
newsMentions {
|
@@ -9678,12 +9239,6 @@ exports.AlpacaAccount = {
|
|
9678
9239
|
logo
|
9679
9240
|
createdAt
|
9680
9241
|
updatedAt
|
9681
|
-
assets {
|
9682
|
-
id
|
9683
|
-
}
|
9684
|
-
}
|
9685
|
-
asset {
|
9686
|
-
id
|
9687
9242
|
}
|
9688
9243
|
relevancyScore
|
9689
9244
|
sentimentScore
|
@@ -9719,9 +9274,6 @@ exports.AlpacaAccount = {
|
|
9719
9274
|
createdAt
|
9720
9275
|
updatedAt
|
9721
9276
|
orderId
|
9722
|
-
Order {
|
9723
|
-
id
|
9724
|
-
}
|
9725
9277
|
}
|
9726
9278
|
takeProfit {
|
9727
9279
|
id
|
@@ -9730,9 +9282,6 @@ exports.AlpacaAccount = {
|
|
9730
9282
|
createdAt
|
9731
9283
|
updatedAt
|
9732
9284
|
orderId
|
9733
|
-
Order {
|
9734
|
-
id
|
9735
|
-
}
|
9736
9285
|
}
|
9737
9286
|
trailPrice
|
9738
9287
|
trailPercent
|
@@ -9744,9 +9293,6 @@ exports.AlpacaAccount = {
|
|
9744
9293
|
filledAt
|
9745
9294
|
filledAvgPrice
|
9746
9295
|
actionId
|
9747
|
-
alpacaAccount {
|
9748
|
-
id
|
9749
|
-
}
|
9750
9296
|
action {
|
9751
9297
|
id
|
9752
9298
|
sequence
|
@@ -9762,6 +9308,7 @@ exports.AlpacaAccount = {
|
|
9762
9308
|
qty
|
9763
9309
|
price
|
9764
9310
|
total
|
9311
|
+
optionType
|
9765
9312
|
signal
|
9766
9313
|
strategy
|
9767
9314
|
analysis
|
@@ -9770,9 +9317,6 @@ exports.AlpacaAccount = {
|
|
9770
9317
|
createdAt
|
9771
9318
|
updatedAt
|
9772
9319
|
status
|
9773
|
-
alpacaAccount {
|
9774
|
-
id
|
9775
|
-
}
|
9776
9320
|
asset {
|
9777
9321
|
id
|
9778
9322
|
symbol
|
@@ -9832,18 +9376,9 @@ exports.AlpacaAccount = {
|
|
9832
9376
|
buyPrice
|
9833
9377
|
createdAt
|
9834
9378
|
updatedAt
|
9835
|
-
trades {
|
9836
|
-
id
|
9837
|
-
}
|
9838
|
-
orders {
|
9839
|
-
id
|
9840
|
-
}
|
9841
9379
|
positions {
|
9842
9380
|
id
|
9843
9381
|
assetId
|
9844
|
-
asset {
|
9845
|
-
id
|
9846
|
-
}
|
9847
9382
|
averageEntryPrice
|
9848
9383
|
qty
|
9849
9384
|
qtyAvailable
|
@@ -9857,9 +9392,6 @@ exports.AlpacaAccount = {
|
|
9857
9392
|
lastTradePrice
|
9858
9393
|
changeToday
|
9859
9394
|
assetMarginable
|
9860
|
-
alpacaAccount {
|
9861
|
-
id
|
9862
|
-
}
|
9863
9395
|
alpacaAccountId
|
9864
9396
|
}
|
9865
9397
|
newsMentions {
|
@@ -9884,24 +9416,12 @@ exports.AlpacaAccount = {
|
|
9884
9416
|
logo
|
9885
9417
|
createdAt
|
9886
9418
|
updatedAt
|
9887
|
-
assets {
|
9888
|
-
id
|
9889
|
-
}
|
9890
|
-
}
|
9891
|
-
asset {
|
9892
|
-
id
|
9893
9419
|
}
|
9894
9420
|
relevancyScore
|
9895
9421
|
sentimentScore
|
9896
9422
|
sentimentLabel
|
9897
9423
|
}
|
9898
9424
|
}
|
9899
|
-
actions {
|
9900
|
-
id
|
9901
|
-
}
|
9902
|
-
}
|
9903
|
-
order {
|
9904
|
-
id
|
9905
9425
|
}
|
9906
9426
|
}
|
9907
9427
|
asset {
|
@@ -9970,6 +9490,7 @@ exports.AlpacaAccount = {
|
|
9970
9490
|
qty
|
9971
9491
|
price
|
9972
9492
|
total
|
9493
|
+
optionType
|
9973
9494
|
signal
|
9974
9495
|
strategy
|
9975
9496
|
analysis
|
@@ -9978,12 +9499,6 @@ exports.AlpacaAccount = {
|
|
9978
9499
|
createdAt
|
9979
9500
|
updatedAt
|
9980
9501
|
status
|
9981
|
-
alpacaAccount {
|
9982
|
-
id
|
9983
|
-
}
|
9984
|
-
asset {
|
9985
|
-
id
|
9986
|
-
}
|
9987
9502
|
actions {
|
9988
9503
|
id
|
9989
9504
|
sequence
|
@@ -9992,23 +9507,11 @@ exports.AlpacaAccount = {
|
|
9992
9507
|
note
|
9993
9508
|
status
|
9994
9509
|
fee
|
9995
|
-
trade {
|
9996
|
-
id
|
9997
|
-
}
|
9998
|
-
order {
|
9999
|
-
id
|
10000
|
-
}
|
10001
9510
|
}
|
10002
9511
|
}
|
10003
|
-
orders {
|
10004
|
-
id
|
10005
|
-
}
|
10006
9512
|
positions {
|
10007
9513
|
id
|
10008
9514
|
assetId
|
10009
|
-
asset {
|
10010
|
-
id
|
10011
|
-
}
|
10012
9515
|
averageEntryPrice
|
10013
9516
|
qty
|
10014
9517
|
qtyAvailable
|
@@ -10022,9 +9525,6 @@ exports.AlpacaAccount = {
|
|
10022
9525
|
lastTradePrice
|
10023
9526
|
changeToday
|
10024
9527
|
assetMarginable
|
10025
|
-
alpacaAccount {
|
10026
|
-
id
|
10027
|
-
}
|
10028
9528
|
alpacaAccountId
|
10029
9529
|
}
|
10030
9530
|
newsMentions {
|
@@ -10049,12 +9549,6 @@ exports.AlpacaAccount = {
|
|
10049
9549
|
logo
|
10050
9550
|
createdAt
|
10051
9551
|
updatedAt
|
10052
|
-
assets {
|
10053
|
-
id
|
10054
|
-
}
|
10055
|
-
}
|
10056
|
-
asset {
|
10057
|
-
id
|
10058
9552
|
}
|
10059
9553
|
relevancyScore
|
10060
9554
|
sentimentScore
|
@@ -10137,6 +9631,7 @@ exports.AlpacaAccount = {
|
|
10137
9631
|
qty
|
10138
9632
|
price
|
10139
9633
|
total
|
9634
|
+
optionType
|
10140
9635
|
signal
|
10141
9636
|
strategy
|
10142
9637
|
analysis
|
@@ -10145,12 +9640,6 @@ exports.AlpacaAccount = {
|
|
10145
9640
|
createdAt
|
10146
9641
|
updatedAt
|
10147
9642
|
status
|
10148
|
-
alpacaAccount {
|
10149
|
-
id
|
10150
|
-
}
|
10151
|
-
asset {
|
10152
|
-
id
|
10153
|
-
}
|
10154
9643
|
actions {
|
10155
9644
|
id
|
10156
9645
|
sequence
|
@@ -10159,9 +9648,6 @@ exports.AlpacaAccount = {
|
|
10159
9648
|
note
|
10160
9649
|
status
|
10161
9650
|
fee
|
10162
|
-
trade {
|
10163
|
-
id
|
10164
|
-
}
|
10165
9651
|
order {
|
10166
9652
|
id
|
10167
9653
|
clientOrderId
|
@@ -10182,9 +9668,6 @@ exports.AlpacaAccount = {
|
|
10182
9668
|
createdAt
|
10183
9669
|
updatedAt
|
10184
9670
|
orderId
|
10185
|
-
Order {
|
10186
|
-
id
|
10187
|
-
}
|
10188
9671
|
}
|
10189
9672
|
takeProfit {
|
10190
9673
|
id
|
@@ -10193,9 +9676,6 @@ exports.AlpacaAccount = {
|
|
10193
9676
|
createdAt
|
10194
9677
|
updatedAt
|
10195
9678
|
orderId
|
10196
|
-
Order {
|
10197
|
-
id
|
10198
|
-
}
|
10199
9679
|
}
|
10200
9680
|
trailPrice
|
10201
9681
|
trailPercent
|
@@ -10207,15 +9687,6 @@ exports.AlpacaAccount = {
|
|
10207
9687
|
filledAt
|
10208
9688
|
filledAvgPrice
|
10209
9689
|
actionId
|
10210
|
-
alpacaAccount {
|
10211
|
-
id
|
10212
|
-
}
|
10213
|
-
action {
|
10214
|
-
id
|
10215
|
-
}
|
10216
|
-
asset {
|
10217
|
-
id
|
10218
|
-
}
|
10219
9690
|
fee
|
10220
9691
|
strikePrice
|
10221
9692
|
expirationDate
|
@@ -10245,9 +9716,6 @@ exports.AlpacaAccount = {
|
|
10245
9716
|
createdAt
|
10246
9717
|
updatedAt
|
10247
9718
|
orderId
|
10248
|
-
Order {
|
10249
|
-
id
|
10250
|
-
}
|
10251
9719
|
}
|
10252
9720
|
takeProfit {
|
10253
9721
|
id
|
@@ -10256,9 +9724,6 @@ exports.AlpacaAccount = {
|
|
10256
9724
|
createdAt
|
10257
9725
|
updatedAt
|
10258
9726
|
orderId
|
10259
|
-
Order {
|
10260
|
-
id
|
10261
|
-
}
|
10262
9727
|
}
|
10263
9728
|
trailPrice
|
10264
9729
|
trailPercent
|
@@ -10270,9 +9735,6 @@ exports.AlpacaAccount = {
|
|
10270
9735
|
filledAt
|
10271
9736
|
filledAvgPrice
|
10272
9737
|
actionId
|
10273
|
-
alpacaAccount {
|
10274
|
-
id
|
10275
|
-
}
|
10276
9738
|
action {
|
10277
9739
|
id
|
10278
9740
|
sequence
|
@@ -10288,6 +9750,7 @@ exports.AlpacaAccount = {
|
|
10288
9750
|
qty
|
10289
9751
|
price
|
10290
9752
|
total
|
9753
|
+
optionType
|
10291
9754
|
signal
|
10292
9755
|
strategy
|
10293
9756
|
analysis
|
@@ -10296,22 +9759,7 @@ exports.AlpacaAccount = {
|
|
10296
9759
|
createdAt
|
10297
9760
|
updatedAt
|
10298
9761
|
status
|
10299
|
-
alpacaAccount {
|
10300
|
-
id
|
10301
|
-
}
|
10302
|
-
asset {
|
10303
|
-
id
|
10304
|
-
}
|
10305
|
-
actions {
|
10306
|
-
id
|
10307
|
-
}
|
10308
9762
|
}
|
10309
|
-
order {
|
10310
|
-
id
|
10311
|
-
}
|
10312
|
-
}
|
10313
|
-
asset {
|
10314
|
-
id
|
10315
9763
|
}
|
10316
9764
|
fee
|
10317
9765
|
strikePrice
|
@@ -10320,9 +9768,6 @@ exports.AlpacaAccount = {
|
|
10320
9768
|
stopLossId
|
10321
9769
|
takeProfitId
|
10322
9770
|
}
|
10323
|
-
positions {
|
10324
|
-
id
|
10325
|
-
}
|
10326
9771
|
newsMentions {
|
10327
9772
|
id
|
10328
9773
|
assetId
|
@@ -10345,12 +9790,6 @@ exports.AlpacaAccount = {
|
|
10345
9790
|
logo
|
10346
9791
|
createdAt
|
10347
9792
|
updatedAt
|
10348
|
-
assets {
|
10349
|
-
id
|
10350
|
-
}
|
10351
|
-
}
|
10352
|
-
asset {
|
10353
|
-
id
|
10354
9793
|
}
|
10355
9794
|
relevancyScore
|
10356
9795
|
sentimentScore
|
@@ -10370,9 +9809,6 @@ exports.AlpacaAccount = {
|
|
10370
9809
|
lastTradePrice
|
10371
9810
|
changeToday
|
10372
9811
|
assetMarginable
|
10373
|
-
alpacaAccount {
|
10374
|
-
id
|
10375
|
-
}
|
10376
9812
|
alpacaAccountId
|
10377
9813
|
}
|
10378
9814
|
alerts {
|
@@ -10383,9 +9819,6 @@ exports.AlpacaAccount = {
|
|
10383
9819
|
isRead
|
10384
9820
|
createdAt
|
10385
9821
|
updatedAt
|
10386
|
-
alpacaAccount {
|
10387
|
-
id
|
10388
|
-
}
|
10389
9822
|
}
|
10390
9823
|
}
|
10391
9824
|
}`;
|
@@ -10453,9 +9886,6 @@ exports.AlpacaAccount = {
|
|
10453
9886
|
stripeCurrentPeriodEnd
|
10454
9887
|
createdAt
|
10455
9888
|
updatedAt
|
10456
|
-
users {
|
10457
|
-
id
|
10458
|
-
}
|
10459
9889
|
}
|
10460
9890
|
customerId
|
10461
9891
|
accounts {
|
@@ -10473,18 +9903,12 @@ exports.AlpacaAccount = {
|
|
10473
9903
|
session_state
|
10474
9904
|
createdAt
|
10475
9905
|
updatedAt
|
10476
|
-
user {
|
10477
|
-
id
|
10478
|
-
}
|
10479
9906
|
}
|
10480
9907
|
sessions {
|
10481
9908
|
id
|
10482
9909
|
sessionToken
|
10483
9910
|
userId
|
10484
9911
|
expires
|
10485
|
-
user {
|
10486
|
-
id
|
10487
|
-
}
|
10488
9912
|
createdAt
|
10489
9913
|
updatedAt
|
10490
9914
|
}
|
@@ -10494,16 +9918,10 @@ exports.AlpacaAccount = {
|
|
10494
9918
|
credentialID
|
10495
9919
|
publicKey
|
10496
9920
|
counter
|
10497
|
-
user {
|
10498
|
-
id
|
10499
|
-
}
|
10500
9921
|
createdAt
|
10501
9922
|
updatedAt
|
10502
9923
|
}
|
10503
9924
|
plan
|
10504
|
-
alpacaAccounts {
|
10505
|
-
id
|
10506
|
-
}
|
10507
9925
|
}
|
10508
9926
|
userId
|
10509
9927
|
createdAt
|
@@ -10515,6 +9933,7 @@ exports.AlpacaAccount = {
|
|
10515
9933
|
qty
|
10516
9934
|
price
|
10517
9935
|
total
|
9936
|
+
optionType
|
10518
9937
|
signal
|
10519
9938
|
strategy
|
10520
9939
|
analysis
|
@@ -10523,9 +9942,6 @@ exports.AlpacaAccount = {
|
|
10523
9942
|
createdAt
|
10524
9943
|
updatedAt
|
10525
9944
|
status
|
10526
|
-
alpacaAccount {
|
10527
|
-
id
|
10528
|
-
}
|
10529
9945
|
asset {
|
10530
9946
|
id
|
10531
9947
|
symbol
|
@@ -10585,9 +10001,6 @@ exports.AlpacaAccount = {
|
|
10585
10001
|
buyPrice
|
10586
10002
|
createdAt
|
10587
10003
|
updatedAt
|
10588
|
-
trades {
|
10589
|
-
id
|
10590
|
-
}
|
10591
10004
|
orders {
|
10592
10005
|
id
|
10593
10006
|
clientOrderId
|
@@ -10608,9 +10021,6 @@ exports.AlpacaAccount = {
|
|
10608
10021
|
createdAt
|
10609
10022
|
updatedAt
|
10610
10023
|
orderId
|
10611
|
-
Order {
|
10612
|
-
id
|
10613
|
-
}
|
10614
10024
|
}
|
10615
10025
|
takeProfit {
|
10616
10026
|
id
|
@@ -10619,9 +10029,6 @@ exports.AlpacaAccount = {
|
|
10619
10029
|
createdAt
|
10620
10030
|
updatedAt
|
10621
10031
|
orderId
|
10622
|
-
Order {
|
10623
|
-
id
|
10624
|
-
}
|
10625
10032
|
}
|
10626
10033
|
trailPrice
|
10627
10034
|
trailPercent
|
@@ -10633,9 +10040,6 @@ exports.AlpacaAccount = {
|
|
10633
10040
|
filledAt
|
10634
10041
|
filledAvgPrice
|
10635
10042
|
actionId
|
10636
|
-
alpacaAccount {
|
10637
|
-
id
|
10638
|
-
}
|
10639
10043
|
action {
|
10640
10044
|
id
|
10641
10045
|
sequence
|
@@ -10644,15 +10048,6 @@ exports.AlpacaAccount = {
|
|
10644
10048
|
note
|
10645
10049
|
status
|
10646
10050
|
fee
|
10647
|
-
trade {
|
10648
|
-
id
|
10649
|
-
}
|
10650
|
-
order {
|
10651
|
-
id
|
10652
|
-
}
|
10653
|
-
}
|
10654
|
-
asset {
|
10655
|
-
id
|
10656
10051
|
}
|
10657
10052
|
fee
|
10658
10053
|
strikePrice
|
@@ -10664,9 +10059,6 @@ exports.AlpacaAccount = {
|
|
10664
10059
|
positions {
|
10665
10060
|
id
|
10666
10061
|
assetId
|
10667
|
-
asset {
|
10668
|
-
id
|
10669
|
-
}
|
10670
10062
|
averageEntryPrice
|
10671
10063
|
qty
|
10672
10064
|
qtyAvailable
|
@@ -10680,9 +10072,6 @@ exports.AlpacaAccount = {
|
|
10680
10072
|
lastTradePrice
|
10681
10073
|
changeToday
|
10682
10074
|
assetMarginable
|
10683
|
-
alpacaAccount {
|
10684
|
-
id
|
10685
|
-
}
|
10686
10075
|
alpacaAccountId
|
10687
10076
|
}
|
10688
10077
|
newsMentions {
|
@@ -10707,12 +10096,6 @@ exports.AlpacaAccount = {
|
|
10707
10096
|
logo
|
10708
10097
|
createdAt
|
10709
10098
|
updatedAt
|
10710
|
-
assets {
|
10711
|
-
id
|
10712
|
-
}
|
10713
|
-
}
|
10714
|
-
asset {
|
10715
|
-
id
|
10716
10099
|
}
|
10717
10100
|
relevancyScore
|
10718
10101
|
sentimentScore
|
@@ -10727,9 +10110,6 @@ exports.AlpacaAccount = {
|
|
10727
10110
|
note
|
10728
10111
|
status
|
10729
10112
|
fee
|
10730
|
-
trade {
|
10731
|
-
id
|
10732
|
-
}
|
10733
10113
|
order {
|
10734
10114
|
id
|
10735
10115
|
clientOrderId
|
@@ -10750,9 +10130,6 @@ exports.AlpacaAccount = {
|
|
10750
10130
|
createdAt
|
10751
10131
|
updatedAt
|
10752
10132
|
orderId
|
10753
|
-
Order {
|
10754
|
-
id
|
10755
|
-
}
|
10756
10133
|
}
|
10757
10134
|
takeProfit {
|
10758
10135
|
id
|
@@ -10761,9 +10138,6 @@ exports.AlpacaAccount = {
|
|
10761
10138
|
createdAt
|
10762
10139
|
updatedAt
|
10763
10140
|
orderId
|
10764
|
-
Order {
|
10765
|
-
id
|
10766
|
-
}
|
10767
10141
|
}
|
10768
10142
|
trailPrice
|
10769
10143
|
trailPercent
|
@@ -10775,12 +10149,6 @@ exports.AlpacaAccount = {
|
|
10775
10149
|
filledAt
|
10776
10150
|
filledAvgPrice
|
10777
10151
|
actionId
|
10778
|
-
alpacaAccount {
|
10779
|
-
id
|
10780
|
-
}
|
10781
|
-
action {
|
10782
|
-
id
|
10783
|
-
}
|
10784
10152
|
asset {
|
10785
10153
|
id
|
10786
10154
|
symbol
|
@@ -10840,18 +10208,9 @@ exports.AlpacaAccount = {
|
|
10840
10208
|
buyPrice
|
10841
10209
|
createdAt
|
10842
10210
|
updatedAt
|
10843
|
-
trades {
|
10844
|
-
id
|
10845
|
-
}
|
10846
|
-
orders {
|
10847
|
-
id
|
10848
|
-
}
|
10849
10211
|
positions {
|
10850
10212
|
id
|
10851
10213
|
assetId
|
10852
|
-
asset {
|
10853
|
-
id
|
10854
|
-
}
|
10855
10214
|
averageEntryPrice
|
10856
10215
|
qty
|
10857
10216
|
qtyAvailable
|
@@ -10865,9 +10224,6 @@ exports.AlpacaAccount = {
|
|
10865
10224
|
lastTradePrice
|
10866
10225
|
changeToday
|
10867
10226
|
assetMarginable
|
10868
|
-
alpacaAccount {
|
10869
|
-
id
|
10870
|
-
}
|
10871
10227
|
alpacaAccountId
|
10872
10228
|
}
|
10873
10229
|
newsMentions {
|
@@ -10892,12 +10248,6 @@ exports.AlpacaAccount = {
|
|
10892
10248
|
logo
|
10893
10249
|
createdAt
|
10894
10250
|
updatedAt
|
10895
|
-
assets {
|
10896
|
-
id
|
10897
|
-
}
|
10898
|
-
}
|
10899
|
-
asset {
|
10900
|
-
id
|
10901
10251
|
}
|
10902
10252
|
relevancyScore
|
10903
10253
|
sentimentScore
|
@@ -10933,9 +10283,6 @@ exports.AlpacaAccount = {
|
|
10933
10283
|
createdAt
|
10934
10284
|
updatedAt
|
10935
10285
|
orderId
|
10936
|
-
Order {
|
10937
|
-
id
|
10938
|
-
}
|
10939
10286
|
}
|
10940
10287
|
takeProfit {
|
10941
10288
|
id
|
@@ -10944,9 +10291,6 @@ exports.AlpacaAccount = {
|
|
10944
10291
|
createdAt
|
10945
10292
|
updatedAt
|
10946
10293
|
orderId
|
10947
|
-
Order {
|
10948
|
-
id
|
10949
|
-
}
|
10950
10294
|
}
|
10951
10295
|
trailPrice
|
10952
10296
|
trailPercent
|
@@ -10958,9 +10302,6 @@ exports.AlpacaAccount = {
|
|
10958
10302
|
filledAt
|
10959
10303
|
filledAvgPrice
|
10960
10304
|
actionId
|
10961
|
-
alpacaAccount {
|
10962
|
-
id
|
10963
|
-
}
|
10964
10305
|
action {
|
10965
10306
|
id
|
10966
10307
|
sequence
|
@@ -10976,6 +10317,7 @@ exports.AlpacaAccount = {
|
|
10976
10317
|
qty
|
10977
10318
|
price
|
10978
10319
|
total
|
10320
|
+
optionType
|
10979
10321
|
signal
|
10980
10322
|
strategy
|
10981
10323
|
analysis
|
@@ -10984,9 +10326,6 @@ exports.AlpacaAccount = {
|
|
10984
10326
|
createdAt
|
10985
10327
|
updatedAt
|
10986
10328
|
status
|
10987
|
-
alpacaAccount {
|
10988
|
-
id
|
10989
|
-
}
|
10990
10329
|
asset {
|
10991
10330
|
id
|
10992
10331
|
symbol
|
@@ -11046,18 +10385,9 @@ exports.AlpacaAccount = {
|
|
11046
10385
|
buyPrice
|
11047
10386
|
createdAt
|
11048
10387
|
updatedAt
|
11049
|
-
trades {
|
11050
|
-
id
|
11051
|
-
}
|
11052
|
-
orders {
|
11053
|
-
id
|
11054
|
-
}
|
11055
10388
|
positions {
|
11056
10389
|
id
|
11057
10390
|
assetId
|
11058
|
-
asset {
|
11059
|
-
id
|
11060
|
-
}
|
11061
10391
|
averageEntryPrice
|
11062
10392
|
qty
|
11063
10393
|
qtyAvailable
|
@@ -11071,9 +10401,6 @@ exports.AlpacaAccount = {
|
|
11071
10401
|
lastTradePrice
|
11072
10402
|
changeToday
|
11073
10403
|
assetMarginable
|
11074
|
-
alpacaAccount {
|
11075
|
-
id
|
11076
|
-
}
|
11077
10404
|
alpacaAccountId
|
11078
10405
|
}
|
11079
10406
|
newsMentions {
|
@@ -11098,24 +10425,12 @@ exports.AlpacaAccount = {
|
|
11098
10425
|
logo
|
11099
10426
|
createdAt
|
11100
10427
|
updatedAt
|
11101
|
-
assets {
|
11102
|
-
id
|
11103
|
-
}
|
11104
|
-
}
|
11105
|
-
asset {
|
11106
|
-
id
|
11107
10428
|
}
|
11108
10429
|
relevancyScore
|
11109
10430
|
sentimentScore
|
11110
10431
|
sentimentLabel
|
11111
10432
|
}
|
11112
10433
|
}
|
11113
|
-
actions {
|
11114
|
-
id
|
11115
|
-
}
|
11116
|
-
}
|
11117
|
-
order {
|
11118
|
-
id
|
11119
10434
|
}
|
11120
10435
|
}
|
11121
10436
|
asset {
|
@@ -11184,6 +10499,7 @@ exports.AlpacaAccount = {
|
|
11184
10499
|
qty
|
11185
10500
|
price
|
11186
10501
|
total
|
10502
|
+
optionType
|
11187
10503
|
signal
|
11188
10504
|
strategy
|
11189
10505
|
analysis
|
@@ -11192,12 +10508,6 @@ exports.AlpacaAccount = {
|
|
11192
10508
|
createdAt
|
11193
10509
|
updatedAt
|
11194
10510
|
status
|
11195
|
-
alpacaAccount {
|
11196
|
-
id
|
11197
|
-
}
|
11198
|
-
asset {
|
11199
|
-
id
|
11200
|
-
}
|
11201
10511
|
actions {
|
11202
10512
|
id
|
11203
10513
|
sequence
|
@@ -11206,23 +10516,11 @@ exports.AlpacaAccount = {
|
|
11206
10516
|
note
|
11207
10517
|
status
|
11208
10518
|
fee
|
11209
|
-
trade {
|
11210
|
-
id
|
11211
|
-
}
|
11212
|
-
order {
|
11213
|
-
id
|
11214
|
-
}
|
11215
10519
|
}
|
11216
10520
|
}
|
11217
|
-
orders {
|
11218
|
-
id
|
11219
|
-
}
|
11220
10521
|
positions {
|
11221
10522
|
id
|
11222
10523
|
assetId
|
11223
|
-
asset {
|
11224
|
-
id
|
11225
|
-
}
|
11226
10524
|
averageEntryPrice
|
11227
10525
|
qty
|
11228
10526
|
qtyAvailable
|
@@ -11236,9 +10534,6 @@ exports.AlpacaAccount = {
|
|
11236
10534
|
lastTradePrice
|
11237
10535
|
changeToday
|
11238
10536
|
assetMarginable
|
11239
|
-
alpacaAccount {
|
11240
|
-
id
|
11241
|
-
}
|
11242
10537
|
alpacaAccountId
|
11243
10538
|
}
|
11244
10539
|
newsMentions {
|
@@ -11263,12 +10558,6 @@ exports.AlpacaAccount = {
|
|
11263
10558
|
logo
|
11264
10559
|
createdAt
|
11265
10560
|
updatedAt
|
11266
|
-
assets {
|
11267
|
-
id
|
11268
|
-
}
|
11269
|
-
}
|
11270
|
-
asset {
|
11271
|
-
id
|
11272
10561
|
}
|
11273
10562
|
relevancyScore
|
11274
10563
|
sentimentScore
|
@@ -11351,6 +10640,7 @@ exports.AlpacaAccount = {
|
|
11351
10640
|
qty
|
11352
10641
|
price
|
11353
10642
|
total
|
10643
|
+
optionType
|
11354
10644
|
signal
|
11355
10645
|
strategy
|
11356
10646
|
analysis
|
@@ -11359,12 +10649,6 @@ exports.AlpacaAccount = {
|
|
11359
10649
|
createdAt
|
11360
10650
|
updatedAt
|
11361
10651
|
status
|
11362
|
-
alpacaAccount {
|
11363
|
-
id
|
11364
|
-
}
|
11365
|
-
asset {
|
11366
|
-
id
|
11367
|
-
}
|
11368
10652
|
actions {
|
11369
10653
|
id
|
11370
10654
|
sequence
|
@@ -11373,9 +10657,6 @@ exports.AlpacaAccount = {
|
|
11373
10657
|
note
|
11374
10658
|
status
|
11375
10659
|
fee
|
11376
|
-
trade {
|
11377
|
-
id
|
11378
|
-
}
|
11379
10660
|
order {
|
11380
10661
|
id
|
11381
10662
|
clientOrderId
|
@@ -11396,9 +10677,6 @@ exports.AlpacaAccount = {
|
|
11396
10677
|
createdAt
|
11397
10678
|
updatedAt
|
11398
10679
|
orderId
|
11399
|
-
Order {
|
11400
|
-
id
|
11401
|
-
}
|
11402
10680
|
}
|
11403
10681
|
takeProfit {
|
11404
10682
|
id
|
@@ -11407,9 +10685,6 @@ exports.AlpacaAccount = {
|
|
11407
10685
|
createdAt
|
11408
10686
|
updatedAt
|
11409
10687
|
orderId
|
11410
|
-
Order {
|
11411
|
-
id
|
11412
|
-
}
|
11413
10688
|
}
|
11414
10689
|
trailPrice
|
11415
10690
|
trailPercent
|
@@ -11421,15 +10696,6 @@ exports.AlpacaAccount = {
|
|
11421
10696
|
filledAt
|
11422
10697
|
filledAvgPrice
|
11423
10698
|
actionId
|
11424
|
-
alpacaAccount {
|
11425
|
-
id
|
11426
|
-
}
|
11427
|
-
action {
|
11428
|
-
id
|
11429
|
-
}
|
11430
|
-
asset {
|
11431
|
-
id
|
11432
|
-
}
|
11433
10699
|
fee
|
11434
10700
|
strikePrice
|
11435
10701
|
expirationDate
|
@@ -11459,9 +10725,6 @@ exports.AlpacaAccount = {
|
|
11459
10725
|
createdAt
|
11460
10726
|
updatedAt
|
11461
10727
|
orderId
|
11462
|
-
Order {
|
11463
|
-
id
|
11464
|
-
}
|
11465
10728
|
}
|
11466
10729
|
takeProfit {
|
11467
10730
|
id
|
@@ -11470,9 +10733,6 @@ exports.AlpacaAccount = {
|
|
11470
10733
|
createdAt
|
11471
10734
|
updatedAt
|
11472
10735
|
orderId
|
11473
|
-
Order {
|
11474
|
-
id
|
11475
|
-
}
|
11476
10736
|
}
|
11477
10737
|
trailPrice
|
11478
10738
|
trailPercent
|
@@ -11484,9 +10744,6 @@ exports.AlpacaAccount = {
|
|
11484
10744
|
filledAt
|
11485
10745
|
filledAvgPrice
|
11486
10746
|
actionId
|
11487
|
-
alpacaAccount {
|
11488
|
-
id
|
11489
|
-
}
|
11490
10747
|
action {
|
11491
10748
|
id
|
11492
10749
|
sequence
|
@@ -11502,6 +10759,7 @@ exports.AlpacaAccount = {
|
|
11502
10759
|
qty
|
11503
10760
|
price
|
11504
10761
|
total
|
10762
|
+
optionType
|
11505
10763
|
signal
|
11506
10764
|
strategy
|
11507
10765
|
analysis
|
@@ -11510,23 +10768,8 @@ exports.AlpacaAccount = {
|
|
11510
10768
|
createdAt
|
11511
10769
|
updatedAt
|
11512
10770
|
status
|
11513
|
-
alpacaAccount {
|
11514
|
-
id
|
11515
|
-
}
|
11516
|
-
asset {
|
11517
|
-
id
|
11518
|
-
}
|
11519
|
-
actions {
|
11520
|
-
id
|
11521
|
-
}
|
11522
|
-
}
|
11523
|
-
order {
|
11524
|
-
id
|
11525
10771
|
}
|
11526
10772
|
}
|
11527
|
-
asset {
|
11528
|
-
id
|
11529
|
-
}
|
11530
10773
|
fee
|
11531
10774
|
strikePrice
|
11532
10775
|
expirationDate
|
@@ -11534,9 +10777,6 @@ exports.AlpacaAccount = {
|
|
11534
10777
|
stopLossId
|
11535
10778
|
takeProfitId
|
11536
10779
|
}
|
11537
|
-
positions {
|
11538
|
-
id
|
11539
|
-
}
|
11540
10780
|
newsMentions {
|
11541
10781
|
id
|
11542
10782
|
assetId
|
@@ -11559,12 +10799,6 @@ exports.AlpacaAccount = {
|
|
11559
10799
|
logo
|
11560
10800
|
createdAt
|
11561
10801
|
updatedAt
|
11562
|
-
assets {
|
11563
|
-
id
|
11564
|
-
}
|
11565
|
-
}
|
11566
|
-
asset {
|
11567
|
-
id
|
11568
10802
|
}
|
11569
10803
|
relevancyScore
|
11570
10804
|
sentimentScore
|
@@ -11584,9 +10818,6 @@ exports.AlpacaAccount = {
|
|
11584
10818
|
lastTradePrice
|
11585
10819
|
changeToday
|
11586
10820
|
assetMarginable
|
11587
|
-
alpacaAccount {
|
11588
|
-
id
|
11589
|
-
}
|
11590
10821
|
alpacaAccountId
|
11591
10822
|
}
|
11592
10823
|
alerts {
|
@@ -11597,9 +10828,6 @@ exports.AlpacaAccount = {
|
|
11597
10828
|
isRead
|
11598
10829
|
createdAt
|
11599
10830
|
updatedAt
|
11600
|
-
alpacaAccount {
|
11601
|
-
id
|
11602
|
-
}
|
11603
10831
|
}
|
11604
10832
|
}
|
11605
10833
|
}`;
|
@@ -11666,9 +10894,6 @@ exports.AlpacaAccount = {
|
|
11666
10894
|
stripeCurrentPeriodEnd
|
11667
10895
|
createdAt
|
11668
10896
|
updatedAt
|
11669
|
-
users {
|
11670
|
-
id
|
11671
|
-
}
|
11672
10897
|
}
|
11673
10898
|
customerId
|
11674
10899
|
accounts {
|
@@ -11686,18 +10911,12 @@ exports.AlpacaAccount = {
|
|
11686
10911
|
session_state
|
11687
10912
|
createdAt
|
11688
10913
|
updatedAt
|
11689
|
-
user {
|
11690
|
-
id
|
11691
|
-
}
|
11692
10914
|
}
|
11693
10915
|
sessions {
|
11694
10916
|
id
|
11695
10917
|
sessionToken
|
11696
10918
|
userId
|
11697
10919
|
expires
|
11698
|
-
user {
|
11699
|
-
id
|
11700
|
-
}
|
11701
10920
|
createdAt
|
11702
10921
|
updatedAt
|
11703
10922
|
}
|
@@ -11707,16 +10926,10 @@ exports.AlpacaAccount = {
|
|
11707
10926
|
credentialID
|
11708
10927
|
publicKey
|
11709
10928
|
counter
|
11710
|
-
user {
|
11711
|
-
id
|
11712
|
-
}
|
11713
10929
|
createdAt
|
11714
10930
|
updatedAt
|
11715
10931
|
}
|
11716
10932
|
plan
|
11717
|
-
alpacaAccounts {
|
11718
|
-
id
|
11719
|
-
}
|
11720
10933
|
}
|
11721
10934
|
userId
|
11722
10935
|
createdAt
|
@@ -11728,6 +10941,7 @@ exports.AlpacaAccount = {
|
|
11728
10941
|
qty
|
11729
10942
|
price
|
11730
10943
|
total
|
10944
|
+
optionType
|
11731
10945
|
signal
|
11732
10946
|
strategy
|
11733
10947
|
analysis
|
@@ -11736,9 +10950,6 @@ exports.AlpacaAccount = {
|
|
11736
10950
|
createdAt
|
11737
10951
|
updatedAt
|
11738
10952
|
status
|
11739
|
-
alpacaAccount {
|
11740
|
-
id
|
11741
|
-
}
|
11742
10953
|
asset {
|
11743
10954
|
id
|
11744
10955
|
symbol
|
@@ -11798,9 +11009,6 @@ exports.AlpacaAccount = {
|
|
11798
11009
|
buyPrice
|
11799
11010
|
createdAt
|
11800
11011
|
updatedAt
|
11801
|
-
trades {
|
11802
|
-
id
|
11803
|
-
}
|
11804
11012
|
orders {
|
11805
11013
|
id
|
11806
11014
|
clientOrderId
|
@@ -11821,9 +11029,6 @@ exports.AlpacaAccount = {
|
|
11821
11029
|
createdAt
|
11822
11030
|
updatedAt
|
11823
11031
|
orderId
|
11824
|
-
Order {
|
11825
|
-
id
|
11826
|
-
}
|
11827
11032
|
}
|
11828
11033
|
takeProfit {
|
11829
11034
|
id
|
@@ -11832,9 +11037,6 @@ exports.AlpacaAccount = {
|
|
11832
11037
|
createdAt
|
11833
11038
|
updatedAt
|
11834
11039
|
orderId
|
11835
|
-
Order {
|
11836
|
-
id
|
11837
|
-
}
|
11838
11040
|
}
|
11839
11041
|
trailPrice
|
11840
11042
|
trailPercent
|
@@ -11846,9 +11048,6 @@ exports.AlpacaAccount = {
|
|
11846
11048
|
filledAt
|
11847
11049
|
filledAvgPrice
|
11848
11050
|
actionId
|
11849
|
-
alpacaAccount {
|
11850
|
-
id
|
11851
|
-
}
|
11852
11051
|
action {
|
11853
11052
|
id
|
11854
11053
|
sequence
|
@@ -11857,15 +11056,6 @@ exports.AlpacaAccount = {
|
|
11857
11056
|
note
|
11858
11057
|
status
|
11859
11058
|
fee
|
11860
|
-
trade {
|
11861
|
-
id
|
11862
|
-
}
|
11863
|
-
order {
|
11864
|
-
id
|
11865
|
-
}
|
11866
|
-
}
|
11867
|
-
asset {
|
11868
|
-
id
|
11869
11059
|
}
|
11870
11060
|
fee
|
11871
11061
|
strikePrice
|
@@ -11877,9 +11067,6 @@ exports.AlpacaAccount = {
|
|
11877
11067
|
positions {
|
11878
11068
|
id
|
11879
11069
|
assetId
|
11880
|
-
asset {
|
11881
|
-
id
|
11882
|
-
}
|
11883
11070
|
averageEntryPrice
|
11884
11071
|
qty
|
11885
11072
|
qtyAvailable
|
@@ -11893,9 +11080,6 @@ exports.AlpacaAccount = {
|
|
11893
11080
|
lastTradePrice
|
11894
11081
|
changeToday
|
11895
11082
|
assetMarginable
|
11896
|
-
alpacaAccount {
|
11897
|
-
id
|
11898
|
-
}
|
11899
11083
|
alpacaAccountId
|
11900
11084
|
}
|
11901
11085
|
newsMentions {
|
@@ -11920,12 +11104,6 @@ exports.AlpacaAccount = {
|
|
11920
11104
|
logo
|
11921
11105
|
createdAt
|
11922
11106
|
updatedAt
|
11923
|
-
assets {
|
11924
|
-
id
|
11925
|
-
}
|
11926
|
-
}
|
11927
|
-
asset {
|
11928
|
-
id
|
11929
11107
|
}
|
11930
11108
|
relevancyScore
|
11931
11109
|
sentimentScore
|
@@ -11940,9 +11118,6 @@ exports.AlpacaAccount = {
|
|
11940
11118
|
note
|
11941
11119
|
status
|
11942
11120
|
fee
|
11943
|
-
trade {
|
11944
|
-
id
|
11945
|
-
}
|
11946
11121
|
order {
|
11947
11122
|
id
|
11948
11123
|
clientOrderId
|
@@ -11963,9 +11138,6 @@ exports.AlpacaAccount = {
|
|
11963
11138
|
createdAt
|
11964
11139
|
updatedAt
|
11965
11140
|
orderId
|
11966
|
-
Order {
|
11967
|
-
id
|
11968
|
-
}
|
11969
11141
|
}
|
11970
11142
|
takeProfit {
|
11971
11143
|
id
|
@@ -11974,9 +11146,6 @@ exports.AlpacaAccount = {
|
|
11974
11146
|
createdAt
|
11975
11147
|
updatedAt
|
11976
11148
|
orderId
|
11977
|
-
Order {
|
11978
|
-
id
|
11979
|
-
}
|
11980
11149
|
}
|
11981
11150
|
trailPrice
|
11982
11151
|
trailPercent
|
@@ -11988,12 +11157,6 @@ exports.AlpacaAccount = {
|
|
11988
11157
|
filledAt
|
11989
11158
|
filledAvgPrice
|
11990
11159
|
actionId
|
11991
|
-
alpacaAccount {
|
11992
|
-
id
|
11993
|
-
}
|
11994
|
-
action {
|
11995
|
-
id
|
11996
|
-
}
|
11997
11160
|
asset {
|
11998
11161
|
id
|
11999
11162
|
symbol
|
@@ -12053,18 +11216,9 @@ exports.AlpacaAccount = {
|
|
12053
11216
|
buyPrice
|
12054
11217
|
createdAt
|
12055
11218
|
updatedAt
|
12056
|
-
trades {
|
12057
|
-
id
|
12058
|
-
}
|
12059
|
-
orders {
|
12060
|
-
id
|
12061
|
-
}
|
12062
11219
|
positions {
|
12063
11220
|
id
|
12064
11221
|
assetId
|
12065
|
-
asset {
|
12066
|
-
id
|
12067
|
-
}
|
12068
11222
|
averageEntryPrice
|
12069
11223
|
qty
|
12070
11224
|
qtyAvailable
|
@@ -12078,9 +11232,6 @@ exports.AlpacaAccount = {
|
|
12078
11232
|
lastTradePrice
|
12079
11233
|
changeToday
|
12080
11234
|
assetMarginable
|
12081
|
-
alpacaAccount {
|
12082
|
-
id
|
12083
|
-
}
|
12084
11235
|
alpacaAccountId
|
12085
11236
|
}
|
12086
11237
|
newsMentions {
|
@@ -12105,12 +11256,6 @@ exports.AlpacaAccount = {
|
|
12105
11256
|
logo
|
12106
11257
|
createdAt
|
12107
11258
|
updatedAt
|
12108
|
-
assets {
|
12109
|
-
id
|
12110
|
-
}
|
12111
|
-
}
|
12112
|
-
asset {
|
12113
|
-
id
|
12114
11259
|
}
|
12115
11260
|
relevancyScore
|
12116
11261
|
sentimentScore
|
@@ -12146,9 +11291,6 @@ exports.AlpacaAccount = {
|
|
12146
11291
|
createdAt
|
12147
11292
|
updatedAt
|
12148
11293
|
orderId
|
12149
|
-
Order {
|
12150
|
-
id
|
12151
|
-
}
|
12152
11294
|
}
|
12153
11295
|
takeProfit {
|
12154
11296
|
id
|
@@ -12157,9 +11299,6 @@ exports.AlpacaAccount = {
|
|
12157
11299
|
createdAt
|
12158
11300
|
updatedAt
|
12159
11301
|
orderId
|
12160
|
-
Order {
|
12161
|
-
id
|
12162
|
-
}
|
12163
11302
|
}
|
12164
11303
|
trailPrice
|
12165
11304
|
trailPercent
|
@@ -12171,9 +11310,6 @@ exports.AlpacaAccount = {
|
|
12171
11310
|
filledAt
|
12172
11311
|
filledAvgPrice
|
12173
11312
|
actionId
|
12174
|
-
alpacaAccount {
|
12175
|
-
id
|
12176
|
-
}
|
12177
11313
|
action {
|
12178
11314
|
id
|
12179
11315
|
sequence
|
@@ -12189,6 +11325,7 @@ exports.AlpacaAccount = {
|
|
12189
11325
|
qty
|
12190
11326
|
price
|
12191
11327
|
total
|
11328
|
+
optionType
|
12192
11329
|
signal
|
12193
11330
|
strategy
|
12194
11331
|
analysis
|
@@ -12197,9 +11334,6 @@ exports.AlpacaAccount = {
|
|
12197
11334
|
createdAt
|
12198
11335
|
updatedAt
|
12199
11336
|
status
|
12200
|
-
alpacaAccount {
|
12201
|
-
id
|
12202
|
-
}
|
12203
11337
|
asset {
|
12204
11338
|
id
|
12205
11339
|
symbol
|
@@ -12259,18 +11393,9 @@ exports.AlpacaAccount = {
|
|
12259
11393
|
buyPrice
|
12260
11394
|
createdAt
|
12261
11395
|
updatedAt
|
12262
|
-
trades {
|
12263
|
-
id
|
12264
|
-
}
|
12265
|
-
orders {
|
12266
|
-
id
|
12267
|
-
}
|
12268
11396
|
positions {
|
12269
11397
|
id
|
12270
11398
|
assetId
|
12271
|
-
asset {
|
12272
|
-
id
|
12273
|
-
}
|
12274
11399
|
averageEntryPrice
|
12275
11400
|
qty
|
12276
11401
|
qtyAvailable
|
@@ -12284,9 +11409,6 @@ exports.AlpacaAccount = {
|
|
12284
11409
|
lastTradePrice
|
12285
11410
|
changeToday
|
12286
11411
|
assetMarginable
|
12287
|
-
alpacaAccount {
|
12288
|
-
id
|
12289
|
-
}
|
12290
11412
|
alpacaAccountId
|
12291
11413
|
}
|
12292
11414
|
newsMentions {
|
@@ -12311,24 +11433,12 @@ exports.AlpacaAccount = {
|
|
12311
11433
|
logo
|
12312
11434
|
createdAt
|
12313
11435
|
updatedAt
|
12314
|
-
assets {
|
12315
|
-
id
|
12316
|
-
}
|
12317
|
-
}
|
12318
|
-
asset {
|
12319
|
-
id
|
12320
11436
|
}
|
12321
11437
|
relevancyScore
|
12322
11438
|
sentimentScore
|
12323
11439
|
sentimentLabel
|
12324
11440
|
}
|
12325
11441
|
}
|
12326
|
-
actions {
|
12327
|
-
id
|
12328
|
-
}
|
12329
|
-
}
|
12330
|
-
order {
|
12331
|
-
id
|
12332
11442
|
}
|
12333
11443
|
}
|
12334
11444
|
asset {
|
@@ -12397,6 +11507,7 @@ exports.AlpacaAccount = {
|
|
12397
11507
|
qty
|
12398
11508
|
price
|
12399
11509
|
total
|
11510
|
+
optionType
|
12400
11511
|
signal
|
12401
11512
|
strategy
|
12402
11513
|
analysis
|
@@ -12405,12 +11516,6 @@ exports.AlpacaAccount = {
|
|
12405
11516
|
createdAt
|
12406
11517
|
updatedAt
|
12407
11518
|
status
|
12408
|
-
alpacaAccount {
|
12409
|
-
id
|
12410
|
-
}
|
12411
|
-
asset {
|
12412
|
-
id
|
12413
|
-
}
|
12414
11519
|
actions {
|
12415
11520
|
id
|
12416
11521
|
sequence
|
@@ -12419,23 +11524,11 @@ exports.AlpacaAccount = {
|
|
12419
11524
|
note
|
12420
11525
|
status
|
12421
11526
|
fee
|
12422
|
-
trade {
|
12423
|
-
id
|
12424
|
-
}
|
12425
|
-
order {
|
12426
|
-
id
|
12427
|
-
}
|
12428
11527
|
}
|
12429
11528
|
}
|
12430
|
-
orders {
|
12431
|
-
id
|
12432
|
-
}
|
12433
11529
|
positions {
|
12434
11530
|
id
|
12435
11531
|
assetId
|
12436
|
-
asset {
|
12437
|
-
id
|
12438
|
-
}
|
12439
11532
|
averageEntryPrice
|
12440
11533
|
qty
|
12441
11534
|
qtyAvailable
|
@@ -12449,9 +11542,6 @@ exports.AlpacaAccount = {
|
|
12449
11542
|
lastTradePrice
|
12450
11543
|
changeToday
|
12451
11544
|
assetMarginable
|
12452
|
-
alpacaAccount {
|
12453
|
-
id
|
12454
|
-
}
|
12455
11545
|
alpacaAccountId
|
12456
11546
|
}
|
12457
11547
|
newsMentions {
|
@@ -12476,12 +11566,6 @@ exports.AlpacaAccount = {
|
|
12476
11566
|
logo
|
12477
11567
|
createdAt
|
12478
11568
|
updatedAt
|
12479
|
-
assets {
|
12480
|
-
id
|
12481
|
-
}
|
12482
|
-
}
|
12483
|
-
asset {
|
12484
|
-
id
|
12485
11569
|
}
|
12486
11570
|
relevancyScore
|
12487
11571
|
sentimentScore
|
@@ -12564,6 +11648,7 @@ exports.AlpacaAccount = {
|
|
12564
11648
|
qty
|
12565
11649
|
price
|
12566
11650
|
total
|
11651
|
+
optionType
|
12567
11652
|
signal
|
12568
11653
|
strategy
|
12569
11654
|
analysis
|
@@ -12572,12 +11657,6 @@ exports.AlpacaAccount = {
|
|
12572
11657
|
createdAt
|
12573
11658
|
updatedAt
|
12574
11659
|
status
|
12575
|
-
alpacaAccount {
|
12576
|
-
id
|
12577
|
-
}
|
12578
|
-
asset {
|
12579
|
-
id
|
12580
|
-
}
|
12581
11660
|
actions {
|
12582
11661
|
id
|
12583
11662
|
sequence
|
@@ -12586,9 +11665,6 @@ exports.AlpacaAccount = {
|
|
12586
11665
|
note
|
12587
11666
|
status
|
12588
11667
|
fee
|
12589
|
-
trade {
|
12590
|
-
id
|
12591
|
-
}
|
12592
11668
|
order {
|
12593
11669
|
id
|
12594
11670
|
clientOrderId
|
@@ -12609,9 +11685,6 @@ exports.AlpacaAccount = {
|
|
12609
11685
|
createdAt
|
12610
11686
|
updatedAt
|
12611
11687
|
orderId
|
12612
|
-
Order {
|
12613
|
-
id
|
12614
|
-
}
|
12615
11688
|
}
|
12616
11689
|
takeProfit {
|
12617
11690
|
id
|
@@ -12620,9 +11693,6 @@ exports.AlpacaAccount = {
|
|
12620
11693
|
createdAt
|
12621
11694
|
updatedAt
|
12622
11695
|
orderId
|
12623
|
-
Order {
|
12624
|
-
id
|
12625
|
-
}
|
12626
11696
|
}
|
12627
11697
|
trailPrice
|
12628
11698
|
trailPercent
|
@@ -12634,15 +11704,6 @@ exports.AlpacaAccount = {
|
|
12634
11704
|
filledAt
|
12635
11705
|
filledAvgPrice
|
12636
11706
|
actionId
|
12637
|
-
alpacaAccount {
|
12638
|
-
id
|
12639
|
-
}
|
12640
|
-
action {
|
12641
|
-
id
|
12642
|
-
}
|
12643
|
-
asset {
|
12644
|
-
id
|
12645
|
-
}
|
12646
11707
|
fee
|
12647
11708
|
strikePrice
|
12648
11709
|
expirationDate
|
@@ -12672,9 +11733,6 @@ exports.AlpacaAccount = {
|
|
12672
11733
|
createdAt
|
12673
11734
|
updatedAt
|
12674
11735
|
orderId
|
12675
|
-
Order {
|
12676
|
-
id
|
12677
|
-
}
|
12678
11736
|
}
|
12679
11737
|
takeProfit {
|
12680
11738
|
id
|
@@ -12683,9 +11741,6 @@ exports.AlpacaAccount = {
|
|
12683
11741
|
createdAt
|
12684
11742
|
updatedAt
|
12685
11743
|
orderId
|
12686
|
-
Order {
|
12687
|
-
id
|
12688
|
-
}
|
12689
11744
|
}
|
12690
11745
|
trailPrice
|
12691
11746
|
trailPercent
|
@@ -12697,9 +11752,6 @@ exports.AlpacaAccount = {
|
|
12697
11752
|
filledAt
|
12698
11753
|
filledAvgPrice
|
12699
11754
|
actionId
|
12700
|
-
alpacaAccount {
|
12701
|
-
id
|
12702
|
-
}
|
12703
11755
|
action {
|
12704
11756
|
id
|
12705
11757
|
sequence
|
@@ -12715,6 +11767,7 @@ exports.AlpacaAccount = {
|
|
12715
11767
|
qty
|
12716
11768
|
price
|
12717
11769
|
total
|
11770
|
+
optionType
|
12718
11771
|
signal
|
12719
11772
|
strategy
|
12720
11773
|
analysis
|
@@ -12723,23 +11776,8 @@ exports.AlpacaAccount = {
|
|
12723
11776
|
createdAt
|
12724
11777
|
updatedAt
|
12725
11778
|
status
|
12726
|
-
alpacaAccount {
|
12727
|
-
id
|
12728
|
-
}
|
12729
|
-
asset {
|
12730
|
-
id
|
12731
|
-
}
|
12732
|
-
actions {
|
12733
|
-
id
|
12734
|
-
}
|
12735
|
-
}
|
12736
|
-
order {
|
12737
|
-
id
|
12738
11779
|
}
|
12739
11780
|
}
|
12740
|
-
asset {
|
12741
|
-
id
|
12742
|
-
}
|
12743
11781
|
fee
|
12744
11782
|
strikePrice
|
12745
11783
|
expirationDate
|
@@ -12747,9 +11785,6 @@ exports.AlpacaAccount = {
|
|
12747
11785
|
stopLossId
|
12748
11786
|
takeProfitId
|
12749
11787
|
}
|
12750
|
-
positions {
|
12751
|
-
id
|
12752
|
-
}
|
12753
11788
|
newsMentions {
|
12754
11789
|
id
|
12755
11790
|
assetId
|
@@ -12772,12 +11807,6 @@ exports.AlpacaAccount = {
|
|
12772
11807
|
logo
|
12773
11808
|
createdAt
|
12774
11809
|
updatedAt
|
12775
|
-
assets {
|
12776
|
-
id
|
12777
|
-
}
|
12778
|
-
}
|
12779
|
-
asset {
|
12780
|
-
id
|
12781
11810
|
}
|
12782
11811
|
relevancyScore
|
12783
11812
|
sentimentScore
|
@@ -12797,9 +11826,6 @@ exports.AlpacaAccount = {
|
|
12797
11826
|
lastTradePrice
|
12798
11827
|
changeToday
|
12799
11828
|
assetMarginable
|
12800
|
-
alpacaAccount {
|
12801
|
-
id
|
12802
|
-
}
|
12803
11829
|
alpacaAccountId
|
12804
11830
|
}
|
12805
11831
|
alerts {
|
@@ -12810,9 +11836,6 @@ exports.AlpacaAccount = {
|
|
12810
11836
|
isRead
|
12811
11837
|
createdAt
|
12812
11838
|
updatedAt
|
12813
|
-
alpacaAccount {
|
12814
|
-
id
|
12815
|
-
}
|
12816
11839
|
}
|
12817
11840
|
}
|
12818
11841
|
}`;
|
@@ -12873,9 +11896,6 @@ exports.AlpacaAccount = {
|
|
12873
11896
|
stripeCurrentPeriodEnd
|
12874
11897
|
createdAt
|
12875
11898
|
updatedAt
|
12876
|
-
users {
|
12877
|
-
id
|
12878
|
-
}
|
12879
11899
|
}
|
12880
11900
|
customerId
|
12881
11901
|
accounts {
|
@@ -12893,18 +11913,12 @@ exports.AlpacaAccount = {
|
|
12893
11913
|
session_state
|
12894
11914
|
createdAt
|
12895
11915
|
updatedAt
|
12896
|
-
user {
|
12897
|
-
id
|
12898
|
-
}
|
12899
11916
|
}
|
12900
11917
|
sessions {
|
12901
11918
|
id
|
12902
11919
|
sessionToken
|
12903
11920
|
userId
|
12904
11921
|
expires
|
12905
|
-
user {
|
12906
|
-
id
|
12907
|
-
}
|
12908
11922
|
createdAt
|
12909
11923
|
updatedAt
|
12910
11924
|
}
|
@@ -12914,16 +11928,10 @@ exports.AlpacaAccount = {
|
|
12914
11928
|
credentialID
|
12915
11929
|
publicKey
|
12916
11930
|
counter
|
12917
|
-
user {
|
12918
|
-
id
|
12919
|
-
}
|
12920
11931
|
createdAt
|
12921
11932
|
updatedAt
|
12922
11933
|
}
|
12923
11934
|
plan
|
12924
|
-
alpacaAccounts {
|
12925
|
-
id
|
12926
|
-
}
|
12927
11935
|
}
|
12928
11936
|
userId
|
12929
11937
|
createdAt
|
@@ -12935,6 +11943,7 @@ exports.AlpacaAccount = {
|
|
12935
11943
|
qty
|
12936
11944
|
price
|
12937
11945
|
total
|
11946
|
+
optionType
|
12938
11947
|
signal
|
12939
11948
|
strategy
|
12940
11949
|
analysis
|
@@ -12943,9 +11952,6 @@ exports.AlpacaAccount = {
|
|
12943
11952
|
createdAt
|
12944
11953
|
updatedAt
|
12945
11954
|
status
|
12946
|
-
alpacaAccount {
|
12947
|
-
id
|
12948
|
-
}
|
12949
11955
|
asset {
|
12950
11956
|
id
|
12951
11957
|
symbol
|
@@ -13005,9 +12011,6 @@ exports.AlpacaAccount = {
|
|
13005
12011
|
buyPrice
|
13006
12012
|
createdAt
|
13007
12013
|
updatedAt
|
13008
|
-
trades {
|
13009
|
-
id
|
13010
|
-
}
|
13011
12014
|
orders {
|
13012
12015
|
id
|
13013
12016
|
clientOrderId
|
@@ -13028,9 +12031,6 @@ exports.AlpacaAccount = {
|
|
13028
12031
|
createdAt
|
13029
12032
|
updatedAt
|
13030
12033
|
orderId
|
13031
|
-
Order {
|
13032
|
-
id
|
13033
|
-
}
|
13034
12034
|
}
|
13035
12035
|
takeProfit {
|
13036
12036
|
id
|
@@ -13039,9 +12039,6 @@ exports.AlpacaAccount = {
|
|
13039
12039
|
createdAt
|
13040
12040
|
updatedAt
|
13041
12041
|
orderId
|
13042
|
-
Order {
|
13043
|
-
id
|
13044
|
-
}
|
13045
12042
|
}
|
13046
12043
|
trailPrice
|
13047
12044
|
trailPercent
|
@@ -13053,9 +12050,6 @@ exports.AlpacaAccount = {
|
|
13053
12050
|
filledAt
|
13054
12051
|
filledAvgPrice
|
13055
12052
|
actionId
|
13056
|
-
alpacaAccount {
|
13057
|
-
id
|
13058
|
-
}
|
13059
12053
|
action {
|
13060
12054
|
id
|
13061
12055
|
sequence
|
@@ -13064,15 +12058,6 @@ exports.AlpacaAccount = {
|
|
13064
12058
|
note
|
13065
12059
|
status
|
13066
12060
|
fee
|
13067
|
-
trade {
|
13068
|
-
id
|
13069
|
-
}
|
13070
|
-
order {
|
13071
|
-
id
|
13072
|
-
}
|
13073
|
-
}
|
13074
|
-
asset {
|
13075
|
-
id
|
13076
12061
|
}
|
13077
12062
|
fee
|
13078
12063
|
strikePrice
|
@@ -13084,9 +12069,6 @@ exports.AlpacaAccount = {
|
|
13084
12069
|
positions {
|
13085
12070
|
id
|
13086
12071
|
assetId
|
13087
|
-
asset {
|
13088
|
-
id
|
13089
|
-
}
|
13090
12072
|
averageEntryPrice
|
13091
12073
|
qty
|
13092
12074
|
qtyAvailable
|
@@ -13100,9 +12082,6 @@ exports.AlpacaAccount = {
|
|
13100
12082
|
lastTradePrice
|
13101
12083
|
changeToday
|
13102
12084
|
assetMarginable
|
13103
|
-
alpacaAccount {
|
13104
|
-
id
|
13105
|
-
}
|
13106
12085
|
alpacaAccountId
|
13107
12086
|
}
|
13108
12087
|
newsMentions {
|
@@ -13127,12 +12106,6 @@ exports.AlpacaAccount = {
|
|
13127
12106
|
logo
|
13128
12107
|
createdAt
|
13129
12108
|
updatedAt
|
13130
|
-
assets {
|
13131
|
-
id
|
13132
|
-
}
|
13133
|
-
}
|
13134
|
-
asset {
|
13135
|
-
id
|
13136
12109
|
}
|
13137
12110
|
relevancyScore
|
13138
12111
|
sentimentScore
|
@@ -13147,9 +12120,6 @@ exports.AlpacaAccount = {
|
|
13147
12120
|
note
|
13148
12121
|
status
|
13149
12122
|
fee
|
13150
|
-
trade {
|
13151
|
-
id
|
13152
|
-
}
|
13153
12123
|
order {
|
13154
12124
|
id
|
13155
12125
|
clientOrderId
|
@@ -13170,9 +12140,6 @@ exports.AlpacaAccount = {
|
|
13170
12140
|
createdAt
|
13171
12141
|
updatedAt
|
13172
12142
|
orderId
|
13173
|
-
Order {
|
13174
|
-
id
|
13175
|
-
}
|
13176
12143
|
}
|
13177
12144
|
takeProfit {
|
13178
12145
|
id
|
@@ -13181,9 +12148,6 @@ exports.AlpacaAccount = {
|
|
13181
12148
|
createdAt
|
13182
12149
|
updatedAt
|
13183
12150
|
orderId
|
13184
|
-
Order {
|
13185
|
-
id
|
13186
|
-
}
|
13187
12151
|
}
|
13188
12152
|
trailPrice
|
13189
12153
|
trailPercent
|
@@ -13195,12 +12159,6 @@ exports.AlpacaAccount = {
|
|
13195
12159
|
filledAt
|
13196
12160
|
filledAvgPrice
|
13197
12161
|
actionId
|
13198
|
-
alpacaAccount {
|
13199
|
-
id
|
13200
|
-
}
|
13201
|
-
action {
|
13202
|
-
id
|
13203
|
-
}
|
13204
12162
|
asset {
|
13205
12163
|
id
|
13206
12164
|
symbol
|
@@ -13260,18 +12218,9 @@ exports.AlpacaAccount = {
|
|
13260
12218
|
buyPrice
|
13261
12219
|
createdAt
|
13262
12220
|
updatedAt
|
13263
|
-
trades {
|
13264
|
-
id
|
13265
|
-
}
|
13266
|
-
orders {
|
13267
|
-
id
|
13268
|
-
}
|
13269
12221
|
positions {
|
13270
12222
|
id
|
13271
12223
|
assetId
|
13272
|
-
asset {
|
13273
|
-
id
|
13274
|
-
}
|
13275
12224
|
averageEntryPrice
|
13276
12225
|
qty
|
13277
12226
|
qtyAvailable
|
@@ -13285,9 +12234,6 @@ exports.AlpacaAccount = {
|
|
13285
12234
|
lastTradePrice
|
13286
12235
|
changeToday
|
13287
12236
|
assetMarginable
|
13288
|
-
alpacaAccount {
|
13289
|
-
id
|
13290
|
-
}
|
13291
12237
|
alpacaAccountId
|
13292
12238
|
}
|
13293
12239
|
newsMentions {
|
@@ -13312,12 +12258,6 @@ exports.AlpacaAccount = {
|
|
13312
12258
|
logo
|
13313
12259
|
createdAt
|
13314
12260
|
updatedAt
|
13315
|
-
assets {
|
13316
|
-
id
|
13317
|
-
}
|
13318
|
-
}
|
13319
|
-
asset {
|
13320
|
-
id
|
13321
12261
|
}
|
13322
12262
|
relevancyScore
|
13323
12263
|
sentimentScore
|
@@ -13353,9 +12293,6 @@ exports.AlpacaAccount = {
|
|
13353
12293
|
createdAt
|
13354
12294
|
updatedAt
|
13355
12295
|
orderId
|
13356
|
-
Order {
|
13357
|
-
id
|
13358
|
-
}
|
13359
12296
|
}
|
13360
12297
|
takeProfit {
|
13361
12298
|
id
|
@@ -13364,9 +12301,6 @@ exports.AlpacaAccount = {
|
|
13364
12301
|
createdAt
|
13365
12302
|
updatedAt
|
13366
12303
|
orderId
|
13367
|
-
Order {
|
13368
|
-
id
|
13369
|
-
}
|
13370
12304
|
}
|
13371
12305
|
trailPrice
|
13372
12306
|
trailPercent
|
@@ -13378,9 +12312,6 @@ exports.AlpacaAccount = {
|
|
13378
12312
|
filledAt
|
13379
12313
|
filledAvgPrice
|
13380
12314
|
actionId
|
13381
|
-
alpacaAccount {
|
13382
|
-
id
|
13383
|
-
}
|
13384
12315
|
action {
|
13385
12316
|
id
|
13386
12317
|
sequence
|
@@ -13396,6 +12327,7 @@ exports.AlpacaAccount = {
|
|
13396
12327
|
qty
|
13397
12328
|
price
|
13398
12329
|
total
|
12330
|
+
optionType
|
13399
12331
|
signal
|
13400
12332
|
strategy
|
13401
12333
|
analysis
|
@@ -13404,9 +12336,6 @@ exports.AlpacaAccount = {
|
|
13404
12336
|
createdAt
|
13405
12337
|
updatedAt
|
13406
12338
|
status
|
13407
|
-
alpacaAccount {
|
13408
|
-
id
|
13409
|
-
}
|
13410
12339
|
asset {
|
13411
12340
|
id
|
13412
12341
|
symbol
|
@@ -13466,18 +12395,9 @@ exports.AlpacaAccount = {
|
|
13466
12395
|
buyPrice
|
13467
12396
|
createdAt
|
13468
12397
|
updatedAt
|
13469
|
-
trades {
|
13470
|
-
id
|
13471
|
-
}
|
13472
|
-
orders {
|
13473
|
-
id
|
13474
|
-
}
|
13475
12398
|
positions {
|
13476
12399
|
id
|
13477
12400
|
assetId
|
13478
|
-
asset {
|
13479
|
-
id
|
13480
|
-
}
|
13481
12401
|
averageEntryPrice
|
13482
12402
|
qty
|
13483
12403
|
qtyAvailable
|
@@ -13491,9 +12411,6 @@ exports.AlpacaAccount = {
|
|
13491
12411
|
lastTradePrice
|
13492
12412
|
changeToday
|
13493
12413
|
assetMarginable
|
13494
|
-
alpacaAccount {
|
13495
|
-
id
|
13496
|
-
}
|
13497
12414
|
alpacaAccountId
|
13498
12415
|
}
|
13499
12416
|
newsMentions {
|
@@ -13518,24 +12435,12 @@ exports.AlpacaAccount = {
|
|
13518
12435
|
logo
|
13519
12436
|
createdAt
|
13520
12437
|
updatedAt
|
13521
|
-
assets {
|
13522
|
-
id
|
13523
|
-
}
|
13524
|
-
}
|
13525
|
-
asset {
|
13526
|
-
id
|
13527
12438
|
}
|
13528
12439
|
relevancyScore
|
13529
12440
|
sentimentScore
|
13530
12441
|
sentimentLabel
|
13531
12442
|
}
|
13532
12443
|
}
|
13533
|
-
actions {
|
13534
|
-
id
|
13535
|
-
}
|
13536
|
-
}
|
13537
|
-
order {
|
13538
|
-
id
|
13539
12444
|
}
|
13540
12445
|
}
|
13541
12446
|
asset {
|
@@ -13604,6 +12509,7 @@ exports.AlpacaAccount = {
|
|
13604
12509
|
qty
|
13605
12510
|
price
|
13606
12511
|
total
|
12512
|
+
optionType
|
13607
12513
|
signal
|
13608
12514
|
strategy
|
13609
12515
|
analysis
|
@@ -13612,12 +12518,6 @@ exports.AlpacaAccount = {
|
|
13612
12518
|
createdAt
|
13613
12519
|
updatedAt
|
13614
12520
|
status
|
13615
|
-
alpacaAccount {
|
13616
|
-
id
|
13617
|
-
}
|
13618
|
-
asset {
|
13619
|
-
id
|
13620
|
-
}
|
13621
12521
|
actions {
|
13622
12522
|
id
|
13623
12523
|
sequence
|
@@ -13626,23 +12526,11 @@ exports.AlpacaAccount = {
|
|
13626
12526
|
note
|
13627
12527
|
status
|
13628
12528
|
fee
|
13629
|
-
trade {
|
13630
|
-
id
|
13631
|
-
}
|
13632
|
-
order {
|
13633
|
-
id
|
13634
|
-
}
|
13635
12529
|
}
|
13636
12530
|
}
|
13637
|
-
orders {
|
13638
|
-
id
|
13639
|
-
}
|
13640
12531
|
positions {
|
13641
12532
|
id
|
13642
12533
|
assetId
|
13643
|
-
asset {
|
13644
|
-
id
|
13645
|
-
}
|
13646
12534
|
averageEntryPrice
|
13647
12535
|
qty
|
13648
12536
|
qtyAvailable
|
@@ -13656,9 +12544,6 @@ exports.AlpacaAccount = {
|
|
13656
12544
|
lastTradePrice
|
13657
12545
|
changeToday
|
13658
12546
|
assetMarginable
|
13659
|
-
alpacaAccount {
|
13660
|
-
id
|
13661
|
-
}
|
13662
12547
|
alpacaAccountId
|
13663
12548
|
}
|
13664
12549
|
newsMentions {
|
@@ -13683,12 +12568,6 @@ exports.AlpacaAccount = {
|
|
13683
12568
|
logo
|
13684
12569
|
createdAt
|
13685
12570
|
updatedAt
|
13686
|
-
assets {
|
13687
|
-
id
|
13688
|
-
}
|
13689
|
-
}
|
13690
|
-
asset {
|
13691
|
-
id
|
13692
12571
|
}
|
13693
12572
|
relevancyScore
|
13694
12573
|
sentimentScore
|
@@ -13771,6 +12650,7 @@ exports.AlpacaAccount = {
|
|
13771
12650
|
qty
|
13772
12651
|
price
|
13773
12652
|
total
|
12653
|
+
optionType
|
13774
12654
|
signal
|
13775
12655
|
strategy
|
13776
12656
|
analysis
|
@@ -13779,12 +12659,6 @@ exports.AlpacaAccount = {
|
|
13779
12659
|
createdAt
|
13780
12660
|
updatedAt
|
13781
12661
|
status
|
13782
|
-
alpacaAccount {
|
13783
|
-
id
|
13784
|
-
}
|
13785
|
-
asset {
|
13786
|
-
id
|
13787
|
-
}
|
13788
12662
|
actions {
|
13789
12663
|
id
|
13790
12664
|
sequence
|
@@ -13793,9 +12667,6 @@ exports.AlpacaAccount = {
|
|
13793
12667
|
note
|
13794
12668
|
status
|
13795
12669
|
fee
|
13796
|
-
trade {
|
13797
|
-
id
|
13798
|
-
}
|
13799
12670
|
order {
|
13800
12671
|
id
|
13801
12672
|
clientOrderId
|
@@ -13816,9 +12687,6 @@ exports.AlpacaAccount = {
|
|
13816
12687
|
createdAt
|
13817
12688
|
updatedAt
|
13818
12689
|
orderId
|
13819
|
-
Order {
|
13820
|
-
id
|
13821
|
-
}
|
13822
12690
|
}
|
13823
12691
|
takeProfit {
|
13824
12692
|
id
|
@@ -13827,9 +12695,6 @@ exports.AlpacaAccount = {
|
|
13827
12695
|
createdAt
|
13828
12696
|
updatedAt
|
13829
12697
|
orderId
|
13830
|
-
Order {
|
13831
|
-
id
|
13832
|
-
}
|
13833
12698
|
}
|
13834
12699
|
trailPrice
|
13835
12700
|
trailPercent
|
@@ -13841,15 +12706,6 @@ exports.AlpacaAccount = {
|
|
13841
12706
|
filledAt
|
13842
12707
|
filledAvgPrice
|
13843
12708
|
actionId
|
13844
|
-
alpacaAccount {
|
13845
|
-
id
|
13846
|
-
}
|
13847
|
-
action {
|
13848
|
-
id
|
13849
|
-
}
|
13850
|
-
asset {
|
13851
|
-
id
|
13852
|
-
}
|
13853
12709
|
fee
|
13854
12710
|
strikePrice
|
13855
12711
|
expirationDate
|
@@ -13879,9 +12735,6 @@ exports.AlpacaAccount = {
|
|
13879
12735
|
createdAt
|
13880
12736
|
updatedAt
|
13881
12737
|
orderId
|
13882
|
-
Order {
|
13883
|
-
id
|
13884
|
-
}
|
13885
12738
|
}
|
13886
12739
|
takeProfit {
|
13887
12740
|
id
|
@@ -13890,9 +12743,6 @@ exports.AlpacaAccount = {
|
|
13890
12743
|
createdAt
|
13891
12744
|
updatedAt
|
13892
12745
|
orderId
|
13893
|
-
Order {
|
13894
|
-
id
|
13895
|
-
}
|
13896
12746
|
}
|
13897
12747
|
trailPrice
|
13898
12748
|
trailPercent
|
@@ -13904,9 +12754,6 @@ exports.AlpacaAccount = {
|
|
13904
12754
|
filledAt
|
13905
12755
|
filledAvgPrice
|
13906
12756
|
actionId
|
13907
|
-
alpacaAccount {
|
13908
|
-
id
|
13909
|
-
}
|
13910
12757
|
action {
|
13911
12758
|
id
|
13912
12759
|
sequence
|
@@ -13922,6 +12769,7 @@ exports.AlpacaAccount = {
|
|
13922
12769
|
qty
|
13923
12770
|
price
|
13924
12771
|
total
|
12772
|
+
optionType
|
13925
12773
|
signal
|
13926
12774
|
strategy
|
13927
12775
|
analysis
|
@@ -13930,23 +12778,8 @@ exports.AlpacaAccount = {
|
|
13930
12778
|
createdAt
|
13931
12779
|
updatedAt
|
13932
12780
|
status
|
13933
|
-
alpacaAccount {
|
13934
|
-
id
|
13935
|
-
}
|
13936
|
-
asset {
|
13937
|
-
id
|
13938
|
-
}
|
13939
|
-
actions {
|
13940
|
-
id
|
13941
|
-
}
|
13942
|
-
}
|
13943
|
-
order {
|
13944
|
-
id
|
13945
12781
|
}
|
13946
12782
|
}
|
13947
|
-
asset {
|
13948
|
-
id
|
13949
|
-
}
|
13950
12783
|
fee
|
13951
12784
|
strikePrice
|
13952
12785
|
expirationDate
|
@@ -13954,9 +12787,6 @@ exports.AlpacaAccount = {
|
|
13954
12787
|
stopLossId
|
13955
12788
|
takeProfitId
|
13956
12789
|
}
|
13957
|
-
positions {
|
13958
|
-
id
|
13959
|
-
}
|
13960
12790
|
newsMentions {
|
13961
12791
|
id
|
13962
12792
|
assetId
|
@@ -13979,12 +12809,6 @@ exports.AlpacaAccount = {
|
|
13979
12809
|
logo
|
13980
12810
|
createdAt
|
13981
12811
|
updatedAt
|
13982
|
-
assets {
|
13983
|
-
id
|
13984
|
-
}
|
13985
|
-
}
|
13986
|
-
asset {
|
13987
|
-
id
|
13988
12812
|
}
|
13989
12813
|
relevancyScore
|
13990
12814
|
sentimentScore
|
@@ -14004,9 +12828,6 @@ exports.AlpacaAccount = {
|
|
14004
12828
|
lastTradePrice
|
14005
12829
|
changeToday
|
14006
12830
|
assetMarginable
|
14007
|
-
alpacaAccount {
|
14008
|
-
id
|
14009
|
-
}
|
14010
12831
|
alpacaAccountId
|
14011
12832
|
}
|
14012
12833
|
alerts {
|
@@ -14017,9 +12838,6 @@ exports.AlpacaAccount = {
|
|
14017
12838
|
isRead
|
14018
12839
|
createdAt
|
14019
12840
|
updatedAt
|
14020
|
-
alpacaAccount {
|
14021
|
-
id
|
14022
|
-
}
|
14023
12841
|
}
|
14024
12842
|
}
|
14025
12843
|
}`;
|