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/TakeProfit.mjs
CHANGED
@@ -42,12 +42,6 @@ export const TakeProfit = {
|
|
42
42
|
createdAt
|
43
43
|
updatedAt
|
44
44
|
orderId
|
45
|
-
Order {
|
46
|
-
id
|
47
|
-
}
|
48
|
-
}
|
49
|
-
takeProfit {
|
50
|
-
id
|
51
45
|
}
|
52
46
|
trailPrice
|
53
47
|
trailPercent
|
@@ -91,9 +85,6 @@ export const TakeProfit = {
|
|
91
85
|
stripeCurrentPeriodEnd
|
92
86
|
createdAt
|
93
87
|
updatedAt
|
94
|
-
users {
|
95
|
-
id
|
96
|
-
}
|
97
88
|
}
|
98
89
|
customerId
|
99
90
|
accounts {
|
@@ -111,18 +102,12 @@ export const TakeProfit = {
|
|
111
102
|
session_state
|
112
103
|
createdAt
|
113
104
|
updatedAt
|
114
|
-
user {
|
115
|
-
id
|
116
|
-
}
|
117
105
|
}
|
118
106
|
sessions {
|
119
107
|
id
|
120
108
|
sessionToken
|
121
109
|
userId
|
122
110
|
expires
|
123
|
-
user {
|
124
|
-
id
|
125
|
-
}
|
126
111
|
createdAt
|
127
112
|
updatedAt
|
128
113
|
}
|
@@ -132,16 +117,10 @@ export const TakeProfit = {
|
|
132
117
|
credentialID
|
133
118
|
publicKey
|
134
119
|
counter
|
135
|
-
user {
|
136
|
-
id
|
137
|
-
}
|
138
120
|
createdAt
|
139
121
|
updatedAt
|
140
122
|
}
|
141
123
|
plan
|
142
|
-
alpacaAccounts {
|
143
|
-
id
|
144
|
-
}
|
145
124
|
}
|
146
125
|
userId
|
147
126
|
createdAt
|
@@ -153,6 +132,7 @@ export const TakeProfit = {
|
|
153
132
|
qty
|
154
133
|
price
|
155
134
|
total
|
135
|
+
optionType
|
156
136
|
signal
|
157
137
|
strategy
|
158
138
|
analysis
|
@@ -161,9 +141,6 @@ export const TakeProfit = {
|
|
161
141
|
createdAt
|
162
142
|
updatedAt
|
163
143
|
status
|
164
|
-
alpacaAccount {
|
165
|
-
id
|
166
|
-
}
|
167
144
|
asset {
|
168
145
|
id
|
169
146
|
symbol
|
@@ -223,18 +200,9 @@ export const TakeProfit = {
|
|
223
200
|
buyPrice
|
224
201
|
createdAt
|
225
202
|
updatedAt
|
226
|
-
trades {
|
227
|
-
id
|
228
|
-
}
|
229
|
-
orders {
|
230
|
-
id
|
231
|
-
}
|
232
203
|
positions {
|
233
204
|
id
|
234
205
|
assetId
|
235
|
-
asset {
|
236
|
-
id
|
237
|
-
}
|
238
206
|
averageEntryPrice
|
239
207
|
qty
|
240
208
|
qtyAvailable
|
@@ -248,9 +216,6 @@ export const TakeProfit = {
|
|
248
216
|
lastTradePrice
|
249
217
|
changeToday
|
250
218
|
assetMarginable
|
251
|
-
alpacaAccount {
|
252
|
-
id
|
253
|
-
}
|
254
219
|
alpacaAccountId
|
255
220
|
}
|
256
221
|
newsMentions {
|
@@ -275,12 +240,6 @@ export const TakeProfit = {
|
|
275
240
|
logo
|
276
241
|
createdAt
|
277
242
|
updatedAt
|
278
|
-
assets {
|
279
|
-
id
|
280
|
-
}
|
281
|
-
}
|
282
|
-
asset {
|
283
|
-
id
|
284
243
|
}
|
285
244
|
relevancyScore
|
286
245
|
sentimentScore
|
@@ -295,17 +254,8 @@ export const TakeProfit = {
|
|
295
254
|
note
|
296
255
|
status
|
297
256
|
fee
|
298
|
-
trade {
|
299
|
-
id
|
300
|
-
}
|
301
|
-
order {
|
302
|
-
id
|
303
|
-
}
|
304
257
|
}
|
305
258
|
}
|
306
|
-
orders {
|
307
|
-
id
|
308
|
-
}
|
309
259
|
positions {
|
310
260
|
id
|
311
261
|
assetId
|
@@ -375,6 +325,7 @@ export const TakeProfit = {
|
|
375
325
|
qty
|
376
326
|
price
|
377
327
|
total
|
328
|
+
optionType
|
378
329
|
signal
|
379
330
|
strategy
|
380
331
|
analysis
|
@@ -383,12 +334,6 @@ export const TakeProfit = {
|
|
383
334
|
createdAt
|
384
335
|
updatedAt
|
385
336
|
status
|
386
|
-
alpacaAccount {
|
387
|
-
id
|
388
|
-
}
|
389
|
-
asset {
|
390
|
-
id
|
391
|
-
}
|
392
337
|
actions {
|
393
338
|
id
|
394
339
|
sequence
|
@@ -397,20 +342,8 @@ export const TakeProfit = {
|
|
397
342
|
note
|
398
343
|
status
|
399
344
|
fee
|
400
|
-
trade {
|
401
|
-
id
|
402
|
-
}
|
403
|
-
order {
|
404
|
-
id
|
405
|
-
}
|
406
345
|
}
|
407
346
|
}
|
408
|
-
orders {
|
409
|
-
id
|
410
|
-
}
|
411
|
-
positions {
|
412
|
-
id
|
413
|
-
}
|
414
347
|
newsMentions {
|
415
348
|
id
|
416
349
|
assetId
|
@@ -433,12 +366,6 @@ export const TakeProfit = {
|
|
433
366
|
logo
|
434
367
|
createdAt
|
435
368
|
updatedAt
|
436
|
-
assets {
|
437
|
-
id
|
438
|
-
}
|
439
|
-
}
|
440
|
-
asset {
|
441
|
-
id
|
442
369
|
}
|
443
370
|
relevancyScore
|
444
371
|
sentimentScore
|
@@ -458,9 +385,6 @@ export const TakeProfit = {
|
|
458
385
|
lastTradePrice
|
459
386
|
changeToday
|
460
387
|
assetMarginable
|
461
|
-
alpacaAccount {
|
462
|
-
id
|
463
|
-
}
|
464
388
|
alpacaAccountId
|
465
389
|
}
|
466
390
|
alerts {
|
@@ -471,9 +395,6 @@ export const TakeProfit = {
|
|
471
395
|
isRead
|
472
396
|
createdAt
|
473
397
|
updatedAt
|
474
|
-
alpacaAccount {
|
475
|
-
id
|
476
|
-
}
|
477
398
|
}
|
478
399
|
}
|
479
400
|
action {
|
@@ -491,6 +412,7 @@ export const TakeProfit = {
|
|
491
412
|
qty
|
492
413
|
price
|
493
414
|
total
|
415
|
+
optionType
|
494
416
|
signal
|
495
417
|
strategy
|
496
418
|
analysis
|
@@ -531,9 +453,6 @@ export const TakeProfit = {
|
|
531
453
|
stripeCurrentPeriodEnd
|
532
454
|
createdAt
|
533
455
|
updatedAt
|
534
|
-
users {
|
535
|
-
id
|
536
|
-
}
|
537
456
|
}
|
538
457
|
customerId
|
539
458
|
accounts {
|
@@ -551,18 +470,12 @@ export const TakeProfit = {
|
|
551
470
|
session_state
|
552
471
|
createdAt
|
553
472
|
updatedAt
|
554
|
-
user {
|
555
|
-
id
|
556
|
-
}
|
557
473
|
}
|
558
474
|
sessions {
|
559
475
|
id
|
560
476
|
sessionToken
|
561
477
|
userId
|
562
478
|
expires
|
563
|
-
user {
|
564
|
-
id
|
565
|
-
}
|
566
479
|
createdAt
|
567
480
|
updatedAt
|
568
481
|
}
|
@@ -572,26 +485,14 @@ export const TakeProfit = {
|
|
572
485
|
credentialID
|
573
486
|
publicKey
|
574
487
|
counter
|
575
|
-
user {
|
576
|
-
id
|
577
|
-
}
|
578
488
|
createdAt
|
579
489
|
updatedAt
|
580
490
|
}
|
581
491
|
plan
|
582
|
-
alpacaAccounts {
|
583
|
-
id
|
584
|
-
}
|
585
492
|
}
|
586
493
|
userId
|
587
494
|
createdAt
|
588
495
|
updatedAt
|
589
|
-
trades {
|
590
|
-
id
|
591
|
-
}
|
592
|
-
orders {
|
593
|
-
id
|
594
|
-
}
|
595
496
|
positions {
|
596
497
|
id
|
597
498
|
assetId
|
@@ -654,15 +555,6 @@ export const TakeProfit = {
|
|
654
555
|
buyPrice
|
655
556
|
createdAt
|
656
557
|
updatedAt
|
657
|
-
trades {
|
658
|
-
id
|
659
|
-
}
|
660
|
-
orders {
|
661
|
-
id
|
662
|
-
}
|
663
|
-
positions {
|
664
|
-
id
|
665
|
-
}
|
666
558
|
newsMentions {
|
667
559
|
id
|
668
560
|
assetId
|
@@ -685,12 +577,6 @@ export const TakeProfit = {
|
|
685
577
|
logo
|
686
578
|
createdAt
|
687
579
|
updatedAt
|
688
|
-
assets {
|
689
|
-
id
|
690
|
-
}
|
691
|
-
}
|
692
|
-
asset {
|
693
|
-
id
|
694
580
|
}
|
695
581
|
relevancyScore
|
696
582
|
sentimentScore
|
@@ -710,9 +596,6 @@ export const TakeProfit = {
|
|
710
596
|
lastTradePrice
|
711
597
|
changeToday
|
712
598
|
assetMarginable
|
713
|
-
alpacaAccount {
|
714
|
-
id
|
715
|
-
}
|
716
599
|
alpacaAccountId
|
717
600
|
}
|
718
601
|
alerts {
|
@@ -723,9 +606,6 @@ export const TakeProfit = {
|
|
723
606
|
isRead
|
724
607
|
createdAt
|
725
608
|
updatedAt
|
726
|
-
alpacaAccount {
|
727
|
-
id
|
728
|
-
}
|
729
609
|
}
|
730
610
|
}
|
731
611
|
asset {
|
@@ -787,18 +667,9 @@ export const TakeProfit = {
|
|
787
667
|
buyPrice
|
788
668
|
createdAt
|
789
669
|
updatedAt
|
790
|
-
trades {
|
791
|
-
id
|
792
|
-
}
|
793
|
-
orders {
|
794
|
-
id
|
795
|
-
}
|
796
670
|
positions {
|
797
671
|
id
|
798
672
|
assetId
|
799
|
-
asset {
|
800
|
-
id
|
801
|
-
}
|
802
673
|
averageEntryPrice
|
803
674
|
qty
|
804
675
|
qtyAvailable
|
@@ -844,9 +715,6 @@ export const TakeProfit = {
|
|
844
715
|
stripeCurrentPeriodEnd
|
845
716
|
createdAt
|
846
717
|
updatedAt
|
847
|
-
users {
|
848
|
-
id
|
849
|
-
}
|
850
718
|
}
|
851
719
|
customerId
|
852
720
|
accounts {
|
@@ -864,18 +732,12 @@ export const TakeProfit = {
|
|
864
732
|
session_state
|
865
733
|
createdAt
|
866
734
|
updatedAt
|
867
|
-
user {
|
868
|
-
id
|
869
|
-
}
|
870
735
|
}
|
871
736
|
sessions {
|
872
737
|
id
|
873
738
|
sessionToken
|
874
739
|
userId
|
875
740
|
expires
|
876
|
-
user {
|
877
|
-
id
|
878
|
-
}
|
879
741
|
createdAt
|
880
742
|
updatedAt
|
881
743
|
}
|
@@ -885,29 +747,14 @@ export const TakeProfit = {
|
|
885
747
|
credentialID
|
886
748
|
publicKey
|
887
749
|
counter
|
888
|
-
user {
|
889
|
-
id
|
890
|
-
}
|
891
750
|
createdAt
|
892
751
|
updatedAt
|
893
752
|
}
|
894
753
|
plan
|
895
|
-
alpacaAccounts {
|
896
|
-
id
|
897
|
-
}
|
898
754
|
}
|
899
755
|
userId
|
900
756
|
createdAt
|
901
757
|
updatedAt
|
902
|
-
trades {
|
903
|
-
id
|
904
|
-
}
|
905
|
-
orders {
|
906
|
-
id
|
907
|
-
}
|
908
|
-
positions {
|
909
|
-
id
|
910
|
-
}
|
911
758
|
alerts {
|
912
759
|
id
|
913
760
|
alpacaAccountId
|
@@ -916,9 +763,6 @@ export const TakeProfit = {
|
|
916
763
|
isRead
|
917
764
|
createdAt
|
918
765
|
updatedAt
|
919
|
-
alpacaAccount {
|
920
|
-
id
|
921
|
-
}
|
922
766
|
}
|
923
767
|
}
|
924
768
|
alpacaAccountId
|
@@ -945,24 +789,12 @@ export const TakeProfit = {
|
|
945
789
|
logo
|
946
790
|
createdAt
|
947
791
|
updatedAt
|
948
|
-
assets {
|
949
|
-
id
|
950
|
-
}
|
951
|
-
}
|
952
|
-
asset {
|
953
|
-
id
|
954
792
|
}
|
955
793
|
relevancyScore
|
956
794
|
sentimentScore
|
957
795
|
sentimentLabel
|
958
796
|
}
|
959
797
|
}
|
960
|
-
actions {
|
961
|
-
id
|
962
|
-
}
|
963
|
-
}
|
964
|
-
order {
|
965
|
-
id
|
966
798
|
}
|
967
799
|
}
|
968
800
|
asset {
|
@@ -1031,6 +863,7 @@ export const TakeProfit = {
|
|
1031
863
|
qty
|
1032
864
|
price
|
1033
865
|
total
|
866
|
+
optionType
|
1034
867
|
signal
|
1035
868
|
strategy
|
1036
869
|
analysis
|
@@ -1071,9 +904,6 @@ export const TakeProfit = {
|
|
1071
904
|
stripeCurrentPeriodEnd
|
1072
905
|
createdAt
|
1073
906
|
updatedAt
|
1074
|
-
users {
|
1075
|
-
id
|
1076
|
-
}
|
1077
907
|
}
|
1078
908
|
customerId
|
1079
909
|
accounts {
|
@@ -1091,18 +921,12 @@ export const TakeProfit = {
|
|
1091
921
|
session_state
|
1092
922
|
createdAt
|
1093
923
|
updatedAt
|
1094
|
-
user {
|
1095
|
-
id
|
1096
|
-
}
|
1097
924
|
}
|
1098
925
|
sessions {
|
1099
926
|
id
|
1100
927
|
sessionToken
|
1101
928
|
userId
|
1102
929
|
expires
|
1103
|
-
user {
|
1104
|
-
id
|
1105
|
-
}
|
1106
930
|
createdAt
|
1107
931
|
updatedAt
|
1108
932
|
}
|
@@ -1112,32 +936,17 @@ export const TakeProfit = {
|
|
1112
936
|
credentialID
|
1113
937
|
publicKey
|
1114
938
|
counter
|
1115
|
-
user {
|
1116
|
-
id
|
1117
|
-
}
|
1118
939
|
createdAt
|
1119
940
|
updatedAt
|
1120
941
|
}
|
1121
942
|
plan
|
1122
|
-
alpacaAccounts {
|
1123
|
-
id
|
1124
|
-
}
|
1125
943
|
}
|
1126
944
|
userId
|
1127
945
|
createdAt
|
1128
946
|
updatedAt
|
1129
|
-
trades {
|
1130
|
-
id
|
1131
|
-
}
|
1132
|
-
orders {
|
1133
|
-
id
|
1134
|
-
}
|
1135
947
|
positions {
|
1136
948
|
id
|
1137
949
|
assetId
|
1138
|
-
asset {
|
1139
|
-
id
|
1140
|
-
}
|
1141
950
|
averageEntryPrice
|
1142
951
|
qty
|
1143
952
|
qtyAvailable
|
@@ -1151,9 +960,6 @@ export const TakeProfit = {
|
|
1151
960
|
lastTradePrice
|
1152
961
|
changeToday
|
1153
962
|
assetMarginable
|
1154
|
-
alpacaAccount {
|
1155
|
-
id
|
1156
|
-
}
|
1157
963
|
alpacaAccountId
|
1158
964
|
}
|
1159
965
|
alerts {
|
@@ -1164,14 +970,8 @@ export const TakeProfit = {
|
|
1164
970
|
isRead
|
1165
971
|
createdAt
|
1166
972
|
updatedAt
|
1167
|
-
alpacaAccount {
|
1168
|
-
id
|
1169
|
-
}
|
1170
973
|
}
|
1171
974
|
}
|
1172
|
-
asset {
|
1173
|
-
id
|
1174
|
-
}
|
1175
975
|
actions {
|
1176
976
|
id
|
1177
977
|
sequence
|
@@ -1180,23 +980,11 @@ export const TakeProfit = {
|
|
1180
980
|
note
|
1181
981
|
status
|
1182
982
|
fee
|
1183
|
-
trade {
|
1184
|
-
id
|
1185
|
-
}
|
1186
|
-
order {
|
1187
|
-
id
|
1188
|
-
}
|
1189
983
|
}
|
1190
984
|
}
|
1191
|
-
orders {
|
1192
|
-
id
|
1193
|
-
}
|
1194
985
|
positions {
|
1195
986
|
id
|
1196
987
|
assetId
|
1197
|
-
asset {
|
1198
|
-
id
|
1199
|
-
}
|
1200
988
|
averageEntryPrice
|
1201
989
|
qty
|
1202
990
|
qtyAvailable
|
@@ -1242,9 +1030,6 @@ export const TakeProfit = {
|
|
1242
1030
|
stripeCurrentPeriodEnd
|
1243
1031
|
createdAt
|
1244
1032
|
updatedAt
|
1245
|
-
users {
|
1246
|
-
id
|
1247
|
-
}
|
1248
1033
|
}
|
1249
1034
|
customerId
|
1250
1035
|
accounts {
|
@@ -1262,18 +1047,12 @@ export const TakeProfit = {
|
|
1262
1047
|
session_state
|
1263
1048
|
createdAt
|
1264
1049
|
updatedAt
|
1265
|
-
user {
|
1266
|
-
id
|
1267
|
-
}
|
1268
1050
|
}
|
1269
1051
|
sessions {
|
1270
1052
|
id
|
1271
1053
|
sessionToken
|
1272
1054
|
userId
|
1273
1055
|
expires
|
1274
|
-
user {
|
1275
|
-
id
|
1276
|
-
}
|
1277
1056
|
createdAt
|
1278
1057
|
updatedAt
|
1279
1058
|
}
|
@@ -1283,16 +1062,10 @@ export const TakeProfit = {
|
|
1283
1062
|
credentialID
|
1284
1063
|
publicKey
|
1285
1064
|
counter
|
1286
|
-
user {
|
1287
|
-
id
|
1288
|
-
}
|
1289
1065
|
createdAt
|
1290
1066
|
updatedAt
|
1291
1067
|
}
|
1292
1068
|
plan
|
1293
|
-
alpacaAccounts {
|
1294
|
-
id
|
1295
|
-
}
|
1296
1069
|
}
|
1297
1070
|
userId
|
1298
1071
|
createdAt
|
@@ -1304,6 +1077,7 @@ export const TakeProfit = {
|
|
1304
1077
|
qty
|
1305
1078
|
price
|
1306
1079
|
total
|
1080
|
+
optionType
|
1307
1081
|
signal
|
1308
1082
|
strategy
|
1309
1083
|
analysis
|
@@ -1312,12 +1086,6 @@ export const TakeProfit = {
|
|
1312
1086
|
createdAt
|
1313
1087
|
updatedAt
|
1314
1088
|
status
|
1315
|
-
alpacaAccount {
|
1316
|
-
id
|
1317
|
-
}
|
1318
|
-
asset {
|
1319
|
-
id
|
1320
|
-
}
|
1321
1089
|
actions {
|
1322
1090
|
id
|
1323
1091
|
sequence
|
@@ -1326,20 +1094,8 @@ export const TakeProfit = {
|
|
1326
1094
|
note
|
1327
1095
|
status
|
1328
1096
|
fee
|
1329
|
-
trade {
|
1330
|
-
id
|
1331
|
-
}
|
1332
|
-
order {
|
1333
|
-
id
|
1334
|
-
}
|
1335
1097
|
}
|
1336
1098
|
}
|
1337
|
-
orders {
|
1338
|
-
id
|
1339
|
-
}
|
1340
|
-
positions {
|
1341
|
-
id
|
1342
|
-
}
|
1343
1099
|
alerts {
|
1344
1100
|
id
|
1345
1101
|
alpacaAccountId
|
@@ -1348,9 +1104,6 @@ export const TakeProfit = {
|
|
1348
1104
|
isRead
|
1349
1105
|
createdAt
|
1350
1106
|
updatedAt
|
1351
|
-
alpacaAccount {
|
1352
|
-
id
|
1353
|
-
}
|
1354
1107
|
}
|
1355
1108
|
}
|
1356
1109
|
alpacaAccountId
|
@@ -1377,12 +1130,6 @@ export const TakeProfit = {
|
|
1377
1130
|
logo
|
1378
1131
|
createdAt
|
1379
1132
|
updatedAt
|
1380
|
-
assets {
|
1381
|
-
id
|
1382
|
-
}
|
1383
|
-
}
|
1384
|
-
asset {
|
1385
|
-
id
|
1386
1133
|
}
|
1387
1134
|
relevancyScore
|
1388
1135
|
sentimentScore
|
@@ -1511,6 +1258,7 @@ export const TakeProfit = {
|
|
1511
1258
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1512
1259
|
price: item.price !== undefined ? item.price : undefined,
|
1513
1260
|
total: item.total !== undefined ? item.total : undefined,
|
1261
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1514
1262
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1515
1263
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1516
1264
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1597,6 +1345,7 @@ export const TakeProfit = {
|
|
1597
1345
|
qty: props.Order.action.trade.qty !== undefined ? props.Order.action.trade.qty : undefined,
|
1598
1346
|
price: props.Order.action.trade.price !== undefined ? props.Order.action.trade.price : undefined,
|
1599
1347
|
total: props.Order.action.trade.total !== undefined ? props.Order.action.trade.total : undefined,
|
1348
|
+
optionType: props.Order.action.trade.optionType !== undefined ? props.Order.action.trade.optionType : undefined,
|
1600
1349
|
signal: props.Order.action.trade.signal !== undefined ? props.Order.action.trade.signal : undefined,
|
1601
1350
|
strategy: props.Order.action.trade.strategy !== undefined ? props.Order.action.trade.strategy : undefined,
|
1602
1351
|
analysis: props.Order.action.trade.analysis !== undefined ? props.Order.action.trade.analysis : undefined,
|
@@ -1691,6 +1440,7 @@ export const TakeProfit = {
|
|
1691
1440
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1692
1441
|
price: item.price !== undefined ? item.price : undefined,
|
1693
1442
|
total: item.total !== undefined ? item.total : undefined,
|
1443
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1694
1444
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1695
1445
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1696
1446
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1844,12 +1594,6 @@ export const TakeProfit = {
|
|
1844
1594
|
createdAt
|
1845
1595
|
updatedAt
|
1846
1596
|
orderId
|
1847
|
-
Order {
|
1848
|
-
id
|
1849
|
-
}
|
1850
|
-
}
|
1851
|
-
takeProfit {
|
1852
|
-
id
|
1853
1597
|
}
|
1854
1598
|
trailPrice
|
1855
1599
|
trailPercent
|
@@ -1893,9 +1637,6 @@ export const TakeProfit = {
|
|
1893
1637
|
stripeCurrentPeriodEnd
|
1894
1638
|
createdAt
|
1895
1639
|
updatedAt
|
1896
|
-
users {
|
1897
|
-
id
|
1898
|
-
}
|
1899
1640
|
}
|
1900
1641
|
customerId
|
1901
1642
|
accounts {
|
@@ -1913,18 +1654,12 @@ export const TakeProfit = {
|
|
1913
1654
|
session_state
|
1914
1655
|
createdAt
|
1915
1656
|
updatedAt
|
1916
|
-
user {
|
1917
|
-
id
|
1918
|
-
}
|
1919
1657
|
}
|
1920
1658
|
sessions {
|
1921
1659
|
id
|
1922
1660
|
sessionToken
|
1923
1661
|
userId
|
1924
1662
|
expires
|
1925
|
-
user {
|
1926
|
-
id
|
1927
|
-
}
|
1928
1663
|
createdAt
|
1929
1664
|
updatedAt
|
1930
1665
|
}
|
@@ -1934,16 +1669,10 @@ export const TakeProfit = {
|
|
1934
1669
|
credentialID
|
1935
1670
|
publicKey
|
1936
1671
|
counter
|
1937
|
-
user {
|
1938
|
-
id
|
1939
|
-
}
|
1940
1672
|
createdAt
|
1941
1673
|
updatedAt
|
1942
1674
|
}
|
1943
1675
|
plan
|
1944
|
-
alpacaAccounts {
|
1945
|
-
id
|
1946
|
-
}
|
1947
1676
|
}
|
1948
1677
|
userId
|
1949
1678
|
createdAt
|
@@ -1955,6 +1684,7 @@ export const TakeProfit = {
|
|
1955
1684
|
qty
|
1956
1685
|
price
|
1957
1686
|
total
|
1687
|
+
optionType
|
1958
1688
|
signal
|
1959
1689
|
strategy
|
1960
1690
|
analysis
|
@@ -1963,9 +1693,6 @@ export const TakeProfit = {
|
|
1963
1693
|
createdAt
|
1964
1694
|
updatedAt
|
1965
1695
|
status
|
1966
|
-
alpacaAccount {
|
1967
|
-
id
|
1968
|
-
}
|
1969
1696
|
asset {
|
1970
1697
|
id
|
1971
1698
|
symbol
|
@@ -2025,18 +1752,9 @@ export const TakeProfit = {
|
|
2025
1752
|
buyPrice
|
2026
1753
|
createdAt
|
2027
1754
|
updatedAt
|
2028
|
-
trades {
|
2029
|
-
id
|
2030
|
-
}
|
2031
|
-
orders {
|
2032
|
-
id
|
2033
|
-
}
|
2034
1755
|
positions {
|
2035
1756
|
id
|
2036
1757
|
assetId
|
2037
|
-
asset {
|
2038
|
-
id
|
2039
|
-
}
|
2040
1758
|
averageEntryPrice
|
2041
1759
|
qty
|
2042
1760
|
qtyAvailable
|
@@ -2050,9 +1768,6 @@ export const TakeProfit = {
|
|
2050
1768
|
lastTradePrice
|
2051
1769
|
changeToday
|
2052
1770
|
assetMarginable
|
2053
|
-
alpacaAccount {
|
2054
|
-
id
|
2055
|
-
}
|
2056
1771
|
alpacaAccountId
|
2057
1772
|
}
|
2058
1773
|
newsMentions {
|
@@ -2077,12 +1792,6 @@ export const TakeProfit = {
|
|
2077
1792
|
logo
|
2078
1793
|
createdAt
|
2079
1794
|
updatedAt
|
2080
|
-
assets {
|
2081
|
-
id
|
2082
|
-
}
|
2083
|
-
}
|
2084
|
-
asset {
|
2085
|
-
id
|
2086
1795
|
}
|
2087
1796
|
relevancyScore
|
2088
1797
|
sentimentScore
|
@@ -2097,17 +1806,8 @@ export const TakeProfit = {
|
|
2097
1806
|
note
|
2098
1807
|
status
|
2099
1808
|
fee
|
2100
|
-
trade {
|
2101
|
-
id
|
2102
|
-
}
|
2103
|
-
order {
|
2104
|
-
id
|
2105
|
-
}
|
2106
1809
|
}
|
2107
1810
|
}
|
2108
|
-
orders {
|
2109
|
-
id
|
2110
|
-
}
|
2111
1811
|
positions {
|
2112
1812
|
id
|
2113
1813
|
assetId
|
@@ -2177,6 +1877,7 @@ export const TakeProfit = {
|
|
2177
1877
|
qty
|
2178
1878
|
price
|
2179
1879
|
total
|
1880
|
+
optionType
|
2180
1881
|
signal
|
2181
1882
|
strategy
|
2182
1883
|
analysis
|
@@ -2185,12 +1886,6 @@ export const TakeProfit = {
|
|
2185
1886
|
createdAt
|
2186
1887
|
updatedAt
|
2187
1888
|
status
|
2188
|
-
alpacaAccount {
|
2189
|
-
id
|
2190
|
-
}
|
2191
|
-
asset {
|
2192
|
-
id
|
2193
|
-
}
|
2194
1889
|
actions {
|
2195
1890
|
id
|
2196
1891
|
sequence
|
@@ -2199,21 +1894,9 @@ export const TakeProfit = {
|
|
2199
1894
|
note
|
2200
1895
|
status
|
2201
1896
|
fee
|
2202
|
-
trade {
|
2203
|
-
id
|
2204
|
-
}
|
2205
|
-
order {
|
2206
|
-
id
|
2207
|
-
}
|
2208
1897
|
}
|
2209
1898
|
}
|
2210
|
-
|
2211
|
-
id
|
2212
|
-
}
|
2213
|
-
positions {
|
2214
|
-
id
|
2215
|
-
}
|
2216
|
-
newsMentions {
|
1899
|
+
newsMentions {
|
2217
1900
|
id
|
2218
1901
|
assetId
|
2219
1902
|
newsArticleId
|
@@ -2235,12 +1918,6 @@ export const TakeProfit = {
|
|
2235
1918
|
logo
|
2236
1919
|
createdAt
|
2237
1920
|
updatedAt
|
2238
|
-
assets {
|
2239
|
-
id
|
2240
|
-
}
|
2241
|
-
}
|
2242
|
-
asset {
|
2243
|
-
id
|
2244
1921
|
}
|
2245
1922
|
relevancyScore
|
2246
1923
|
sentimentScore
|
@@ -2260,9 +1937,6 @@ export const TakeProfit = {
|
|
2260
1937
|
lastTradePrice
|
2261
1938
|
changeToday
|
2262
1939
|
assetMarginable
|
2263
|
-
alpacaAccount {
|
2264
|
-
id
|
2265
|
-
}
|
2266
1940
|
alpacaAccountId
|
2267
1941
|
}
|
2268
1942
|
alerts {
|
@@ -2273,9 +1947,6 @@ export const TakeProfit = {
|
|
2273
1947
|
isRead
|
2274
1948
|
createdAt
|
2275
1949
|
updatedAt
|
2276
|
-
alpacaAccount {
|
2277
|
-
id
|
2278
|
-
}
|
2279
1950
|
}
|
2280
1951
|
}
|
2281
1952
|
action {
|
@@ -2293,6 +1964,7 @@ export const TakeProfit = {
|
|
2293
1964
|
qty
|
2294
1965
|
price
|
2295
1966
|
total
|
1967
|
+
optionType
|
2296
1968
|
signal
|
2297
1969
|
strategy
|
2298
1970
|
analysis
|
@@ -2333,9 +2005,6 @@ export const TakeProfit = {
|
|
2333
2005
|
stripeCurrentPeriodEnd
|
2334
2006
|
createdAt
|
2335
2007
|
updatedAt
|
2336
|
-
users {
|
2337
|
-
id
|
2338
|
-
}
|
2339
2008
|
}
|
2340
2009
|
customerId
|
2341
2010
|
accounts {
|
@@ -2353,18 +2022,12 @@ export const TakeProfit = {
|
|
2353
2022
|
session_state
|
2354
2023
|
createdAt
|
2355
2024
|
updatedAt
|
2356
|
-
user {
|
2357
|
-
id
|
2358
|
-
}
|
2359
2025
|
}
|
2360
2026
|
sessions {
|
2361
2027
|
id
|
2362
2028
|
sessionToken
|
2363
2029
|
userId
|
2364
2030
|
expires
|
2365
|
-
user {
|
2366
|
-
id
|
2367
|
-
}
|
2368
2031
|
createdAt
|
2369
2032
|
updatedAt
|
2370
2033
|
}
|
@@ -2374,26 +2037,14 @@ export const TakeProfit = {
|
|
2374
2037
|
credentialID
|
2375
2038
|
publicKey
|
2376
2039
|
counter
|
2377
|
-
user {
|
2378
|
-
id
|
2379
|
-
}
|
2380
2040
|
createdAt
|
2381
2041
|
updatedAt
|
2382
2042
|
}
|
2383
2043
|
plan
|
2384
|
-
alpacaAccounts {
|
2385
|
-
id
|
2386
|
-
}
|
2387
2044
|
}
|
2388
2045
|
userId
|
2389
2046
|
createdAt
|
2390
2047
|
updatedAt
|
2391
|
-
trades {
|
2392
|
-
id
|
2393
|
-
}
|
2394
|
-
orders {
|
2395
|
-
id
|
2396
|
-
}
|
2397
2048
|
positions {
|
2398
2049
|
id
|
2399
2050
|
assetId
|
@@ -2456,15 +2107,6 @@ export const TakeProfit = {
|
|
2456
2107
|
buyPrice
|
2457
2108
|
createdAt
|
2458
2109
|
updatedAt
|
2459
|
-
trades {
|
2460
|
-
id
|
2461
|
-
}
|
2462
|
-
orders {
|
2463
|
-
id
|
2464
|
-
}
|
2465
|
-
positions {
|
2466
|
-
id
|
2467
|
-
}
|
2468
2110
|
newsMentions {
|
2469
2111
|
id
|
2470
2112
|
assetId
|
@@ -2487,12 +2129,6 @@ export const TakeProfit = {
|
|
2487
2129
|
logo
|
2488
2130
|
createdAt
|
2489
2131
|
updatedAt
|
2490
|
-
assets {
|
2491
|
-
id
|
2492
|
-
}
|
2493
|
-
}
|
2494
|
-
asset {
|
2495
|
-
id
|
2496
2132
|
}
|
2497
2133
|
relevancyScore
|
2498
2134
|
sentimentScore
|
@@ -2512,9 +2148,6 @@ export const TakeProfit = {
|
|
2512
2148
|
lastTradePrice
|
2513
2149
|
changeToday
|
2514
2150
|
assetMarginable
|
2515
|
-
alpacaAccount {
|
2516
|
-
id
|
2517
|
-
}
|
2518
2151
|
alpacaAccountId
|
2519
2152
|
}
|
2520
2153
|
alerts {
|
@@ -2525,9 +2158,6 @@ export const TakeProfit = {
|
|
2525
2158
|
isRead
|
2526
2159
|
createdAt
|
2527
2160
|
updatedAt
|
2528
|
-
alpacaAccount {
|
2529
|
-
id
|
2530
|
-
}
|
2531
2161
|
}
|
2532
2162
|
}
|
2533
2163
|
asset {
|
@@ -2589,18 +2219,9 @@ export const TakeProfit = {
|
|
2589
2219
|
buyPrice
|
2590
2220
|
createdAt
|
2591
2221
|
updatedAt
|
2592
|
-
trades {
|
2593
|
-
id
|
2594
|
-
}
|
2595
|
-
orders {
|
2596
|
-
id
|
2597
|
-
}
|
2598
2222
|
positions {
|
2599
2223
|
id
|
2600
2224
|
assetId
|
2601
|
-
asset {
|
2602
|
-
id
|
2603
|
-
}
|
2604
2225
|
averageEntryPrice
|
2605
2226
|
qty
|
2606
2227
|
qtyAvailable
|
@@ -2646,9 +2267,6 @@ export const TakeProfit = {
|
|
2646
2267
|
stripeCurrentPeriodEnd
|
2647
2268
|
createdAt
|
2648
2269
|
updatedAt
|
2649
|
-
users {
|
2650
|
-
id
|
2651
|
-
}
|
2652
2270
|
}
|
2653
2271
|
customerId
|
2654
2272
|
accounts {
|
@@ -2666,18 +2284,12 @@ export const TakeProfit = {
|
|
2666
2284
|
session_state
|
2667
2285
|
createdAt
|
2668
2286
|
updatedAt
|
2669
|
-
user {
|
2670
|
-
id
|
2671
|
-
}
|
2672
2287
|
}
|
2673
2288
|
sessions {
|
2674
2289
|
id
|
2675
2290
|
sessionToken
|
2676
2291
|
userId
|
2677
2292
|
expires
|
2678
|
-
user {
|
2679
|
-
id
|
2680
|
-
}
|
2681
2293
|
createdAt
|
2682
2294
|
updatedAt
|
2683
2295
|
}
|
@@ -2687,29 +2299,14 @@ export const TakeProfit = {
|
|
2687
2299
|
credentialID
|
2688
2300
|
publicKey
|
2689
2301
|
counter
|
2690
|
-
user {
|
2691
|
-
id
|
2692
|
-
}
|
2693
2302
|
createdAt
|
2694
2303
|
updatedAt
|
2695
2304
|
}
|
2696
2305
|
plan
|
2697
|
-
alpacaAccounts {
|
2698
|
-
id
|
2699
|
-
}
|
2700
2306
|
}
|
2701
2307
|
userId
|
2702
2308
|
createdAt
|
2703
2309
|
updatedAt
|
2704
|
-
trades {
|
2705
|
-
id
|
2706
|
-
}
|
2707
|
-
orders {
|
2708
|
-
id
|
2709
|
-
}
|
2710
|
-
positions {
|
2711
|
-
id
|
2712
|
-
}
|
2713
2310
|
alerts {
|
2714
2311
|
id
|
2715
2312
|
alpacaAccountId
|
@@ -2718,9 +2315,6 @@ export const TakeProfit = {
|
|
2718
2315
|
isRead
|
2719
2316
|
createdAt
|
2720
2317
|
updatedAt
|
2721
|
-
alpacaAccount {
|
2722
|
-
id
|
2723
|
-
}
|
2724
2318
|
}
|
2725
2319
|
}
|
2726
2320
|
alpacaAccountId
|
@@ -2747,24 +2341,12 @@ export const TakeProfit = {
|
|
2747
2341
|
logo
|
2748
2342
|
createdAt
|
2749
2343
|
updatedAt
|
2750
|
-
assets {
|
2751
|
-
id
|
2752
|
-
}
|
2753
|
-
}
|
2754
|
-
asset {
|
2755
|
-
id
|
2756
2344
|
}
|
2757
2345
|
relevancyScore
|
2758
2346
|
sentimentScore
|
2759
2347
|
sentimentLabel
|
2760
2348
|
}
|
2761
2349
|
}
|
2762
|
-
actions {
|
2763
|
-
id
|
2764
|
-
}
|
2765
|
-
}
|
2766
|
-
order {
|
2767
|
-
id
|
2768
2350
|
}
|
2769
2351
|
}
|
2770
2352
|
asset {
|
@@ -2833,6 +2415,7 @@ export const TakeProfit = {
|
|
2833
2415
|
qty
|
2834
2416
|
price
|
2835
2417
|
total
|
2418
|
+
optionType
|
2836
2419
|
signal
|
2837
2420
|
strategy
|
2838
2421
|
analysis
|
@@ -2873,9 +2456,6 @@ export const TakeProfit = {
|
|
2873
2456
|
stripeCurrentPeriodEnd
|
2874
2457
|
createdAt
|
2875
2458
|
updatedAt
|
2876
|
-
users {
|
2877
|
-
id
|
2878
|
-
}
|
2879
2459
|
}
|
2880
2460
|
customerId
|
2881
2461
|
accounts {
|
@@ -2893,18 +2473,12 @@ export const TakeProfit = {
|
|
2893
2473
|
session_state
|
2894
2474
|
createdAt
|
2895
2475
|
updatedAt
|
2896
|
-
user {
|
2897
|
-
id
|
2898
|
-
}
|
2899
2476
|
}
|
2900
2477
|
sessions {
|
2901
2478
|
id
|
2902
2479
|
sessionToken
|
2903
2480
|
userId
|
2904
2481
|
expires
|
2905
|
-
user {
|
2906
|
-
id
|
2907
|
-
}
|
2908
2482
|
createdAt
|
2909
2483
|
updatedAt
|
2910
2484
|
}
|
@@ -2914,32 +2488,17 @@ export const TakeProfit = {
|
|
2914
2488
|
credentialID
|
2915
2489
|
publicKey
|
2916
2490
|
counter
|
2917
|
-
user {
|
2918
|
-
id
|
2919
|
-
}
|
2920
2491
|
createdAt
|
2921
2492
|
updatedAt
|
2922
2493
|
}
|
2923
2494
|
plan
|
2924
|
-
alpacaAccounts {
|
2925
|
-
id
|
2926
|
-
}
|
2927
2495
|
}
|
2928
2496
|
userId
|
2929
2497
|
createdAt
|
2930
2498
|
updatedAt
|
2931
|
-
trades {
|
2932
|
-
id
|
2933
|
-
}
|
2934
|
-
orders {
|
2935
|
-
id
|
2936
|
-
}
|
2937
2499
|
positions {
|
2938
2500
|
id
|
2939
2501
|
assetId
|
2940
|
-
asset {
|
2941
|
-
id
|
2942
|
-
}
|
2943
2502
|
averageEntryPrice
|
2944
2503
|
qty
|
2945
2504
|
qtyAvailable
|
@@ -2953,9 +2512,6 @@ export const TakeProfit = {
|
|
2953
2512
|
lastTradePrice
|
2954
2513
|
changeToday
|
2955
2514
|
assetMarginable
|
2956
|
-
alpacaAccount {
|
2957
|
-
id
|
2958
|
-
}
|
2959
2515
|
alpacaAccountId
|
2960
2516
|
}
|
2961
2517
|
alerts {
|
@@ -2966,14 +2522,8 @@ export const TakeProfit = {
|
|
2966
2522
|
isRead
|
2967
2523
|
createdAt
|
2968
2524
|
updatedAt
|
2969
|
-
alpacaAccount {
|
2970
|
-
id
|
2971
|
-
}
|
2972
2525
|
}
|
2973
2526
|
}
|
2974
|
-
asset {
|
2975
|
-
id
|
2976
|
-
}
|
2977
2527
|
actions {
|
2978
2528
|
id
|
2979
2529
|
sequence
|
@@ -2982,23 +2532,11 @@ export const TakeProfit = {
|
|
2982
2532
|
note
|
2983
2533
|
status
|
2984
2534
|
fee
|
2985
|
-
trade {
|
2986
|
-
id
|
2987
|
-
}
|
2988
|
-
order {
|
2989
|
-
id
|
2990
|
-
}
|
2991
2535
|
}
|
2992
2536
|
}
|
2993
|
-
orders {
|
2994
|
-
id
|
2995
|
-
}
|
2996
2537
|
positions {
|
2997
2538
|
id
|
2998
2539
|
assetId
|
2999
|
-
asset {
|
3000
|
-
id
|
3001
|
-
}
|
3002
2540
|
averageEntryPrice
|
3003
2541
|
qty
|
3004
2542
|
qtyAvailable
|
@@ -3044,9 +2582,6 @@ export const TakeProfit = {
|
|
3044
2582
|
stripeCurrentPeriodEnd
|
3045
2583
|
createdAt
|
3046
2584
|
updatedAt
|
3047
|
-
users {
|
3048
|
-
id
|
3049
|
-
}
|
3050
2585
|
}
|
3051
2586
|
customerId
|
3052
2587
|
accounts {
|
@@ -3064,18 +2599,12 @@ export const TakeProfit = {
|
|
3064
2599
|
session_state
|
3065
2600
|
createdAt
|
3066
2601
|
updatedAt
|
3067
|
-
user {
|
3068
|
-
id
|
3069
|
-
}
|
3070
2602
|
}
|
3071
2603
|
sessions {
|
3072
2604
|
id
|
3073
2605
|
sessionToken
|
3074
2606
|
userId
|
3075
2607
|
expires
|
3076
|
-
user {
|
3077
|
-
id
|
3078
|
-
}
|
3079
2608
|
createdAt
|
3080
2609
|
updatedAt
|
3081
2610
|
}
|
@@ -3085,16 +2614,10 @@ export const TakeProfit = {
|
|
3085
2614
|
credentialID
|
3086
2615
|
publicKey
|
3087
2616
|
counter
|
3088
|
-
user {
|
3089
|
-
id
|
3090
|
-
}
|
3091
2617
|
createdAt
|
3092
2618
|
updatedAt
|
3093
2619
|
}
|
3094
2620
|
plan
|
3095
|
-
alpacaAccounts {
|
3096
|
-
id
|
3097
|
-
}
|
3098
2621
|
}
|
3099
2622
|
userId
|
3100
2623
|
createdAt
|
@@ -3106,6 +2629,7 @@ export const TakeProfit = {
|
|
3106
2629
|
qty
|
3107
2630
|
price
|
3108
2631
|
total
|
2632
|
+
optionType
|
3109
2633
|
signal
|
3110
2634
|
strategy
|
3111
2635
|
analysis
|
@@ -3114,12 +2638,6 @@ export const TakeProfit = {
|
|
3114
2638
|
createdAt
|
3115
2639
|
updatedAt
|
3116
2640
|
status
|
3117
|
-
alpacaAccount {
|
3118
|
-
id
|
3119
|
-
}
|
3120
|
-
asset {
|
3121
|
-
id
|
3122
|
-
}
|
3123
2641
|
actions {
|
3124
2642
|
id
|
3125
2643
|
sequence
|
@@ -3128,20 +2646,8 @@ export const TakeProfit = {
|
|
3128
2646
|
note
|
3129
2647
|
status
|
3130
2648
|
fee
|
3131
|
-
trade {
|
3132
|
-
id
|
3133
|
-
}
|
3134
|
-
order {
|
3135
|
-
id
|
3136
|
-
}
|
3137
2649
|
}
|
3138
2650
|
}
|
3139
|
-
orders {
|
3140
|
-
id
|
3141
|
-
}
|
3142
|
-
positions {
|
3143
|
-
id
|
3144
|
-
}
|
3145
2651
|
alerts {
|
3146
2652
|
id
|
3147
2653
|
alpacaAccountId
|
@@ -3150,9 +2656,6 @@ export const TakeProfit = {
|
|
3150
2656
|
isRead
|
3151
2657
|
createdAt
|
3152
2658
|
updatedAt
|
3153
|
-
alpacaAccount {
|
3154
|
-
id
|
3155
|
-
}
|
3156
2659
|
}
|
3157
2660
|
}
|
3158
2661
|
alpacaAccountId
|
@@ -3179,12 +2682,6 @@ export const TakeProfit = {
|
|
3179
2682
|
logo
|
3180
2683
|
createdAt
|
3181
2684
|
updatedAt
|
3182
|
-
assets {
|
3183
|
-
id
|
3184
|
-
}
|
3185
|
-
}
|
3186
|
-
asset {
|
3187
|
-
id
|
3188
2685
|
}
|
3189
2686
|
relevancyScore
|
3190
2687
|
sentimentScore
|
@@ -3429,6 +2926,9 @@ export const TakeProfit = {
|
|
3429
2926
|
total: item.total !== undefined ? {
|
3430
2927
|
set: item.total
|
3431
2928
|
} : undefined,
|
2929
|
+
optionType: item.optionType !== undefined ? {
|
2930
|
+
set: item.optionType
|
2931
|
+
} : undefined,
|
3432
2932
|
signal: item.signal !== undefined ? {
|
3433
2933
|
set: item.signal
|
3434
2934
|
} : undefined,
|
@@ -3452,6 +2952,7 @@ export const TakeProfit = {
|
|
3452
2952
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3453
2953
|
price: item.price !== undefined ? item.price : undefined,
|
3454
2954
|
total: item.total !== undefined ? item.total : undefined,
|
2955
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3455
2956
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3456
2957
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3457
2958
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3603,6 +3104,7 @@ export const TakeProfit = {
|
|
3603
3104
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3604
3105
|
price: item.price !== undefined ? item.price : undefined,
|
3605
3106
|
total: item.total !== undefined ? item.total : undefined,
|
3107
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3606
3108
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3607
3109
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3608
3110
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3705,6 +3207,9 @@ export const TakeProfit = {
|
|
3705
3207
|
total: props.Order.action.trade.total !== undefined ? {
|
3706
3208
|
set: props.Order.action.trade.total
|
3707
3209
|
} : undefined,
|
3210
|
+
optionType: props.Order.action.trade.optionType !== undefined ? {
|
3211
|
+
set: props.Order.action.trade.optionType
|
3212
|
+
} : undefined,
|
3708
3213
|
signal: props.Order.action.trade.signal !== undefined ? {
|
3709
3214
|
set: props.Order.action.trade.signal
|
3710
3215
|
} : undefined,
|
@@ -3728,6 +3233,7 @@ export const TakeProfit = {
|
|
3728
3233
|
qty: props.Order.action.trade.qty !== undefined ? props.Order.action.trade.qty : undefined,
|
3729
3234
|
price: props.Order.action.trade.price !== undefined ? props.Order.action.trade.price : undefined,
|
3730
3235
|
total: props.Order.action.trade.total !== undefined ? props.Order.action.trade.total : undefined,
|
3236
|
+
optionType: props.Order.action.trade.optionType !== undefined ? props.Order.action.trade.optionType : undefined,
|
3731
3237
|
signal: props.Order.action.trade.signal !== undefined ? props.Order.action.trade.signal : undefined,
|
3732
3238
|
strategy: props.Order.action.trade.strategy !== undefined ? props.Order.action.trade.strategy : undefined,
|
3733
3239
|
analysis: props.Order.action.trade.analysis !== undefined ? props.Order.action.trade.analysis : undefined,
|
@@ -3758,6 +3264,7 @@ export const TakeProfit = {
|
|
3758
3264
|
qty: props.Order.action.trade.qty !== undefined ? props.Order.action.trade.qty : undefined,
|
3759
3265
|
price: props.Order.action.trade.price !== undefined ? props.Order.action.trade.price : undefined,
|
3760
3266
|
total: props.Order.action.trade.total !== undefined ? props.Order.action.trade.total : undefined,
|
3267
|
+
optionType: props.Order.action.trade.optionType !== undefined ? props.Order.action.trade.optionType : undefined,
|
3761
3268
|
signal: props.Order.action.trade.signal !== undefined ? props.Order.action.trade.signal : undefined,
|
3762
3269
|
strategy: props.Order.action.trade.strategy !== undefined ? props.Order.action.trade.strategy : undefined,
|
3763
3270
|
analysis: props.Order.action.trade.analysis !== undefined ? props.Order.action.trade.analysis : undefined,
|
@@ -3970,6 +3477,9 @@ export const TakeProfit = {
|
|
3970
3477
|
total: item.total !== undefined ? {
|
3971
3478
|
set: item.total
|
3972
3479
|
} : undefined,
|
3480
|
+
optionType: item.optionType !== undefined ? {
|
3481
|
+
set: item.optionType
|
3482
|
+
} : undefined,
|
3973
3483
|
signal: item.signal !== undefined ? {
|
3974
3484
|
set: item.signal
|
3975
3485
|
} : undefined,
|
@@ -3993,6 +3503,7 @@ export const TakeProfit = {
|
|
3993
3503
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3994
3504
|
price: item.price !== undefined ? item.price : undefined,
|
3995
3505
|
total: item.total !== undefined ? item.total : undefined,
|
3506
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3996
3507
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3997
3508
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3998
3509
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4170,6 +3681,7 @@ export const TakeProfit = {
|
|
4170
3681
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4171
3682
|
price: item.price !== undefined ? item.price : undefined,
|
4172
3683
|
total: item.total !== undefined ? item.total : undefined,
|
3684
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4173
3685
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4174
3686
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4175
3687
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4327,6 +3839,7 @@ export const TakeProfit = {
|
|
4327
3839
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4328
3840
|
price: item.price !== undefined ? item.price : undefined,
|
4329
3841
|
total: item.total !== undefined ? item.total : undefined,
|
3842
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4330
3843
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4331
3844
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4332
3845
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4413,6 +3926,7 @@ export const TakeProfit = {
|
|
4413
3926
|
qty: props.Order.action.trade.qty !== undefined ? props.Order.action.trade.qty : undefined,
|
4414
3927
|
price: props.Order.action.trade.price !== undefined ? props.Order.action.trade.price : undefined,
|
4415
3928
|
total: props.Order.action.trade.total !== undefined ? props.Order.action.trade.total : undefined,
|
3929
|
+
optionType: props.Order.action.trade.optionType !== undefined ? props.Order.action.trade.optionType : undefined,
|
4416
3930
|
signal: props.Order.action.trade.signal !== undefined ? props.Order.action.trade.signal : undefined,
|
4417
3931
|
strategy: props.Order.action.trade.strategy !== undefined ? props.Order.action.trade.strategy : undefined,
|
4418
3932
|
analysis: props.Order.action.trade.analysis !== undefined ? props.Order.action.trade.analysis : undefined,
|
@@ -4507,6 +4021,7 @@ export const TakeProfit = {
|
|
4507
4021
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4508
4022
|
price: item.price !== undefined ? item.price : undefined,
|
4509
4023
|
total: item.total !== undefined ? item.total : undefined,
|
4024
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4510
4025
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4511
4026
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4512
4027
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4829,6 +4344,9 @@ export const TakeProfit = {
|
|
4829
4344
|
total: item.total !== undefined ? {
|
4830
4345
|
set: item.total
|
4831
4346
|
} : undefined,
|
4347
|
+
optionType: item.optionType !== undefined ? {
|
4348
|
+
set: item.optionType
|
4349
|
+
} : undefined,
|
4832
4350
|
signal: item.signal !== undefined ? {
|
4833
4351
|
set: item.signal
|
4834
4352
|
} : undefined,
|
@@ -4852,6 +4370,7 @@ export const TakeProfit = {
|
|
4852
4370
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4853
4371
|
price: item.price !== undefined ? item.price : undefined,
|
4854
4372
|
total: item.total !== undefined ? item.total : undefined,
|
4373
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4855
4374
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4856
4375
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4857
4376
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5003,6 +4522,7 @@ export const TakeProfit = {
|
|
5003
4522
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5004
4523
|
price: item.price !== undefined ? item.price : undefined,
|
5005
4524
|
total: item.total !== undefined ? item.total : undefined,
|
4525
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5006
4526
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5007
4527
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5008
4528
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5105,6 +4625,9 @@ export const TakeProfit = {
|
|
5105
4625
|
total: prop.Order.action.trade.total !== undefined ? {
|
5106
4626
|
set: prop.Order.action.trade.total
|
5107
4627
|
} : undefined,
|
4628
|
+
optionType: prop.Order.action.trade.optionType !== undefined ? {
|
4629
|
+
set: prop.Order.action.trade.optionType
|
4630
|
+
} : undefined,
|
5108
4631
|
signal: prop.Order.action.trade.signal !== undefined ? {
|
5109
4632
|
set: prop.Order.action.trade.signal
|
5110
4633
|
} : undefined,
|
@@ -5128,6 +4651,7 @@ export const TakeProfit = {
|
|
5128
4651
|
qty: prop.Order.action.trade.qty !== undefined ? prop.Order.action.trade.qty : undefined,
|
5129
4652
|
price: prop.Order.action.trade.price !== undefined ? prop.Order.action.trade.price : undefined,
|
5130
4653
|
total: prop.Order.action.trade.total !== undefined ? prop.Order.action.trade.total : undefined,
|
4654
|
+
optionType: prop.Order.action.trade.optionType !== undefined ? prop.Order.action.trade.optionType : undefined,
|
5131
4655
|
signal: prop.Order.action.trade.signal !== undefined ? prop.Order.action.trade.signal : undefined,
|
5132
4656
|
strategy: prop.Order.action.trade.strategy !== undefined ? prop.Order.action.trade.strategy : undefined,
|
5133
4657
|
analysis: prop.Order.action.trade.analysis !== undefined ? prop.Order.action.trade.analysis : undefined,
|
@@ -5158,6 +4682,7 @@ export const TakeProfit = {
|
|
5158
4682
|
qty: prop.Order.action.trade.qty !== undefined ? prop.Order.action.trade.qty : undefined,
|
5159
4683
|
price: prop.Order.action.trade.price !== undefined ? prop.Order.action.trade.price : undefined,
|
5160
4684
|
total: prop.Order.action.trade.total !== undefined ? prop.Order.action.trade.total : undefined,
|
4685
|
+
optionType: prop.Order.action.trade.optionType !== undefined ? prop.Order.action.trade.optionType : undefined,
|
5161
4686
|
signal: prop.Order.action.trade.signal !== undefined ? prop.Order.action.trade.signal : undefined,
|
5162
4687
|
strategy: prop.Order.action.trade.strategy !== undefined ? prop.Order.action.trade.strategy : undefined,
|
5163
4688
|
analysis: prop.Order.action.trade.analysis !== undefined ? prop.Order.action.trade.analysis : undefined,
|
@@ -5370,6 +4895,9 @@ export const TakeProfit = {
|
|
5370
4895
|
total: item.total !== undefined ? {
|
5371
4896
|
set: item.total
|
5372
4897
|
} : undefined,
|
4898
|
+
optionType: item.optionType !== undefined ? {
|
4899
|
+
set: item.optionType
|
4900
|
+
} : undefined,
|
5373
4901
|
signal: item.signal !== undefined ? {
|
5374
4902
|
set: item.signal
|
5375
4903
|
} : undefined,
|
@@ -5393,6 +4921,7 @@ export const TakeProfit = {
|
|
5393
4921
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5394
4922
|
price: item.price !== undefined ? item.price : undefined,
|
5395
4923
|
total: item.total !== undefined ? item.total : undefined,
|
4924
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5396
4925
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5397
4926
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5398
4927
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5570,6 +5099,7 @@ export const TakeProfit = {
|
|
5570
5099
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5571
5100
|
price: item.price !== undefined ? item.price : undefined,
|
5572
5101
|
total: item.total !== undefined ? item.total : undefined,
|
5102
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5573
5103
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5574
5104
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5575
5105
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5727,6 +5257,7 @@ export const TakeProfit = {
|
|
5727
5257
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5728
5258
|
price: item.price !== undefined ? item.price : undefined,
|
5729
5259
|
total: item.total !== undefined ? item.total : undefined,
|
5260
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5730
5261
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5731
5262
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5732
5263
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -5813,6 +5344,7 @@ export const TakeProfit = {
|
|
5813
5344
|
qty: prop.Order.action.trade.qty !== undefined ? prop.Order.action.trade.qty : undefined,
|
5814
5345
|
price: prop.Order.action.trade.price !== undefined ? prop.Order.action.trade.price : undefined,
|
5815
5346
|
total: prop.Order.action.trade.total !== undefined ? prop.Order.action.trade.total : undefined,
|
5347
|
+
optionType: prop.Order.action.trade.optionType !== undefined ? prop.Order.action.trade.optionType : undefined,
|
5816
5348
|
signal: prop.Order.action.trade.signal !== undefined ? prop.Order.action.trade.signal : undefined,
|
5817
5349
|
strategy: prop.Order.action.trade.strategy !== undefined ? prop.Order.action.trade.strategy : undefined,
|
5818
5350
|
analysis: prop.Order.action.trade.analysis !== undefined ? prop.Order.action.trade.analysis : undefined,
|
@@ -5907,6 +5439,7 @@ export const TakeProfit = {
|
|
5907
5439
|
qty: item.qty !== undefined ? item.qty : undefined,
|
5908
5440
|
price: item.price !== undefined ? item.price : undefined,
|
5909
5441
|
total: item.total !== undefined ? item.total : undefined,
|
5442
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
5910
5443
|
signal: item.signal !== undefined ? item.signal : undefined,
|
5911
5444
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
5912
5445
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -6023,12 +5556,6 @@ export const TakeProfit = {
|
|
6023
5556
|
createdAt
|
6024
5557
|
updatedAt
|
6025
5558
|
orderId
|
6026
|
-
Order {
|
6027
|
-
id
|
6028
|
-
}
|
6029
|
-
}
|
6030
|
-
takeProfit {
|
6031
|
-
id
|
6032
5559
|
}
|
6033
5560
|
trailPrice
|
6034
5561
|
trailPercent
|
@@ -6072,9 +5599,6 @@ export const TakeProfit = {
|
|
6072
5599
|
stripeCurrentPeriodEnd
|
6073
5600
|
createdAt
|
6074
5601
|
updatedAt
|
6075
|
-
users {
|
6076
|
-
id
|
6077
|
-
}
|
6078
5602
|
}
|
6079
5603
|
customerId
|
6080
5604
|
accounts {
|
@@ -6092,18 +5616,12 @@ export const TakeProfit = {
|
|
6092
5616
|
session_state
|
6093
5617
|
createdAt
|
6094
5618
|
updatedAt
|
6095
|
-
user {
|
6096
|
-
id
|
6097
|
-
}
|
6098
5619
|
}
|
6099
5620
|
sessions {
|
6100
5621
|
id
|
6101
5622
|
sessionToken
|
6102
5623
|
userId
|
6103
5624
|
expires
|
6104
|
-
user {
|
6105
|
-
id
|
6106
|
-
}
|
6107
5625
|
createdAt
|
6108
5626
|
updatedAt
|
6109
5627
|
}
|
@@ -6113,16 +5631,10 @@ export const TakeProfit = {
|
|
6113
5631
|
credentialID
|
6114
5632
|
publicKey
|
6115
5633
|
counter
|
6116
|
-
user {
|
6117
|
-
id
|
6118
|
-
}
|
6119
5634
|
createdAt
|
6120
5635
|
updatedAt
|
6121
5636
|
}
|
6122
5637
|
plan
|
6123
|
-
alpacaAccounts {
|
6124
|
-
id
|
6125
|
-
}
|
6126
5638
|
}
|
6127
5639
|
userId
|
6128
5640
|
createdAt
|
@@ -6134,6 +5646,7 @@ export const TakeProfit = {
|
|
6134
5646
|
qty
|
6135
5647
|
price
|
6136
5648
|
total
|
5649
|
+
optionType
|
6137
5650
|
signal
|
6138
5651
|
strategy
|
6139
5652
|
analysis
|
@@ -6142,9 +5655,6 @@ export const TakeProfit = {
|
|
6142
5655
|
createdAt
|
6143
5656
|
updatedAt
|
6144
5657
|
status
|
6145
|
-
alpacaAccount {
|
6146
|
-
id
|
6147
|
-
}
|
6148
5658
|
asset {
|
6149
5659
|
id
|
6150
5660
|
symbol
|
@@ -6204,18 +5714,9 @@ export const TakeProfit = {
|
|
6204
5714
|
buyPrice
|
6205
5715
|
createdAt
|
6206
5716
|
updatedAt
|
6207
|
-
trades {
|
6208
|
-
id
|
6209
|
-
}
|
6210
|
-
orders {
|
6211
|
-
id
|
6212
|
-
}
|
6213
5717
|
positions {
|
6214
5718
|
id
|
6215
5719
|
assetId
|
6216
|
-
asset {
|
6217
|
-
id
|
6218
|
-
}
|
6219
5720
|
averageEntryPrice
|
6220
5721
|
qty
|
6221
5722
|
qtyAvailable
|
@@ -6229,9 +5730,6 @@ export const TakeProfit = {
|
|
6229
5730
|
lastTradePrice
|
6230
5731
|
changeToday
|
6231
5732
|
assetMarginable
|
6232
|
-
alpacaAccount {
|
6233
|
-
id
|
6234
|
-
}
|
6235
5733
|
alpacaAccountId
|
6236
5734
|
}
|
6237
5735
|
newsMentions {
|
@@ -6256,12 +5754,6 @@ export const TakeProfit = {
|
|
6256
5754
|
logo
|
6257
5755
|
createdAt
|
6258
5756
|
updatedAt
|
6259
|
-
assets {
|
6260
|
-
id
|
6261
|
-
}
|
6262
|
-
}
|
6263
|
-
asset {
|
6264
|
-
id
|
6265
5757
|
}
|
6266
5758
|
relevancyScore
|
6267
5759
|
sentimentScore
|
@@ -6276,17 +5768,8 @@ export const TakeProfit = {
|
|
6276
5768
|
note
|
6277
5769
|
status
|
6278
5770
|
fee
|
6279
|
-
trade {
|
6280
|
-
id
|
6281
|
-
}
|
6282
|
-
order {
|
6283
|
-
id
|
6284
|
-
}
|
6285
5771
|
}
|
6286
5772
|
}
|
6287
|
-
orders {
|
6288
|
-
id
|
6289
|
-
}
|
6290
5773
|
positions {
|
6291
5774
|
id
|
6292
5775
|
assetId
|
@@ -6356,6 +5839,7 @@ export const TakeProfit = {
|
|
6356
5839
|
qty
|
6357
5840
|
price
|
6358
5841
|
total
|
5842
|
+
optionType
|
6359
5843
|
signal
|
6360
5844
|
strategy
|
6361
5845
|
analysis
|
@@ -6364,12 +5848,6 @@ export const TakeProfit = {
|
|
6364
5848
|
createdAt
|
6365
5849
|
updatedAt
|
6366
5850
|
status
|
6367
|
-
alpacaAccount {
|
6368
|
-
id
|
6369
|
-
}
|
6370
|
-
asset {
|
6371
|
-
id
|
6372
|
-
}
|
6373
5851
|
actions {
|
6374
5852
|
id
|
6375
5853
|
sequence
|
@@ -6378,20 +5856,8 @@ export const TakeProfit = {
|
|
6378
5856
|
note
|
6379
5857
|
status
|
6380
5858
|
fee
|
6381
|
-
trade {
|
6382
|
-
id
|
6383
|
-
}
|
6384
|
-
order {
|
6385
|
-
id
|
6386
|
-
}
|
6387
5859
|
}
|
6388
5860
|
}
|
6389
|
-
orders {
|
6390
|
-
id
|
6391
|
-
}
|
6392
|
-
positions {
|
6393
|
-
id
|
6394
|
-
}
|
6395
5861
|
newsMentions {
|
6396
5862
|
id
|
6397
5863
|
assetId
|
@@ -6414,12 +5880,6 @@ export const TakeProfit = {
|
|
6414
5880
|
logo
|
6415
5881
|
createdAt
|
6416
5882
|
updatedAt
|
6417
|
-
assets {
|
6418
|
-
id
|
6419
|
-
}
|
6420
|
-
}
|
6421
|
-
asset {
|
6422
|
-
id
|
6423
5883
|
}
|
6424
5884
|
relevancyScore
|
6425
5885
|
sentimentScore
|
@@ -6439,9 +5899,6 @@ export const TakeProfit = {
|
|
6439
5899
|
lastTradePrice
|
6440
5900
|
changeToday
|
6441
5901
|
assetMarginable
|
6442
|
-
alpacaAccount {
|
6443
|
-
id
|
6444
|
-
}
|
6445
5902
|
alpacaAccountId
|
6446
5903
|
}
|
6447
5904
|
alerts {
|
@@ -6452,9 +5909,6 @@ export const TakeProfit = {
|
|
6452
5909
|
isRead
|
6453
5910
|
createdAt
|
6454
5911
|
updatedAt
|
6455
|
-
alpacaAccount {
|
6456
|
-
id
|
6457
|
-
}
|
6458
5912
|
}
|
6459
5913
|
}
|
6460
5914
|
action {
|
@@ -6472,6 +5926,7 @@ export const TakeProfit = {
|
|
6472
5926
|
qty
|
6473
5927
|
price
|
6474
5928
|
total
|
5929
|
+
optionType
|
6475
5930
|
signal
|
6476
5931
|
strategy
|
6477
5932
|
analysis
|
@@ -6512,9 +5967,6 @@ export const TakeProfit = {
|
|
6512
5967
|
stripeCurrentPeriodEnd
|
6513
5968
|
createdAt
|
6514
5969
|
updatedAt
|
6515
|
-
users {
|
6516
|
-
id
|
6517
|
-
}
|
6518
5970
|
}
|
6519
5971
|
customerId
|
6520
5972
|
accounts {
|
@@ -6532,18 +5984,12 @@ export const TakeProfit = {
|
|
6532
5984
|
session_state
|
6533
5985
|
createdAt
|
6534
5986
|
updatedAt
|
6535
|
-
user {
|
6536
|
-
id
|
6537
|
-
}
|
6538
5987
|
}
|
6539
5988
|
sessions {
|
6540
5989
|
id
|
6541
5990
|
sessionToken
|
6542
5991
|
userId
|
6543
5992
|
expires
|
6544
|
-
user {
|
6545
|
-
id
|
6546
|
-
}
|
6547
5993
|
createdAt
|
6548
5994
|
updatedAt
|
6549
5995
|
}
|
@@ -6553,26 +5999,14 @@ export const TakeProfit = {
|
|
6553
5999
|
credentialID
|
6554
6000
|
publicKey
|
6555
6001
|
counter
|
6556
|
-
user {
|
6557
|
-
id
|
6558
|
-
}
|
6559
6002
|
createdAt
|
6560
6003
|
updatedAt
|
6561
6004
|
}
|
6562
6005
|
plan
|
6563
|
-
alpacaAccounts {
|
6564
|
-
id
|
6565
|
-
}
|
6566
6006
|
}
|
6567
6007
|
userId
|
6568
6008
|
createdAt
|
6569
6009
|
updatedAt
|
6570
|
-
trades {
|
6571
|
-
id
|
6572
|
-
}
|
6573
|
-
orders {
|
6574
|
-
id
|
6575
|
-
}
|
6576
6010
|
positions {
|
6577
6011
|
id
|
6578
6012
|
assetId
|
@@ -6635,15 +6069,6 @@ export const TakeProfit = {
|
|
6635
6069
|
buyPrice
|
6636
6070
|
createdAt
|
6637
6071
|
updatedAt
|
6638
|
-
trades {
|
6639
|
-
id
|
6640
|
-
}
|
6641
|
-
orders {
|
6642
|
-
id
|
6643
|
-
}
|
6644
|
-
positions {
|
6645
|
-
id
|
6646
|
-
}
|
6647
6072
|
newsMentions {
|
6648
6073
|
id
|
6649
6074
|
assetId
|
@@ -6666,12 +6091,6 @@ export const TakeProfit = {
|
|
6666
6091
|
logo
|
6667
6092
|
createdAt
|
6668
6093
|
updatedAt
|
6669
|
-
assets {
|
6670
|
-
id
|
6671
|
-
}
|
6672
|
-
}
|
6673
|
-
asset {
|
6674
|
-
id
|
6675
6094
|
}
|
6676
6095
|
relevancyScore
|
6677
6096
|
sentimentScore
|
@@ -6691,9 +6110,6 @@ export const TakeProfit = {
|
|
6691
6110
|
lastTradePrice
|
6692
6111
|
changeToday
|
6693
6112
|
assetMarginable
|
6694
|
-
alpacaAccount {
|
6695
|
-
id
|
6696
|
-
}
|
6697
6113
|
alpacaAccountId
|
6698
6114
|
}
|
6699
6115
|
alerts {
|
@@ -6704,9 +6120,6 @@ export const TakeProfit = {
|
|
6704
6120
|
isRead
|
6705
6121
|
createdAt
|
6706
6122
|
updatedAt
|
6707
|
-
alpacaAccount {
|
6708
|
-
id
|
6709
|
-
}
|
6710
6123
|
}
|
6711
6124
|
}
|
6712
6125
|
asset {
|
@@ -6768,18 +6181,9 @@ export const TakeProfit = {
|
|
6768
6181
|
buyPrice
|
6769
6182
|
createdAt
|
6770
6183
|
updatedAt
|
6771
|
-
trades {
|
6772
|
-
id
|
6773
|
-
}
|
6774
|
-
orders {
|
6775
|
-
id
|
6776
|
-
}
|
6777
6184
|
positions {
|
6778
6185
|
id
|
6779
6186
|
assetId
|
6780
|
-
asset {
|
6781
|
-
id
|
6782
|
-
}
|
6783
6187
|
averageEntryPrice
|
6784
6188
|
qty
|
6785
6189
|
qtyAvailable
|
@@ -6825,9 +6229,6 @@ export const TakeProfit = {
|
|
6825
6229
|
stripeCurrentPeriodEnd
|
6826
6230
|
createdAt
|
6827
6231
|
updatedAt
|
6828
|
-
users {
|
6829
|
-
id
|
6830
|
-
}
|
6831
6232
|
}
|
6832
6233
|
customerId
|
6833
6234
|
accounts {
|
@@ -6845,18 +6246,12 @@ export const TakeProfit = {
|
|
6845
6246
|
session_state
|
6846
6247
|
createdAt
|
6847
6248
|
updatedAt
|
6848
|
-
user {
|
6849
|
-
id
|
6850
|
-
}
|
6851
6249
|
}
|
6852
6250
|
sessions {
|
6853
6251
|
id
|
6854
6252
|
sessionToken
|
6855
6253
|
userId
|
6856
6254
|
expires
|
6857
|
-
user {
|
6858
|
-
id
|
6859
|
-
}
|
6860
6255
|
createdAt
|
6861
6256
|
updatedAt
|
6862
6257
|
}
|
@@ -6866,29 +6261,14 @@ export const TakeProfit = {
|
|
6866
6261
|
credentialID
|
6867
6262
|
publicKey
|
6868
6263
|
counter
|
6869
|
-
user {
|
6870
|
-
id
|
6871
|
-
}
|
6872
6264
|
createdAt
|
6873
6265
|
updatedAt
|
6874
6266
|
}
|
6875
6267
|
plan
|
6876
|
-
alpacaAccounts {
|
6877
|
-
id
|
6878
|
-
}
|
6879
6268
|
}
|
6880
6269
|
userId
|
6881
6270
|
createdAt
|
6882
6271
|
updatedAt
|
6883
|
-
trades {
|
6884
|
-
id
|
6885
|
-
}
|
6886
|
-
orders {
|
6887
|
-
id
|
6888
|
-
}
|
6889
|
-
positions {
|
6890
|
-
id
|
6891
|
-
}
|
6892
6272
|
alerts {
|
6893
6273
|
id
|
6894
6274
|
alpacaAccountId
|
@@ -6897,9 +6277,6 @@ export const TakeProfit = {
|
|
6897
6277
|
isRead
|
6898
6278
|
createdAt
|
6899
6279
|
updatedAt
|
6900
|
-
alpacaAccount {
|
6901
|
-
id
|
6902
|
-
}
|
6903
6280
|
}
|
6904
6281
|
}
|
6905
6282
|
alpacaAccountId
|
@@ -6926,24 +6303,12 @@ export const TakeProfit = {
|
|
6926
6303
|
logo
|
6927
6304
|
createdAt
|
6928
6305
|
updatedAt
|
6929
|
-
assets {
|
6930
|
-
id
|
6931
|
-
}
|
6932
|
-
}
|
6933
|
-
asset {
|
6934
|
-
id
|
6935
6306
|
}
|
6936
6307
|
relevancyScore
|
6937
6308
|
sentimentScore
|
6938
6309
|
sentimentLabel
|
6939
6310
|
}
|
6940
6311
|
}
|
6941
|
-
actions {
|
6942
|
-
id
|
6943
|
-
}
|
6944
|
-
}
|
6945
|
-
order {
|
6946
|
-
id
|
6947
6312
|
}
|
6948
6313
|
}
|
6949
6314
|
asset {
|
@@ -7012,6 +6377,7 @@ export const TakeProfit = {
|
|
7012
6377
|
qty
|
7013
6378
|
price
|
7014
6379
|
total
|
6380
|
+
optionType
|
7015
6381
|
signal
|
7016
6382
|
strategy
|
7017
6383
|
analysis
|
@@ -7052,9 +6418,6 @@ export const TakeProfit = {
|
|
7052
6418
|
stripeCurrentPeriodEnd
|
7053
6419
|
createdAt
|
7054
6420
|
updatedAt
|
7055
|
-
users {
|
7056
|
-
id
|
7057
|
-
}
|
7058
6421
|
}
|
7059
6422
|
customerId
|
7060
6423
|
accounts {
|
@@ -7072,18 +6435,12 @@ export const TakeProfit = {
|
|
7072
6435
|
session_state
|
7073
6436
|
createdAt
|
7074
6437
|
updatedAt
|
7075
|
-
user {
|
7076
|
-
id
|
7077
|
-
}
|
7078
6438
|
}
|
7079
6439
|
sessions {
|
7080
6440
|
id
|
7081
6441
|
sessionToken
|
7082
6442
|
userId
|
7083
6443
|
expires
|
7084
|
-
user {
|
7085
|
-
id
|
7086
|
-
}
|
7087
6444
|
createdAt
|
7088
6445
|
updatedAt
|
7089
6446
|
}
|
@@ -7093,32 +6450,17 @@ export const TakeProfit = {
|
|
7093
6450
|
credentialID
|
7094
6451
|
publicKey
|
7095
6452
|
counter
|
7096
|
-
user {
|
7097
|
-
id
|
7098
|
-
}
|
7099
6453
|
createdAt
|
7100
6454
|
updatedAt
|
7101
6455
|
}
|
7102
6456
|
plan
|
7103
|
-
alpacaAccounts {
|
7104
|
-
id
|
7105
|
-
}
|
7106
6457
|
}
|
7107
6458
|
userId
|
7108
6459
|
createdAt
|
7109
6460
|
updatedAt
|
7110
|
-
trades {
|
7111
|
-
id
|
7112
|
-
}
|
7113
|
-
orders {
|
7114
|
-
id
|
7115
|
-
}
|
7116
6461
|
positions {
|
7117
6462
|
id
|
7118
6463
|
assetId
|
7119
|
-
asset {
|
7120
|
-
id
|
7121
|
-
}
|
7122
6464
|
averageEntryPrice
|
7123
6465
|
qty
|
7124
6466
|
qtyAvailable
|
@@ -7132,9 +6474,6 @@ export const TakeProfit = {
|
|
7132
6474
|
lastTradePrice
|
7133
6475
|
changeToday
|
7134
6476
|
assetMarginable
|
7135
|
-
alpacaAccount {
|
7136
|
-
id
|
7137
|
-
}
|
7138
6477
|
alpacaAccountId
|
7139
6478
|
}
|
7140
6479
|
alerts {
|
@@ -7145,14 +6484,8 @@ export const TakeProfit = {
|
|
7145
6484
|
isRead
|
7146
6485
|
createdAt
|
7147
6486
|
updatedAt
|
7148
|
-
alpacaAccount {
|
7149
|
-
id
|
7150
|
-
}
|
7151
6487
|
}
|
7152
6488
|
}
|
7153
|
-
asset {
|
7154
|
-
id
|
7155
|
-
}
|
7156
6489
|
actions {
|
7157
6490
|
id
|
7158
6491
|
sequence
|
@@ -7161,23 +6494,11 @@ export const TakeProfit = {
|
|
7161
6494
|
note
|
7162
6495
|
status
|
7163
6496
|
fee
|
7164
|
-
trade {
|
7165
|
-
id
|
7166
|
-
}
|
7167
|
-
order {
|
7168
|
-
id
|
7169
|
-
}
|
7170
6497
|
}
|
7171
6498
|
}
|
7172
|
-
orders {
|
7173
|
-
id
|
7174
|
-
}
|
7175
6499
|
positions {
|
7176
6500
|
id
|
7177
6501
|
assetId
|
7178
|
-
asset {
|
7179
|
-
id
|
7180
|
-
}
|
7181
6502
|
averageEntryPrice
|
7182
6503
|
qty
|
7183
6504
|
qtyAvailable
|
@@ -7223,9 +6544,6 @@ export const TakeProfit = {
|
|
7223
6544
|
stripeCurrentPeriodEnd
|
7224
6545
|
createdAt
|
7225
6546
|
updatedAt
|
7226
|
-
users {
|
7227
|
-
id
|
7228
|
-
}
|
7229
6547
|
}
|
7230
6548
|
customerId
|
7231
6549
|
accounts {
|
@@ -7243,18 +6561,12 @@ export const TakeProfit = {
|
|
7243
6561
|
session_state
|
7244
6562
|
createdAt
|
7245
6563
|
updatedAt
|
7246
|
-
user {
|
7247
|
-
id
|
7248
|
-
}
|
7249
6564
|
}
|
7250
6565
|
sessions {
|
7251
6566
|
id
|
7252
6567
|
sessionToken
|
7253
6568
|
userId
|
7254
6569
|
expires
|
7255
|
-
user {
|
7256
|
-
id
|
7257
|
-
}
|
7258
6570
|
createdAt
|
7259
6571
|
updatedAt
|
7260
6572
|
}
|
@@ -7264,16 +6576,10 @@ export const TakeProfit = {
|
|
7264
6576
|
credentialID
|
7265
6577
|
publicKey
|
7266
6578
|
counter
|
7267
|
-
user {
|
7268
|
-
id
|
7269
|
-
}
|
7270
6579
|
createdAt
|
7271
6580
|
updatedAt
|
7272
6581
|
}
|
7273
6582
|
plan
|
7274
|
-
alpacaAccounts {
|
7275
|
-
id
|
7276
|
-
}
|
7277
6583
|
}
|
7278
6584
|
userId
|
7279
6585
|
createdAt
|
@@ -7285,6 +6591,7 @@ export const TakeProfit = {
|
|
7285
6591
|
qty
|
7286
6592
|
price
|
7287
6593
|
total
|
6594
|
+
optionType
|
7288
6595
|
signal
|
7289
6596
|
strategy
|
7290
6597
|
analysis
|
@@ -7293,12 +6600,6 @@ export const TakeProfit = {
|
|
7293
6600
|
createdAt
|
7294
6601
|
updatedAt
|
7295
6602
|
status
|
7296
|
-
alpacaAccount {
|
7297
|
-
id
|
7298
|
-
}
|
7299
|
-
asset {
|
7300
|
-
id
|
7301
|
-
}
|
7302
6603
|
actions {
|
7303
6604
|
id
|
7304
6605
|
sequence
|
@@ -7307,20 +6608,8 @@ export const TakeProfit = {
|
|
7307
6608
|
note
|
7308
6609
|
status
|
7309
6610
|
fee
|
7310
|
-
trade {
|
7311
|
-
id
|
7312
|
-
}
|
7313
|
-
order {
|
7314
|
-
id
|
7315
|
-
}
|
7316
6611
|
}
|
7317
6612
|
}
|
7318
|
-
orders {
|
7319
|
-
id
|
7320
|
-
}
|
7321
|
-
positions {
|
7322
|
-
id
|
7323
|
-
}
|
7324
6613
|
alerts {
|
7325
6614
|
id
|
7326
6615
|
alpacaAccountId
|
@@ -7329,9 +6618,6 @@ export const TakeProfit = {
|
|
7329
6618
|
isRead
|
7330
6619
|
createdAt
|
7331
6620
|
updatedAt
|
7332
|
-
alpacaAccount {
|
7333
|
-
id
|
7334
|
-
}
|
7335
6621
|
}
|
7336
6622
|
}
|
7337
6623
|
alpacaAccountId
|
@@ -7358,12 +6644,6 @@ export const TakeProfit = {
|
|
7358
6644
|
logo
|
7359
6645
|
createdAt
|
7360
6646
|
updatedAt
|
7361
|
-
assets {
|
7362
|
-
id
|
7363
|
-
}
|
7364
|
-
}
|
7365
|
-
asset {
|
7366
|
-
id
|
7367
6647
|
}
|
7368
6648
|
relevancyScore
|
7369
6649
|
sentimentScore
|
@@ -7437,12 +6717,6 @@ export const TakeProfit = {
|
|
7437
6717
|
createdAt
|
7438
6718
|
updatedAt
|
7439
6719
|
orderId
|
7440
|
-
Order {
|
7441
|
-
id
|
7442
|
-
}
|
7443
|
-
}
|
7444
|
-
takeProfit {
|
7445
|
-
id
|
7446
6720
|
}
|
7447
6721
|
trailPrice
|
7448
6722
|
trailPercent
|
@@ -7486,9 +6760,6 @@ export const TakeProfit = {
|
|
7486
6760
|
stripeCurrentPeriodEnd
|
7487
6761
|
createdAt
|
7488
6762
|
updatedAt
|
7489
|
-
users {
|
7490
|
-
id
|
7491
|
-
}
|
7492
6763
|
}
|
7493
6764
|
customerId
|
7494
6765
|
accounts {
|
@@ -7506,18 +6777,12 @@ export const TakeProfit = {
|
|
7506
6777
|
session_state
|
7507
6778
|
createdAt
|
7508
6779
|
updatedAt
|
7509
|
-
user {
|
7510
|
-
id
|
7511
|
-
}
|
7512
6780
|
}
|
7513
6781
|
sessions {
|
7514
6782
|
id
|
7515
6783
|
sessionToken
|
7516
6784
|
userId
|
7517
6785
|
expires
|
7518
|
-
user {
|
7519
|
-
id
|
7520
|
-
}
|
7521
6786
|
createdAt
|
7522
6787
|
updatedAt
|
7523
6788
|
}
|
@@ -7527,16 +6792,10 @@ export const TakeProfit = {
|
|
7527
6792
|
credentialID
|
7528
6793
|
publicKey
|
7529
6794
|
counter
|
7530
|
-
user {
|
7531
|
-
id
|
7532
|
-
}
|
7533
6795
|
createdAt
|
7534
6796
|
updatedAt
|
7535
6797
|
}
|
7536
6798
|
plan
|
7537
|
-
alpacaAccounts {
|
7538
|
-
id
|
7539
|
-
}
|
7540
6799
|
}
|
7541
6800
|
userId
|
7542
6801
|
createdAt
|
@@ -7548,6 +6807,7 @@ export const TakeProfit = {
|
|
7548
6807
|
qty
|
7549
6808
|
price
|
7550
6809
|
total
|
6810
|
+
optionType
|
7551
6811
|
signal
|
7552
6812
|
strategy
|
7553
6813
|
analysis
|
@@ -7556,9 +6816,6 @@ export const TakeProfit = {
|
|
7556
6816
|
createdAt
|
7557
6817
|
updatedAt
|
7558
6818
|
status
|
7559
|
-
alpacaAccount {
|
7560
|
-
id
|
7561
|
-
}
|
7562
6819
|
asset {
|
7563
6820
|
id
|
7564
6821
|
symbol
|
@@ -7618,18 +6875,9 @@ export const TakeProfit = {
|
|
7618
6875
|
buyPrice
|
7619
6876
|
createdAt
|
7620
6877
|
updatedAt
|
7621
|
-
trades {
|
7622
|
-
id
|
7623
|
-
}
|
7624
|
-
orders {
|
7625
|
-
id
|
7626
|
-
}
|
7627
6878
|
positions {
|
7628
6879
|
id
|
7629
6880
|
assetId
|
7630
|
-
asset {
|
7631
|
-
id
|
7632
|
-
}
|
7633
6881
|
averageEntryPrice
|
7634
6882
|
qty
|
7635
6883
|
qtyAvailable
|
@@ -7643,9 +6891,6 @@ export const TakeProfit = {
|
|
7643
6891
|
lastTradePrice
|
7644
6892
|
changeToday
|
7645
6893
|
assetMarginable
|
7646
|
-
alpacaAccount {
|
7647
|
-
id
|
7648
|
-
}
|
7649
6894
|
alpacaAccountId
|
7650
6895
|
}
|
7651
6896
|
newsMentions {
|
@@ -7670,12 +6915,6 @@ export const TakeProfit = {
|
|
7670
6915
|
logo
|
7671
6916
|
createdAt
|
7672
6917
|
updatedAt
|
7673
|
-
assets {
|
7674
|
-
id
|
7675
|
-
}
|
7676
|
-
}
|
7677
|
-
asset {
|
7678
|
-
id
|
7679
6918
|
}
|
7680
6919
|
relevancyScore
|
7681
6920
|
sentimentScore
|
@@ -7690,17 +6929,8 @@ export const TakeProfit = {
|
|
7690
6929
|
note
|
7691
6930
|
status
|
7692
6931
|
fee
|
7693
|
-
trade {
|
7694
|
-
id
|
7695
|
-
}
|
7696
|
-
order {
|
7697
|
-
id
|
7698
|
-
}
|
7699
6932
|
}
|
7700
6933
|
}
|
7701
|
-
orders {
|
7702
|
-
id
|
7703
|
-
}
|
7704
6934
|
positions {
|
7705
6935
|
id
|
7706
6936
|
assetId
|
@@ -7770,6 +7000,7 @@ export const TakeProfit = {
|
|
7770
7000
|
qty
|
7771
7001
|
price
|
7772
7002
|
total
|
7003
|
+
optionType
|
7773
7004
|
signal
|
7774
7005
|
strategy
|
7775
7006
|
analysis
|
@@ -7778,12 +7009,6 @@ export const TakeProfit = {
|
|
7778
7009
|
createdAt
|
7779
7010
|
updatedAt
|
7780
7011
|
status
|
7781
|
-
alpacaAccount {
|
7782
|
-
id
|
7783
|
-
}
|
7784
|
-
asset {
|
7785
|
-
id
|
7786
|
-
}
|
7787
7012
|
actions {
|
7788
7013
|
id
|
7789
7014
|
sequence
|
@@ -7792,20 +7017,8 @@ export const TakeProfit = {
|
|
7792
7017
|
note
|
7793
7018
|
status
|
7794
7019
|
fee
|
7795
|
-
trade {
|
7796
|
-
id
|
7797
|
-
}
|
7798
|
-
order {
|
7799
|
-
id
|
7800
|
-
}
|
7801
7020
|
}
|
7802
7021
|
}
|
7803
|
-
orders {
|
7804
|
-
id
|
7805
|
-
}
|
7806
|
-
positions {
|
7807
|
-
id
|
7808
|
-
}
|
7809
7022
|
newsMentions {
|
7810
7023
|
id
|
7811
7024
|
assetId
|
@@ -7828,12 +7041,6 @@ export const TakeProfit = {
|
|
7828
7041
|
logo
|
7829
7042
|
createdAt
|
7830
7043
|
updatedAt
|
7831
|
-
assets {
|
7832
|
-
id
|
7833
|
-
}
|
7834
|
-
}
|
7835
|
-
asset {
|
7836
|
-
id
|
7837
7044
|
}
|
7838
7045
|
relevancyScore
|
7839
7046
|
sentimentScore
|
@@ -7853,9 +7060,6 @@ export const TakeProfit = {
|
|
7853
7060
|
lastTradePrice
|
7854
7061
|
changeToday
|
7855
7062
|
assetMarginable
|
7856
|
-
alpacaAccount {
|
7857
|
-
id
|
7858
|
-
}
|
7859
7063
|
alpacaAccountId
|
7860
7064
|
}
|
7861
7065
|
alerts {
|
@@ -7866,9 +7070,6 @@ export const TakeProfit = {
|
|
7866
7070
|
isRead
|
7867
7071
|
createdAt
|
7868
7072
|
updatedAt
|
7869
|
-
alpacaAccount {
|
7870
|
-
id
|
7871
|
-
}
|
7872
7073
|
}
|
7873
7074
|
}
|
7874
7075
|
action {
|
@@ -7886,6 +7087,7 @@ export const TakeProfit = {
|
|
7886
7087
|
qty
|
7887
7088
|
price
|
7888
7089
|
total
|
7090
|
+
optionType
|
7889
7091
|
signal
|
7890
7092
|
strategy
|
7891
7093
|
analysis
|
@@ -7926,9 +7128,6 @@ export const TakeProfit = {
|
|
7926
7128
|
stripeCurrentPeriodEnd
|
7927
7129
|
createdAt
|
7928
7130
|
updatedAt
|
7929
|
-
users {
|
7930
|
-
id
|
7931
|
-
}
|
7932
7131
|
}
|
7933
7132
|
customerId
|
7934
7133
|
accounts {
|
@@ -7946,18 +7145,12 @@ export const TakeProfit = {
|
|
7946
7145
|
session_state
|
7947
7146
|
createdAt
|
7948
7147
|
updatedAt
|
7949
|
-
user {
|
7950
|
-
id
|
7951
|
-
}
|
7952
7148
|
}
|
7953
7149
|
sessions {
|
7954
7150
|
id
|
7955
7151
|
sessionToken
|
7956
7152
|
userId
|
7957
7153
|
expires
|
7958
|
-
user {
|
7959
|
-
id
|
7960
|
-
}
|
7961
7154
|
createdAt
|
7962
7155
|
updatedAt
|
7963
7156
|
}
|
@@ -7967,26 +7160,14 @@ export const TakeProfit = {
|
|
7967
7160
|
credentialID
|
7968
7161
|
publicKey
|
7969
7162
|
counter
|
7970
|
-
user {
|
7971
|
-
id
|
7972
|
-
}
|
7973
7163
|
createdAt
|
7974
7164
|
updatedAt
|
7975
7165
|
}
|
7976
7166
|
plan
|
7977
|
-
alpacaAccounts {
|
7978
|
-
id
|
7979
|
-
}
|
7980
7167
|
}
|
7981
7168
|
userId
|
7982
7169
|
createdAt
|
7983
7170
|
updatedAt
|
7984
|
-
trades {
|
7985
|
-
id
|
7986
|
-
}
|
7987
|
-
orders {
|
7988
|
-
id
|
7989
|
-
}
|
7990
7171
|
positions {
|
7991
7172
|
id
|
7992
7173
|
assetId
|
@@ -8049,15 +7230,6 @@ export const TakeProfit = {
|
|
8049
7230
|
buyPrice
|
8050
7231
|
createdAt
|
8051
7232
|
updatedAt
|
8052
|
-
trades {
|
8053
|
-
id
|
8054
|
-
}
|
8055
|
-
orders {
|
8056
|
-
id
|
8057
|
-
}
|
8058
|
-
positions {
|
8059
|
-
id
|
8060
|
-
}
|
8061
7233
|
newsMentions {
|
8062
7234
|
id
|
8063
7235
|
assetId
|
@@ -8080,12 +7252,6 @@ export const TakeProfit = {
|
|
8080
7252
|
logo
|
8081
7253
|
createdAt
|
8082
7254
|
updatedAt
|
8083
|
-
assets {
|
8084
|
-
id
|
8085
|
-
}
|
8086
|
-
}
|
8087
|
-
asset {
|
8088
|
-
id
|
8089
7255
|
}
|
8090
7256
|
relevancyScore
|
8091
7257
|
sentimentScore
|
@@ -8105,9 +7271,6 @@ export const TakeProfit = {
|
|
8105
7271
|
lastTradePrice
|
8106
7272
|
changeToday
|
8107
7273
|
assetMarginable
|
8108
|
-
alpacaAccount {
|
8109
|
-
id
|
8110
|
-
}
|
8111
7274
|
alpacaAccountId
|
8112
7275
|
}
|
8113
7276
|
alerts {
|
@@ -8118,9 +7281,6 @@ export const TakeProfit = {
|
|
8118
7281
|
isRead
|
8119
7282
|
createdAt
|
8120
7283
|
updatedAt
|
8121
|
-
alpacaAccount {
|
8122
|
-
id
|
8123
|
-
}
|
8124
7284
|
}
|
8125
7285
|
}
|
8126
7286
|
asset {
|
@@ -8182,18 +7342,9 @@ export const TakeProfit = {
|
|
8182
7342
|
buyPrice
|
8183
7343
|
createdAt
|
8184
7344
|
updatedAt
|
8185
|
-
trades {
|
8186
|
-
id
|
8187
|
-
}
|
8188
|
-
orders {
|
8189
|
-
id
|
8190
|
-
}
|
8191
7345
|
positions {
|
8192
7346
|
id
|
8193
7347
|
assetId
|
8194
|
-
asset {
|
8195
|
-
id
|
8196
|
-
}
|
8197
7348
|
averageEntryPrice
|
8198
7349
|
qty
|
8199
7350
|
qtyAvailable
|
@@ -8239,9 +7390,6 @@ export const TakeProfit = {
|
|
8239
7390
|
stripeCurrentPeriodEnd
|
8240
7391
|
createdAt
|
8241
7392
|
updatedAt
|
8242
|
-
users {
|
8243
|
-
id
|
8244
|
-
}
|
8245
7393
|
}
|
8246
7394
|
customerId
|
8247
7395
|
accounts {
|
@@ -8259,18 +7407,12 @@ export const TakeProfit = {
|
|
8259
7407
|
session_state
|
8260
7408
|
createdAt
|
8261
7409
|
updatedAt
|
8262
|
-
user {
|
8263
|
-
id
|
8264
|
-
}
|
8265
7410
|
}
|
8266
7411
|
sessions {
|
8267
7412
|
id
|
8268
7413
|
sessionToken
|
8269
7414
|
userId
|
8270
7415
|
expires
|
8271
|
-
user {
|
8272
|
-
id
|
8273
|
-
}
|
8274
7416
|
createdAt
|
8275
7417
|
updatedAt
|
8276
7418
|
}
|
@@ -8280,29 +7422,14 @@ export const TakeProfit = {
|
|
8280
7422
|
credentialID
|
8281
7423
|
publicKey
|
8282
7424
|
counter
|
8283
|
-
user {
|
8284
|
-
id
|
8285
|
-
}
|
8286
7425
|
createdAt
|
8287
7426
|
updatedAt
|
8288
7427
|
}
|
8289
7428
|
plan
|
8290
|
-
alpacaAccounts {
|
8291
|
-
id
|
8292
|
-
}
|
8293
7429
|
}
|
8294
7430
|
userId
|
8295
7431
|
createdAt
|
8296
7432
|
updatedAt
|
8297
|
-
trades {
|
8298
|
-
id
|
8299
|
-
}
|
8300
|
-
orders {
|
8301
|
-
id
|
8302
|
-
}
|
8303
|
-
positions {
|
8304
|
-
id
|
8305
|
-
}
|
8306
7433
|
alerts {
|
8307
7434
|
id
|
8308
7435
|
alpacaAccountId
|
@@ -8311,9 +7438,6 @@ export const TakeProfit = {
|
|
8311
7438
|
isRead
|
8312
7439
|
createdAt
|
8313
7440
|
updatedAt
|
8314
|
-
alpacaAccount {
|
8315
|
-
id
|
8316
|
-
}
|
8317
7441
|
}
|
8318
7442
|
}
|
8319
7443
|
alpacaAccountId
|
@@ -8340,24 +7464,12 @@ export const TakeProfit = {
|
|
8340
7464
|
logo
|
8341
7465
|
createdAt
|
8342
7466
|
updatedAt
|
8343
|
-
assets {
|
8344
|
-
id
|
8345
|
-
}
|
8346
|
-
}
|
8347
|
-
asset {
|
8348
|
-
id
|
8349
7467
|
}
|
8350
7468
|
relevancyScore
|
8351
7469
|
sentimentScore
|
8352
7470
|
sentimentLabel
|
8353
7471
|
}
|
8354
7472
|
}
|
8355
|
-
actions {
|
8356
|
-
id
|
8357
|
-
}
|
8358
|
-
}
|
8359
|
-
order {
|
8360
|
-
id
|
8361
7473
|
}
|
8362
7474
|
}
|
8363
7475
|
asset {
|
@@ -8426,6 +7538,7 @@ export const TakeProfit = {
|
|
8426
7538
|
qty
|
8427
7539
|
price
|
8428
7540
|
total
|
7541
|
+
optionType
|
8429
7542
|
signal
|
8430
7543
|
strategy
|
8431
7544
|
analysis
|
@@ -8466,9 +7579,6 @@ export const TakeProfit = {
|
|
8466
7579
|
stripeCurrentPeriodEnd
|
8467
7580
|
createdAt
|
8468
7581
|
updatedAt
|
8469
|
-
users {
|
8470
|
-
id
|
8471
|
-
}
|
8472
7582
|
}
|
8473
7583
|
customerId
|
8474
7584
|
accounts {
|
@@ -8486,18 +7596,12 @@ export const TakeProfit = {
|
|
8486
7596
|
session_state
|
8487
7597
|
createdAt
|
8488
7598
|
updatedAt
|
8489
|
-
user {
|
8490
|
-
id
|
8491
|
-
}
|
8492
7599
|
}
|
8493
7600
|
sessions {
|
8494
7601
|
id
|
8495
7602
|
sessionToken
|
8496
7603
|
userId
|
8497
7604
|
expires
|
8498
|
-
user {
|
8499
|
-
id
|
8500
|
-
}
|
8501
7605
|
createdAt
|
8502
7606
|
updatedAt
|
8503
7607
|
}
|
@@ -8507,32 +7611,17 @@ export const TakeProfit = {
|
|
8507
7611
|
credentialID
|
8508
7612
|
publicKey
|
8509
7613
|
counter
|
8510
|
-
user {
|
8511
|
-
id
|
8512
|
-
}
|
8513
7614
|
createdAt
|
8514
7615
|
updatedAt
|
8515
7616
|
}
|
8516
7617
|
plan
|
8517
|
-
alpacaAccounts {
|
8518
|
-
id
|
8519
|
-
}
|
8520
7618
|
}
|
8521
7619
|
userId
|
8522
7620
|
createdAt
|
8523
7621
|
updatedAt
|
8524
|
-
trades {
|
8525
|
-
id
|
8526
|
-
}
|
8527
|
-
orders {
|
8528
|
-
id
|
8529
|
-
}
|
8530
7622
|
positions {
|
8531
7623
|
id
|
8532
7624
|
assetId
|
8533
|
-
asset {
|
8534
|
-
id
|
8535
|
-
}
|
8536
7625
|
averageEntryPrice
|
8537
7626
|
qty
|
8538
7627
|
qtyAvailable
|
@@ -8546,9 +7635,6 @@ export const TakeProfit = {
|
|
8546
7635
|
lastTradePrice
|
8547
7636
|
changeToday
|
8548
7637
|
assetMarginable
|
8549
|
-
alpacaAccount {
|
8550
|
-
id
|
8551
|
-
}
|
8552
7638
|
alpacaAccountId
|
8553
7639
|
}
|
8554
7640
|
alerts {
|
@@ -8559,14 +7645,8 @@ export const TakeProfit = {
|
|
8559
7645
|
isRead
|
8560
7646
|
createdAt
|
8561
7647
|
updatedAt
|
8562
|
-
alpacaAccount {
|
8563
|
-
id
|
8564
|
-
}
|
8565
7648
|
}
|
8566
7649
|
}
|
8567
|
-
asset {
|
8568
|
-
id
|
8569
|
-
}
|
8570
7650
|
actions {
|
8571
7651
|
id
|
8572
7652
|
sequence
|
@@ -8575,23 +7655,11 @@ export const TakeProfit = {
|
|
8575
7655
|
note
|
8576
7656
|
status
|
8577
7657
|
fee
|
8578
|
-
trade {
|
8579
|
-
id
|
8580
|
-
}
|
8581
|
-
order {
|
8582
|
-
id
|
8583
|
-
}
|
8584
7658
|
}
|
8585
7659
|
}
|
8586
|
-
orders {
|
8587
|
-
id
|
8588
|
-
}
|
8589
7660
|
positions {
|
8590
7661
|
id
|
8591
7662
|
assetId
|
8592
|
-
asset {
|
8593
|
-
id
|
8594
|
-
}
|
8595
7663
|
averageEntryPrice
|
8596
7664
|
qty
|
8597
7665
|
qtyAvailable
|
@@ -8637,9 +7705,6 @@ export const TakeProfit = {
|
|
8637
7705
|
stripeCurrentPeriodEnd
|
8638
7706
|
createdAt
|
8639
7707
|
updatedAt
|
8640
|
-
users {
|
8641
|
-
id
|
8642
|
-
}
|
8643
7708
|
}
|
8644
7709
|
customerId
|
8645
7710
|
accounts {
|
@@ -8657,18 +7722,12 @@ export const TakeProfit = {
|
|
8657
7722
|
session_state
|
8658
7723
|
createdAt
|
8659
7724
|
updatedAt
|
8660
|
-
user {
|
8661
|
-
id
|
8662
|
-
}
|
8663
7725
|
}
|
8664
7726
|
sessions {
|
8665
7727
|
id
|
8666
7728
|
sessionToken
|
8667
7729
|
userId
|
8668
7730
|
expires
|
8669
|
-
user {
|
8670
|
-
id
|
8671
|
-
}
|
8672
7731
|
createdAt
|
8673
7732
|
updatedAt
|
8674
7733
|
}
|
@@ -8678,16 +7737,10 @@ export const TakeProfit = {
|
|
8678
7737
|
credentialID
|
8679
7738
|
publicKey
|
8680
7739
|
counter
|
8681
|
-
user {
|
8682
|
-
id
|
8683
|
-
}
|
8684
7740
|
createdAt
|
8685
7741
|
updatedAt
|
8686
7742
|
}
|
8687
7743
|
plan
|
8688
|
-
alpacaAccounts {
|
8689
|
-
id
|
8690
|
-
}
|
8691
7744
|
}
|
8692
7745
|
userId
|
8693
7746
|
createdAt
|
@@ -8699,6 +7752,7 @@ export const TakeProfit = {
|
|
8699
7752
|
qty
|
8700
7753
|
price
|
8701
7754
|
total
|
7755
|
+
optionType
|
8702
7756
|
signal
|
8703
7757
|
strategy
|
8704
7758
|
analysis
|
@@ -8707,12 +7761,6 @@ export const TakeProfit = {
|
|
8707
7761
|
createdAt
|
8708
7762
|
updatedAt
|
8709
7763
|
status
|
8710
|
-
alpacaAccount {
|
8711
|
-
id
|
8712
|
-
}
|
8713
|
-
asset {
|
8714
|
-
id
|
8715
|
-
}
|
8716
7764
|
actions {
|
8717
7765
|
id
|
8718
7766
|
sequence
|
@@ -8721,20 +7769,8 @@ export const TakeProfit = {
|
|
8721
7769
|
note
|
8722
7770
|
status
|
8723
7771
|
fee
|
8724
|
-
trade {
|
8725
|
-
id
|
8726
|
-
}
|
8727
|
-
order {
|
8728
|
-
id
|
8729
|
-
}
|
8730
7772
|
}
|
8731
7773
|
}
|
8732
|
-
orders {
|
8733
|
-
id
|
8734
|
-
}
|
8735
|
-
positions {
|
8736
|
-
id
|
8737
|
-
}
|
8738
7774
|
alerts {
|
8739
7775
|
id
|
8740
7776
|
alpacaAccountId
|
@@ -8743,9 +7779,6 @@ export const TakeProfit = {
|
|
8743
7779
|
isRead
|
8744
7780
|
createdAt
|
8745
7781
|
updatedAt
|
8746
|
-
alpacaAccount {
|
8747
|
-
id
|
8748
|
-
}
|
8749
7782
|
}
|
8750
7783
|
}
|
8751
7784
|
alpacaAccountId
|
@@ -8772,12 +7805,6 @@ export const TakeProfit = {
|
|
8772
7805
|
logo
|
8773
7806
|
createdAt
|
8774
7807
|
updatedAt
|
8775
|
-
assets {
|
8776
|
-
id
|
8777
|
-
}
|
8778
|
-
}
|
8779
|
-
asset {
|
8780
|
-
id
|
8781
7808
|
}
|
8782
7809
|
relevancyScore
|
8783
7810
|
sentimentScore
|
@@ -8850,12 +7877,6 @@ export const TakeProfit = {
|
|
8850
7877
|
createdAt
|
8851
7878
|
updatedAt
|
8852
7879
|
orderId
|
8853
|
-
Order {
|
8854
|
-
id
|
8855
|
-
}
|
8856
|
-
}
|
8857
|
-
takeProfit {
|
8858
|
-
id
|
8859
7880
|
}
|
8860
7881
|
trailPrice
|
8861
7882
|
trailPercent
|
@@ -8899,9 +7920,6 @@ export const TakeProfit = {
|
|
8899
7920
|
stripeCurrentPeriodEnd
|
8900
7921
|
createdAt
|
8901
7922
|
updatedAt
|
8902
|
-
users {
|
8903
|
-
id
|
8904
|
-
}
|
8905
7923
|
}
|
8906
7924
|
customerId
|
8907
7925
|
accounts {
|
@@ -8919,18 +7937,12 @@ export const TakeProfit = {
|
|
8919
7937
|
session_state
|
8920
7938
|
createdAt
|
8921
7939
|
updatedAt
|
8922
|
-
user {
|
8923
|
-
id
|
8924
|
-
}
|
8925
7940
|
}
|
8926
7941
|
sessions {
|
8927
7942
|
id
|
8928
7943
|
sessionToken
|
8929
7944
|
userId
|
8930
7945
|
expires
|
8931
|
-
user {
|
8932
|
-
id
|
8933
|
-
}
|
8934
7946
|
createdAt
|
8935
7947
|
updatedAt
|
8936
7948
|
}
|
@@ -8940,16 +7952,10 @@ export const TakeProfit = {
|
|
8940
7952
|
credentialID
|
8941
7953
|
publicKey
|
8942
7954
|
counter
|
8943
|
-
user {
|
8944
|
-
id
|
8945
|
-
}
|
8946
7955
|
createdAt
|
8947
7956
|
updatedAt
|
8948
7957
|
}
|
8949
7958
|
plan
|
8950
|
-
alpacaAccounts {
|
8951
|
-
id
|
8952
|
-
}
|
8953
7959
|
}
|
8954
7960
|
userId
|
8955
7961
|
createdAt
|
@@ -8961,6 +7967,7 @@ export const TakeProfit = {
|
|
8961
7967
|
qty
|
8962
7968
|
price
|
8963
7969
|
total
|
7970
|
+
optionType
|
8964
7971
|
signal
|
8965
7972
|
strategy
|
8966
7973
|
analysis
|
@@ -8969,9 +7976,6 @@ export const TakeProfit = {
|
|
8969
7976
|
createdAt
|
8970
7977
|
updatedAt
|
8971
7978
|
status
|
8972
|
-
alpacaAccount {
|
8973
|
-
id
|
8974
|
-
}
|
8975
7979
|
asset {
|
8976
7980
|
id
|
8977
7981
|
symbol
|
@@ -9031,18 +8035,9 @@ export const TakeProfit = {
|
|
9031
8035
|
buyPrice
|
9032
8036
|
createdAt
|
9033
8037
|
updatedAt
|
9034
|
-
trades {
|
9035
|
-
id
|
9036
|
-
}
|
9037
|
-
orders {
|
9038
|
-
id
|
9039
|
-
}
|
9040
8038
|
positions {
|
9041
8039
|
id
|
9042
8040
|
assetId
|
9043
|
-
asset {
|
9044
|
-
id
|
9045
|
-
}
|
9046
8041
|
averageEntryPrice
|
9047
8042
|
qty
|
9048
8043
|
qtyAvailable
|
@@ -9056,9 +8051,6 @@ export const TakeProfit = {
|
|
9056
8051
|
lastTradePrice
|
9057
8052
|
changeToday
|
9058
8053
|
assetMarginable
|
9059
|
-
alpacaAccount {
|
9060
|
-
id
|
9061
|
-
}
|
9062
8054
|
alpacaAccountId
|
9063
8055
|
}
|
9064
8056
|
newsMentions {
|
@@ -9083,12 +8075,6 @@ export const TakeProfit = {
|
|
9083
8075
|
logo
|
9084
8076
|
createdAt
|
9085
8077
|
updatedAt
|
9086
|
-
assets {
|
9087
|
-
id
|
9088
|
-
}
|
9089
|
-
}
|
9090
|
-
asset {
|
9091
|
-
id
|
9092
8078
|
}
|
9093
8079
|
relevancyScore
|
9094
8080
|
sentimentScore
|
@@ -9103,17 +8089,8 @@ export const TakeProfit = {
|
|
9103
8089
|
note
|
9104
8090
|
status
|
9105
8091
|
fee
|
9106
|
-
trade {
|
9107
|
-
id
|
9108
|
-
}
|
9109
|
-
order {
|
9110
|
-
id
|
9111
|
-
}
|
9112
8092
|
}
|
9113
8093
|
}
|
9114
|
-
orders {
|
9115
|
-
id
|
9116
|
-
}
|
9117
8094
|
positions {
|
9118
8095
|
id
|
9119
8096
|
assetId
|
@@ -9183,6 +8160,7 @@ export const TakeProfit = {
|
|
9183
8160
|
qty
|
9184
8161
|
price
|
9185
8162
|
total
|
8163
|
+
optionType
|
9186
8164
|
signal
|
9187
8165
|
strategy
|
9188
8166
|
analysis
|
@@ -9191,12 +8169,6 @@ export const TakeProfit = {
|
|
9191
8169
|
createdAt
|
9192
8170
|
updatedAt
|
9193
8171
|
status
|
9194
|
-
alpacaAccount {
|
9195
|
-
id
|
9196
|
-
}
|
9197
|
-
asset {
|
9198
|
-
id
|
9199
|
-
}
|
9200
8172
|
actions {
|
9201
8173
|
id
|
9202
8174
|
sequence
|
@@ -9205,20 +8177,8 @@ export const TakeProfit = {
|
|
9205
8177
|
note
|
9206
8178
|
status
|
9207
8179
|
fee
|
9208
|
-
trade {
|
9209
|
-
id
|
9210
|
-
}
|
9211
|
-
order {
|
9212
|
-
id
|
9213
|
-
}
|
9214
8180
|
}
|
9215
8181
|
}
|
9216
|
-
orders {
|
9217
|
-
id
|
9218
|
-
}
|
9219
|
-
positions {
|
9220
|
-
id
|
9221
|
-
}
|
9222
8182
|
newsMentions {
|
9223
8183
|
id
|
9224
8184
|
assetId
|
@@ -9241,12 +8201,6 @@ export const TakeProfit = {
|
|
9241
8201
|
logo
|
9242
8202
|
createdAt
|
9243
8203
|
updatedAt
|
9244
|
-
assets {
|
9245
|
-
id
|
9246
|
-
}
|
9247
|
-
}
|
9248
|
-
asset {
|
9249
|
-
id
|
9250
8204
|
}
|
9251
8205
|
relevancyScore
|
9252
8206
|
sentimentScore
|
@@ -9266,9 +8220,6 @@ export const TakeProfit = {
|
|
9266
8220
|
lastTradePrice
|
9267
8221
|
changeToday
|
9268
8222
|
assetMarginable
|
9269
|
-
alpacaAccount {
|
9270
|
-
id
|
9271
|
-
}
|
9272
8223
|
alpacaAccountId
|
9273
8224
|
}
|
9274
8225
|
alerts {
|
@@ -9279,9 +8230,6 @@ export const TakeProfit = {
|
|
9279
8230
|
isRead
|
9280
8231
|
createdAt
|
9281
8232
|
updatedAt
|
9282
|
-
alpacaAccount {
|
9283
|
-
id
|
9284
|
-
}
|
9285
8233
|
}
|
9286
8234
|
}
|
9287
8235
|
action {
|
@@ -9299,6 +8247,7 @@ export const TakeProfit = {
|
|
9299
8247
|
qty
|
9300
8248
|
price
|
9301
8249
|
total
|
8250
|
+
optionType
|
9302
8251
|
signal
|
9303
8252
|
strategy
|
9304
8253
|
analysis
|
@@ -9339,9 +8288,6 @@ export const TakeProfit = {
|
|
9339
8288
|
stripeCurrentPeriodEnd
|
9340
8289
|
createdAt
|
9341
8290
|
updatedAt
|
9342
|
-
users {
|
9343
|
-
id
|
9344
|
-
}
|
9345
8291
|
}
|
9346
8292
|
customerId
|
9347
8293
|
accounts {
|
@@ -9359,18 +8305,12 @@ export const TakeProfit = {
|
|
9359
8305
|
session_state
|
9360
8306
|
createdAt
|
9361
8307
|
updatedAt
|
9362
|
-
user {
|
9363
|
-
id
|
9364
|
-
}
|
9365
8308
|
}
|
9366
8309
|
sessions {
|
9367
8310
|
id
|
9368
8311
|
sessionToken
|
9369
8312
|
userId
|
9370
8313
|
expires
|
9371
|
-
user {
|
9372
|
-
id
|
9373
|
-
}
|
9374
8314
|
createdAt
|
9375
8315
|
updatedAt
|
9376
8316
|
}
|
@@ -9380,26 +8320,14 @@ export const TakeProfit = {
|
|
9380
8320
|
credentialID
|
9381
8321
|
publicKey
|
9382
8322
|
counter
|
9383
|
-
user {
|
9384
|
-
id
|
9385
|
-
}
|
9386
8323
|
createdAt
|
9387
8324
|
updatedAt
|
9388
8325
|
}
|
9389
8326
|
plan
|
9390
|
-
alpacaAccounts {
|
9391
|
-
id
|
9392
|
-
}
|
9393
8327
|
}
|
9394
8328
|
userId
|
9395
8329
|
createdAt
|
9396
8330
|
updatedAt
|
9397
|
-
trades {
|
9398
|
-
id
|
9399
|
-
}
|
9400
|
-
orders {
|
9401
|
-
id
|
9402
|
-
}
|
9403
8331
|
positions {
|
9404
8332
|
id
|
9405
8333
|
assetId
|
@@ -9462,15 +8390,6 @@ export const TakeProfit = {
|
|
9462
8390
|
buyPrice
|
9463
8391
|
createdAt
|
9464
8392
|
updatedAt
|
9465
|
-
trades {
|
9466
|
-
id
|
9467
|
-
}
|
9468
|
-
orders {
|
9469
|
-
id
|
9470
|
-
}
|
9471
|
-
positions {
|
9472
|
-
id
|
9473
|
-
}
|
9474
8393
|
newsMentions {
|
9475
8394
|
id
|
9476
8395
|
assetId
|
@@ -9493,12 +8412,6 @@ export const TakeProfit = {
|
|
9493
8412
|
logo
|
9494
8413
|
createdAt
|
9495
8414
|
updatedAt
|
9496
|
-
assets {
|
9497
|
-
id
|
9498
|
-
}
|
9499
|
-
}
|
9500
|
-
asset {
|
9501
|
-
id
|
9502
8415
|
}
|
9503
8416
|
relevancyScore
|
9504
8417
|
sentimentScore
|
@@ -9518,9 +8431,6 @@ export const TakeProfit = {
|
|
9518
8431
|
lastTradePrice
|
9519
8432
|
changeToday
|
9520
8433
|
assetMarginable
|
9521
|
-
alpacaAccount {
|
9522
|
-
id
|
9523
|
-
}
|
9524
8434
|
alpacaAccountId
|
9525
8435
|
}
|
9526
8436
|
alerts {
|
@@ -9531,9 +8441,6 @@ export const TakeProfit = {
|
|
9531
8441
|
isRead
|
9532
8442
|
createdAt
|
9533
8443
|
updatedAt
|
9534
|
-
alpacaAccount {
|
9535
|
-
id
|
9536
|
-
}
|
9537
8444
|
}
|
9538
8445
|
}
|
9539
8446
|
asset {
|
@@ -9595,18 +8502,9 @@ export const TakeProfit = {
|
|
9595
8502
|
buyPrice
|
9596
8503
|
createdAt
|
9597
8504
|
updatedAt
|
9598
|
-
trades {
|
9599
|
-
id
|
9600
|
-
}
|
9601
|
-
orders {
|
9602
|
-
id
|
9603
|
-
}
|
9604
8505
|
positions {
|
9605
8506
|
id
|
9606
8507
|
assetId
|
9607
|
-
asset {
|
9608
|
-
id
|
9609
|
-
}
|
9610
8508
|
averageEntryPrice
|
9611
8509
|
qty
|
9612
8510
|
qtyAvailable
|
@@ -9652,9 +8550,6 @@ export const TakeProfit = {
|
|
9652
8550
|
stripeCurrentPeriodEnd
|
9653
8551
|
createdAt
|
9654
8552
|
updatedAt
|
9655
|
-
users {
|
9656
|
-
id
|
9657
|
-
}
|
9658
8553
|
}
|
9659
8554
|
customerId
|
9660
8555
|
accounts {
|
@@ -9672,18 +8567,12 @@ export const TakeProfit = {
|
|
9672
8567
|
session_state
|
9673
8568
|
createdAt
|
9674
8569
|
updatedAt
|
9675
|
-
user {
|
9676
|
-
id
|
9677
|
-
}
|
9678
8570
|
}
|
9679
8571
|
sessions {
|
9680
8572
|
id
|
9681
8573
|
sessionToken
|
9682
8574
|
userId
|
9683
8575
|
expires
|
9684
|
-
user {
|
9685
|
-
id
|
9686
|
-
}
|
9687
8576
|
createdAt
|
9688
8577
|
updatedAt
|
9689
8578
|
}
|
@@ -9693,29 +8582,14 @@ export const TakeProfit = {
|
|
9693
8582
|
credentialID
|
9694
8583
|
publicKey
|
9695
8584
|
counter
|
9696
|
-
user {
|
9697
|
-
id
|
9698
|
-
}
|
9699
8585
|
createdAt
|
9700
8586
|
updatedAt
|
9701
8587
|
}
|
9702
8588
|
plan
|
9703
|
-
alpacaAccounts {
|
9704
|
-
id
|
9705
|
-
}
|
9706
8589
|
}
|
9707
8590
|
userId
|
9708
8591
|
createdAt
|
9709
8592
|
updatedAt
|
9710
|
-
trades {
|
9711
|
-
id
|
9712
|
-
}
|
9713
|
-
orders {
|
9714
|
-
id
|
9715
|
-
}
|
9716
|
-
positions {
|
9717
|
-
id
|
9718
|
-
}
|
9719
8593
|
alerts {
|
9720
8594
|
id
|
9721
8595
|
alpacaAccountId
|
@@ -9724,9 +8598,6 @@ export const TakeProfit = {
|
|
9724
8598
|
isRead
|
9725
8599
|
createdAt
|
9726
8600
|
updatedAt
|
9727
|
-
alpacaAccount {
|
9728
|
-
id
|
9729
|
-
}
|
9730
8601
|
}
|
9731
8602
|
}
|
9732
8603
|
alpacaAccountId
|
@@ -9753,24 +8624,12 @@ export const TakeProfit = {
|
|
9753
8624
|
logo
|
9754
8625
|
createdAt
|
9755
8626
|
updatedAt
|
9756
|
-
assets {
|
9757
|
-
id
|
9758
|
-
}
|
9759
|
-
}
|
9760
|
-
asset {
|
9761
|
-
id
|
9762
8627
|
}
|
9763
8628
|
relevancyScore
|
9764
8629
|
sentimentScore
|
9765
8630
|
sentimentLabel
|
9766
8631
|
}
|
9767
8632
|
}
|
9768
|
-
actions {
|
9769
|
-
id
|
9770
|
-
}
|
9771
|
-
}
|
9772
|
-
order {
|
9773
|
-
id
|
9774
8633
|
}
|
9775
8634
|
}
|
9776
8635
|
asset {
|
@@ -9839,6 +8698,7 @@ export const TakeProfit = {
|
|
9839
8698
|
qty
|
9840
8699
|
price
|
9841
8700
|
total
|
8701
|
+
optionType
|
9842
8702
|
signal
|
9843
8703
|
strategy
|
9844
8704
|
analysis
|
@@ -9879,9 +8739,6 @@ export const TakeProfit = {
|
|
9879
8739
|
stripeCurrentPeriodEnd
|
9880
8740
|
createdAt
|
9881
8741
|
updatedAt
|
9882
|
-
users {
|
9883
|
-
id
|
9884
|
-
}
|
9885
8742
|
}
|
9886
8743
|
customerId
|
9887
8744
|
accounts {
|
@@ -9899,18 +8756,12 @@ export const TakeProfit = {
|
|
9899
8756
|
session_state
|
9900
8757
|
createdAt
|
9901
8758
|
updatedAt
|
9902
|
-
user {
|
9903
|
-
id
|
9904
|
-
}
|
9905
8759
|
}
|
9906
8760
|
sessions {
|
9907
8761
|
id
|
9908
8762
|
sessionToken
|
9909
8763
|
userId
|
9910
8764
|
expires
|
9911
|
-
user {
|
9912
|
-
id
|
9913
|
-
}
|
9914
8765
|
createdAt
|
9915
8766
|
updatedAt
|
9916
8767
|
}
|
@@ -9920,32 +8771,17 @@ export const TakeProfit = {
|
|
9920
8771
|
credentialID
|
9921
8772
|
publicKey
|
9922
8773
|
counter
|
9923
|
-
user {
|
9924
|
-
id
|
9925
|
-
}
|
9926
8774
|
createdAt
|
9927
8775
|
updatedAt
|
9928
8776
|
}
|
9929
8777
|
plan
|
9930
|
-
alpacaAccounts {
|
9931
|
-
id
|
9932
|
-
}
|
9933
8778
|
}
|
9934
8779
|
userId
|
9935
8780
|
createdAt
|
9936
8781
|
updatedAt
|
9937
|
-
trades {
|
9938
|
-
id
|
9939
|
-
}
|
9940
|
-
orders {
|
9941
|
-
id
|
9942
|
-
}
|
9943
8782
|
positions {
|
9944
8783
|
id
|
9945
8784
|
assetId
|
9946
|
-
asset {
|
9947
|
-
id
|
9948
|
-
}
|
9949
8785
|
averageEntryPrice
|
9950
8786
|
qty
|
9951
8787
|
qtyAvailable
|
@@ -9959,9 +8795,6 @@ export const TakeProfit = {
|
|
9959
8795
|
lastTradePrice
|
9960
8796
|
changeToday
|
9961
8797
|
assetMarginable
|
9962
|
-
alpacaAccount {
|
9963
|
-
id
|
9964
|
-
}
|
9965
8798
|
alpacaAccountId
|
9966
8799
|
}
|
9967
8800
|
alerts {
|
@@ -9972,14 +8805,8 @@ export const TakeProfit = {
|
|
9972
8805
|
isRead
|
9973
8806
|
createdAt
|
9974
8807
|
updatedAt
|
9975
|
-
alpacaAccount {
|
9976
|
-
id
|
9977
|
-
}
|
9978
8808
|
}
|
9979
8809
|
}
|
9980
|
-
asset {
|
9981
|
-
id
|
9982
|
-
}
|
9983
8810
|
actions {
|
9984
8811
|
id
|
9985
8812
|
sequence
|
@@ -9988,23 +8815,11 @@ export const TakeProfit = {
|
|
9988
8815
|
note
|
9989
8816
|
status
|
9990
8817
|
fee
|
9991
|
-
trade {
|
9992
|
-
id
|
9993
|
-
}
|
9994
|
-
order {
|
9995
|
-
id
|
9996
|
-
}
|
9997
8818
|
}
|
9998
8819
|
}
|
9999
|
-
orders {
|
10000
|
-
id
|
10001
|
-
}
|
10002
8820
|
positions {
|
10003
8821
|
id
|
10004
8822
|
assetId
|
10005
|
-
asset {
|
10006
|
-
id
|
10007
|
-
}
|
10008
8823
|
averageEntryPrice
|
10009
8824
|
qty
|
10010
8825
|
qtyAvailable
|
@@ -10050,9 +8865,6 @@ export const TakeProfit = {
|
|
10050
8865
|
stripeCurrentPeriodEnd
|
10051
8866
|
createdAt
|
10052
8867
|
updatedAt
|
10053
|
-
users {
|
10054
|
-
id
|
10055
|
-
}
|
10056
8868
|
}
|
10057
8869
|
customerId
|
10058
8870
|
accounts {
|
@@ -10070,18 +8882,12 @@ export const TakeProfit = {
|
|
10070
8882
|
session_state
|
10071
8883
|
createdAt
|
10072
8884
|
updatedAt
|
10073
|
-
user {
|
10074
|
-
id
|
10075
|
-
}
|
10076
8885
|
}
|
10077
8886
|
sessions {
|
10078
8887
|
id
|
10079
8888
|
sessionToken
|
10080
8889
|
userId
|
10081
8890
|
expires
|
10082
|
-
user {
|
10083
|
-
id
|
10084
|
-
}
|
10085
8891
|
createdAt
|
10086
8892
|
updatedAt
|
10087
8893
|
}
|
@@ -10091,16 +8897,10 @@ export const TakeProfit = {
|
|
10091
8897
|
credentialID
|
10092
8898
|
publicKey
|
10093
8899
|
counter
|
10094
|
-
user {
|
10095
|
-
id
|
10096
|
-
}
|
10097
8900
|
createdAt
|
10098
8901
|
updatedAt
|
10099
8902
|
}
|
10100
8903
|
plan
|
10101
|
-
alpacaAccounts {
|
10102
|
-
id
|
10103
|
-
}
|
10104
8904
|
}
|
10105
8905
|
userId
|
10106
8906
|
createdAt
|
@@ -10112,6 +8912,7 @@ export const TakeProfit = {
|
|
10112
8912
|
qty
|
10113
8913
|
price
|
10114
8914
|
total
|
8915
|
+
optionType
|
10115
8916
|
signal
|
10116
8917
|
strategy
|
10117
8918
|
analysis
|
@@ -10120,12 +8921,6 @@ export const TakeProfit = {
|
|
10120
8921
|
createdAt
|
10121
8922
|
updatedAt
|
10122
8923
|
status
|
10123
|
-
alpacaAccount {
|
10124
|
-
id
|
10125
|
-
}
|
10126
|
-
asset {
|
10127
|
-
id
|
10128
|
-
}
|
10129
8924
|
actions {
|
10130
8925
|
id
|
10131
8926
|
sequence
|
@@ -10134,20 +8929,8 @@ export const TakeProfit = {
|
|
10134
8929
|
note
|
10135
8930
|
status
|
10136
8931
|
fee
|
10137
|
-
trade {
|
10138
|
-
id
|
10139
|
-
}
|
10140
|
-
order {
|
10141
|
-
id
|
10142
|
-
}
|
10143
8932
|
}
|
10144
8933
|
}
|
10145
|
-
orders {
|
10146
|
-
id
|
10147
|
-
}
|
10148
|
-
positions {
|
10149
|
-
id
|
10150
|
-
}
|
10151
8934
|
alerts {
|
10152
8935
|
id
|
10153
8936
|
alpacaAccountId
|
@@ -10156,9 +8939,6 @@ export const TakeProfit = {
|
|
10156
8939
|
isRead
|
10157
8940
|
createdAt
|
10158
8941
|
updatedAt
|
10159
|
-
alpacaAccount {
|
10160
|
-
id
|
10161
|
-
}
|
10162
8942
|
}
|
10163
8943
|
}
|
10164
8944
|
alpacaAccountId
|
@@ -10185,12 +8965,6 @@ export const TakeProfit = {
|
|
10185
8965
|
logo
|
10186
8966
|
createdAt
|
10187
8967
|
updatedAt
|
10188
|
-
assets {
|
10189
|
-
id
|
10190
|
-
}
|
10191
|
-
}
|
10192
|
-
asset {
|
10193
|
-
id
|
10194
8968
|
}
|
10195
8969
|
relevancyScore
|
10196
8970
|
sentimentScore
|
@@ -10258,12 +9032,6 @@ export const TakeProfit = {
|
|
10258
9032
|
createdAt
|
10259
9033
|
updatedAt
|
10260
9034
|
orderId
|
10261
|
-
Order {
|
10262
|
-
id
|
10263
|
-
}
|
10264
|
-
}
|
10265
|
-
takeProfit {
|
10266
|
-
id
|
10267
9035
|
}
|
10268
9036
|
trailPrice
|
10269
9037
|
trailPercent
|
@@ -10307,9 +9075,6 @@ export const TakeProfit = {
|
|
10307
9075
|
stripeCurrentPeriodEnd
|
10308
9076
|
createdAt
|
10309
9077
|
updatedAt
|
10310
|
-
users {
|
10311
|
-
id
|
10312
|
-
}
|
10313
9078
|
}
|
10314
9079
|
customerId
|
10315
9080
|
accounts {
|
@@ -10327,18 +9092,12 @@ export const TakeProfit = {
|
|
10327
9092
|
session_state
|
10328
9093
|
createdAt
|
10329
9094
|
updatedAt
|
10330
|
-
user {
|
10331
|
-
id
|
10332
|
-
}
|
10333
9095
|
}
|
10334
9096
|
sessions {
|
10335
9097
|
id
|
10336
9098
|
sessionToken
|
10337
9099
|
userId
|
10338
9100
|
expires
|
10339
|
-
user {
|
10340
|
-
id
|
10341
|
-
}
|
10342
9101
|
createdAt
|
10343
9102
|
updatedAt
|
10344
9103
|
}
|
@@ -10348,16 +9107,10 @@ export const TakeProfit = {
|
|
10348
9107
|
credentialID
|
10349
9108
|
publicKey
|
10350
9109
|
counter
|
10351
|
-
user {
|
10352
|
-
id
|
10353
|
-
}
|
10354
9110
|
createdAt
|
10355
9111
|
updatedAt
|
10356
9112
|
}
|
10357
9113
|
plan
|
10358
|
-
alpacaAccounts {
|
10359
|
-
id
|
10360
|
-
}
|
10361
9114
|
}
|
10362
9115
|
userId
|
10363
9116
|
createdAt
|
@@ -10369,6 +9122,7 @@ export const TakeProfit = {
|
|
10369
9122
|
qty
|
10370
9123
|
price
|
10371
9124
|
total
|
9125
|
+
optionType
|
10372
9126
|
signal
|
10373
9127
|
strategy
|
10374
9128
|
analysis
|
@@ -10377,9 +9131,6 @@ export const TakeProfit = {
|
|
10377
9131
|
createdAt
|
10378
9132
|
updatedAt
|
10379
9133
|
status
|
10380
|
-
alpacaAccount {
|
10381
|
-
id
|
10382
|
-
}
|
10383
9134
|
asset {
|
10384
9135
|
id
|
10385
9136
|
symbol
|
@@ -10439,18 +9190,9 @@ export const TakeProfit = {
|
|
10439
9190
|
buyPrice
|
10440
9191
|
createdAt
|
10441
9192
|
updatedAt
|
10442
|
-
trades {
|
10443
|
-
id
|
10444
|
-
}
|
10445
|
-
orders {
|
10446
|
-
id
|
10447
|
-
}
|
10448
9193
|
positions {
|
10449
9194
|
id
|
10450
9195
|
assetId
|
10451
|
-
asset {
|
10452
|
-
id
|
10453
|
-
}
|
10454
9196
|
averageEntryPrice
|
10455
9197
|
qty
|
10456
9198
|
qtyAvailable
|
@@ -10464,9 +9206,6 @@ export const TakeProfit = {
|
|
10464
9206
|
lastTradePrice
|
10465
9207
|
changeToday
|
10466
9208
|
assetMarginable
|
10467
|
-
alpacaAccount {
|
10468
|
-
id
|
10469
|
-
}
|
10470
9209
|
alpacaAccountId
|
10471
9210
|
}
|
10472
9211
|
newsMentions {
|
@@ -10491,12 +9230,6 @@ export const TakeProfit = {
|
|
10491
9230
|
logo
|
10492
9231
|
createdAt
|
10493
9232
|
updatedAt
|
10494
|
-
assets {
|
10495
|
-
id
|
10496
|
-
}
|
10497
|
-
}
|
10498
|
-
asset {
|
10499
|
-
id
|
10500
9233
|
}
|
10501
9234
|
relevancyScore
|
10502
9235
|
sentimentScore
|
@@ -10511,17 +9244,8 @@ export const TakeProfit = {
|
|
10511
9244
|
note
|
10512
9245
|
status
|
10513
9246
|
fee
|
10514
|
-
trade {
|
10515
|
-
id
|
10516
|
-
}
|
10517
|
-
order {
|
10518
|
-
id
|
10519
|
-
}
|
10520
9247
|
}
|
10521
9248
|
}
|
10522
|
-
orders {
|
10523
|
-
id
|
10524
|
-
}
|
10525
9249
|
positions {
|
10526
9250
|
id
|
10527
9251
|
assetId
|
@@ -10591,6 +9315,7 @@ export const TakeProfit = {
|
|
10591
9315
|
qty
|
10592
9316
|
price
|
10593
9317
|
total
|
9318
|
+
optionType
|
10594
9319
|
signal
|
10595
9320
|
strategy
|
10596
9321
|
analysis
|
@@ -10599,12 +9324,6 @@ export const TakeProfit = {
|
|
10599
9324
|
createdAt
|
10600
9325
|
updatedAt
|
10601
9326
|
status
|
10602
|
-
alpacaAccount {
|
10603
|
-
id
|
10604
|
-
}
|
10605
|
-
asset {
|
10606
|
-
id
|
10607
|
-
}
|
10608
9327
|
actions {
|
10609
9328
|
id
|
10610
9329
|
sequence
|
@@ -10613,20 +9332,8 @@ export const TakeProfit = {
|
|
10613
9332
|
note
|
10614
9333
|
status
|
10615
9334
|
fee
|
10616
|
-
trade {
|
10617
|
-
id
|
10618
|
-
}
|
10619
|
-
order {
|
10620
|
-
id
|
10621
|
-
}
|
10622
9335
|
}
|
10623
9336
|
}
|
10624
|
-
orders {
|
10625
|
-
id
|
10626
|
-
}
|
10627
|
-
positions {
|
10628
|
-
id
|
10629
|
-
}
|
10630
9337
|
newsMentions {
|
10631
9338
|
id
|
10632
9339
|
assetId
|
@@ -10649,12 +9356,6 @@ export const TakeProfit = {
|
|
10649
9356
|
logo
|
10650
9357
|
createdAt
|
10651
9358
|
updatedAt
|
10652
|
-
assets {
|
10653
|
-
id
|
10654
|
-
}
|
10655
|
-
}
|
10656
|
-
asset {
|
10657
|
-
id
|
10658
9359
|
}
|
10659
9360
|
relevancyScore
|
10660
9361
|
sentimentScore
|
@@ -10674,9 +9375,6 @@ export const TakeProfit = {
|
|
10674
9375
|
lastTradePrice
|
10675
9376
|
changeToday
|
10676
9377
|
assetMarginable
|
10677
|
-
alpacaAccount {
|
10678
|
-
id
|
10679
|
-
}
|
10680
9378
|
alpacaAccountId
|
10681
9379
|
}
|
10682
9380
|
alerts {
|
@@ -10687,9 +9385,6 @@ export const TakeProfit = {
|
|
10687
9385
|
isRead
|
10688
9386
|
createdAt
|
10689
9387
|
updatedAt
|
10690
|
-
alpacaAccount {
|
10691
|
-
id
|
10692
|
-
}
|
10693
9388
|
}
|
10694
9389
|
}
|
10695
9390
|
action {
|
@@ -10707,6 +9402,7 @@ export const TakeProfit = {
|
|
10707
9402
|
qty
|
10708
9403
|
price
|
10709
9404
|
total
|
9405
|
+
optionType
|
10710
9406
|
signal
|
10711
9407
|
strategy
|
10712
9408
|
analysis
|
@@ -10747,9 +9443,6 @@ export const TakeProfit = {
|
|
10747
9443
|
stripeCurrentPeriodEnd
|
10748
9444
|
createdAt
|
10749
9445
|
updatedAt
|
10750
|
-
users {
|
10751
|
-
id
|
10752
|
-
}
|
10753
9446
|
}
|
10754
9447
|
customerId
|
10755
9448
|
accounts {
|
@@ -10767,18 +9460,12 @@ export const TakeProfit = {
|
|
10767
9460
|
session_state
|
10768
9461
|
createdAt
|
10769
9462
|
updatedAt
|
10770
|
-
user {
|
10771
|
-
id
|
10772
|
-
}
|
10773
9463
|
}
|
10774
9464
|
sessions {
|
10775
9465
|
id
|
10776
9466
|
sessionToken
|
10777
9467
|
userId
|
10778
9468
|
expires
|
10779
|
-
user {
|
10780
|
-
id
|
10781
|
-
}
|
10782
9469
|
createdAt
|
10783
9470
|
updatedAt
|
10784
9471
|
}
|
@@ -10788,26 +9475,14 @@ export const TakeProfit = {
|
|
10788
9475
|
credentialID
|
10789
9476
|
publicKey
|
10790
9477
|
counter
|
10791
|
-
user {
|
10792
|
-
id
|
10793
|
-
}
|
10794
9478
|
createdAt
|
10795
9479
|
updatedAt
|
10796
9480
|
}
|
10797
9481
|
plan
|
10798
|
-
alpacaAccounts {
|
10799
|
-
id
|
10800
|
-
}
|
10801
9482
|
}
|
10802
9483
|
userId
|
10803
9484
|
createdAt
|
10804
9485
|
updatedAt
|
10805
|
-
trades {
|
10806
|
-
id
|
10807
|
-
}
|
10808
|
-
orders {
|
10809
|
-
id
|
10810
|
-
}
|
10811
9486
|
positions {
|
10812
9487
|
id
|
10813
9488
|
assetId
|
@@ -10870,15 +9545,6 @@ export const TakeProfit = {
|
|
10870
9545
|
buyPrice
|
10871
9546
|
createdAt
|
10872
9547
|
updatedAt
|
10873
|
-
trades {
|
10874
|
-
id
|
10875
|
-
}
|
10876
|
-
orders {
|
10877
|
-
id
|
10878
|
-
}
|
10879
|
-
positions {
|
10880
|
-
id
|
10881
|
-
}
|
10882
9548
|
newsMentions {
|
10883
9549
|
id
|
10884
9550
|
assetId
|
@@ -10901,12 +9567,6 @@ export const TakeProfit = {
|
|
10901
9567
|
logo
|
10902
9568
|
createdAt
|
10903
9569
|
updatedAt
|
10904
|
-
assets {
|
10905
|
-
id
|
10906
|
-
}
|
10907
|
-
}
|
10908
|
-
asset {
|
10909
|
-
id
|
10910
9570
|
}
|
10911
9571
|
relevancyScore
|
10912
9572
|
sentimentScore
|
@@ -10926,9 +9586,6 @@ export const TakeProfit = {
|
|
10926
9586
|
lastTradePrice
|
10927
9587
|
changeToday
|
10928
9588
|
assetMarginable
|
10929
|
-
alpacaAccount {
|
10930
|
-
id
|
10931
|
-
}
|
10932
9589
|
alpacaAccountId
|
10933
9590
|
}
|
10934
9591
|
alerts {
|
@@ -10939,9 +9596,6 @@ export const TakeProfit = {
|
|
10939
9596
|
isRead
|
10940
9597
|
createdAt
|
10941
9598
|
updatedAt
|
10942
|
-
alpacaAccount {
|
10943
|
-
id
|
10944
|
-
}
|
10945
9599
|
}
|
10946
9600
|
}
|
10947
9601
|
asset {
|
@@ -11003,18 +9657,9 @@ export const TakeProfit = {
|
|
11003
9657
|
buyPrice
|
11004
9658
|
createdAt
|
11005
9659
|
updatedAt
|
11006
|
-
trades {
|
11007
|
-
id
|
11008
|
-
}
|
11009
|
-
orders {
|
11010
|
-
id
|
11011
|
-
}
|
11012
9660
|
positions {
|
11013
9661
|
id
|
11014
9662
|
assetId
|
11015
|
-
asset {
|
11016
|
-
id
|
11017
|
-
}
|
11018
9663
|
averageEntryPrice
|
11019
9664
|
qty
|
11020
9665
|
qtyAvailable
|
@@ -11060,9 +9705,6 @@ export const TakeProfit = {
|
|
11060
9705
|
stripeCurrentPeriodEnd
|
11061
9706
|
createdAt
|
11062
9707
|
updatedAt
|
11063
|
-
users {
|
11064
|
-
id
|
11065
|
-
}
|
11066
9708
|
}
|
11067
9709
|
customerId
|
11068
9710
|
accounts {
|
@@ -11080,18 +9722,12 @@ export const TakeProfit = {
|
|
11080
9722
|
session_state
|
11081
9723
|
createdAt
|
11082
9724
|
updatedAt
|
11083
|
-
user {
|
11084
|
-
id
|
11085
|
-
}
|
11086
9725
|
}
|
11087
9726
|
sessions {
|
11088
9727
|
id
|
11089
9728
|
sessionToken
|
11090
9729
|
userId
|
11091
9730
|
expires
|
11092
|
-
user {
|
11093
|
-
id
|
11094
|
-
}
|
11095
9731
|
createdAt
|
11096
9732
|
updatedAt
|
11097
9733
|
}
|
@@ -11101,29 +9737,14 @@ export const TakeProfit = {
|
|
11101
9737
|
credentialID
|
11102
9738
|
publicKey
|
11103
9739
|
counter
|
11104
|
-
user {
|
11105
|
-
id
|
11106
|
-
}
|
11107
9740
|
createdAt
|
11108
9741
|
updatedAt
|
11109
9742
|
}
|
11110
9743
|
plan
|
11111
|
-
alpacaAccounts {
|
11112
|
-
id
|
11113
|
-
}
|
11114
9744
|
}
|
11115
9745
|
userId
|
11116
9746
|
createdAt
|
11117
9747
|
updatedAt
|
11118
|
-
trades {
|
11119
|
-
id
|
11120
|
-
}
|
11121
|
-
orders {
|
11122
|
-
id
|
11123
|
-
}
|
11124
|
-
positions {
|
11125
|
-
id
|
11126
|
-
}
|
11127
9748
|
alerts {
|
11128
9749
|
id
|
11129
9750
|
alpacaAccountId
|
@@ -11132,9 +9753,6 @@ export const TakeProfit = {
|
|
11132
9753
|
isRead
|
11133
9754
|
createdAt
|
11134
9755
|
updatedAt
|
11135
|
-
alpacaAccount {
|
11136
|
-
id
|
11137
|
-
}
|
11138
9756
|
}
|
11139
9757
|
}
|
11140
9758
|
alpacaAccountId
|
@@ -11161,24 +9779,12 @@ export const TakeProfit = {
|
|
11161
9779
|
logo
|
11162
9780
|
createdAt
|
11163
9781
|
updatedAt
|
11164
|
-
assets {
|
11165
|
-
id
|
11166
|
-
}
|
11167
|
-
}
|
11168
|
-
asset {
|
11169
|
-
id
|
11170
9782
|
}
|
11171
9783
|
relevancyScore
|
11172
9784
|
sentimentScore
|
11173
9785
|
sentimentLabel
|
11174
9786
|
}
|
11175
9787
|
}
|
11176
|
-
actions {
|
11177
|
-
id
|
11178
|
-
}
|
11179
|
-
}
|
11180
|
-
order {
|
11181
|
-
id
|
11182
9788
|
}
|
11183
9789
|
}
|
11184
9790
|
asset {
|
@@ -11247,6 +9853,7 @@ export const TakeProfit = {
|
|
11247
9853
|
qty
|
11248
9854
|
price
|
11249
9855
|
total
|
9856
|
+
optionType
|
11250
9857
|
signal
|
11251
9858
|
strategy
|
11252
9859
|
analysis
|
@@ -11287,9 +9894,6 @@ export const TakeProfit = {
|
|
11287
9894
|
stripeCurrentPeriodEnd
|
11288
9895
|
createdAt
|
11289
9896
|
updatedAt
|
11290
|
-
users {
|
11291
|
-
id
|
11292
|
-
}
|
11293
9897
|
}
|
11294
9898
|
customerId
|
11295
9899
|
accounts {
|
@@ -11307,18 +9911,12 @@ export const TakeProfit = {
|
|
11307
9911
|
session_state
|
11308
9912
|
createdAt
|
11309
9913
|
updatedAt
|
11310
|
-
user {
|
11311
|
-
id
|
11312
|
-
}
|
11313
9914
|
}
|
11314
9915
|
sessions {
|
11315
9916
|
id
|
11316
9917
|
sessionToken
|
11317
9918
|
userId
|
11318
9919
|
expires
|
11319
|
-
user {
|
11320
|
-
id
|
11321
|
-
}
|
11322
9920
|
createdAt
|
11323
9921
|
updatedAt
|
11324
9922
|
}
|
@@ -11328,32 +9926,17 @@ export const TakeProfit = {
|
|
11328
9926
|
credentialID
|
11329
9927
|
publicKey
|
11330
9928
|
counter
|
11331
|
-
user {
|
11332
|
-
id
|
11333
|
-
}
|
11334
9929
|
createdAt
|
11335
9930
|
updatedAt
|
11336
9931
|
}
|
11337
9932
|
plan
|
11338
|
-
alpacaAccounts {
|
11339
|
-
id
|
11340
|
-
}
|
11341
9933
|
}
|
11342
9934
|
userId
|
11343
9935
|
createdAt
|
11344
9936
|
updatedAt
|
11345
|
-
trades {
|
11346
|
-
id
|
11347
|
-
}
|
11348
|
-
orders {
|
11349
|
-
id
|
11350
|
-
}
|
11351
9937
|
positions {
|
11352
9938
|
id
|
11353
9939
|
assetId
|
11354
|
-
asset {
|
11355
|
-
id
|
11356
|
-
}
|
11357
9940
|
averageEntryPrice
|
11358
9941
|
qty
|
11359
9942
|
qtyAvailable
|
@@ -11367,9 +9950,6 @@ export const TakeProfit = {
|
|
11367
9950
|
lastTradePrice
|
11368
9951
|
changeToday
|
11369
9952
|
assetMarginable
|
11370
|
-
alpacaAccount {
|
11371
|
-
id
|
11372
|
-
}
|
11373
9953
|
alpacaAccountId
|
11374
9954
|
}
|
11375
9955
|
alerts {
|
@@ -11380,14 +9960,8 @@ export const TakeProfit = {
|
|
11380
9960
|
isRead
|
11381
9961
|
createdAt
|
11382
9962
|
updatedAt
|
11383
|
-
alpacaAccount {
|
11384
|
-
id
|
11385
|
-
}
|
11386
9963
|
}
|
11387
9964
|
}
|
11388
|
-
asset {
|
11389
|
-
id
|
11390
|
-
}
|
11391
9965
|
actions {
|
11392
9966
|
id
|
11393
9967
|
sequence
|
@@ -11396,23 +9970,11 @@ export const TakeProfit = {
|
|
11396
9970
|
note
|
11397
9971
|
status
|
11398
9972
|
fee
|
11399
|
-
trade {
|
11400
|
-
id
|
11401
|
-
}
|
11402
|
-
order {
|
11403
|
-
id
|
11404
|
-
}
|
11405
9973
|
}
|
11406
9974
|
}
|
11407
|
-
orders {
|
11408
|
-
id
|
11409
|
-
}
|
11410
9975
|
positions {
|
11411
9976
|
id
|
11412
9977
|
assetId
|
11413
|
-
asset {
|
11414
|
-
id
|
11415
|
-
}
|
11416
9978
|
averageEntryPrice
|
11417
9979
|
qty
|
11418
9980
|
qtyAvailable
|
@@ -11458,9 +10020,6 @@ export const TakeProfit = {
|
|
11458
10020
|
stripeCurrentPeriodEnd
|
11459
10021
|
createdAt
|
11460
10022
|
updatedAt
|
11461
|
-
users {
|
11462
|
-
id
|
11463
|
-
}
|
11464
10023
|
}
|
11465
10024
|
customerId
|
11466
10025
|
accounts {
|
@@ -11478,18 +10037,12 @@ export const TakeProfit = {
|
|
11478
10037
|
session_state
|
11479
10038
|
createdAt
|
11480
10039
|
updatedAt
|
11481
|
-
user {
|
11482
|
-
id
|
11483
|
-
}
|
11484
10040
|
}
|
11485
10041
|
sessions {
|
11486
10042
|
id
|
11487
10043
|
sessionToken
|
11488
10044
|
userId
|
11489
10045
|
expires
|
11490
|
-
user {
|
11491
|
-
id
|
11492
|
-
}
|
11493
10046
|
createdAt
|
11494
10047
|
updatedAt
|
11495
10048
|
}
|
@@ -11499,16 +10052,10 @@ export const TakeProfit = {
|
|
11499
10052
|
credentialID
|
11500
10053
|
publicKey
|
11501
10054
|
counter
|
11502
|
-
user {
|
11503
|
-
id
|
11504
|
-
}
|
11505
10055
|
createdAt
|
11506
10056
|
updatedAt
|
11507
10057
|
}
|
11508
10058
|
plan
|
11509
|
-
alpacaAccounts {
|
11510
|
-
id
|
11511
|
-
}
|
11512
10059
|
}
|
11513
10060
|
userId
|
11514
10061
|
createdAt
|
@@ -11520,6 +10067,7 @@ export const TakeProfit = {
|
|
11520
10067
|
qty
|
11521
10068
|
price
|
11522
10069
|
total
|
10070
|
+
optionType
|
11523
10071
|
signal
|
11524
10072
|
strategy
|
11525
10073
|
analysis
|
@@ -11528,12 +10076,6 @@ export const TakeProfit = {
|
|
11528
10076
|
createdAt
|
11529
10077
|
updatedAt
|
11530
10078
|
status
|
11531
|
-
alpacaAccount {
|
11532
|
-
id
|
11533
|
-
}
|
11534
|
-
asset {
|
11535
|
-
id
|
11536
|
-
}
|
11537
10079
|
actions {
|
11538
10080
|
id
|
11539
10081
|
sequence
|
@@ -11542,20 +10084,8 @@ export const TakeProfit = {
|
|
11542
10084
|
note
|
11543
10085
|
status
|
11544
10086
|
fee
|
11545
|
-
trade {
|
11546
|
-
id
|
11547
|
-
}
|
11548
|
-
order {
|
11549
|
-
id
|
11550
|
-
}
|
11551
10087
|
}
|
11552
10088
|
}
|
11553
|
-
orders {
|
11554
|
-
id
|
11555
|
-
}
|
11556
|
-
positions {
|
11557
|
-
id
|
11558
|
-
}
|
11559
10089
|
alerts {
|
11560
10090
|
id
|
11561
10091
|
alpacaAccountId
|
@@ -11564,9 +10094,6 @@ export const TakeProfit = {
|
|
11564
10094
|
isRead
|
11565
10095
|
createdAt
|
11566
10096
|
updatedAt
|
11567
|
-
alpacaAccount {
|
11568
|
-
id
|
11569
|
-
}
|
11570
10097
|
}
|
11571
10098
|
}
|
11572
10099
|
alpacaAccountId
|
@@ -11593,12 +10120,6 @@ export const TakeProfit = {
|
|
11593
10120
|
logo
|
11594
10121
|
createdAt
|
11595
10122
|
updatedAt
|
11596
|
-
assets {
|
11597
|
-
id
|
11598
|
-
}
|
11599
|
-
}
|
11600
|
-
asset {
|
11601
|
-
id
|
11602
10123
|
}
|
11603
10124
|
relevancyScore
|
11604
10125
|
sentimentScore
|