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/server/AlpacaAccount.mjs
CHANGED
@@ -47,9 +47,6 @@ export const AlpacaAccount = {
|
|
47
47
|
stripeCurrentPeriodEnd
|
48
48
|
createdAt
|
49
49
|
updatedAt
|
50
|
-
users {
|
51
|
-
id
|
52
|
-
}
|
53
50
|
}
|
54
51
|
customerId
|
55
52
|
accounts {
|
@@ -67,18 +64,12 @@ export const AlpacaAccount = {
|
|
67
64
|
session_state
|
68
65
|
createdAt
|
69
66
|
updatedAt
|
70
|
-
user {
|
71
|
-
id
|
72
|
-
}
|
73
67
|
}
|
74
68
|
sessions {
|
75
69
|
id
|
76
70
|
sessionToken
|
77
71
|
userId
|
78
72
|
expires
|
79
|
-
user {
|
80
|
-
id
|
81
|
-
}
|
82
73
|
createdAt
|
83
74
|
updatedAt
|
84
75
|
}
|
@@ -88,16 +79,10 @@ export const AlpacaAccount = {
|
|
88
79
|
credentialID
|
89
80
|
publicKey
|
90
81
|
counter
|
91
|
-
user {
|
92
|
-
id
|
93
|
-
}
|
94
82
|
createdAt
|
95
83
|
updatedAt
|
96
84
|
}
|
97
85
|
plan
|
98
|
-
alpacaAccounts {
|
99
|
-
id
|
100
|
-
}
|
101
86
|
}
|
102
87
|
userId
|
103
88
|
createdAt
|
@@ -109,6 +94,7 @@ export const AlpacaAccount = {
|
|
109
94
|
qty
|
110
95
|
price
|
111
96
|
total
|
97
|
+
optionType
|
112
98
|
signal
|
113
99
|
strategy
|
114
100
|
analysis
|
@@ -117,9 +103,6 @@ export const AlpacaAccount = {
|
|
117
103
|
createdAt
|
118
104
|
updatedAt
|
119
105
|
status
|
120
|
-
alpacaAccount {
|
121
|
-
id
|
122
|
-
}
|
123
106
|
asset {
|
124
107
|
id
|
125
108
|
symbol
|
@@ -179,9 +162,6 @@ export const AlpacaAccount = {
|
|
179
162
|
buyPrice
|
180
163
|
createdAt
|
181
164
|
updatedAt
|
182
|
-
trades {
|
183
|
-
id
|
184
|
-
}
|
185
165
|
orders {
|
186
166
|
id
|
187
167
|
clientOrderId
|
@@ -202,9 +182,6 @@ export const AlpacaAccount = {
|
|
202
182
|
createdAt
|
203
183
|
updatedAt
|
204
184
|
orderId
|
205
|
-
Order {
|
206
|
-
id
|
207
|
-
}
|
208
185
|
}
|
209
186
|
takeProfit {
|
210
187
|
id
|
@@ -213,9 +190,6 @@ export const AlpacaAccount = {
|
|
213
190
|
createdAt
|
214
191
|
updatedAt
|
215
192
|
orderId
|
216
|
-
Order {
|
217
|
-
id
|
218
|
-
}
|
219
193
|
}
|
220
194
|
trailPrice
|
221
195
|
trailPercent
|
@@ -227,9 +201,6 @@ export const AlpacaAccount = {
|
|
227
201
|
filledAt
|
228
202
|
filledAvgPrice
|
229
203
|
actionId
|
230
|
-
alpacaAccount {
|
231
|
-
id
|
232
|
-
}
|
233
204
|
action {
|
234
205
|
id
|
235
206
|
sequence
|
@@ -238,15 +209,6 @@ export const AlpacaAccount = {
|
|
238
209
|
note
|
239
210
|
status
|
240
211
|
fee
|
241
|
-
trade {
|
242
|
-
id
|
243
|
-
}
|
244
|
-
order {
|
245
|
-
id
|
246
|
-
}
|
247
|
-
}
|
248
|
-
asset {
|
249
|
-
id
|
250
212
|
}
|
251
213
|
fee
|
252
214
|
strikePrice
|
@@ -258,9 +220,6 @@ export const AlpacaAccount = {
|
|
258
220
|
positions {
|
259
221
|
id
|
260
222
|
assetId
|
261
|
-
asset {
|
262
|
-
id
|
263
|
-
}
|
264
223
|
averageEntryPrice
|
265
224
|
qty
|
266
225
|
qtyAvailable
|
@@ -274,9 +233,6 @@ export const AlpacaAccount = {
|
|
274
233
|
lastTradePrice
|
275
234
|
changeToday
|
276
235
|
assetMarginable
|
277
|
-
alpacaAccount {
|
278
|
-
id
|
279
|
-
}
|
280
236
|
alpacaAccountId
|
281
237
|
}
|
282
238
|
newsMentions {
|
@@ -301,12 +257,6 @@ export const AlpacaAccount = {
|
|
301
257
|
logo
|
302
258
|
createdAt
|
303
259
|
updatedAt
|
304
|
-
assets {
|
305
|
-
id
|
306
|
-
}
|
307
|
-
}
|
308
|
-
asset {
|
309
|
-
id
|
310
260
|
}
|
311
261
|
relevancyScore
|
312
262
|
sentimentScore
|
@@ -321,9 +271,6 @@ export const AlpacaAccount = {
|
|
321
271
|
note
|
322
272
|
status
|
323
273
|
fee
|
324
|
-
trade {
|
325
|
-
id
|
326
|
-
}
|
327
274
|
order {
|
328
275
|
id
|
329
276
|
clientOrderId
|
@@ -344,9 +291,6 @@ export const AlpacaAccount = {
|
|
344
291
|
createdAt
|
345
292
|
updatedAt
|
346
293
|
orderId
|
347
|
-
Order {
|
348
|
-
id
|
349
|
-
}
|
350
294
|
}
|
351
295
|
takeProfit {
|
352
296
|
id
|
@@ -355,9 +299,6 @@ export const AlpacaAccount = {
|
|
355
299
|
createdAt
|
356
300
|
updatedAt
|
357
301
|
orderId
|
358
|
-
Order {
|
359
|
-
id
|
360
|
-
}
|
361
302
|
}
|
362
303
|
trailPrice
|
363
304
|
trailPercent
|
@@ -369,12 +310,6 @@ export const AlpacaAccount = {
|
|
369
310
|
filledAt
|
370
311
|
filledAvgPrice
|
371
312
|
actionId
|
372
|
-
alpacaAccount {
|
373
|
-
id
|
374
|
-
}
|
375
|
-
action {
|
376
|
-
id
|
377
|
-
}
|
378
313
|
asset {
|
379
314
|
id
|
380
315
|
symbol
|
@@ -434,18 +369,9 @@ export const AlpacaAccount = {
|
|
434
369
|
buyPrice
|
435
370
|
createdAt
|
436
371
|
updatedAt
|
437
|
-
trades {
|
438
|
-
id
|
439
|
-
}
|
440
|
-
orders {
|
441
|
-
id
|
442
|
-
}
|
443
372
|
positions {
|
444
373
|
id
|
445
374
|
assetId
|
446
|
-
asset {
|
447
|
-
id
|
448
|
-
}
|
449
375
|
averageEntryPrice
|
450
376
|
qty
|
451
377
|
qtyAvailable
|
@@ -459,9 +385,6 @@ export const AlpacaAccount = {
|
|
459
385
|
lastTradePrice
|
460
386
|
changeToday
|
461
387
|
assetMarginable
|
462
|
-
alpacaAccount {
|
463
|
-
id
|
464
|
-
}
|
465
388
|
alpacaAccountId
|
466
389
|
}
|
467
390
|
newsMentions {
|
@@ -486,12 +409,6 @@ export const AlpacaAccount = {
|
|
486
409
|
logo
|
487
410
|
createdAt
|
488
411
|
updatedAt
|
489
|
-
assets {
|
490
|
-
id
|
491
|
-
}
|
492
|
-
}
|
493
|
-
asset {
|
494
|
-
id
|
495
412
|
}
|
496
413
|
relevancyScore
|
497
414
|
sentimentScore
|
@@ -527,9 +444,6 @@ export const AlpacaAccount = {
|
|
527
444
|
createdAt
|
528
445
|
updatedAt
|
529
446
|
orderId
|
530
|
-
Order {
|
531
|
-
id
|
532
|
-
}
|
533
447
|
}
|
534
448
|
takeProfit {
|
535
449
|
id
|
@@ -538,9 +452,6 @@ export const AlpacaAccount = {
|
|
538
452
|
createdAt
|
539
453
|
updatedAt
|
540
454
|
orderId
|
541
|
-
Order {
|
542
|
-
id
|
543
|
-
}
|
544
455
|
}
|
545
456
|
trailPrice
|
546
457
|
trailPercent
|
@@ -552,9 +463,6 @@ export const AlpacaAccount = {
|
|
552
463
|
filledAt
|
553
464
|
filledAvgPrice
|
554
465
|
actionId
|
555
|
-
alpacaAccount {
|
556
|
-
id
|
557
|
-
}
|
558
466
|
action {
|
559
467
|
id
|
560
468
|
sequence
|
@@ -570,6 +478,7 @@ export const AlpacaAccount = {
|
|
570
478
|
qty
|
571
479
|
price
|
572
480
|
total
|
481
|
+
optionType
|
573
482
|
signal
|
574
483
|
strategy
|
575
484
|
analysis
|
@@ -578,9 +487,6 @@ export const AlpacaAccount = {
|
|
578
487
|
createdAt
|
579
488
|
updatedAt
|
580
489
|
status
|
581
|
-
alpacaAccount {
|
582
|
-
id
|
583
|
-
}
|
584
490
|
asset {
|
585
491
|
id
|
586
492
|
symbol
|
@@ -640,18 +546,9 @@ export const AlpacaAccount = {
|
|
640
546
|
buyPrice
|
641
547
|
createdAt
|
642
548
|
updatedAt
|
643
|
-
trades {
|
644
|
-
id
|
645
|
-
}
|
646
|
-
orders {
|
647
|
-
id
|
648
|
-
}
|
649
549
|
positions {
|
650
550
|
id
|
651
551
|
assetId
|
652
|
-
asset {
|
653
|
-
id
|
654
|
-
}
|
655
552
|
averageEntryPrice
|
656
553
|
qty
|
657
554
|
qtyAvailable
|
@@ -665,9 +562,6 @@ export const AlpacaAccount = {
|
|
665
562
|
lastTradePrice
|
666
563
|
changeToday
|
667
564
|
assetMarginable
|
668
|
-
alpacaAccount {
|
669
|
-
id
|
670
|
-
}
|
671
565
|
alpacaAccountId
|
672
566
|
}
|
673
567
|
newsMentions {
|
@@ -692,24 +586,12 @@ export const AlpacaAccount = {
|
|
692
586
|
logo
|
693
587
|
createdAt
|
694
588
|
updatedAt
|
695
|
-
assets {
|
696
|
-
id
|
697
|
-
}
|
698
|
-
}
|
699
|
-
asset {
|
700
|
-
id
|
701
589
|
}
|
702
590
|
relevancyScore
|
703
591
|
sentimentScore
|
704
592
|
sentimentLabel
|
705
593
|
}
|
706
594
|
}
|
707
|
-
actions {
|
708
|
-
id
|
709
|
-
}
|
710
|
-
}
|
711
|
-
order {
|
712
|
-
id
|
713
595
|
}
|
714
596
|
}
|
715
597
|
asset {
|
@@ -778,6 +660,7 @@ export const AlpacaAccount = {
|
|
778
660
|
qty
|
779
661
|
price
|
780
662
|
total
|
663
|
+
optionType
|
781
664
|
signal
|
782
665
|
strategy
|
783
666
|
analysis
|
@@ -786,12 +669,6 @@ export const AlpacaAccount = {
|
|
786
669
|
createdAt
|
787
670
|
updatedAt
|
788
671
|
status
|
789
|
-
alpacaAccount {
|
790
|
-
id
|
791
|
-
}
|
792
|
-
asset {
|
793
|
-
id
|
794
|
-
}
|
795
672
|
actions {
|
796
673
|
id
|
797
674
|
sequence
|
@@ -800,23 +677,11 @@ export const AlpacaAccount = {
|
|
800
677
|
note
|
801
678
|
status
|
802
679
|
fee
|
803
|
-
trade {
|
804
|
-
id
|
805
|
-
}
|
806
|
-
order {
|
807
|
-
id
|
808
|
-
}
|
809
680
|
}
|
810
681
|
}
|
811
|
-
orders {
|
812
|
-
id
|
813
|
-
}
|
814
682
|
positions {
|
815
683
|
id
|
816
684
|
assetId
|
817
|
-
asset {
|
818
|
-
id
|
819
|
-
}
|
820
685
|
averageEntryPrice
|
821
686
|
qty
|
822
687
|
qtyAvailable
|
@@ -830,9 +695,6 @@ export const AlpacaAccount = {
|
|
830
695
|
lastTradePrice
|
831
696
|
changeToday
|
832
697
|
assetMarginable
|
833
|
-
alpacaAccount {
|
834
|
-
id
|
835
|
-
}
|
836
698
|
alpacaAccountId
|
837
699
|
}
|
838
700
|
newsMentions {
|
@@ -857,12 +719,6 @@ export const AlpacaAccount = {
|
|
857
719
|
logo
|
858
720
|
createdAt
|
859
721
|
updatedAt
|
860
|
-
assets {
|
861
|
-
id
|
862
|
-
}
|
863
|
-
}
|
864
|
-
asset {
|
865
|
-
id
|
866
722
|
}
|
867
723
|
relevancyScore
|
868
724
|
sentimentScore
|
@@ -945,6 +801,7 @@ export const AlpacaAccount = {
|
|
945
801
|
qty
|
946
802
|
price
|
947
803
|
total
|
804
|
+
optionType
|
948
805
|
signal
|
949
806
|
strategy
|
950
807
|
analysis
|
@@ -953,12 +810,6 @@ export const AlpacaAccount = {
|
|
953
810
|
createdAt
|
954
811
|
updatedAt
|
955
812
|
status
|
956
|
-
alpacaAccount {
|
957
|
-
id
|
958
|
-
}
|
959
|
-
asset {
|
960
|
-
id
|
961
|
-
}
|
962
813
|
actions {
|
963
814
|
id
|
964
815
|
sequence
|
@@ -967,9 +818,6 @@ export const AlpacaAccount = {
|
|
967
818
|
note
|
968
819
|
status
|
969
820
|
fee
|
970
|
-
trade {
|
971
|
-
id
|
972
|
-
}
|
973
821
|
order {
|
974
822
|
id
|
975
823
|
clientOrderId
|
@@ -990,9 +838,6 @@ export const AlpacaAccount = {
|
|
990
838
|
createdAt
|
991
839
|
updatedAt
|
992
840
|
orderId
|
993
|
-
Order {
|
994
|
-
id
|
995
|
-
}
|
996
841
|
}
|
997
842
|
takeProfit {
|
998
843
|
id
|
@@ -1001,9 +846,6 @@ export const AlpacaAccount = {
|
|
1001
846
|
createdAt
|
1002
847
|
updatedAt
|
1003
848
|
orderId
|
1004
|
-
Order {
|
1005
|
-
id
|
1006
|
-
}
|
1007
849
|
}
|
1008
850
|
trailPrice
|
1009
851
|
trailPercent
|
@@ -1015,15 +857,6 @@ export const AlpacaAccount = {
|
|
1015
857
|
filledAt
|
1016
858
|
filledAvgPrice
|
1017
859
|
actionId
|
1018
|
-
alpacaAccount {
|
1019
|
-
id
|
1020
|
-
}
|
1021
|
-
action {
|
1022
|
-
id
|
1023
|
-
}
|
1024
|
-
asset {
|
1025
|
-
id
|
1026
|
-
}
|
1027
860
|
fee
|
1028
861
|
strikePrice
|
1029
862
|
expirationDate
|
@@ -1053,9 +886,6 @@ export const AlpacaAccount = {
|
|
1053
886
|
createdAt
|
1054
887
|
updatedAt
|
1055
888
|
orderId
|
1056
|
-
Order {
|
1057
|
-
id
|
1058
|
-
}
|
1059
889
|
}
|
1060
890
|
takeProfit {
|
1061
891
|
id
|
@@ -1064,9 +894,6 @@ export const AlpacaAccount = {
|
|
1064
894
|
createdAt
|
1065
895
|
updatedAt
|
1066
896
|
orderId
|
1067
|
-
Order {
|
1068
|
-
id
|
1069
|
-
}
|
1070
897
|
}
|
1071
898
|
trailPrice
|
1072
899
|
trailPercent
|
@@ -1078,9 +905,6 @@ export const AlpacaAccount = {
|
|
1078
905
|
filledAt
|
1079
906
|
filledAvgPrice
|
1080
907
|
actionId
|
1081
|
-
alpacaAccount {
|
1082
|
-
id
|
1083
|
-
}
|
1084
908
|
action {
|
1085
909
|
id
|
1086
910
|
sequence
|
@@ -1096,6 +920,7 @@ export const AlpacaAccount = {
|
|
1096
920
|
qty
|
1097
921
|
price
|
1098
922
|
total
|
923
|
+
optionType
|
1099
924
|
signal
|
1100
925
|
strategy
|
1101
926
|
analysis
|
@@ -1104,23 +929,8 @@ export const AlpacaAccount = {
|
|
1104
929
|
createdAt
|
1105
930
|
updatedAt
|
1106
931
|
status
|
1107
|
-
alpacaAccount {
|
1108
|
-
id
|
1109
|
-
}
|
1110
|
-
asset {
|
1111
|
-
id
|
1112
|
-
}
|
1113
|
-
actions {
|
1114
|
-
id
|
1115
|
-
}
|
1116
|
-
}
|
1117
|
-
order {
|
1118
|
-
id
|
1119
932
|
}
|
1120
933
|
}
|
1121
|
-
asset {
|
1122
|
-
id
|
1123
|
-
}
|
1124
934
|
fee
|
1125
935
|
strikePrice
|
1126
936
|
expirationDate
|
@@ -1128,9 +938,6 @@ export const AlpacaAccount = {
|
|
1128
938
|
stopLossId
|
1129
939
|
takeProfitId
|
1130
940
|
}
|
1131
|
-
positions {
|
1132
|
-
id
|
1133
|
-
}
|
1134
941
|
newsMentions {
|
1135
942
|
id
|
1136
943
|
assetId
|
@@ -1153,12 +960,6 @@ export const AlpacaAccount = {
|
|
1153
960
|
logo
|
1154
961
|
createdAt
|
1155
962
|
updatedAt
|
1156
|
-
assets {
|
1157
|
-
id
|
1158
|
-
}
|
1159
|
-
}
|
1160
|
-
asset {
|
1161
|
-
id
|
1162
963
|
}
|
1163
964
|
relevancyScore
|
1164
965
|
sentimentScore
|
@@ -1178,9 +979,6 @@ export const AlpacaAccount = {
|
|
1178
979
|
lastTradePrice
|
1179
980
|
changeToday
|
1180
981
|
assetMarginable
|
1181
|
-
alpacaAccount {
|
1182
|
-
id
|
1183
|
-
}
|
1184
982
|
alpacaAccountId
|
1185
983
|
}
|
1186
984
|
alerts {
|
@@ -1191,9 +989,6 @@ export const AlpacaAccount = {
|
|
1191
989
|
isRead
|
1192
990
|
createdAt
|
1193
991
|
updatedAt
|
1194
|
-
alpacaAccount {
|
1195
|
-
id
|
1196
|
-
}
|
1197
992
|
}
|
1198
993
|
}
|
1199
994
|
}
|
@@ -1329,6 +1124,7 @@ export const AlpacaAccount = {
|
|
1329
1124
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1330
1125
|
price: item.price !== undefined ? item.price : undefined,
|
1331
1126
|
total: item.total !== undefined ? item.total : undefined,
|
1127
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1332
1128
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1333
1129
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1334
1130
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1641,6 +1437,7 @@ export const AlpacaAccount = {
|
|
1641
1437
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
1642
1438
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
1643
1439
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
1440
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
1644
1441
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
1645
1442
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
1646
1443
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -1735,6 +1532,7 @@ export const AlpacaAccount = {
|
|
1735
1532
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1736
1533
|
price: item.price !== undefined ? item.price : undefined,
|
1737
1534
|
total: item.total !== undefined ? item.total : undefined,
|
1535
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1738
1536
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1739
1537
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1740
1538
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1902,6 +1700,7 @@ export const AlpacaAccount = {
|
|
1902
1700
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1903
1701
|
price: item.price !== undefined ? item.price : undefined,
|
1904
1702
|
total: item.total !== undefined ? item.total : undefined,
|
1703
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1905
1704
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1906
1705
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1907
1706
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -2091,9 +1890,6 @@ export const AlpacaAccount = {
|
|
2091
1890
|
stripeCurrentPeriodEnd
|
2092
1891
|
createdAt
|
2093
1892
|
updatedAt
|
2094
|
-
users {
|
2095
|
-
id
|
2096
|
-
}
|
2097
1893
|
}
|
2098
1894
|
customerId
|
2099
1895
|
accounts {
|
@@ -2111,18 +1907,12 @@ export const AlpacaAccount = {
|
|
2111
1907
|
session_state
|
2112
1908
|
createdAt
|
2113
1909
|
updatedAt
|
2114
|
-
user {
|
2115
|
-
id
|
2116
|
-
}
|
2117
1910
|
}
|
2118
1911
|
sessions {
|
2119
1912
|
id
|
2120
1913
|
sessionToken
|
2121
1914
|
userId
|
2122
1915
|
expires
|
2123
|
-
user {
|
2124
|
-
id
|
2125
|
-
}
|
2126
1916
|
createdAt
|
2127
1917
|
updatedAt
|
2128
1918
|
}
|
@@ -2132,16 +1922,10 @@ export const AlpacaAccount = {
|
|
2132
1922
|
credentialID
|
2133
1923
|
publicKey
|
2134
1924
|
counter
|
2135
|
-
user {
|
2136
|
-
id
|
2137
|
-
}
|
2138
1925
|
createdAt
|
2139
1926
|
updatedAt
|
2140
1927
|
}
|
2141
1928
|
plan
|
2142
|
-
alpacaAccounts {
|
2143
|
-
id
|
2144
|
-
}
|
2145
1929
|
}
|
2146
1930
|
userId
|
2147
1931
|
createdAt
|
@@ -2153,6 +1937,7 @@ export const AlpacaAccount = {
|
|
2153
1937
|
qty
|
2154
1938
|
price
|
2155
1939
|
total
|
1940
|
+
optionType
|
2156
1941
|
signal
|
2157
1942
|
strategy
|
2158
1943
|
analysis
|
@@ -2161,9 +1946,6 @@ export const AlpacaAccount = {
|
|
2161
1946
|
createdAt
|
2162
1947
|
updatedAt
|
2163
1948
|
status
|
2164
|
-
alpacaAccount {
|
2165
|
-
id
|
2166
|
-
}
|
2167
1949
|
asset {
|
2168
1950
|
id
|
2169
1951
|
symbol
|
@@ -2223,9 +2005,6 @@ export const AlpacaAccount = {
|
|
2223
2005
|
buyPrice
|
2224
2006
|
createdAt
|
2225
2007
|
updatedAt
|
2226
|
-
trades {
|
2227
|
-
id
|
2228
|
-
}
|
2229
2008
|
orders {
|
2230
2009
|
id
|
2231
2010
|
clientOrderId
|
@@ -2246,9 +2025,6 @@ export const AlpacaAccount = {
|
|
2246
2025
|
createdAt
|
2247
2026
|
updatedAt
|
2248
2027
|
orderId
|
2249
|
-
Order {
|
2250
|
-
id
|
2251
|
-
}
|
2252
2028
|
}
|
2253
2029
|
takeProfit {
|
2254
2030
|
id
|
@@ -2257,9 +2033,6 @@ export const AlpacaAccount = {
|
|
2257
2033
|
createdAt
|
2258
2034
|
updatedAt
|
2259
2035
|
orderId
|
2260
|
-
Order {
|
2261
|
-
id
|
2262
|
-
}
|
2263
2036
|
}
|
2264
2037
|
trailPrice
|
2265
2038
|
trailPercent
|
@@ -2271,9 +2044,6 @@ export const AlpacaAccount = {
|
|
2271
2044
|
filledAt
|
2272
2045
|
filledAvgPrice
|
2273
2046
|
actionId
|
2274
|
-
alpacaAccount {
|
2275
|
-
id
|
2276
|
-
}
|
2277
2047
|
action {
|
2278
2048
|
id
|
2279
2049
|
sequence
|
@@ -2282,15 +2052,6 @@ export const AlpacaAccount = {
|
|
2282
2052
|
note
|
2283
2053
|
status
|
2284
2054
|
fee
|
2285
|
-
trade {
|
2286
|
-
id
|
2287
|
-
}
|
2288
|
-
order {
|
2289
|
-
id
|
2290
|
-
}
|
2291
|
-
}
|
2292
|
-
asset {
|
2293
|
-
id
|
2294
2055
|
}
|
2295
2056
|
fee
|
2296
2057
|
strikePrice
|
@@ -2302,9 +2063,6 @@ export const AlpacaAccount = {
|
|
2302
2063
|
positions {
|
2303
2064
|
id
|
2304
2065
|
assetId
|
2305
|
-
asset {
|
2306
|
-
id
|
2307
|
-
}
|
2308
2066
|
averageEntryPrice
|
2309
2067
|
qty
|
2310
2068
|
qtyAvailable
|
@@ -2318,9 +2076,6 @@ export const AlpacaAccount = {
|
|
2318
2076
|
lastTradePrice
|
2319
2077
|
changeToday
|
2320
2078
|
assetMarginable
|
2321
|
-
alpacaAccount {
|
2322
|
-
id
|
2323
|
-
}
|
2324
2079
|
alpacaAccountId
|
2325
2080
|
}
|
2326
2081
|
newsMentions {
|
@@ -2345,12 +2100,6 @@ export const AlpacaAccount = {
|
|
2345
2100
|
logo
|
2346
2101
|
createdAt
|
2347
2102
|
updatedAt
|
2348
|
-
assets {
|
2349
|
-
id
|
2350
|
-
}
|
2351
|
-
}
|
2352
|
-
asset {
|
2353
|
-
id
|
2354
2103
|
}
|
2355
2104
|
relevancyScore
|
2356
2105
|
sentimentScore
|
@@ -2365,9 +2114,6 @@ export const AlpacaAccount = {
|
|
2365
2114
|
note
|
2366
2115
|
status
|
2367
2116
|
fee
|
2368
|
-
trade {
|
2369
|
-
id
|
2370
|
-
}
|
2371
2117
|
order {
|
2372
2118
|
id
|
2373
2119
|
clientOrderId
|
@@ -2388,9 +2134,6 @@ export const AlpacaAccount = {
|
|
2388
2134
|
createdAt
|
2389
2135
|
updatedAt
|
2390
2136
|
orderId
|
2391
|
-
Order {
|
2392
|
-
id
|
2393
|
-
}
|
2394
2137
|
}
|
2395
2138
|
takeProfit {
|
2396
2139
|
id
|
@@ -2399,9 +2142,6 @@ export const AlpacaAccount = {
|
|
2399
2142
|
createdAt
|
2400
2143
|
updatedAt
|
2401
2144
|
orderId
|
2402
|
-
Order {
|
2403
|
-
id
|
2404
|
-
}
|
2405
2145
|
}
|
2406
2146
|
trailPrice
|
2407
2147
|
trailPercent
|
@@ -2413,12 +2153,6 @@ export const AlpacaAccount = {
|
|
2413
2153
|
filledAt
|
2414
2154
|
filledAvgPrice
|
2415
2155
|
actionId
|
2416
|
-
alpacaAccount {
|
2417
|
-
id
|
2418
|
-
}
|
2419
|
-
action {
|
2420
|
-
id
|
2421
|
-
}
|
2422
2156
|
asset {
|
2423
2157
|
id
|
2424
2158
|
symbol
|
@@ -2478,18 +2212,9 @@ export const AlpacaAccount = {
|
|
2478
2212
|
buyPrice
|
2479
2213
|
createdAt
|
2480
2214
|
updatedAt
|
2481
|
-
trades {
|
2482
|
-
id
|
2483
|
-
}
|
2484
|
-
orders {
|
2485
|
-
id
|
2486
|
-
}
|
2487
2215
|
positions {
|
2488
2216
|
id
|
2489
2217
|
assetId
|
2490
|
-
asset {
|
2491
|
-
id
|
2492
|
-
}
|
2493
2218
|
averageEntryPrice
|
2494
2219
|
qty
|
2495
2220
|
qtyAvailable
|
@@ -2503,9 +2228,6 @@ export const AlpacaAccount = {
|
|
2503
2228
|
lastTradePrice
|
2504
2229
|
changeToday
|
2505
2230
|
assetMarginable
|
2506
|
-
alpacaAccount {
|
2507
|
-
id
|
2508
|
-
}
|
2509
2231
|
alpacaAccountId
|
2510
2232
|
}
|
2511
2233
|
newsMentions {
|
@@ -2530,12 +2252,6 @@ export const AlpacaAccount = {
|
|
2530
2252
|
logo
|
2531
2253
|
createdAt
|
2532
2254
|
updatedAt
|
2533
|
-
assets {
|
2534
|
-
id
|
2535
|
-
}
|
2536
|
-
}
|
2537
|
-
asset {
|
2538
|
-
id
|
2539
2255
|
}
|
2540
2256
|
relevancyScore
|
2541
2257
|
sentimentScore
|
@@ -2571,9 +2287,6 @@ export const AlpacaAccount = {
|
|
2571
2287
|
createdAt
|
2572
2288
|
updatedAt
|
2573
2289
|
orderId
|
2574
|
-
Order {
|
2575
|
-
id
|
2576
|
-
}
|
2577
2290
|
}
|
2578
2291
|
takeProfit {
|
2579
2292
|
id
|
@@ -2582,9 +2295,6 @@ export const AlpacaAccount = {
|
|
2582
2295
|
createdAt
|
2583
2296
|
updatedAt
|
2584
2297
|
orderId
|
2585
|
-
Order {
|
2586
|
-
id
|
2587
|
-
}
|
2588
2298
|
}
|
2589
2299
|
trailPrice
|
2590
2300
|
trailPercent
|
@@ -2596,9 +2306,6 @@ export const AlpacaAccount = {
|
|
2596
2306
|
filledAt
|
2597
2307
|
filledAvgPrice
|
2598
2308
|
actionId
|
2599
|
-
alpacaAccount {
|
2600
|
-
id
|
2601
|
-
}
|
2602
2309
|
action {
|
2603
2310
|
id
|
2604
2311
|
sequence
|
@@ -2614,6 +2321,7 @@ export const AlpacaAccount = {
|
|
2614
2321
|
qty
|
2615
2322
|
price
|
2616
2323
|
total
|
2324
|
+
optionType
|
2617
2325
|
signal
|
2618
2326
|
strategy
|
2619
2327
|
analysis
|
@@ -2622,9 +2330,6 @@ export const AlpacaAccount = {
|
|
2622
2330
|
createdAt
|
2623
2331
|
updatedAt
|
2624
2332
|
status
|
2625
|
-
alpacaAccount {
|
2626
|
-
id
|
2627
|
-
}
|
2628
2333
|
asset {
|
2629
2334
|
id
|
2630
2335
|
symbol
|
@@ -2684,18 +2389,9 @@ export const AlpacaAccount = {
|
|
2684
2389
|
buyPrice
|
2685
2390
|
createdAt
|
2686
2391
|
updatedAt
|
2687
|
-
trades {
|
2688
|
-
id
|
2689
|
-
}
|
2690
|
-
orders {
|
2691
|
-
id
|
2692
|
-
}
|
2693
2392
|
positions {
|
2694
2393
|
id
|
2695
2394
|
assetId
|
2696
|
-
asset {
|
2697
|
-
id
|
2698
|
-
}
|
2699
2395
|
averageEntryPrice
|
2700
2396
|
qty
|
2701
2397
|
qtyAvailable
|
@@ -2709,9 +2405,6 @@ export const AlpacaAccount = {
|
|
2709
2405
|
lastTradePrice
|
2710
2406
|
changeToday
|
2711
2407
|
assetMarginable
|
2712
|
-
alpacaAccount {
|
2713
|
-
id
|
2714
|
-
}
|
2715
2408
|
alpacaAccountId
|
2716
2409
|
}
|
2717
2410
|
newsMentions {
|
@@ -2736,24 +2429,12 @@ export const AlpacaAccount = {
|
|
2736
2429
|
logo
|
2737
2430
|
createdAt
|
2738
2431
|
updatedAt
|
2739
|
-
assets {
|
2740
|
-
id
|
2741
|
-
}
|
2742
|
-
}
|
2743
|
-
asset {
|
2744
|
-
id
|
2745
2432
|
}
|
2746
2433
|
relevancyScore
|
2747
2434
|
sentimentScore
|
2748
2435
|
sentimentLabel
|
2749
2436
|
}
|
2750
2437
|
}
|
2751
|
-
actions {
|
2752
|
-
id
|
2753
|
-
}
|
2754
|
-
}
|
2755
|
-
order {
|
2756
|
-
id
|
2757
2438
|
}
|
2758
2439
|
}
|
2759
2440
|
asset {
|
@@ -2822,6 +2503,7 @@ export const AlpacaAccount = {
|
|
2822
2503
|
qty
|
2823
2504
|
price
|
2824
2505
|
total
|
2506
|
+
optionType
|
2825
2507
|
signal
|
2826
2508
|
strategy
|
2827
2509
|
analysis
|
@@ -2830,12 +2512,6 @@ export const AlpacaAccount = {
|
|
2830
2512
|
createdAt
|
2831
2513
|
updatedAt
|
2832
2514
|
status
|
2833
|
-
alpacaAccount {
|
2834
|
-
id
|
2835
|
-
}
|
2836
|
-
asset {
|
2837
|
-
id
|
2838
|
-
}
|
2839
2515
|
actions {
|
2840
2516
|
id
|
2841
2517
|
sequence
|
@@ -2844,23 +2520,11 @@ export const AlpacaAccount = {
|
|
2844
2520
|
note
|
2845
2521
|
status
|
2846
2522
|
fee
|
2847
|
-
trade {
|
2848
|
-
id
|
2849
|
-
}
|
2850
|
-
order {
|
2851
|
-
id
|
2852
|
-
}
|
2853
2523
|
}
|
2854
2524
|
}
|
2855
|
-
orders {
|
2856
|
-
id
|
2857
|
-
}
|
2858
2525
|
positions {
|
2859
2526
|
id
|
2860
2527
|
assetId
|
2861
|
-
asset {
|
2862
|
-
id
|
2863
|
-
}
|
2864
2528
|
averageEntryPrice
|
2865
2529
|
qty
|
2866
2530
|
qtyAvailable
|
@@ -2874,9 +2538,6 @@ export const AlpacaAccount = {
|
|
2874
2538
|
lastTradePrice
|
2875
2539
|
changeToday
|
2876
2540
|
assetMarginable
|
2877
|
-
alpacaAccount {
|
2878
|
-
id
|
2879
|
-
}
|
2880
2541
|
alpacaAccountId
|
2881
2542
|
}
|
2882
2543
|
newsMentions {
|
@@ -2901,12 +2562,6 @@ export const AlpacaAccount = {
|
|
2901
2562
|
logo
|
2902
2563
|
createdAt
|
2903
2564
|
updatedAt
|
2904
|
-
assets {
|
2905
|
-
id
|
2906
|
-
}
|
2907
|
-
}
|
2908
|
-
asset {
|
2909
|
-
id
|
2910
2565
|
}
|
2911
2566
|
relevancyScore
|
2912
2567
|
sentimentScore
|
@@ -2989,6 +2644,7 @@ export const AlpacaAccount = {
|
|
2989
2644
|
qty
|
2990
2645
|
price
|
2991
2646
|
total
|
2647
|
+
optionType
|
2992
2648
|
signal
|
2993
2649
|
strategy
|
2994
2650
|
analysis
|
@@ -2997,12 +2653,6 @@ export const AlpacaAccount = {
|
|
2997
2653
|
createdAt
|
2998
2654
|
updatedAt
|
2999
2655
|
status
|
3000
|
-
alpacaAccount {
|
3001
|
-
id
|
3002
|
-
}
|
3003
|
-
asset {
|
3004
|
-
id
|
3005
|
-
}
|
3006
2656
|
actions {
|
3007
2657
|
id
|
3008
2658
|
sequence
|
@@ -3011,9 +2661,6 @@ export const AlpacaAccount = {
|
|
3011
2661
|
note
|
3012
2662
|
status
|
3013
2663
|
fee
|
3014
|
-
trade {
|
3015
|
-
id
|
3016
|
-
}
|
3017
2664
|
order {
|
3018
2665
|
id
|
3019
2666
|
clientOrderId
|
@@ -3034,9 +2681,6 @@ export const AlpacaAccount = {
|
|
3034
2681
|
createdAt
|
3035
2682
|
updatedAt
|
3036
2683
|
orderId
|
3037
|
-
Order {
|
3038
|
-
id
|
3039
|
-
}
|
3040
2684
|
}
|
3041
2685
|
takeProfit {
|
3042
2686
|
id
|
@@ -3045,9 +2689,6 @@ export const AlpacaAccount = {
|
|
3045
2689
|
createdAt
|
3046
2690
|
updatedAt
|
3047
2691
|
orderId
|
3048
|
-
Order {
|
3049
|
-
id
|
3050
|
-
}
|
3051
2692
|
}
|
3052
2693
|
trailPrice
|
3053
2694
|
trailPercent
|
@@ -3059,15 +2700,6 @@ export const AlpacaAccount = {
|
|
3059
2700
|
filledAt
|
3060
2701
|
filledAvgPrice
|
3061
2702
|
actionId
|
3062
|
-
alpacaAccount {
|
3063
|
-
id
|
3064
|
-
}
|
3065
|
-
action {
|
3066
|
-
id
|
3067
|
-
}
|
3068
|
-
asset {
|
3069
|
-
id
|
3070
|
-
}
|
3071
2703
|
fee
|
3072
2704
|
strikePrice
|
3073
2705
|
expirationDate
|
@@ -3097,9 +2729,6 @@ export const AlpacaAccount = {
|
|
3097
2729
|
createdAt
|
3098
2730
|
updatedAt
|
3099
2731
|
orderId
|
3100
|
-
Order {
|
3101
|
-
id
|
3102
|
-
}
|
3103
2732
|
}
|
3104
2733
|
takeProfit {
|
3105
2734
|
id
|
@@ -3108,9 +2737,6 @@ export const AlpacaAccount = {
|
|
3108
2737
|
createdAt
|
3109
2738
|
updatedAt
|
3110
2739
|
orderId
|
3111
|
-
Order {
|
3112
|
-
id
|
3113
|
-
}
|
3114
2740
|
}
|
3115
2741
|
trailPrice
|
3116
2742
|
trailPercent
|
@@ -3122,9 +2748,6 @@ export const AlpacaAccount = {
|
|
3122
2748
|
filledAt
|
3123
2749
|
filledAvgPrice
|
3124
2750
|
actionId
|
3125
|
-
alpacaAccount {
|
3126
|
-
id
|
3127
|
-
}
|
3128
2751
|
action {
|
3129
2752
|
id
|
3130
2753
|
sequence
|
@@ -3140,6 +2763,7 @@ export const AlpacaAccount = {
|
|
3140
2763
|
qty
|
3141
2764
|
price
|
3142
2765
|
total
|
2766
|
+
optionType
|
3143
2767
|
signal
|
3144
2768
|
strategy
|
3145
2769
|
analysis
|
@@ -3148,23 +2772,8 @@ export const AlpacaAccount = {
|
|
3148
2772
|
createdAt
|
3149
2773
|
updatedAt
|
3150
2774
|
status
|
3151
|
-
alpacaAccount {
|
3152
|
-
id
|
3153
|
-
}
|
3154
|
-
asset {
|
3155
|
-
id
|
3156
|
-
}
|
3157
|
-
actions {
|
3158
|
-
id
|
3159
|
-
}
|
3160
|
-
}
|
3161
|
-
order {
|
3162
|
-
id
|
3163
2775
|
}
|
3164
2776
|
}
|
3165
|
-
asset {
|
3166
|
-
id
|
3167
|
-
}
|
3168
2777
|
fee
|
3169
2778
|
strikePrice
|
3170
2779
|
expirationDate
|
@@ -3172,9 +2781,6 @@ export const AlpacaAccount = {
|
|
3172
2781
|
stopLossId
|
3173
2782
|
takeProfitId
|
3174
2783
|
}
|
3175
|
-
positions {
|
3176
|
-
id
|
3177
|
-
}
|
3178
2784
|
newsMentions {
|
3179
2785
|
id
|
3180
2786
|
assetId
|
@@ -3197,12 +2803,6 @@ export const AlpacaAccount = {
|
|
3197
2803
|
logo
|
3198
2804
|
createdAt
|
3199
2805
|
updatedAt
|
3200
|
-
assets {
|
3201
|
-
id
|
3202
|
-
}
|
3203
|
-
}
|
3204
|
-
asset {
|
3205
|
-
id
|
3206
2806
|
}
|
3207
2807
|
relevancyScore
|
3208
2808
|
sentimentScore
|
@@ -3222,9 +2822,6 @@ export const AlpacaAccount = {
|
|
3222
2822
|
lastTradePrice
|
3223
2823
|
changeToday
|
3224
2824
|
assetMarginable
|
3225
|
-
alpacaAccount {
|
3226
|
-
id
|
3227
|
-
}
|
3228
2825
|
alpacaAccountId
|
3229
2826
|
}
|
3230
2827
|
alerts {
|
@@ -3235,9 +2832,6 @@ export const AlpacaAccount = {
|
|
3235
2832
|
isRead
|
3236
2833
|
createdAt
|
3237
2834
|
updatedAt
|
3238
|
-
alpacaAccount {
|
3239
|
-
id
|
3240
|
-
}
|
3241
2835
|
}
|
3242
2836
|
}
|
3243
2837
|
}`;
|
@@ -3579,6 +3173,9 @@ export const AlpacaAccount = {
|
|
3579
3173
|
total: item.total !== undefined ? {
|
3580
3174
|
set: item.total
|
3581
3175
|
} : undefined,
|
3176
|
+
optionType: item.optionType !== undefined ? {
|
3177
|
+
set: item.optionType
|
3178
|
+
} : undefined,
|
3582
3179
|
signal: item.signal !== undefined ? {
|
3583
3180
|
set: item.signal
|
3584
3181
|
} : undefined,
|
@@ -4299,6 +3896,7 @@ export const AlpacaAccount = {
|
|
4299
3896
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4300
3897
|
price: item.price !== undefined ? item.price : undefined,
|
4301
3898
|
total: item.total !== undefined ? item.total : undefined,
|
3899
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4302
3900
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4303
3901
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4304
3902
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4685,6 +4283,9 @@ export const AlpacaAccount = {
|
|
4685
4283
|
total: item.action.trade.total !== undefined ? {
|
4686
4284
|
set: item.action.trade.total
|
4687
4285
|
} : undefined,
|
4286
|
+
optionType: item.action.trade.optionType !== undefined ? {
|
4287
|
+
set: item.action.trade.optionType
|
4288
|
+
} : undefined,
|
4688
4289
|
signal: item.action.trade.signal !== undefined ? {
|
4689
4290
|
set: item.action.trade.signal
|
4690
4291
|
} : undefined,
|
@@ -4708,6 +4309,7 @@ export const AlpacaAccount = {
|
|
4708
4309
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
4709
4310
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
4710
4311
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4312
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
4711
4313
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
4712
4314
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
4713
4315
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -4738,6 +4340,7 @@ export const AlpacaAccount = {
|
|
4738
4340
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
4739
4341
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
4740
4342
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4343
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
4741
4344
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
4742
4345
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
4743
4346
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -4950,6 +4553,9 @@ export const AlpacaAccount = {
|
|
4950
4553
|
total: item.total !== undefined ? {
|
4951
4554
|
set: item.total
|
4952
4555
|
} : undefined,
|
4556
|
+
optionType: item.optionType !== undefined ? {
|
4557
|
+
set: item.optionType
|
4558
|
+
} : undefined,
|
4953
4559
|
signal: item.signal !== undefined ? {
|
4954
4560
|
set: item.signal
|
4955
4561
|
} : undefined,
|
@@ -4973,6 +4579,7 @@ export const AlpacaAccount = {
|
|
4973
4579
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4974
4580
|
price: item.price !== undefined ? item.price : undefined,
|
4975
4581
|
total: item.total !== undefined ? item.total : undefined,
|
4582
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4976
4583
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4977
4584
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4978
4585
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5150,6 +4757,7 @@ export const AlpacaAccount = {
|
|
5150
4757
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5151
4758
|
price: item.price !== undefined ? item.price : undefined,
|
5152
4759
|
total: item.total !== undefined ? item.total : undefined,
|
4760
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5153
4761
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5154
4762
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5155
4763
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5294,6 +4902,7 @@ export const AlpacaAccount = {
|
|
5294
4902
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
5295
4903
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
5296
4904
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
4905
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
5297
4906
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
5298
4907
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
5299
4908
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -5388,6 +4997,7 @@ export const AlpacaAccount = {
|
|
5388
4997
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5389
4998
|
price: item.price !== undefined ? item.price : undefined,
|
5390
4999
|
total: item.total !== undefined ? item.total : undefined,
|
5000
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5391
5001
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5392
5002
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5393
5003
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5697,6 +5307,9 @@ export const AlpacaAccount = {
|
|
5697
5307
|
total: item.total !== undefined ? {
|
5698
5308
|
set: item.total
|
5699
5309
|
} : undefined,
|
5310
|
+
optionType: item.optionType !== undefined ? {
|
5311
|
+
set: item.optionType
|
5312
|
+
} : undefined,
|
5700
5313
|
signal: item.signal !== undefined ? {
|
5701
5314
|
set: item.signal
|
5702
5315
|
} : undefined,
|
@@ -5720,6 +5333,7 @@ export const AlpacaAccount = {
|
|
5720
5333
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5721
5334
|
price: item.price !== undefined ? item.price : undefined,
|
5722
5335
|
total: item.total !== undefined ? item.total : undefined,
|
5336
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5723
5337
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5724
5338
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5725
5339
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5933,6 +5547,7 @@ export const AlpacaAccount = {
|
|
5933
5547
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5934
5548
|
price: item.price !== undefined ? item.price : undefined,
|
5935
5549
|
total: item.total !== undefined ? item.total : undefined,
|
5550
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5936
5551
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5937
5552
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5938
5553
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6097,6 +5712,7 @@ export const AlpacaAccount = {
|
|
6097
5712
|
qty: item.qty !== undefined ? item.qty : undefined,
|
6098
5713
|
price: item.price !== undefined ? item.price : undefined,
|
6099
5714
|
total: item.total !== undefined ? item.total : undefined,
|
5715
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
6100
5716
|
signal: item.signal !== undefined ? item.signal : undefined,
|
6101
5717
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
6102
5718
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6563,6 +6179,9 @@ export const AlpacaAccount = {
|
|
6563
6179
|
total: item.total !== undefined ? {
|
6564
6180
|
set: item.total
|
6565
6181
|
} : undefined,
|
6182
|
+
optionType: item.optionType !== undefined ? {
|
6183
|
+
set: item.optionType
|
6184
|
+
} : undefined,
|
6566
6185
|
signal: item.signal !== undefined ? {
|
6567
6186
|
set: item.signal
|
6568
6187
|
} : undefined,
|
@@ -7283,6 +6902,7 @@ export const AlpacaAccount = {
|
|
7283
6902
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7284
6903
|
price: item.price !== undefined ? item.price : undefined,
|
7285
6904
|
total: item.total !== undefined ? item.total : undefined,
|
6905
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7286
6906
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7287
6907
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7288
6908
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -7669,6 +7289,9 @@ export const AlpacaAccount = {
|
|
7669
7289
|
total: item.action.trade.total !== undefined ? {
|
7670
7290
|
set: item.action.trade.total
|
7671
7291
|
} : undefined,
|
7292
|
+
optionType: item.action.trade.optionType !== undefined ? {
|
7293
|
+
set: item.action.trade.optionType
|
7294
|
+
} : undefined,
|
7672
7295
|
signal: item.action.trade.signal !== undefined ? {
|
7673
7296
|
set: item.action.trade.signal
|
7674
7297
|
} : undefined,
|
@@ -7692,6 +7315,7 @@ export const AlpacaAccount = {
|
|
7692
7315
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7693
7316
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7694
7317
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7318
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7695
7319
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7696
7320
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7697
7321
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7722,6 +7346,7 @@ export const AlpacaAccount = {
|
|
7722
7346
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
7723
7347
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
7724
7348
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7349
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
7725
7350
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
7726
7351
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
7727
7352
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -7934,6 +7559,9 @@ export const AlpacaAccount = {
|
|
7934
7559
|
total: item.total !== undefined ? {
|
7935
7560
|
set: item.total
|
7936
7561
|
} : undefined,
|
7562
|
+
optionType: item.optionType !== undefined ? {
|
7563
|
+
set: item.optionType
|
7564
|
+
} : undefined,
|
7937
7565
|
signal: item.signal !== undefined ? {
|
7938
7566
|
set: item.signal
|
7939
7567
|
} : undefined,
|
@@ -7957,6 +7585,7 @@ export const AlpacaAccount = {
|
|
7957
7585
|
qty: item.qty !== undefined ? item.qty : undefined,
|
7958
7586
|
price: item.price !== undefined ? item.price : undefined,
|
7959
7587
|
total: item.total !== undefined ? item.total : undefined,
|
7588
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
7960
7589
|
signal: item.signal !== undefined ? item.signal : undefined,
|
7961
7590
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
7962
7591
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8134,6 +7763,7 @@ export const AlpacaAccount = {
|
|
8134
7763
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8135
7764
|
price: item.price !== undefined ? item.price : undefined,
|
8136
7765
|
total: item.total !== undefined ? item.total : undefined,
|
7766
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8137
7767
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8138
7768
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8139
7769
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8278,6 +7908,7 @@ export const AlpacaAccount = {
|
|
8278
7908
|
qty: item.action.trade.qty !== undefined ? item.action.trade.qty : undefined,
|
8279
7909
|
price: item.action.trade.price !== undefined ? item.action.trade.price : undefined,
|
8280
7910
|
total: item.action.trade.total !== undefined ? item.action.trade.total : undefined,
|
7911
|
+
optionType: item.action.trade.optionType !== undefined ? item.action.trade.optionType : undefined,
|
8281
7912
|
signal: item.action.trade.signal !== undefined ? item.action.trade.signal : undefined,
|
8282
7913
|
strategy: item.action.trade.strategy !== undefined ? item.action.trade.strategy : undefined,
|
8283
7914
|
analysis: item.action.trade.analysis !== undefined ? item.action.trade.analysis : undefined,
|
@@ -8372,6 +8003,7 @@ export const AlpacaAccount = {
|
|
8372
8003
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8373
8004
|
price: item.price !== undefined ? item.price : undefined,
|
8374
8005
|
total: item.total !== undefined ? item.total : undefined,
|
8006
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8375
8007
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8376
8008
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8377
8009
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8681,6 +8313,9 @@ export const AlpacaAccount = {
|
|
8681
8313
|
total: item.total !== undefined ? {
|
8682
8314
|
set: item.total
|
8683
8315
|
} : undefined,
|
8316
|
+
optionType: item.optionType !== undefined ? {
|
8317
|
+
set: item.optionType
|
8318
|
+
} : undefined,
|
8684
8319
|
signal: item.signal !== undefined ? {
|
8685
8320
|
set: item.signal
|
8686
8321
|
} : undefined,
|
@@ -8704,6 +8339,7 @@ export const AlpacaAccount = {
|
|
8704
8339
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8705
8340
|
price: item.price !== undefined ? item.price : undefined,
|
8706
8341
|
total: item.total !== undefined ? item.total : undefined,
|
8342
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8707
8343
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8708
8344
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8709
8345
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -8917,6 +8553,7 @@ export const AlpacaAccount = {
|
|
8917
8553
|
qty: item.qty !== undefined ? item.qty : undefined,
|
8918
8554
|
price: item.price !== undefined ? item.price : undefined,
|
8919
8555
|
total: item.total !== undefined ? item.total : undefined,
|
8556
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
8920
8557
|
signal: item.signal !== undefined ? item.signal : undefined,
|
8921
8558
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
8922
8559
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -9081,6 +8718,7 @@ export const AlpacaAccount = {
|
|
9081
8718
|
qty: item.qty !== undefined ? item.qty : undefined,
|
9082
8719
|
price: item.price !== undefined ? item.price : undefined,
|
9083
8720
|
total: item.total !== undefined ? item.total : undefined,
|
8721
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
9084
8722
|
signal: item.signal !== undefined ? item.signal : undefined,
|
9085
8723
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
9086
8724
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -9237,9 +8875,6 @@ export const AlpacaAccount = {
|
|
9237
8875
|
stripeCurrentPeriodEnd
|
9238
8876
|
createdAt
|
9239
8877
|
updatedAt
|
9240
|
-
users {
|
9241
|
-
id
|
9242
|
-
}
|
9243
8878
|
}
|
9244
8879
|
customerId
|
9245
8880
|
accounts {
|
@@ -9257,18 +8892,12 @@ export const AlpacaAccount = {
|
|
9257
8892
|
session_state
|
9258
8893
|
createdAt
|
9259
8894
|
updatedAt
|
9260
|
-
user {
|
9261
|
-
id
|
9262
|
-
}
|
9263
8895
|
}
|
9264
8896
|
sessions {
|
9265
8897
|
id
|
9266
8898
|
sessionToken
|
9267
8899
|
userId
|
9268
8900
|
expires
|
9269
|
-
user {
|
9270
|
-
id
|
9271
|
-
}
|
9272
8901
|
createdAt
|
9273
8902
|
updatedAt
|
9274
8903
|
}
|
@@ -9278,16 +8907,10 @@ export const AlpacaAccount = {
|
|
9278
8907
|
credentialID
|
9279
8908
|
publicKey
|
9280
8909
|
counter
|
9281
|
-
user {
|
9282
|
-
id
|
9283
|
-
}
|
9284
8910
|
createdAt
|
9285
8911
|
updatedAt
|
9286
8912
|
}
|
9287
8913
|
plan
|
9288
|
-
alpacaAccounts {
|
9289
|
-
id
|
9290
|
-
}
|
9291
8914
|
}
|
9292
8915
|
userId
|
9293
8916
|
createdAt
|
@@ -9299,6 +8922,7 @@ export const AlpacaAccount = {
|
|
9299
8922
|
qty
|
9300
8923
|
price
|
9301
8924
|
total
|
8925
|
+
optionType
|
9302
8926
|
signal
|
9303
8927
|
strategy
|
9304
8928
|
analysis
|
@@ -9307,9 +8931,6 @@ export const AlpacaAccount = {
|
|
9307
8931
|
createdAt
|
9308
8932
|
updatedAt
|
9309
8933
|
status
|
9310
|
-
alpacaAccount {
|
9311
|
-
id
|
9312
|
-
}
|
9313
8934
|
asset {
|
9314
8935
|
id
|
9315
8936
|
symbol
|
@@ -9369,9 +8990,6 @@ export const AlpacaAccount = {
|
|
9369
8990
|
buyPrice
|
9370
8991
|
createdAt
|
9371
8992
|
updatedAt
|
9372
|
-
trades {
|
9373
|
-
id
|
9374
|
-
}
|
9375
8993
|
orders {
|
9376
8994
|
id
|
9377
8995
|
clientOrderId
|
@@ -9392,9 +9010,6 @@ export const AlpacaAccount = {
|
|
9392
9010
|
createdAt
|
9393
9011
|
updatedAt
|
9394
9012
|
orderId
|
9395
|
-
Order {
|
9396
|
-
id
|
9397
|
-
}
|
9398
9013
|
}
|
9399
9014
|
takeProfit {
|
9400
9015
|
id
|
@@ -9403,9 +9018,6 @@ export const AlpacaAccount = {
|
|
9403
9018
|
createdAt
|
9404
9019
|
updatedAt
|
9405
9020
|
orderId
|
9406
|
-
Order {
|
9407
|
-
id
|
9408
|
-
}
|
9409
9021
|
}
|
9410
9022
|
trailPrice
|
9411
9023
|
trailPercent
|
@@ -9417,9 +9029,6 @@ export const AlpacaAccount = {
|
|
9417
9029
|
filledAt
|
9418
9030
|
filledAvgPrice
|
9419
9031
|
actionId
|
9420
|
-
alpacaAccount {
|
9421
|
-
id
|
9422
|
-
}
|
9423
9032
|
action {
|
9424
9033
|
id
|
9425
9034
|
sequence
|
@@ -9428,15 +9037,6 @@ export const AlpacaAccount = {
|
|
9428
9037
|
note
|
9429
9038
|
status
|
9430
9039
|
fee
|
9431
|
-
trade {
|
9432
|
-
id
|
9433
|
-
}
|
9434
|
-
order {
|
9435
|
-
id
|
9436
|
-
}
|
9437
|
-
}
|
9438
|
-
asset {
|
9439
|
-
id
|
9440
9040
|
}
|
9441
9041
|
fee
|
9442
9042
|
strikePrice
|
@@ -9448,9 +9048,6 @@ export const AlpacaAccount = {
|
|
9448
9048
|
positions {
|
9449
9049
|
id
|
9450
9050
|
assetId
|
9451
|
-
asset {
|
9452
|
-
id
|
9453
|
-
}
|
9454
9051
|
averageEntryPrice
|
9455
9052
|
qty
|
9456
9053
|
qtyAvailable
|
@@ -9464,9 +9061,6 @@ export const AlpacaAccount = {
|
|
9464
9061
|
lastTradePrice
|
9465
9062
|
changeToday
|
9466
9063
|
assetMarginable
|
9467
|
-
alpacaAccount {
|
9468
|
-
id
|
9469
|
-
}
|
9470
9064
|
alpacaAccountId
|
9471
9065
|
}
|
9472
9066
|
newsMentions {
|
@@ -9491,12 +9085,6 @@ export const AlpacaAccount = {
|
|
9491
9085
|
logo
|
9492
9086
|
createdAt
|
9493
9087
|
updatedAt
|
9494
|
-
assets {
|
9495
|
-
id
|
9496
|
-
}
|
9497
|
-
}
|
9498
|
-
asset {
|
9499
|
-
id
|
9500
9088
|
}
|
9501
9089
|
relevancyScore
|
9502
9090
|
sentimentScore
|
@@ -9511,9 +9099,6 @@ export const AlpacaAccount = {
|
|
9511
9099
|
note
|
9512
9100
|
status
|
9513
9101
|
fee
|
9514
|
-
trade {
|
9515
|
-
id
|
9516
|
-
}
|
9517
9102
|
order {
|
9518
9103
|
id
|
9519
9104
|
clientOrderId
|
@@ -9534,9 +9119,6 @@ export const AlpacaAccount = {
|
|
9534
9119
|
createdAt
|
9535
9120
|
updatedAt
|
9536
9121
|
orderId
|
9537
|
-
Order {
|
9538
|
-
id
|
9539
|
-
}
|
9540
9122
|
}
|
9541
9123
|
takeProfit {
|
9542
9124
|
id
|
@@ -9545,9 +9127,6 @@ export const AlpacaAccount = {
|
|
9545
9127
|
createdAt
|
9546
9128
|
updatedAt
|
9547
9129
|
orderId
|
9548
|
-
Order {
|
9549
|
-
id
|
9550
|
-
}
|
9551
9130
|
}
|
9552
9131
|
trailPrice
|
9553
9132
|
trailPercent
|
@@ -9559,12 +9138,6 @@ export const AlpacaAccount = {
|
|
9559
9138
|
filledAt
|
9560
9139
|
filledAvgPrice
|
9561
9140
|
actionId
|
9562
|
-
alpacaAccount {
|
9563
|
-
id
|
9564
|
-
}
|
9565
|
-
action {
|
9566
|
-
id
|
9567
|
-
}
|
9568
9141
|
asset {
|
9569
9142
|
id
|
9570
9143
|
symbol
|
@@ -9624,18 +9197,9 @@ export const AlpacaAccount = {
|
|
9624
9197
|
buyPrice
|
9625
9198
|
createdAt
|
9626
9199
|
updatedAt
|
9627
|
-
trades {
|
9628
|
-
id
|
9629
|
-
}
|
9630
|
-
orders {
|
9631
|
-
id
|
9632
|
-
}
|
9633
9200
|
positions {
|
9634
9201
|
id
|
9635
9202
|
assetId
|
9636
|
-
asset {
|
9637
|
-
id
|
9638
|
-
}
|
9639
9203
|
averageEntryPrice
|
9640
9204
|
qty
|
9641
9205
|
qtyAvailable
|
@@ -9649,9 +9213,6 @@ export const AlpacaAccount = {
|
|
9649
9213
|
lastTradePrice
|
9650
9214
|
changeToday
|
9651
9215
|
assetMarginable
|
9652
|
-
alpacaAccount {
|
9653
|
-
id
|
9654
|
-
}
|
9655
9216
|
alpacaAccountId
|
9656
9217
|
}
|
9657
9218
|
newsMentions {
|
@@ -9676,12 +9237,6 @@ export const AlpacaAccount = {
|
|
9676
9237
|
logo
|
9677
9238
|
createdAt
|
9678
9239
|
updatedAt
|
9679
|
-
assets {
|
9680
|
-
id
|
9681
|
-
}
|
9682
|
-
}
|
9683
|
-
asset {
|
9684
|
-
id
|
9685
9240
|
}
|
9686
9241
|
relevancyScore
|
9687
9242
|
sentimentScore
|
@@ -9717,9 +9272,6 @@ export const AlpacaAccount = {
|
|
9717
9272
|
createdAt
|
9718
9273
|
updatedAt
|
9719
9274
|
orderId
|
9720
|
-
Order {
|
9721
|
-
id
|
9722
|
-
}
|
9723
9275
|
}
|
9724
9276
|
takeProfit {
|
9725
9277
|
id
|
@@ -9728,9 +9280,6 @@ export const AlpacaAccount = {
|
|
9728
9280
|
createdAt
|
9729
9281
|
updatedAt
|
9730
9282
|
orderId
|
9731
|
-
Order {
|
9732
|
-
id
|
9733
|
-
}
|
9734
9283
|
}
|
9735
9284
|
trailPrice
|
9736
9285
|
trailPercent
|
@@ -9742,9 +9291,6 @@ export const AlpacaAccount = {
|
|
9742
9291
|
filledAt
|
9743
9292
|
filledAvgPrice
|
9744
9293
|
actionId
|
9745
|
-
alpacaAccount {
|
9746
|
-
id
|
9747
|
-
}
|
9748
9294
|
action {
|
9749
9295
|
id
|
9750
9296
|
sequence
|
@@ -9760,6 +9306,7 @@ export const AlpacaAccount = {
|
|
9760
9306
|
qty
|
9761
9307
|
price
|
9762
9308
|
total
|
9309
|
+
optionType
|
9763
9310
|
signal
|
9764
9311
|
strategy
|
9765
9312
|
analysis
|
@@ -9768,9 +9315,6 @@ export const AlpacaAccount = {
|
|
9768
9315
|
createdAt
|
9769
9316
|
updatedAt
|
9770
9317
|
status
|
9771
|
-
alpacaAccount {
|
9772
|
-
id
|
9773
|
-
}
|
9774
9318
|
asset {
|
9775
9319
|
id
|
9776
9320
|
symbol
|
@@ -9830,18 +9374,9 @@ export const AlpacaAccount = {
|
|
9830
9374
|
buyPrice
|
9831
9375
|
createdAt
|
9832
9376
|
updatedAt
|
9833
|
-
trades {
|
9834
|
-
id
|
9835
|
-
}
|
9836
|
-
orders {
|
9837
|
-
id
|
9838
|
-
}
|
9839
9377
|
positions {
|
9840
9378
|
id
|
9841
9379
|
assetId
|
9842
|
-
asset {
|
9843
|
-
id
|
9844
|
-
}
|
9845
9380
|
averageEntryPrice
|
9846
9381
|
qty
|
9847
9382
|
qtyAvailable
|
@@ -9855,9 +9390,6 @@ export const AlpacaAccount = {
|
|
9855
9390
|
lastTradePrice
|
9856
9391
|
changeToday
|
9857
9392
|
assetMarginable
|
9858
|
-
alpacaAccount {
|
9859
|
-
id
|
9860
|
-
}
|
9861
9393
|
alpacaAccountId
|
9862
9394
|
}
|
9863
9395
|
newsMentions {
|
@@ -9882,24 +9414,12 @@ export const AlpacaAccount = {
|
|
9882
9414
|
logo
|
9883
9415
|
createdAt
|
9884
9416
|
updatedAt
|
9885
|
-
assets {
|
9886
|
-
id
|
9887
|
-
}
|
9888
|
-
}
|
9889
|
-
asset {
|
9890
|
-
id
|
9891
9417
|
}
|
9892
9418
|
relevancyScore
|
9893
9419
|
sentimentScore
|
9894
9420
|
sentimentLabel
|
9895
9421
|
}
|
9896
9422
|
}
|
9897
|
-
actions {
|
9898
|
-
id
|
9899
|
-
}
|
9900
|
-
}
|
9901
|
-
order {
|
9902
|
-
id
|
9903
9423
|
}
|
9904
9424
|
}
|
9905
9425
|
asset {
|
@@ -9968,6 +9488,7 @@ export const AlpacaAccount = {
|
|
9968
9488
|
qty
|
9969
9489
|
price
|
9970
9490
|
total
|
9491
|
+
optionType
|
9971
9492
|
signal
|
9972
9493
|
strategy
|
9973
9494
|
analysis
|
@@ -9976,12 +9497,6 @@ export const AlpacaAccount = {
|
|
9976
9497
|
createdAt
|
9977
9498
|
updatedAt
|
9978
9499
|
status
|
9979
|
-
alpacaAccount {
|
9980
|
-
id
|
9981
|
-
}
|
9982
|
-
asset {
|
9983
|
-
id
|
9984
|
-
}
|
9985
9500
|
actions {
|
9986
9501
|
id
|
9987
9502
|
sequence
|
@@ -9990,23 +9505,11 @@ export const AlpacaAccount = {
|
|
9990
9505
|
note
|
9991
9506
|
status
|
9992
9507
|
fee
|
9993
|
-
trade {
|
9994
|
-
id
|
9995
|
-
}
|
9996
|
-
order {
|
9997
|
-
id
|
9998
|
-
}
|
9999
9508
|
}
|
10000
9509
|
}
|
10001
|
-
orders {
|
10002
|
-
id
|
10003
|
-
}
|
10004
9510
|
positions {
|
10005
9511
|
id
|
10006
9512
|
assetId
|
10007
|
-
asset {
|
10008
|
-
id
|
10009
|
-
}
|
10010
9513
|
averageEntryPrice
|
10011
9514
|
qty
|
10012
9515
|
qtyAvailable
|
@@ -10020,9 +9523,6 @@ export const AlpacaAccount = {
|
|
10020
9523
|
lastTradePrice
|
10021
9524
|
changeToday
|
10022
9525
|
assetMarginable
|
10023
|
-
alpacaAccount {
|
10024
|
-
id
|
10025
|
-
}
|
10026
9526
|
alpacaAccountId
|
10027
9527
|
}
|
10028
9528
|
newsMentions {
|
@@ -10047,12 +9547,6 @@ export const AlpacaAccount = {
|
|
10047
9547
|
logo
|
10048
9548
|
createdAt
|
10049
9549
|
updatedAt
|
10050
|
-
assets {
|
10051
|
-
id
|
10052
|
-
}
|
10053
|
-
}
|
10054
|
-
asset {
|
10055
|
-
id
|
10056
9550
|
}
|
10057
9551
|
relevancyScore
|
10058
9552
|
sentimentScore
|
@@ -10135,6 +9629,7 @@ export const AlpacaAccount = {
|
|
10135
9629
|
qty
|
10136
9630
|
price
|
10137
9631
|
total
|
9632
|
+
optionType
|
10138
9633
|
signal
|
10139
9634
|
strategy
|
10140
9635
|
analysis
|
@@ -10143,12 +9638,6 @@ export const AlpacaAccount = {
|
|
10143
9638
|
createdAt
|
10144
9639
|
updatedAt
|
10145
9640
|
status
|
10146
|
-
alpacaAccount {
|
10147
|
-
id
|
10148
|
-
}
|
10149
|
-
asset {
|
10150
|
-
id
|
10151
|
-
}
|
10152
9641
|
actions {
|
10153
9642
|
id
|
10154
9643
|
sequence
|
@@ -10157,9 +9646,6 @@ export const AlpacaAccount = {
|
|
10157
9646
|
note
|
10158
9647
|
status
|
10159
9648
|
fee
|
10160
|
-
trade {
|
10161
|
-
id
|
10162
|
-
}
|
10163
9649
|
order {
|
10164
9650
|
id
|
10165
9651
|
clientOrderId
|
@@ -10180,9 +9666,6 @@ export const AlpacaAccount = {
|
|
10180
9666
|
createdAt
|
10181
9667
|
updatedAt
|
10182
9668
|
orderId
|
10183
|
-
Order {
|
10184
|
-
id
|
10185
|
-
}
|
10186
9669
|
}
|
10187
9670
|
takeProfit {
|
10188
9671
|
id
|
@@ -10191,9 +9674,6 @@ export const AlpacaAccount = {
|
|
10191
9674
|
createdAt
|
10192
9675
|
updatedAt
|
10193
9676
|
orderId
|
10194
|
-
Order {
|
10195
|
-
id
|
10196
|
-
}
|
10197
9677
|
}
|
10198
9678
|
trailPrice
|
10199
9679
|
trailPercent
|
@@ -10205,15 +9685,6 @@ export const AlpacaAccount = {
|
|
10205
9685
|
filledAt
|
10206
9686
|
filledAvgPrice
|
10207
9687
|
actionId
|
10208
|
-
alpacaAccount {
|
10209
|
-
id
|
10210
|
-
}
|
10211
|
-
action {
|
10212
|
-
id
|
10213
|
-
}
|
10214
|
-
asset {
|
10215
|
-
id
|
10216
|
-
}
|
10217
9688
|
fee
|
10218
9689
|
strikePrice
|
10219
9690
|
expirationDate
|
@@ -10243,9 +9714,6 @@ export const AlpacaAccount = {
|
|
10243
9714
|
createdAt
|
10244
9715
|
updatedAt
|
10245
9716
|
orderId
|
10246
|
-
Order {
|
10247
|
-
id
|
10248
|
-
}
|
10249
9717
|
}
|
10250
9718
|
takeProfit {
|
10251
9719
|
id
|
@@ -10254,9 +9722,6 @@ export const AlpacaAccount = {
|
|
10254
9722
|
createdAt
|
10255
9723
|
updatedAt
|
10256
9724
|
orderId
|
10257
|
-
Order {
|
10258
|
-
id
|
10259
|
-
}
|
10260
9725
|
}
|
10261
9726
|
trailPrice
|
10262
9727
|
trailPercent
|
@@ -10268,9 +9733,6 @@ export const AlpacaAccount = {
|
|
10268
9733
|
filledAt
|
10269
9734
|
filledAvgPrice
|
10270
9735
|
actionId
|
10271
|
-
alpacaAccount {
|
10272
|
-
id
|
10273
|
-
}
|
10274
9736
|
action {
|
10275
9737
|
id
|
10276
9738
|
sequence
|
@@ -10286,6 +9748,7 @@ export const AlpacaAccount = {
|
|
10286
9748
|
qty
|
10287
9749
|
price
|
10288
9750
|
total
|
9751
|
+
optionType
|
10289
9752
|
signal
|
10290
9753
|
strategy
|
10291
9754
|
analysis
|
@@ -10294,22 +9757,7 @@ export const AlpacaAccount = {
|
|
10294
9757
|
createdAt
|
10295
9758
|
updatedAt
|
10296
9759
|
status
|
10297
|
-
alpacaAccount {
|
10298
|
-
id
|
10299
|
-
}
|
10300
|
-
asset {
|
10301
|
-
id
|
10302
|
-
}
|
10303
|
-
actions {
|
10304
|
-
id
|
10305
|
-
}
|
10306
9760
|
}
|
10307
|
-
order {
|
10308
|
-
id
|
10309
|
-
}
|
10310
|
-
}
|
10311
|
-
asset {
|
10312
|
-
id
|
10313
9761
|
}
|
10314
9762
|
fee
|
10315
9763
|
strikePrice
|
@@ -10318,9 +9766,6 @@ export const AlpacaAccount = {
|
|
10318
9766
|
stopLossId
|
10319
9767
|
takeProfitId
|
10320
9768
|
}
|
10321
|
-
positions {
|
10322
|
-
id
|
10323
|
-
}
|
10324
9769
|
newsMentions {
|
10325
9770
|
id
|
10326
9771
|
assetId
|
@@ -10343,12 +9788,6 @@ export const AlpacaAccount = {
|
|
10343
9788
|
logo
|
10344
9789
|
createdAt
|
10345
9790
|
updatedAt
|
10346
|
-
assets {
|
10347
|
-
id
|
10348
|
-
}
|
10349
|
-
}
|
10350
|
-
asset {
|
10351
|
-
id
|
10352
9791
|
}
|
10353
9792
|
relevancyScore
|
10354
9793
|
sentimentScore
|
@@ -10368,9 +9807,6 @@ export const AlpacaAccount = {
|
|
10368
9807
|
lastTradePrice
|
10369
9808
|
changeToday
|
10370
9809
|
assetMarginable
|
10371
|
-
alpacaAccount {
|
10372
|
-
id
|
10373
|
-
}
|
10374
9810
|
alpacaAccountId
|
10375
9811
|
}
|
10376
9812
|
alerts {
|
@@ -10381,9 +9817,6 @@ export const AlpacaAccount = {
|
|
10381
9817
|
isRead
|
10382
9818
|
createdAt
|
10383
9819
|
updatedAt
|
10384
|
-
alpacaAccount {
|
10385
|
-
id
|
10386
|
-
}
|
10387
9820
|
}
|
10388
9821
|
}
|
10389
9822
|
}`;
|
@@ -10450,9 +9883,6 @@ export const AlpacaAccount = {
|
|
10450
9883
|
stripeCurrentPeriodEnd
|
10451
9884
|
createdAt
|
10452
9885
|
updatedAt
|
10453
|
-
users {
|
10454
|
-
id
|
10455
|
-
}
|
10456
9886
|
}
|
10457
9887
|
customerId
|
10458
9888
|
accounts {
|
@@ -10470,18 +9900,12 @@ export const AlpacaAccount = {
|
|
10470
9900
|
session_state
|
10471
9901
|
createdAt
|
10472
9902
|
updatedAt
|
10473
|
-
user {
|
10474
|
-
id
|
10475
|
-
}
|
10476
9903
|
}
|
10477
9904
|
sessions {
|
10478
9905
|
id
|
10479
9906
|
sessionToken
|
10480
9907
|
userId
|
10481
9908
|
expires
|
10482
|
-
user {
|
10483
|
-
id
|
10484
|
-
}
|
10485
9909
|
createdAt
|
10486
9910
|
updatedAt
|
10487
9911
|
}
|
@@ -10491,16 +9915,10 @@ export const AlpacaAccount = {
|
|
10491
9915
|
credentialID
|
10492
9916
|
publicKey
|
10493
9917
|
counter
|
10494
|
-
user {
|
10495
|
-
id
|
10496
|
-
}
|
10497
9918
|
createdAt
|
10498
9919
|
updatedAt
|
10499
9920
|
}
|
10500
9921
|
plan
|
10501
|
-
alpacaAccounts {
|
10502
|
-
id
|
10503
|
-
}
|
10504
9922
|
}
|
10505
9923
|
userId
|
10506
9924
|
createdAt
|
@@ -10512,6 +9930,7 @@ export const AlpacaAccount = {
|
|
10512
9930
|
qty
|
10513
9931
|
price
|
10514
9932
|
total
|
9933
|
+
optionType
|
10515
9934
|
signal
|
10516
9935
|
strategy
|
10517
9936
|
analysis
|
@@ -10520,9 +9939,6 @@ export const AlpacaAccount = {
|
|
10520
9939
|
createdAt
|
10521
9940
|
updatedAt
|
10522
9941
|
status
|
10523
|
-
alpacaAccount {
|
10524
|
-
id
|
10525
|
-
}
|
10526
9942
|
asset {
|
10527
9943
|
id
|
10528
9944
|
symbol
|
@@ -10582,9 +9998,6 @@ export const AlpacaAccount = {
|
|
10582
9998
|
buyPrice
|
10583
9999
|
createdAt
|
10584
10000
|
updatedAt
|
10585
|
-
trades {
|
10586
|
-
id
|
10587
|
-
}
|
10588
10001
|
orders {
|
10589
10002
|
id
|
10590
10003
|
clientOrderId
|
@@ -10605,9 +10018,6 @@ export const AlpacaAccount = {
|
|
10605
10018
|
createdAt
|
10606
10019
|
updatedAt
|
10607
10020
|
orderId
|
10608
|
-
Order {
|
10609
|
-
id
|
10610
|
-
}
|
10611
10021
|
}
|
10612
10022
|
takeProfit {
|
10613
10023
|
id
|
@@ -10616,9 +10026,6 @@ export const AlpacaAccount = {
|
|
10616
10026
|
createdAt
|
10617
10027
|
updatedAt
|
10618
10028
|
orderId
|
10619
|
-
Order {
|
10620
|
-
id
|
10621
|
-
}
|
10622
10029
|
}
|
10623
10030
|
trailPrice
|
10624
10031
|
trailPercent
|
@@ -10630,9 +10037,6 @@ export const AlpacaAccount = {
|
|
10630
10037
|
filledAt
|
10631
10038
|
filledAvgPrice
|
10632
10039
|
actionId
|
10633
|
-
alpacaAccount {
|
10634
|
-
id
|
10635
|
-
}
|
10636
10040
|
action {
|
10637
10041
|
id
|
10638
10042
|
sequence
|
@@ -10641,15 +10045,6 @@ export const AlpacaAccount = {
|
|
10641
10045
|
note
|
10642
10046
|
status
|
10643
10047
|
fee
|
10644
|
-
trade {
|
10645
|
-
id
|
10646
|
-
}
|
10647
|
-
order {
|
10648
|
-
id
|
10649
|
-
}
|
10650
|
-
}
|
10651
|
-
asset {
|
10652
|
-
id
|
10653
10048
|
}
|
10654
10049
|
fee
|
10655
10050
|
strikePrice
|
@@ -10661,9 +10056,6 @@ export const AlpacaAccount = {
|
|
10661
10056
|
positions {
|
10662
10057
|
id
|
10663
10058
|
assetId
|
10664
|
-
asset {
|
10665
|
-
id
|
10666
|
-
}
|
10667
10059
|
averageEntryPrice
|
10668
10060
|
qty
|
10669
10061
|
qtyAvailable
|
@@ -10677,9 +10069,6 @@ export const AlpacaAccount = {
|
|
10677
10069
|
lastTradePrice
|
10678
10070
|
changeToday
|
10679
10071
|
assetMarginable
|
10680
|
-
alpacaAccount {
|
10681
|
-
id
|
10682
|
-
}
|
10683
10072
|
alpacaAccountId
|
10684
10073
|
}
|
10685
10074
|
newsMentions {
|
@@ -10704,12 +10093,6 @@ export const AlpacaAccount = {
|
|
10704
10093
|
logo
|
10705
10094
|
createdAt
|
10706
10095
|
updatedAt
|
10707
|
-
assets {
|
10708
|
-
id
|
10709
|
-
}
|
10710
|
-
}
|
10711
|
-
asset {
|
10712
|
-
id
|
10713
10096
|
}
|
10714
10097
|
relevancyScore
|
10715
10098
|
sentimentScore
|
@@ -10724,9 +10107,6 @@ export const AlpacaAccount = {
|
|
10724
10107
|
note
|
10725
10108
|
status
|
10726
10109
|
fee
|
10727
|
-
trade {
|
10728
|
-
id
|
10729
|
-
}
|
10730
10110
|
order {
|
10731
10111
|
id
|
10732
10112
|
clientOrderId
|
@@ -10747,9 +10127,6 @@ export const AlpacaAccount = {
|
|
10747
10127
|
createdAt
|
10748
10128
|
updatedAt
|
10749
10129
|
orderId
|
10750
|
-
Order {
|
10751
|
-
id
|
10752
|
-
}
|
10753
10130
|
}
|
10754
10131
|
takeProfit {
|
10755
10132
|
id
|
@@ -10758,9 +10135,6 @@ export const AlpacaAccount = {
|
|
10758
10135
|
createdAt
|
10759
10136
|
updatedAt
|
10760
10137
|
orderId
|
10761
|
-
Order {
|
10762
|
-
id
|
10763
|
-
}
|
10764
10138
|
}
|
10765
10139
|
trailPrice
|
10766
10140
|
trailPercent
|
@@ -10772,12 +10146,6 @@ export const AlpacaAccount = {
|
|
10772
10146
|
filledAt
|
10773
10147
|
filledAvgPrice
|
10774
10148
|
actionId
|
10775
|
-
alpacaAccount {
|
10776
|
-
id
|
10777
|
-
}
|
10778
|
-
action {
|
10779
|
-
id
|
10780
|
-
}
|
10781
10149
|
asset {
|
10782
10150
|
id
|
10783
10151
|
symbol
|
@@ -10837,18 +10205,9 @@ export const AlpacaAccount = {
|
|
10837
10205
|
buyPrice
|
10838
10206
|
createdAt
|
10839
10207
|
updatedAt
|
10840
|
-
trades {
|
10841
|
-
id
|
10842
|
-
}
|
10843
|
-
orders {
|
10844
|
-
id
|
10845
|
-
}
|
10846
10208
|
positions {
|
10847
10209
|
id
|
10848
10210
|
assetId
|
10849
|
-
asset {
|
10850
|
-
id
|
10851
|
-
}
|
10852
10211
|
averageEntryPrice
|
10853
10212
|
qty
|
10854
10213
|
qtyAvailable
|
@@ -10862,9 +10221,6 @@ export const AlpacaAccount = {
|
|
10862
10221
|
lastTradePrice
|
10863
10222
|
changeToday
|
10864
10223
|
assetMarginable
|
10865
|
-
alpacaAccount {
|
10866
|
-
id
|
10867
|
-
}
|
10868
10224
|
alpacaAccountId
|
10869
10225
|
}
|
10870
10226
|
newsMentions {
|
@@ -10889,12 +10245,6 @@ export const AlpacaAccount = {
|
|
10889
10245
|
logo
|
10890
10246
|
createdAt
|
10891
10247
|
updatedAt
|
10892
|
-
assets {
|
10893
|
-
id
|
10894
|
-
}
|
10895
|
-
}
|
10896
|
-
asset {
|
10897
|
-
id
|
10898
10248
|
}
|
10899
10249
|
relevancyScore
|
10900
10250
|
sentimentScore
|
@@ -10930,9 +10280,6 @@ export const AlpacaAccount = {
|
|
10930
10280
|
createdAt
|
10931
10281
|
updatedAt
|
10932
10282
|
orderId
|
10933
|
-
Order {
|
10934
|
-
id
|
10935
|
-
}
|
10936
10283
|
}
|
10937
10284
|
takeProfit {
|
10938
10285
|
id
|
@@ -10941,9 +10288,6 @@ export const AlpacaAccount = {
|
|
10941
10288
|
createdAt
|
10942
10289
|
updatedAt
|
10943
10290
|
orderId
|
10944
|
-
Order {
|
10945
|
-
id
|
10946
|
-
}
|
10947
10291
|
}
|
10948
10292
|
trailPrice
|
10949
10293
|
trailPercent
|
@@ -10955,9 +10299,6 @@ export const AlpacaAccount = {
|
|
10955
10299
|
filledAt
|
10956
10300
|
filledAvgPrice
|
10957
10301
|
actionId
|
10958
|
-
alpacaAccount {
|
10959
|
-
id
|
10960
|
-
}
|
10961
10302
|
action {
|
10962
10303
|
id
|
10963
10304
|
sequence
|
@@ -10973,6 +10314,7 @@ export const AlpacaAccount = {
|
|
10973
10314
|
qty
|
10974
10315
|
price
|
10975
10316
|
total
|
10317
|
+
optionType
|
10976
10318
|
signal
|
10977
10319
|
strategy
|
10978
10320
|
analysis
|
@@ -10981,9 +10323,6 @@ export const AlpacaAccount = {
|
|
10981
10323
|
createdAt
|
10982
10324
|
updatedAt
|
10983
10325
|
status
|
10984
|
-
alpacaAccount {
|
10985
|
-
id
|
10986
|
-
}
|
10987
10326
|
asset {
|
10988
10327
|
id
|
10989
10328
|
symbol
|
@@ -11043,18 +10382,9 @@ export const AlpacaAccount = {
|
|
11043
10382
|
buyPrice
|
11044
10383
|
createdAt
|
11045
10384
|
updatedAt
|
11046
|
-
trades {
|
11047
|
-
id
|
11048
|
-
}
|
11049
|
-
orders {
|
11050
|
-
id
|
11051
|
-
}
|
11052
10385
|
positions {
|
11053
10386
|
id
|
11054
10387
|
assetId
|
11055
|
-
asset {
|
11056
|
-
id
|
11057
|
-
}
|
11058
10388
|
averageEntryPrice
|
11059
10389
|
qty
|
11060
10390
|
qtyAvailable
|
@@ -11068,9 +10398,6 @@ export const AlpacaAccount = {
|
|
11068
10398
|
lastTradePrice
|
11069
10399
|
changeToday
|
11070
10400
|
assetMarginable
|
11071
|
-
alpacaAccount {
|
11072
|
-
id
|
11073
|
-
}
|
11074
10401
|
alpacaAccountId
|
11075
10402
|
}
|
11076
10403
|
newsMentions {
|
@@ -11095,24 +10422,12 @@ export const AlpacaAccount = {
|
|
11095
10422
|
logo
|
11096
10423
|
createdAt
|
11097
10424
|
updatedAt
|
11098
|
-
assets {
|
11099
|
-
id
|
11100
|
-
}
|
11101
|
-
}
|
11102
|
-
asset {
|
11103
|
-
id
|
11104
10425
|
}
|
11105
10426
|
relevancyScore
|
11106
10427
|
sentimentScore
|
11107
10428
|
sentimentLabel
|
11108
10429
|
}
|
11109
10430
|
}
|
11110
|
-
actions {
|
11111
|
-
id
|
11112
|
-
}
|
11113
|
-
}
|
11114
|
-
order {
|
11115
|
-
id
|
11116
10431
|
}
|
11117
10432
|
}
|
11118
10433
|
asset {
|
@@ -11181,6 +10496,7 @@ export const AlpacaAccount = {
|
|
11181
10496
|
qty
|
11182
10497
|
price
|
11183
10498
|
total
|
10499
|
+
optionType
|
11184
10500
|
signal
|
11185
10501
|
strategy
|
11186
10502
|
analysis
|
@@ -11189,12 +10505,6 @@ export const AlpacaAccount = {
|
|
11189
10505
|
createdAt
|
11190
10506
|
updatedAt
|
11191
10507
|
status
|
11192
|
-
alpacaAccount {
|
11193
|
-
id
|
11194
|
-
}
|
11195
|
-
asset {
|
11196
|
-
id
|
11197
|
-
}
|
11198
10508
|
actions {
|
11199
10509
|
id
|
11200
10510
|
sequence
|
@@ -11203,23 +10513,11 @@ export const AlpacaAccount = {
|
|
11203
10513
|
note
|
11204
10514
|
status
|
11205
10515
|
fee
|
11206
|
-
trade {
|
11207
|
-
id
|
11208
|
-
}
|
11209
|
-
order {
|
11210
|
-
id
|
11211
|
-
}
|
11212
10516
|
}
|
11213
10517
|
}
|
11214
|
-
orders {
|
11215
|
-
id
|
11216
|
-
}
|
11217
10518
|
positions {
|
11218
10519
|
id
|
11219
10520
|
assetId
|
11220
|
-
asset {
|
11221
|
-
id
|
11222
|
-
}
|
11223
10521
|
averageEntryPrice
|
11224
10522
|
qty
|
11225
10523
|
qtyAvailable
|
@@ -11233,9 +10531,6 @@ export const AlpacaAccount = {
|
|
11233
10531
|
lastTradePrice
|
11234
10532
|
changeToday
|
11235
10533
|
assetMarginable
|
11236
|
-
alpacaAccount {
|
11237
|
-
id
|
11238
|
-
}
|
11239
10534
|
alpacaAccountId
|
11240
10535
|
}
|
11241
10536
|
newsMentions {
|
@@ -11260,12 +10555,6 @@ export const AlpacaAccount = {
|
|
11260
10555
|
logo
|
11261
10556
|
createdAt
|
11262
10557
|
updatedAt
|
11263
|
-
assets {
|
11264
|
-
id
|
11265
|
-
}
|
11266
|
-
}
|
11267
|
-
asset {
|
11268
|
-
id
|
11269
10558
|
}
|
11270
10559
|
relevancyScore
|
11271
10560
|
sentimentScore
|
@@ -11348,6 +10637,7 @@ export const AlpacaAccount = {
|
|
11348
10637
|
qty
|
11349
10638
|
price
|
11350
10639
|
total
|
10640
|
+
optionType
|
11351
10641
|
signal
|
11352
10642
|
strategy
|
11353
10643
|
analysis
|
@@ -11356,12 +10646,6 @@ export const AlpacaAccount = {
|
|
11356
10646
|
createdAt
|
11357
10647
|
updatedAt
|
11358
10648
|
status
|
11359
|
-
alpacaAccount {
|
11360
|
-
id
|
11361
|
-
}
|
11362
|
-
asset {
|
11363
|
-
id
|
11364
|
-
}
|
11365
10649
|
actions {
|
11366
10650
|
id
|
11367
10651
|
sequence
|
@@ -11370,9 +10654,6 @@ export const AlpacaAccount = {
|
|
11370
10654
|
note
|
11371
10655
|
status
|
11372
10656
|
fee
|
11373
|
-
trade {
|
11374
|
-
id
|
11375
|
-
}
|
11376
10657
|
order {
|
11377
10658
|
id
|
11378
10659
|
clientOrderId
|
@@ -11393,9 +10674,6 @@ export const AlpacaAccount = {
|
|
11393
10674
|
createdAt
|
11394
10675
|
updatedAt
|
11395
10676
|
orderId
|
11396
|
-
Order {
|
11397
|
-
id
|
11398
|
-
}
|
11399
10677
|
}
|
11400
10678
|
takeProfit {
|
11401
10679
|
id
|
@@ -11404,9 +10682,6 @@ export const AlpacaAccount = {
|
|
11404
10682
|
createdAt
|
11405
10683
|
updatedAt
|
11406
10684
|
orderId
|
11407
|
-
Order {
|
11408
|
-
id
|
11409
|
-
}
|
11410
10685
|
}
|
11411
10686
|
trailPrice
|
11412
10687
|
trailPercent
|
@@ -11418,15 +10693,6 @@ export const AlpacaAccount = {
|
|
11418
10693
|
filledAt
|
11419
10694
|
filledAvgPrice
|
11420
10695
|
actionId
|
11421
|
-
alpacaAccount {
|
11422
|
-
id
|
11423
|
-
}
|
11424
|
-
action {
|
11425
|
-
id
|
11426
|
-
}
|
11427
|
-
asset {
|
11428
|
-
id
|
11429
|
-
}
|
11430
10696
|
fee
|
11431
10697
|
strikePrice
|
11432
10698
|
expirationDate
|
@@ -11456,9 +10722,6 @@ export const AlpacaAccount = {
|
|
11456
10722
|
createdAt
|
11457
10723
|
updatedAt
|
11458
10724
|
orderId
|
11459
|
-
Order {
|
11460
|
-
id
|
11461
|
-
}
|
11462
10725
|
}
|
11463
10726
|
takeProfit {
|
11464
10727
|
id
|
@@ -11467,9 +10730,6 @@ export const AlpacaAccount = {
|
|
11467
10730
|
createdAt
|
11468
10731
|
updatedAt
|
11469
10732
|
orderId
|
11470
|
-
Order {
|
11471
|
-
id
|
11472
|
-
}
|
11473
10733
|
}
|
11474
10734
|
trailPrice
|
11475
10735
|
trailPercent
|
@@ -11481,9 +10741,6 @@ export const AlpacaAccount = {
|
|
11481
10741
|
filledAt
|
11482
10742
|
filledAvgPrice
|
11483
10743
|
actionId
|
11484
|
-
alpacaAccount {
|
11485
|
-
id
|
11486
|
-
}
|
11487
10744
|
action {
|
11488
10745
|
id
|
11489
10746
|
sequence
|
@@ -11499,6 +10756,7 @@ export const AlpacaAccount = {
|
|
11499
10756
|
qty
|
11500
10757
|
price
|
11501
10758
|
total
|
10759
|
+
optionType
|
11502
10760
|
signal
|
11503
10761
|
strategy
|
11504
10762
|
analysis
|
@@ -11507,23 +10765,8 @@ export const AlpacaAccount = {
|
|
11507
10765
|
createdAt
|
11508
10766
|
updatedAt
|
11509
10767
|
status
|
11510
|
-
alpacaAccount {
|
11511
|
-
id
|
11512
|
-
}
|
11513
|
-
asset {
|
11514
|
-
id
|
11515
|
-
}
|
11516
|
-
actions {
|
11517
|
-
id
|
11518
|
-
}
|
11519
|
-
}
|
11520
|
-
order {
|
11521
|
-
id
|
11522
10768
|
}
|
11523
10769
|
}
|
11524
|
-
asset {
|
11525
|
-
id
|
11526
|
-
}
|
11527
10770
|
fee
|
11528
10771
|
strikePrice
|
11529
10772
|
expirationDate
|
@@ -11531,9 +10774,6 @@ export const AlpacaAccount = {
|
|
11531
10774
|
stopLossId
|
11532
10775
|
takeProfitId
|
11533
10776
|
}
|
11534
|
-
positions {
|
11535
|
-
id
|
11536
|
-
}
|
11537
10777
|
newsMentions {
|
11538
10778
|
id
|
11539
10779
|
assetId
|
@@ -11556,12 +10796,6 @@ export const AlpacaAccount = {
|
|
11556
10796
|
logo
|
11557
10797
|
createdAt
|
11558
10798
|
updatedAt
|
11559
|
-
assets {
|
11560
|
-
id
|
11561
|
-
}
|
11562
|
-
}
|
11563
|
-
asset {
|
11564
|
-
id
|
11565
10799
|
}
|
11566
10800
|
relevancyScore
|
11567
10801
|
sentimentScore
|
@@ -11581,9 +10815,6 @@ export const AlpacaAccount = {
|
|
11581
10815
|
lastTradePrice
|
11582
10816
|
changeToday
|
11583
10817
|
assetMarginable
|
11584
|
-
alpacaAccount {
|
11585
|
-
id
|
11586
|
-
}
|
11587
10818
|
alpacaAccountId
|
11588
10819
|
}
|
11589
10820
|
alerts {
|
@@ -11594,9 +10825,6 @@ export const AlpacaAccount = {
|
|
11594
10825
|
isRead
|
11595
10826
|
createdAt
|
11596
10827
|
updatedAt
|
11597
|
-
alpacaAccount {
|
11598
|
-
id
|
11599
|
-
}
|
11600
10828
|
}
|
11601
10829
|
}
|
11602
10830
|
}`;
|
@@ -11662,9 +10890,6 @@ export const AlpacaAccount = {
|
|
11662
10890
|
stripeCurrentPeriodEnd
|
11663
10891
|
createdAt
|
11664
10892
|
updatedAt
|
11665
|
-
users {
|
11666
|
-
id
|
11667
|
-
}
|
11668
10893
|
}
|
11669
10894
|
customerId
|
11670
10895
|
accounts {
|
@@ -11682,18 +10907,12 @@ export const AlpacaAccount = {
|
|
11682
10907
|
session_state
|
11683
10908
|
createdAt
|
11684
10909
|
updatedAt
|
11685
|
-
user {
|
11686
|
-
id
|
11687
|
-
}
|
11688
10910
|
}
|
11689
10911
|
sessions {
|
11690
10912
|
id
|
11691
10913
|
sessionToken
|
11692
10914
|
userId
|
11693
10915
|
expires
|
11694
|
-
user {
|
11695
|
-
id
|
11696
|
-
}
|
11697
10916
|
createdAt
|
11698
10917
|
updatedAt
|
11699
10918
|
}
|
@@ -11703,16 +10922,10 @@ export const AlpacaAccount = {
|
|
11703
10922
|
credentialID
|
11704
10923
|
publicKey
|
11705
10924
|
counter
|
11706
|
-
user {
|
11707
|
-
id
|
11708
|
-
}
|
11709
10925
|
createdAt
|
11710
10926
|
updatedAt
|
11711
10927
|
}
|
11712
10928
|
plan
|
11713
|
-
alpacaAccounts {
|
11714
|
-
id
|
11715
|
-
}
|
11716
10929
|
}
|
11717
10930
|
userId
|
11718
10931
|
createdAt
|
@@ -11724,6 +10937,7 @@ export const AlpacaAccount = {
|
|
11724
10937
|
qty
|
11725
10938
|
price
|
11726
10939
|
total
|
10940
|
+
optionType
|
11727
10941
|
signal
|
11728
10942
|
strategy
|
11729
10943
|
analysis
|
@@ -11732,9 +10946,6 @@ export const AlpacaAccount = {
|
|
11732
10946
|
createdAt
|
11733
10947
|
updatedAt
|
11734
10948
|
status
|
11735
|
-
alpacaAccount {
|
11736
|
-
id
|
11737
|
-
}
|
11738
10949
|
asset {
|
11739
10950
|
id
|
11740
10951
|
symbol
|
@@ -11794,9 +11005,6 @@ export const AlpacaAccount = {
|
|
11794
11005
|
buyPrice
|
11795
11006
|
createdAt
|
11796
11007
|
updatedAt
|
11797
|
-
trades {
|
11798
|
-
id
|
11799
|
-
}
|
11800
11008
|
orders {
|
11801
11009
|
id
|
11802
11010
|
clientOrderId
|
@@ -11817,9 +11025,6 @@ export const AlpacaAccount = {
|
|
11817
11025
|
createdAt
|
11818
11026
|
updatedAt
|
11819
11027
|
orderId
|
11820
|
-
Order {
|
11821
|
-
id
|
11822
|
-
}
|
11823
11028
|
}
|
11824
11029
|
takeProfit {
|
11825
11030
|
id
|
@@ -11828,9 +11033,6 @@ export const AlpacaAccount = {
|
|
11828
11033
|
createdAt
|
11829
11034
|
updatedAt
|
11830
11035
|
orderId
|
11831
|
-
Order {
|
11832
|
-
id
|
11833
|
-
}
|
11834
11036
|
}
|
11835
11037
|
trailPrice
|
11836
11038
|
trailPercent
|
@@ -11842,9 +11044,6 @@ export const AlpacaAccount = {
|
|
11842
11044
|
filledAt
|
11843
11045
|
filledAvgPrice
|
11844
11046
|
actionId
|
11845
|
-
alpacaAccount {
|
11846
|
-
id
|
11847
|
-
}
|
11848
11047
|
action {
|
11849
11048
|
id
|
11850
11049
|
sequence
|
@@ -11853,15 +11052,6 @@ export const AlpacaAccount = {
|
|
11853
11052
|
note
|
11854
11053
|
status
|
11855
11054
|
fee
|
11856
|
-
trade {
|
11857
|
-
id
|
11858
|
-
}
|
11859
|
-
order {
|
11860
|
-
id
|
11861
|
-
}
|
11862
|
-
}
|
11863
|
-
asset {
|
11864
|
-
id
|
11865
11055
|
}
|
11866
11056
|
fee
|
11867
11057
|
strikePrice
|
@@ -11873,9 +11063,6 @@ export const AlpacaAccount = {
|
|
11873
11063
|
positions {
|
11874
11064
|
id
|
11875
11065
|
assetId
|
11876
|
-
asset {
|
11877
|
-
id
|
11878
|
-
}
|
11879
11066
|
averageEntryPrice
|
11880
11067
|
qty
|
11881
11068
|
qtyAvailable
|
@@ -11889,9 +11076,6 @@ export const AlpacaAccount = {
|
|
11889
11076
|
lastTradePrice
|
11890
11077
|
changeToday
|
11891
11078
|
assetMarginable
|
11892
|
-
alpacaAccount {
|
11893
|
-
id
|
11894
|
-
}
|
11895
11079
|
alpacaAccountId
|
11896
11080
|
}
|
11897
11081
|
newsMentions {
|
@@ -11916,12 +11100,6 @@ export const AlpacaAccount = {
|
|
11916
11100
|
logo
|
11917
11101
|
createdAt
|
11918
11102
|
updatedAt
|
11919
|
-
assets {
|
11920
|
-
id
|
11921
|
-
}
|
11922
|
-
}
|
11923
|
-
asset {
|
11924
|
-
id
|
11925
11103
|
}
|
11926
11104
|
relevancyScore
|
11927
11105
|
sentimentScore
|
@@ -11936,9 +11114,6 @@ export const AlpacaAccount = {
|
|
11936
11114
|
note
|
11937
11115
|
status
|
11938
11116
|
fee
|
11939
|
-
trade {
|
11940
|
-
id
|
11941
|
-
}
|
11942
11117
|
order {
|
11943
11118
|
id
|
11944
11119
|
clientOrderId
|
@@ -11959,9 +11134,6 @@ export const AlpacaAccount = {
|
|
11959
11134
|
createdAt
|
11960
11135
|
updatedAt
|
11961
11136
|
orderId
|
11962
|
-
Order {
|
11963
|
-
id
|
11964
|
-
}
|
11965
11137
|
}
|
11966
11138
|
takeProfit {
|
11967
11139
|
id
|
@@ -11970,9 +11142,6 @@ export const AlpacaAccount = {
|
|
11970
11142
|
createdAt
|
11971
11143
|
updatedAt
|
11972
11144
|
orderId
|
11973
|
-
Order {
|
11974
|
-
id
|
11975
|
-
}
|
11976
11145
|
}
|
11977
11146
|
trailPrice
|
11978
11147
|
trailPercent
|
@@ -11984,12 +11153,6 @@ export const AlpacaAccount = {
|
|
11984
11153
|
filledAt
|
11985
11154
|
filledAvgPrice
|
11986
11155
|
actionId
|
11987
|
-
alpacaAccount {
|
11988
|
-
id
|
11989
|
-
}
|
11990
|
-
action {
|
11991
|
-
id
|
11992
|
-
}
|
11993
11156
|
asset {
|
11994
11157
|
id
|
11995
11158
|
symbol
|
@@ -12049,18 +11212,9 @@ export const AlpacaAccount = {
|
|
12049
11212
|
buyPrice
|
12050
11213
|
createdAt
|
12051
11214
|
updatedAt
|
12052
|
-
trades {
|
12053
|
-
id
|
12054
|
-
}
|
12055
|
-
orders {
|
12056
|
-
id
|
12057
|
-
}
|
12058
11215
|
positions {
|
12059
11216
|
id
|
12060
11217
|
assetId
|
12061
|
-
asset {
|
12062
|
-
id
|
12063
|
-
}
|
12064
11218
|
averageEntryPrice
|
12065
11219
|
qty
|
12066
11220
|
qtyAvailable
|
@@ -12074,9 +11228,6 @@ export const AlpacaAccount = {
|
|
12074
11228
|
lastTradePrice
|
12075
11229
|
changeToday
|
12076
11230
|
assetMarginable
|
12077
|
-
alpacaAccount {
|
12078
|
-
id
|
12079
|
-
}
|
12080
11231
|
alpacaAccountId
|
12081
11232
|
}
|
12082
11233
|
newsMentions {
|
@@ -12101,12 +11252,6 @@ export const AlpacaAccount = {
|
|
12101
11252
|
logo
|
12102
11253
|
createdAt
|
12103
11254
|
updatedAt
|
12104
|
-
assets {
|
12105
|
-
id
|
12106
|
-
}
|
12107
|
-
}
|
12108
|
-
asset {
|
12109
|
-
id
|
12110
11255
|
}
|
12111
11256
|
relevancyScore
|
12112
11257
|
sentimentScore
|
@@ -12142,9 +11287,6 @@ export const AlpacaAccount = {
|
|
12142
11287
|
createdAt
|
12143
11288
|
updatedAt
|
12144
11289
|
orderId
|
12145
|
-
Order {
|
12146
|
-
id
|
12147
|
-
}
|
12148
11290
|
}
|
12149
11291
|
takeProfit {
|
12150
11292
|
id
|
@@ -12153,9 +11295,6 @@ export const AlpacaAccount = {
|
|
12153
11295
|
createdAt
|
12154
11296
|
updatedAt
|
12155
11297
|
orderId
|
12156
|
-
Order {
|
12157
|
-
id
|
12158
|
-
}
|
12159
11298
|
}
|
12160
11299
|
trailPrice
|
12161
11300
|
trailPercent
|
@@ -12167,9 +11306,6 @@ export const AlpacaAccount = {
|
|
12167
11306
|
filledAt
|
12168
11307
|
filledAvgPrice
|
12169
11308
|
actionId
|
12170
|
-
alpacaAccount {
|
12171
|
-
id
|
12172
|
-
}
|
12173
11309
|
action {
|
12174
11310
|
id
|
12175
11311
|
sequence
|
@@ -12185,6 +11321,7 @@ export const AlpacaAccount = {
|
|
12185
11321
|
qty
|
12186
11322
|
price
|
12187
11323
|
total
|
11324
|
+
optionType
|
12188
11325
|
signal
|
12189
11326
|
strategy
|
12190
11327
|
analysis
|
@@ -12193,9 +11330,6 @@ export const AlpacaAccount = {
|
|
12193
11330
|
createdAt
|
12194
11331
|
updatedAt
|
12195
11332
|
status
|
12196
|
-
alpacaAccount {
|
12197
|
-
id
|
12198
|
-
}
|
12199
11333
|
asset {
|
12200
11334
|
id
|
12201
11335
|
symbol
|
@@ -12255,18 +11389,9 @@ export const AlpacaAccount = {
|
|
12255
11389
|
buyPrice
|
12256
11390
|
createdAt
|
12257
11391
|
updatedAt
|
12258
|
-
trades {
|
12259
|
-
id
|
12260
|
-
}
|
12261
|
-
orders {
|
12262
|
-
id
|
12263
|
-
}
|
12264
11392
|
positions {
|
12265
11393
|
id
|
12266
11394
|
assetId
|
12267
|
-
asset {
|
12268
|
-
id
|
12269
|
-
}
|
12270
11395
|
averageEntryPrice
|
12271
11396
|
qty
|
12272
11397
|
qtyAvailable
|
@@ -12280,9 +11405,6 @@ export const AlpacaAccount = {
|
|
12280
11405
|
lastTradePrice
|
12281
11406
|
changeToday
|
12282
11407
|
assetMarginable
|
12283
|
-
alpacaAccount {
|
12284
|
-
id
|
12285
|
-
}
|
12286
11408
|
alpacaAccountId
|
12287
11409
|
}
|
12288
11410
|
newsMentions {
|
@@ -12307,24 +11429,12 @@ export const AlpacaAccount = {
|
|
12307
11429
|
logo
|
12308
11430
|
createdAt
|
12309
11431
|
updatedAt
|
12310
|
-
assets {
|
12311
|
-
id
|
12312
|
-
}
|
12313
|
-
}
|
12314
|
-
asset {
|
12315
|
-
id
|
12316
11432
|
}
|
12317
11433
|
relevancyScore
|
12318
11434
|
sentimentScore
|
12319
11435
|
sentimentLabel
|
12320
11436
|
}
|
12321
11437
|
}
|
12322
|
-
actions {
|
12323
|
-
id
|
12324
|
-
}
|
12325
|
-
}
|
12326
|
-
order {
|
12327
|
-
id
|
12328
11438
|
}
|
12329
11439
|
}
|
12330
11440
|
asset {
|
@@ -12393,6 +11503,7 @@ export const AlpacaAccount = {
|
|
12393
11503
|
qty
|
12394
11504
|
price
|
12395
11505
|
total
|
11506
|
+
optionType
|
12396
11507
|
signal
|
12397
11508
|
strategy
|
12398
11509
|
analysis
|
@@ -12401,12 +11512,6 @@ export const AlpacaAccount = {
|
|
12401
11512
|
createdAt
|
12402
11513
|
updatedAt
|
12403
11514
|
status
|
12404
|
-
alpacaAccount {
|
12405
|
-
id
|
12406
|
-
}
|
12407
|
-
asset {
|
12408
|
-
id
|
12409
|
-
}
|
12410
11515
|
actions {
|
12411
11516
|
id
|
12412
11517
|
sequence
|
@@ -12415,23 +11520,11 @@ export const AlpacaAccount = {
|
|
12415
11520
|
note
|
12416
11521
|
status
|
12417
11522
|
fee
|
12418
|
-
trade {
|
12419
|
-
id
|
12420
|
-
}
|
12421
|
-
order {
|
12422
|
-
id
|
12423
|
-
}
|
12424
11523
|
}
|
12425
11524
|
}
|
12426
|
-
orders {
|
12427
|
-
id
|
12428
|
-
}
|
12429
11525
|
positions {
|
12430
11526
|
id
|
12431
11527
|
assetId
|
12432
|
-
asset {
|
12433
|
-
id
|
12434
|
-
}
|
12435
11528
|
averageEntryPrice
|
12436
11529
|
qty
|
12437
11530
|
qtyAvailable
|
@@ -12445,9 +11538,6 @@ export const AlpacaAccount = {
|
|
12445
11538
|
lastTradePrice
|
12446
11539
|
changeToday
|
12447
11540
|
assetMarginable
|
12448
|
-
alpacaAccount {
|
12449
|
-
id
|
12450
|
-
}
|
12451
11541
|
alpacaAccountId
|
12452
11542
|
}
|
12453
11543
|
newsMentions {
|
@@ -12472,12 +11562,6 @@ export const AlpacaAccount = {
|
|
12472
11562
|
logo
|
12473
11563
|
createdAt
|
12474
11564
|
updatedAt
|
12475
|
-
assets {
|
12476
|
-
id
|
12477
|
-
}
|
12478
|
-
}
|
12479
|
-
asset {
|
12480
|
-
id
|
12481
11565
|
}
|
12482
11566
|
relevancyScore
|
12483
11567
|
sentimentScore
|
@@ -12560,6 +11644,7 @@ export const AlpacaAccount = {
|
|
12560
11644
|
qty
|
12561
11645
|
price
|
12562
11646
|
total
|
11647
|
+
optionType
|
12563
11648
|
signal
|
12564
11649
|
strategy
|
12565
11650
|
analysis
|
@@ -12568,12 +11653,6 @@ export const AlpacaAccount = {
|
|
12568
11653
|
createdAt
|
12569
11654
|
updatedAt
|
12570
11655
|
status
|
12571
|
-
alpacaAccount {
|
12572
|
-
id
|
12573
|
-
}
|
12574
|
-
asset {
|
12575
|
-
id
|
12576
|
-
}
|
12577
11656
|
actions {
|
12578
11657
|
id
|
12579
11658
|
sequence
|
@@ -12582,9 +11661,6 @@ export const AlpacaAccount = {
|
|
12582
11661
|
note
|
12583
11662
|
status
|
12584
11663
|
fee
|
12585
|
-
trade {
|
12586
|
-
id
|
12587
|
-
}
|
12588
11664
|
order {
|
12589
11665
|
id
|
12590
11666
|
clientOrderId
|
@@ -12605,9 +11681,6 @@ export const AlpacaAccount = {
|
|
12605
11681
|
createdAt
|
12606
11682
|
updatedAt
|
12607
11683
|
orderId
|
12608
|
-
Order {
|
12609
|
-
id
|
12610
|
-
}
|
12611
11684
|
}
|
12612
11685
|
takeProfit {
|
12613
11686
|
id
|
@@ -12616,9 +11689,6 @@ export const AlpacaAccount = {
|
|
12616
11689
|
createdAt
|
12617
11690
|
updatedAt
|
12618
11691
|
orderId
|
12619
|
-
Order {
|
12620
|
-
id
|
12621
|
-
}
|
12622
11692
|
}
|
12623
11693
|
trailPrice
|
12624
11694
|
trailPercent
|
@@ -12630,15 +11700,6 @@ export const AlpacaAccount = {
|
|
12630
11700
|
filledAt
|
12631
11701
|
filledAvgPrice
|
12632
11702
|
actionId
|
12633
|
-
alpacaAccount {
|
12634
|
-
id
|
12635
|
-
}
|
12636
|
-
action {
|
12637
|
-
id
|
12638
|
-
}
|
12639
|
-
asset {
|
12640
|
-
id
|
12641
|
-
}
|
12642
11703
|
fee
|
12643
11704
|
strikePrice
|
12644
11705
|
expirationDate
|
@@ -12668,9 +11729,6 @@ export const AlpacaAccount = {
|
|
12668
11729
|
createdAt
|
12669
11730
|
updatedAt
|
12670
11731
|
orderId
|
12671
|
-
Order {
|
12672
|
-
id
|
12673
|
-
}
|
12674
11732
|
}
|
12675
11733
|
takeProfit {
|
12676
11734
|
id
|
@@ -12679,9 +11737,6 @@ export const AlpacaAccount = {
|
|
12679
11737
|
createdAt
|
12680
11738
|
updatedAt
|
12681
11739
|
orderId
|
12682
|
-
Order {
|
12683
|
-
id
|
12684
|
-
}
|
12685
11740
|
}
|
12686
11741
|
trailPrice
|
12687
11742
|
trailPercent
|
@@ -12693,9 +11748,6 @@ export const AlpacaAccount = {
|
|
12693
11748
|
filledAt
|
12694
11749
|
filledAvgPrice
|
12695
11750
|
actionId
|
12696
|
-
alpacaAccount {
|
12697
|
-
id
|
12698
|
-
}
|
12699
11751
|
action {
|
12700
11752
|
id
|
12701
11753
|
sequence
|
@@ -12711,6 +11763,7 @@ export const AlpacaAccount = {
|
|
12711
11763
|
qty
|
12712
11764
|
price
|
12713
11765
|
total
|
11766
|
+
optionType
|
12714
11767
|
signal
|
12715
11768
|
strategy
|
12716
11769
|
analysis
|
@@ -12719,23 +11772,8 @@ export const AlpacaAccount = {
|
|
12719
11772
|
createdAt
|
12720
11773
|
updatedAt
|
12721
11774
|
status
|
12722
|
-
alpacaAccount {
|
12723
|
-
id
|
12724
|
-
}
|
12725
|
-
asset {
|
12726
|
-
id
|
12727
|
-
}
|
12728
|
-
actions {
|
12729
|
-
id
|
12730
|
-
}
|
12731
|
-
}
|
12732
|
-
order {
|
12733
|
-
id
|
12734
11775
|
}
|
12735
11776
|
}
|
12736
|
-
asset {
|
12737
|
-
id
|
12738
|
-
}
|
12739
11777
|
fee
|
12740
11778
|
strikePrice
|
12741
11779
|
expirationDate
|
@@ -12743,9 +11781,6 @@ export const AlpacaAccount = {
|
|
12743
11781
|
stopLossId
|
12744
11782
|
takeProfitId
|
12745
11783
|
}
|
12746
|
-
positions {
|
12747
|
-
id
|
12748
|
-
}
|
12749
11784
|
newsMentions {
|
12750
11785
|
id
|
12751
11786
|
assetId
|
@@ -12768,12 +11803,6 @@ export const AlpacaAccount = {
|
|
12768
11803
|
logo
|
12769
11804
|
createdAt
|
12770
11805
|
updatedAt
|
12771
|
-
assets {
|
12772
|
-
id
|
12773
|
-
}
|
12774
|
-
}
|
12775
|
-
asset {
|
12776
|
-
id
|
12777
11806
|
}
|
12778
11807
|
relevancyScore
|
12779
11808
|
sentimentScore
|
@@ -12793,9 +11822,6 @@ export const AlpacaAccount = {
|
|
12793
11822
|
lastTradePrice
|
12794
11823
|
changeToday
|
12795
11824
|
assetMarginable
|
12796
|
-
alpacaAccount {
|
12797
|
-
id
|
12798
|
-
}
|
12799
11825
|
alpacaAccountId
|
12800
11826
|
}
|
12801
11827
|
alerts {
|
@@ -12806,9 +11832,6 @@ export const AlpacaAccount = {
|
|
12806
11832
|
isRead
|
12807
11833
|
createdAt
|
12808
11834
|
updatedAt
|
12809
|
-
alpacaAccount {
|
12810
|
-
id
|
12811
|
-
}
|
12812
11835
|
}
|
12813
11836
|
}
|
12814
11837
|
}`;
|
@@ -12869,9 +11892,6 @@ export const AlpacaAccount = {
|
|
12869
11892
|
stripeCurrentPeriodEnd
|
12870
11893
|
createdAt
|
12871
11894
|
updatedAt
|
12872
|
-
users {
|
12873
|
-
id
|
12874
|
-
}
|
12875
11895
|
}
|
12876
11896
|
customerId
|
12877
11897
|
accounts {
|
@@ -12889,18 +11909,12 @@ export const AlpacaAccount = {
|
|
12889
11909
|
session_state
|
12890
11910
|
createdAt
|
12891
11911
|
updatedAt
|
12892
|
-
user {
|
12893
|
-
id
|
12894
|
-
}
|
12895
11912
|
}
|
12896
11913
|
sessions {
|
12897
11914
|
id
|
12898
11915
|
sessionToken
|
12899
11916
|
userId
|
12900
11917
|
expires
|
12901
|
-
user {
|
12902
|
-
id
|
12903
|
-
}
|
12904
11918
|
createdAt
|
12905
11919
|
updatedAt
|
12906
11920
|
}
|
@@ -12910,16 +11924,10 @@ export const AlpacaAccount = {
|
|
12910
11924
|
credentialID
|
12911
11925
|
publicKey
|
12912
11926
|
counter
|
12913
|
-
user {
|
12914
|
-
id
|
12915
|
-
}
|
12916
11927
|
createdAt
|
12917
11928
|
updatedAt
|
12918
11929
|
}
|
12919
11930
|
plan
|
12920
|
-
alpacaAccounts {
|
12921
|
-
id
|
12922
|
-
}
|
12923
11931
|
}
|
12924
11932
|
userId
|
12925
11933
|
createdAt
|
@@ -12931,6 +11939,7 @@ export const AlpacaAccount = {
|
|
12931
11939
|
qty
|
12932
11940
|
price
|
12933
11941
|
total
|
11942
|
+
optionType
|
12934
11943
|
signal
|
12935
11944
|
strategy
|
12936
11945
|
analysis
|
@@ -12939,9 +11948,6 @@ export const AlpacaAccount = {
|
|
12939
11948
|
createdAt
|
12940
11949
|
updatedAt
|
12941
11950
|
status
|
12942
|
-
alpacaAccount {
|
12943
|
-
id
|
12944
|
-
}
|
12945
11951
|
asset {
|
12946
11952
|
id
|
12947
11953
|
symbol
|
@@ -13001,9 +12007,6 @@ export const AlpacaAccount = {
|
|
13001
12007
|
buyPrice
|
13002
12008
|
createdAt
|
13003
12009
|
updatedAt
|
13004
|
-
trades {
|
13005
|
-
id
|
13006
|
-
}
|
13007
12010
|
orders {
|
13008
12011
|
id
|
13009
12012
|
clientOrderId
|
@@ -13024,9 +12027,6 @@ export const AlpacaAccount = {
|
|
13024
12027
|
createdAt
|
13025
12028
|
updatedAt
|
13026
12029
|
orderId
|
13027
|
-
Order {
|
13028
|
-
id
|
13029
|
-
}
|
13030
12030
|
}
|
13031
12031
|
takeProfit {
|
13032
12032
|
id
|
@@ -13035,9 +12035,6 @@ export const AlpacaAccount = {
|
|
13035
12035
|
createdAt
|
13036
12036
|
updatedAt
|
13037
12037
|
orderId
|
13038
|
-
Order {
|
13039
|
-
id
|
13040
|
-
}
|
13041
12038
|
}
|
13042
12039
|
trailPrice
|
13043
12040
|
trailPercent
|
@@ -13049,9 +12046,6 @@ export const AlpacaAccount = {
|
|
13049
12046
|
filledAt
|
13050
12047
|
filledAvgPrice
|
13051
12048
|
actionId
|
13052
|
-
alpacaAccount {
|
13053
|
-
id
|
13054
|
-
}
|
13055
12049
|
action {
|
13056
12050
|
id
|
13057
12051
|
sequence
|
@@ -13060,15 +12054,6 @@ export const AlpacaAccount = {
|
|
13060
12054
|
note
|
13061
12055
|
status
|
13062
12056
|
fee
|
13063
|
-
trade {
|
13064
|
-
id
|
13065
|
-
}
|
13066
|
-
order {
|
13067
|
-
id
|
13068
|
-
}
|
13069
|
-
}
|
13070
|
-
asset {
|
13071
|
-
id
|
13072
12057
|
}
|
13073
12058
|
fee
|
13074
12059
|
strikePrice
|
@@ -13080,9 +12065,6 @@ export const AlpacaAccount = {
|
|
13080
12065
|
positions {
|
13081
12066
|
id
|
13082
12067
|
assetId
|
13083
|
-
asset {
|
13084
|
-
id
|
13085
|
-
}
|
13086
12068
|
averageEntryPrice
|
13087
12069
|
qty
|
13088
12070
|
qtyAvailable
|
@@ -13096,9 +12078,6 @@ export const AlpacaAccount = {
|
|
13096
12078
|
lastTradePrice
|
13097
12079
|
changeToday
|
13098
12080
|
assetMarginable
|
13099
|
-
alpacaAccount {
|
13100
|
-
id
|
13101
|
-
}
|
13102
12081
|
alpacaAccountId
|
13103
12082
|
}
|
13104
12083
|
newsMentions {
|
@@ -13123,12 +12102,6 @@ export const AlpacaAccount = {
|
|
13123
12102
|
logo
|
13124
12103
|
createdAt
|
13125
12104
|
updatedAt
|
13126
|
-
assets {
|
13127
|
-
id
|
13128
|
-
}
|
13129
|
-
}
|
13130
|
-
asset {
|
13131
|
-
id
|
13132
12105
|
}
|
13133
12106
|
relevancyScore
|
13134
12107
|
sentimentScore
|
@@ -13143,9 +12116,6 @@ export const AlpacaAccount = {
|
|
13143
12116
|
note
|
13144
12117
|
status
|
13145
12118
|
fee
|
13146
|
-
trade {
|
13147
|
-
id
|
13148
|
-
}
|
13149
12119
|
order {
|
13150
12120
|
id
|
13151
12121
|
clientOrderId
|
@@ -13166,9 +12136,6 @@ export const AlpacaAccount = {
|
|
13166
12136
|
createdAt
|
13167
12137
|
updatedAt
|
13168
12138
|
orderId
|
13169
|
-
Order {
|
13170
|
-
id
|
13171
|
-
}
|
13172
12139
|
}
|
13173
12140
|
takeProfit {
|
13174
12141
|
id
|
@@ -13177,9 +12144,6 @@ export const AlpacaAccount = {
|
|
13177
12144
|
createdAt
|
13178
12145
|
updatedAt
|
13179
12146
|
orderId
|
13180
|
-
Order {
|
13181
|
-
id
|
13182
|
-
}
|
13183
12147
|
}
|
13184
12148
|
trailPrice
|
13185
12149
|
trailPercent
|
@@ -13191,12 +12155,6 @@ export const AlpacaAccount = {
|
|
13191
12155
|
filledAt
|
13192
12156
|
filledAvgPrice
|
13193
12157
|
actionId
|
13194
|
-
alpacaAccount {
|
13195
|
-
id
|
13196
|
-
}
|
13197
|
-
action {
|
13198
|
-
id
|
13199
|
-
}
|
13200
12158
|
asset {
|
13201
12159
|
id
|
13202
12160
|
symbol
|
@@ -13256,18 +12214,9 @@ export const AlpacaAccount = {
|
|
13256
12214
|
buyPrice
|
13257
12215
|
createdAt
|
13258
12216
|
updatedAt
|
13259
|
-
trades {
|
13260
|
-
id
|
13261
|
-
}
|
13262
|
-
orders {
|
13263
|
-
id
|
13264
|
-
}
|
13265
12217
|
positions {
|
13266
12218
|
id
|
13267
12219
|
assetId
|
13268
|
-
asset {
|
13269
|
-
id
|
13270
|
-
}
|
13271
12220
|
averageEntryPrice
|
13272
12221
|
qty
|
13273
12222
|
qtyAvailable
|
@@ -13281,9 +12230,6 @@ export const AlpacaAccount = {
|
|
13281
12230
|
lastTradePrice
|
13282
12231
|
changeToday
|
13283
12232
|
assetMarginable
|
13284
|
-
alpacaAccount {
|
13285
|
-
id
|
13286
|
-
}
|
13287
12233
|
alpacaAccountId
|
13288
12234
|
}
|
13289
12235
|
newsMentions {
|
@@ -13308,12 +12254,6 @@ export const AlpacaAccount = {
|
|
13308
12254
|
logo
|
13309
12255
|
createdAt
|
13310
12256
|
updatedAt
|
13311
|
-
assets {
|
13312
|
-
id
|
13313
|
-
}
|
13314
|
-
}
|
13315
|
-
asset {
|
13316
|
-
id
|
13317
12257
|
}
|
13318
12258
|
relevancyScore
|
13319
12259
|
sentimentScore
|
@@ -13349,9 +12289,6 @@ export const AlpacaAccount = {
|
|
13349
12289
|
createdAt
|
13350
12290
|
updatedAt
|
13351
12291
|
orderId
|
13352
|
-
Order {
|
13353
|
-
id
|
13354
|
-
}
|
13355
12292
|
}
|
13356
12293
|
takeProfit {
|
13357
12294
|
id
|
@@ -13360,9 +12297,6 @@ export const AlpacaAccount = {
|
|
13360
12297
|
createdAt
|
13361
12298
|
updatedAt
|
13362
12299
|
orderId
|
13363
|
-
Order {
|
13364
|
-
id
|
13365
|
-
}
|
13366
12300
|
}
|
13367
12301
|
trailPrice
|
13368
12302
|
trailPercent
|
@@ -13374,9 +12308,6 @@ export const AlpacaAccount = {
|
|
13374
12308
|
filledAt
|
13375
12309
|
filledAvgPrice
|
13376
12310
|
actionId
|
13377
|
-
alpacaAccount {
|
13378
|
-
id
|
13379
|
-
}
|
13380
12311
|
action {
|
13381
12312
|
id
|
13382
12313
|
sequence
|
@@ -13392,6 +12323,7 @@ export const AlpacaAccount = {
|
|
13392
12323
|
qty
|
13393
12324
|
price
|
13394
12325
|
total
|
12326
|
+
optionType
|
13395
12327
|
signal
|
13396
12328
|
strategy
|
13397
12329
|
analysis
|
@@ -13400,9 +12332,6 @@ export const AlpacaAccount = {
|
|
13400
12332
|
createdAt
|
13401
12333
|
updatedAt
|
13402
12334
|
status
|
13403
|
-
alpacaAccount {
|
13404
|
-
id
|
13405
|
-
}
|
13406
12335
|
asset {
|
13407
12336
|
id
|
13408
12337
|
symbol
|
@@ -13462,18 +12391,9 @@ export const AlpacaAccount = {
|
|
13462
12391
|
buyPrice
|
13463
12392
|
createdAt
|
13464
12393
|
updatedAt
|
13465
|
-
trades {
|
13466
|
-
id
|
13467
|
-
}
|
13468
|
-
orders {
|
13469
|
-
id
|
13470
|
-
}
|
13471
12394
|
positions {
|
13472
12395
|
id
|
13473
12396
|
assetId
|
13474
|
-
asset {
|
13475
|
-
id
|
13476
|
-
}
|
13477
12397
|
averageEntryPrice
|
13478
12398
|
qty
|
13479
12399
|
qtyAvailable
|
@@ -13487,9 +12407,6 @@ export const AlpacaAccount = {
|
|
13487
12407
|
lastTradePrice
|
13488
12408
|
changeToday
|
13489
12409
|
assetMarginable
|
13490
|
-
alpacaAccount {
|
13491
|
-
id
|
13492
|
-
}
|
13493
12410
|
alpacaAccountId
|
13494
12411
|
}
|
13495
12412
|
newsMentions {
|
@@ -13514,24 +12431,12 @@ export const AlpacaAccount = {
|
|
13514
12431
|
logo
|
13515
12432
|
createdAt
|
13516
12433
|
updatedAt
|
13517
|
-
assets {
|
13518
|
-
id
|
13519
|
-
}
|
13520
|
-
}
|
13521
|
-
asset {
|
13522
|
-
id
|
13523
12434
|
}
|
13524
12435
|
relevancyScore
|
13525
12436
|
sentimentScore
|
13526
12437
|
sentimentLabel
|
13527
12438
|
}
|
13528
12439
|
}
|
13529
|
-
actions {
|
13530
|
-
id
|
13531
|
-
}
|
13532
|
-
}
|
13533
|
-
order {
|
13534
|
-
id
|
13535
12440
|
}
|
13536
12441
|
}
|
13537
12442
|
asset {
|
@@ -13600,6 +12505,7 @@ export const AlpacaAccount = {
|
|
13600
12505
|
qty
|
13601
12506
|
price
|
13602
12507
|
total
|
12508
|
+
optionType
|
13603
12509
|
signal
|
13604
12510
|
strategy
|
13605
12511
|
analysis
|
@@ -13608,12 +12514,6 @@ export const AlpacaAccount = {
|
|
13608
12514
|
createdAt
|
13609
12515
|
updatedAt
|
13610
12516
|
status
|
13611
|
-
alpacaAccount {
|
13612
|
-
id
|
13613
|
-
}
|
13614
|
-
asset {
|
13615
|
-
id
|
13616
|
-
}
|
13617
12517
|
actions {
|
13618
12518
|
id
|
13619
12519
|
sequence
|
@@ -13622,23 +12522,11 @@ export const AlpacaAccount = {
|
|
13622
12522
|
note
|
13623
12523
|
status
|
13624
12524
|
fee
|
13625
|
-
trade {
|
13626
|
-
id
|
13627
|
-
}
|
13628
|
-
order {
|
13629
|
-
id
|
13630
|
-
}
|
13631
12525
|
}
|
13632
12526
|
}
|
13633
|
-
orders {
|
13634
|
-
id
|
13635
|
-
}
|
13636
12527
|
positions {
|
13637
12528
|
id
|
13638
12529
|
assetId
|
13639
|
-
asset {
|
13640
|
-
id
|
13641
|
-
}
|
13642
12530
|
averageEntryPrice
|
13643
12531
|
qty
|
13644
12532
|
qtyAvailable
|
@@ -13652,9 +12540,6 @@ export const AlpacaAccount = {
|
|
13652
12540
|
lastTradePrice
|
13653
12541
|
changeToday
|
13654
12542
|
assetMarginable
|
13655
|
-
alpacaAccount {
|
13656
|
-
id
|
13657
|
-
}
|
13658
12543
|
alpacaAccountId
|
13659
12544
|
}
|
13660
12545
|
newsMentions {
|
@@ -13679,12 +12564,6 @@ export const AlpacaAccount = {
|
|
13679
12564
|
logo
|
13680
12565
|
createdAt
|
13681
12566
|
updatedAt
|
13682
|
-
assets {
|
13683
|
-
id
|
13684
|
-
}
|
13685
|
-
}
|
13686
|
-
asset {
|
13687
|
-
id
|
13688
12567
|
}
|
13689
12568
|
relevancyScore
|
13690
12569
|
sentimentScore
|
@@ -13767,6 +12646,7 @@ export const AlpacaAccount = {
|
|
13767
12646
|
qty
|
13768
12647
|
price
|
13769
12648
|
total
|
12649
|
+
optionType
|
13770
12650
|
signal
|
13771
12651
|
strategy
|
13772
12652
|
analysis
|
@@ -13775,12 +12655,6 @@ export const AlpacaAccount = {
|
|
13775
12655
|
createdAt
|
13776
12656
|
updatedAt
|
13777
12657
|
status
|
13778
|
-
alpacaAccount {
|
13779
|
-
id
|
13780
|
-
}
|
13781
|
-
asset {
|
13782
|
-
id
|
13783
|
-
}
|
13784
12658
|
actions {
|
13785
12659
|
id
|
13786
12660
|
sequence
|
@@ -13789,9 +12663,6 @@ export const AlpacaAccount = {
|
|
13789
12663
|
note
|
13790
12664
|
status
|
13791
12665
|
fee
|
13792
|
-
trade {
|
13793
|
-
id
|
13794
|
-
}
|
13795
12666
|
order {
|
13796
12667
|
id
|
13797
12668
|
clientOrderId
|
@@ -13812,9 +12683,6 @@ export const AlpacaAccount = {
|
|
13812
12683
|
createdAt
|
13813
12684
|
updatedAt
|
13814
12685
|
orderId
|
13815
|
-
Order {
|
13816
|
-
id
|
13817
|
-
}
|
13818
12686
|
}
|
13819
12687
|
takeProfit {
|
13820
12688
|
id
|
@@ -13823,9 +12691,6 @@ export const AlpacaAccount = {
|
|
13823
12691
|
createdAt
|
13824
12692
|
updatedAt
|
13825
12693
|
orderId
|
13826
|
-
Order {
|
13827
|
-
id
|
13828
|
-
}
|
13829
12694
|
}
|
13830
12695
|
trailPrice
|
13831
12696
|
trailPercent
|
@@ -13837,15 +12702,6 @@ export const AlpacaAccount = {
|
|
13837
12702
|
filledAt
|
13838
12703
|
filledAvgPrice
|
13839
12704
|
actionId
|
13840
|
-
alpacaAccount {
|
13841
|
-
id
|
13842
|
-
}
|
13843
|
-
action {
|
13844
|
-
id
|
13845
|
-
}
|
13846
|
-
asset {
|
13847
|
-
id
|
13848
|
-
}
|
13849
12705
|
fee
|
13850
12706
|
strikePrice
|
13851
12707
|
expirationDate
|
@@ -13875,9 +12731,6 @@ export const AlpacaAccount = {
|
|
13875
12731
|
createdAt
|
13876
12732
|
updatedAt
|
13877
12733
|
orderId
|
13878
|
-
Order {
|
13879
|
-
id
|
13880
|
-
}
|
13881
12734
|
}
|
13882
12735
|
takeProfit {
|
13883
12736
|
id
|
@@ -13886,9 +12739,6 @@ export const AlpacaAccount = {
|
|
13886
12739
|
createdAt
|
13887
12740
|
updatedAt
|
13888
12741
|
orderId
|
13889
|
-
Order {
|
13890
|
-
id
|
13891
|
-
}
|
13892
12742
|
}
|
13893
12743
|
trailPrice
|
13894
12744
|
trailPercent
|
@@ -13900,9 +12750,6 @@ export const AlpacaAccount = {
|
|
13900
12750
|
filledAt
|
13901
12751
|
filledAvgPrice
|
13902
12752
|
actionId
|
13903
|
-
alpacaAccount {
|
13904
|
-
id
|
13905
|
-
}
|
13906
12753
|
action {
|
13907
12754
|
id
|
13908
12755
|
sequence
|
@@ -13918,6 +12765,7 @@ export const AlpacaAccount = {
|
|
13918
12765
|
qty
|
13919
12766
|
price
|
13920
12767
|
total
|
12768
|
+
optionType
|
13921
12769
|
signal
|
13922
12770
|
strategy
|
13923
12771
|
analysis
|
@@ -13926,23 +12774,8 @@ export const AlpacaAccount = {
|
|
13926
12774
|
createdAt
|
13927
12775
|
updatedAt
|
13928
12776
|
status
|
13929
|
-
alpacaAccount {
|
13930
|
-
id
|
13931
|
-
}
|
13932
|
-
asset {
|
13933
|
-
id
|
13934
|
-
}
|
13935
|
-
actions {
|
13936
|
-
id
|
13937
|
-
}
|
13938
|
-
}
|
13939
|
-
order {
|
13940
|
-
id
|
13941
12777
|
}
|
13942
12778
|
}
|
13943
|
-
asset {
|
13944
|
-
id
|
13945
|
-
}
|
13946
12779
|
fee
|
13947
12780
|
strikePrice
|
13948
12781
|
expirationDate
|
@@ -13950,9 +12783,6 @@ export const AlpacaAccount = {
|
|
13950
12783
|
stopLossId
|
13951
12784
|
takeProfitId
|
13952
12785
|
}
|
13953
|
-
positions {
|
13954
|
-
id
|
13955
|
-
}
|
13956
12786
|
newsMentions {
|
13957
12787
|
id
|
13958
12788
|
assetId
|
@@ -13975,12 +12805,6 @@ export const AlpacaAccount = {
|
|
13975
12805
|
logo
|
13976
12806
|
createdAt
|
13977
12807
|
updatedAt
|
13978
|
-
assets {
|
13979
|
-
id
|
13980
|
-
}
|
13981
|
-
}
|
13982
|
-
asset {
|
13983
|
-
id
|
13984
12808
|
}
|
13985
12809
|
relevancyScore
|
13986
12810
|
sentimentScore
|
@@ -14000,9 +12824,6 @@ export const AlpacaAccount = {
|
|
14000
12824
|
lastTradePrice
|
14001
12825
|
changeToday
|
14002
12826
|
assetMarginable
|
14003
|
-
alpacaAccount {
|
14004
|
-
id
|
14005
|
-
}
|
14006
12827
|
alpacaAccountId
|
14007
12828
|
}
|
14008
12829
|
alerts {
|
@@ -14013,9 +12834,6 @@ export const AlpacaAccount = {
|
|
14013
12834
|
isRead
|
14014
12835
|
createdAt
|
14015
12836
|
updatedAt
|
14016
|
-
alpacaAccount {
|
14017
|
-
id
|
14018
|
-
}
|
14019
12837
|
}
|
14020
12838
|
}
|
14021
12839
|
}`;
|