adaptic-backend 1.0.86 → 1.0.87
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 +1 -1261
- package/Action.cjs +0 -2016
- package/Alert.cjs +1 -1261
- package/AlpacaAccount.cjs +1 -1261
- package/Asset.cjs +0 -1548
- package/Authenticator.cjs +1 -1261
- package/Customer.cjs +1 -1261
- package/NewsArticle.cjs +1 -1549
- package/NewsArticleAssetSentiment.cjs +1 -1549
- package/Order.cjs +2 -1550
- package/Position.cjs +1 -1909
- package/Session.cjs +1 -1261
- package/StopLoss.cjs +2 -1550
- package/TakeProfit.cjs +2 -1550
- package/Trade.cjs +2 -1694
- package/User.cjs +1 -1261
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +1 -1261
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +0 -2016
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +1 -1261
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +1 -1261
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +0 -1548
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +1 -1261
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +1 -1261
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +1 -1549
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +1 -1549
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +2 -1550
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +1 -1909
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +1 -1261
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +2 -1550
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +2 -1550
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +2 -1694
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +1 -1261
package/Alert.cjs
CHANGED
@@ -57,9 +57,6 @@ exports.Alert = {
|
|
57
57
|
stripeCurrentPeriodEnd
|
58
58
|
createdAt
|
59
59
|
updatedAt
|
60
|
-
users {
|
61
|
-
id
|
62
|
-
}
|
63
60
|
}
|
64
61
|
customerId
|
65
62
|
accounts {
|
@@ -77,18 +74,12 @@ exports.Alert = {
|
|
77
74
|
session_state
|
78
75
|
createdAt
|
79
76
|
updatedAt
|
80
|
-
user {
|
81
|
-
id
|
82
|
-
}
|
83
77
|
}
|
84
78
|
sessions {
|
85
79
|
id
|
86
80
|
sessionToken
|
87
81
|
userId
|
88
82
|
expires
|
89
|
-
user {
|
90
|
-
id
|
91
|
-
}
|
92
83
|
createdAt
|
93
84
|
updatedAt
|
94
85
|
}
|
@@ -98,16 +89,10 @@ exports.Alert = {
|
|
98
89
|
credentialID
|
99
90
|
publicKey
|
100
91
|
counter
|
101
|
-
user {
|
102
|
-
id
|
103
|
-
}
|
104
92
|
createdAt
|
105
93
|
updatedAt
|
106
94
|
}
|
107
95
|
plan
|
108
|
-
alpacaAccounts {
|
109
|
-
id
|
110
|
-
}
|
111
96
|
}
|
112
97
|
userId
|
113
98
|
createdAt
|
@@ -127,9 +112,6 @@ exports.Alert = {
|
|
127
112
|
createdAt
|
128
113
|
updatedAt
|
129
114
|
status
|
130
|
-
alpacaAccount {
|
131
|
-
id
|
132
|
-
}
|
133
115
|
asset {
|
134
116
|
id
|
135
117
|
symbol
|
@@ -189,9 +171,6 @@ exports.Alert = {
|
|
189
171
|
buyPrice
|
190
172
|
createdAt
|
191
173
|
updatedAt
|
192
|
-
trades {
|
193
|
-
id
|
194
|
-
}
|
195
174
|
orders {
|
196
175
|
id
|
197
176
|
clientOrderId
|
@@ -212,9 +191,6 @@ exports.Alert = {
|
|
212
191
|
createdAt
|
213
192
|
updatedAt
|
214
193
|
orderId
|
215
|
-
Order {
|
216
|
-
id
|
217
|
-
}
|
218
194
|
}
|
219
195
|
takeProfit {
|
220
196
|
id
|
@@ -223,9 +199,6 @@ exports.Alert = {
|
|
223
199
|
createdAt
|
224
200
|
updatedAt
|
225
201
|
orderId
|
226
|
-
Order {
|
227
|
-
id
|
228
|
-
}
|
229
202
|
}
|
230
203
|
trailPrice
|
231
204
|
trailPercent
|
@@ -237,9 +210,6 @@ exports.Alert = {
|
|
237
210
|
filledAt
|
238
211
|
filledAvgPrice
|
239
212
|
actionId
|
240
|
-
alpacaAccount {
|
241
|
-
id
|
242
|
-
}
|
243
213
|
action {
|
244
214
|
id
|
245
215
|
sequence
|
@@ -248,15 +218,6 @@ exports.Alert = {
|
|
248
218
|
note
|
249
219
|
status
|
250
220
|
fee
|
251
|
-
trade {
|
252
|
-
id
|
253
|
-
}
|
254
|
-
order {
|
255
|
-
id
|
256
|
-
}
|
257
|
-
}
|
258
|
-
asset {
|
259
|
-
id
|
260
221
|
}
|
261
222
|
fee
|
262
223
|
strikePrice
|
@@ -268,9 +229,6 @@ exports.Alert = {
|
|
268
229
|
positions {
|
269
230
|
id
|
270
231
|
assetId
|
271
|
-
asset {
|
272
|
-
id
|
273
|
-
}
|
274
232
|
averageEntryPrice
|
275
233
|
qty
|
276
234
|
qtyAvailable
|
@@ -284,9 +242,6 @@ exports.Alert = {
|
|
284
242
|
lastTradePrice
|
285
243
|
changeToday
|
286
244
|
assetMarginable
|
287
|
-
alpacaAccount {
|
288
|
-
id
|
289
|
-
}
|
290
245
|
alpacaAccountId
|
291
246
|
}
|
292
247
|
newsMentions {
|
@@ -311,12 +266,6 @@ exports.Alert = {
|
|
311
266
|
logo
|
312
267
|
createdAt
|
313
268
|
updatedAt
|
314
|
-
assets {
|
315
|
-
id
|
316
|
-
}
|
317
|
-
}
|
318
|
-
asset {
|
319
|
-
id
|
320
269
|
}
|
321
270
|
relevancyScore
|
322
271
|
sentimentScore
|
@@ -331,9 +280,6 @@ exports.Alert = {
|
|
331
280
|
note
|
332
281
|
status
|
333
282
|
fee
|
334
|
-
trade {
|
335
|
-
id
|
336
|
-
}
|
337
283
|
order {
|
338
284
|
id
|
339
285
|
clientOrderId
|
@@ -354,9 +300,6 @@ exports.Alert = {
|
|
354
300
|
createdAt
|
355
301
|
updatedAt
|
356
302
|
orderId
|
357
|
-
Order {
|
358
|
-
id
|
359
|
-
}
|
360
303
|
}
|
361
304
|
takeProfit {
|
362
305
|
id
|
@@ -365,9 +308,6 @@ exports.Alert = {
|
|
365
308
|
createdAt
|
366
309
|
updatedAt
|
367
310
|
orderId
|
368
|
-
Order {
|
369
|
-
id
|
370
|
-
}
|
371
311
|
}
|
372
312
|
trailPrice
|
373
313
|
trailPercent
|
@@ -379,12 +319,6 @@ exports.Alert = {
|
|
379
319
|
filledAt
|
380
320
|
filledAvgPrice
|
381
321
|
actionId
|
382
|
-
alpacaAccount {
|
383
|
-
id
|
384
|
-
}
|
385
|
-
action {
|
386
|
-
id
|
387
|
-
}
|
388
322
|
asset {
|
389
323
|
id
|
390
324
|
symbol
|
@@ -444,18 +378,9 @@ exports.Alert = {
|
|
444
378
|
buyPrice
|
445
379
|
createdAt
|
446
380
|
updatedAt
|
447
|
-
trades {
|
448
|
-
id
|
449
|
-
}
|
450
|
-
orders {
|
451
|
-
id
|
452
|
-
}
|
453
381
|
positions {
|
454
382
|
id
|
455
383
|
assetId
|
456
|
-
asset {
|
457
|
-
id
|
458
|
-
}
|
459
384
|
averageEntryPrice
|
460
385
|
qty
|
461
386
|
qtyAvailable
|
@@ -469,9 +394,6 @@ exports.Alert = {
|
|
469
394
|
lastTradePrice
|
470
395
|
changeToday
|
471
396
|
assetMarginable
|
472
|
-
alpacaAccount {
|
473
|
-
id
|
474
|
-
}
|
475
397
|
alpacaAccountId
|
476
398
|
}
|
477
399
|
newsMentions {
|
@@ -496,12 +418,6 @@ exports.Alert = {
|
|
496
418
|
logo
|
497
419
|
createdAt
|
498
420
|
updatedAt
|
499
|
-
assets {
|
500
|
-
id
|
501
|
-
}
|
502
|
-
}
|
503
|
-
asset {
|
504
|
-
id
|
505
421
|
}
|
506
422
|
relevancyScore
|
507
423
|
sentimentScore
|
@@ -537,9 +453,6 @@ exports.Alert = {
|
|
537
453
|
createdAt
|
538
454
|
updatedAt
|
539
455
|
orderId
|
540
|
-
Order {
|
541
|
-
id
|
542
|
-
}
|
543
456
|
}
|
544
457
|
takeProfit {
|
545
458
|
id
|
@@ -548,9 +461,6 @@ exports.Alert = {
|
|
548
461
|
createdAt
|
549
462
|
updatedAt
|
550
463
|
orderId
|
551
|
-
Order {
|
552
|
-
id
|
553
|
-
}
|
554
464
|
}
|
555
465
|
trailPrice
|
556
466
|
trailPercent
|
@@ -562,9 +472,6 @@ exports.Alert = {
|
|
562
472
|
filledAt
|
563
473
|
filledAvgPrice
|
564
474
|
actionId
|
565
|
-
alpacaAccount {
|
566
|
-
id
|
567
|
-
}
|
568
475
|
action {
|
569
476
|
id
|
570
477
|
sequence
|
@@ -588,9 +495,6 @@ exports.Alert = {
|
|
588
495
|
createdAt
|
589
496
|
updatedAt
|
590
497
|
status
|
591
|
-
alpacaAccount {
|
592
|
-
id
|
593
|
-
}
|
594
498
|
asset {
|
595
499
|
id
|
596
500
|
symbol
|
@@ -650,18 +554,9 @@ exports.Alert = {
|
|
650
554
|
buyPrice
|
651
555
|
createdAt
|
652
556
|
updatedAt
|
653
|
-
trades {
|
654
|
-
id
|
655
|
-
}
|
656
|
-
orders {
|
657
|
-
id
|
658
|
-
}
|
659
557
|
positions {
|
660
558
|
id
|
661
559
|
assetId
|
662
|
-
asset {
|
663
|
-
id
|
664
|
-
}
|
665
560
|
averageEntryPrice
|
666
561
|
qty
|
667
562
|
qtyAvailable
|
@@ -675,9 +570,6 @@ exports.Alert = {
|
|
675
570
|
lastTradePrice
|
676
571
|
changeToday
|
677
572
|
assetMarginable
|
678
|
-
alpacaAccount {
|
679
|
-
id
|
680
|
-
}
|
681
573
|
alpacaAccountId
|
682
574
|
}
|
683
575
|
newsMentions {
|
@@ -702,24 +594,12 @@ exports.Alert = {
|
|
702
594
|
logo
|
703
595
|
createdAt
|
704
596
|
updatedAt
|
705
|
-
assets {
|
706
|
-
id
|
707
|
-
}
|
708
|
-
}
|
709
|
-
asset {
|
710
|
-
id
|
711
597
|
}
|
712
598
|
relevancyScore
|
713
599
|
sentimentScore
|
714
600
|
sentimentLabel
|
715
601
|
}
|
716
602
|
}
|
717
|
-
actions {
|
718
|
-
id
|
719
|
-
}
|
720
|
-
}
|
721
|
-
order {
|
722
|
-
id
|
723
603
|
}
|
724
604
|
}
|
725
605
|
asset {
|
@@ -796,12 +676,6 @@ exports.Alert = {
|
|
796
676
|
createdAt
|
797
677
|
updatedAt
|
798
678
|
status
|
799
|
-
alpacaAccount {
|
800
|
-
id
|
801
|
-
}
|
802
|
-
asset {
|
803
|
-
id
|
804
|
-
}
|
805
679
|
actions {
|
806
680
|
id
|
807
681
|
sequence
|
@@ -810,23 +684,11 @@ exports.Alert = {
|
|
810
684
|
note
|
811
685
|
status
|
812
686
|
fee
|
813
|
-
trade {
|
814
|
-
id
|
815
|
-
}
|
816
|
-
order {
|
817
|
-
id
|
818
|
-
}
|
819
687
|
}
|
820
688
|
}
|
821
|
-
orders {
|
822
|
-
id
|
823
|
-
}
|
824
689
|
positions {
|
825
690
|
id
|
826
691
|
assetId
|
827
|
-
asset {
|
828
|
-
id
|
829
|
-
}
|
830
692
|
averageEntryPrice
|
831
693
|
qty
|
832
694
|
qtyAvailable
|
@@ -840,9 +702,6 @@ exports.Alert = {
|
|
840
702
|
lastTradePrice
|
841
703
|
changeToday
|
842
704
|
assetMarginable
|
843
|
-
alpacaAccount {
|
844
|
-
id
|
845
|
-
}
|
846
705
|
alpacaAccountId
|
847
706
|
}
|
848
707
|
newsMentions {
|
@@ -867,12 +726,6 @@ exports.Alert = {
|
|
867
726
|
logo
|
868
727
|
createdAt
|
869
728
|
updatedAt
|
870
|
-
assets {
|
871
|
-
id
|
872
|
-
}
|
873
|
-
}
|
874
|
-
asset {
|
875
|
-
id
|
876
729
|
}
|
877
730
|
relevancyScore
|
878
731
|
sentimentScore
|
@@ -963,12 +816,6 @@ exports.Alert = {
|
|
963
816
|
createdAt
|
964
817
|
updatedAt
|
965
818
|
status
|
966
|
-
alpacaAccount {
|
967
|
-
id
|
968
|
-
}
|
969
|
-
asset {
|
970
|
-
id
|
971
|
-
}
|
972
819
|
actions {
|
973
820
|
id
|
974
821
|
sequence
|
@@ -977,9 +824,6 @@ exports.Alert = {
|
|
977
824
|
note
|
978
825
|
status
|
979
826
|
fee
|
980
|
-
trade {
|
981
|
-
id
|
982
|
-
}
|
983
827
|
order {
|
984
828
|
id
|
985
829
|
clientOrderId
|
@@ -1000,9 +844,6 @@ exports.Alert = {
|
|
1000
844
|
createdAt
|
1001
845
|
updatedAt
|
1002
846
|
orderId
|
1003
|
-
Order {
|
1004
|
-
id
|
1005
|
-
}
|
1006
847
|
}
|
1007
848
|
takeProfit {
|
1008
849
|
id
|
@@ -1011,9 +852,6 @@ exports.Alert = {
|
|
1011
852
|
createdAt
|
1012
853
|
updatedAt
|
1013
854
|
orderId
|
1014
|
-
Order {
|
1015
|
-
id
|
1016
|
-
}
|
1017
855
|
}
|
1018
856
|
trailPrice
|
1019
857
|
trailPercent
|
@@ -1025,15 +863,6 @@ exports.Alert = {
|
|
1025
863
|
filledAt
|
1026
864
|
filledAvgPrice
|
1027
865
|
actionId
|
1028
|
-
alpacaAccount {
|
1029
|
-
id
|
1030
|
-
}
|
1031
|
-
action {
|
1032
|
-
id
|
1033
|
-
}
|
1034
|
-
asset {
|
1035
|
-
id
|
1036
|
-
}
|
1037
866
|
fee
|
1038
867
|
strikePrice
|
1039
868
|
expirationDate
|
@@ -1063,9 +892,6 @@ exports.Alert = {
|
|
1063
892
|
createdAt
|
1064
893
|
updatedAt
|
1065
894
|
orderId
|
1066
|
-
Order {
|
1067
|
-
id
|
1068
|
-
}
|
1069
895
|
}
|
1070
896
|
takeProfit {
|
1071
897
|
id
|
@@ -1074,9 +900,6 @@ exports.Alert = {
|
|
1074
900
|
createdAt
|
1075
901
|
updatedAt
|
1076
902
|
orderId
|
1077
|
-
Order {
|
1078
|
-
id
|
1079
|
-
}
|
1080
903
|
}
|
1081
904
|
trailPrice
|
1082
905
|
trailPercent
|
@@ -1088,9 +911,6 @@ exports.Alert = {
|
|
1088
911
|
filledAt
|
1089
912
|
filledAvgPrice
|
1090
913
|
actionId
|
1091
|
-
alpacaAccount {
|
1092
|
-
id
|
1093
|
-
}
|
1094
914
|
action {
|
1095
915
|
id
|
1096
916
|
sequence
|
@@ -1114,22 +934,7 @@ exports.Alert = {
|
|
1114
934
|
createdAt
|
1115
935
|
updatedAt
|
1116
936
|
status
|
1117
|
-
alpacaAccount {
|
1118
|
-
id
|
1119
|
-
}
|
1120
|
-
asset {
|
1121
|
-
id
|
1122
|
-
}
|
1123
|
-
actions {
|
1124
|
-
id
|
1125
|
-
}
|
1126
937
|
}
|
1127
|
-
order {
|
1128
|
-
id
|
1129
|
-
}
|
1130
|
-
}
|
1131
|
-
asset {
|
1132
|
-
id
|
1133
938
|
}
|
1134
939
|
fee
|
1135
940
|
strikePrice
|
@@ -1138,9 +943,6 @@ exports.Alert = {
|
|
1138
943
|
stopLossId
|
1139
944
|
takeProfitId
|
1140
945
|
}
|
1141
|
-
positions {
|
1142
|
-
id
|
1143
|
-
}
|
1144
946
|
newsMentions {
|
1145
947
|
id
|
1146
948
|
assetId
|
@@ -1163,12 +965,6 @@ exports.Alert = {
|
|
1163
965
|
logo
|
1164
966
|
createdAt
|
1165
967
|
updatedAt
|
1166
|
-
assets {
|
1167
|
-
id
|
1168
|
-
}
|
1169
|
-
}
|
1170
|
-
asset {
|
1171
|
-
id
|
1172
968
|
}
|
1173
969
|
relevancyScore
|
1174
970
|
sentimentScore
|
@@ -1188,14 +984,8 @@ exports.Alert = {
|
|
1188
984
|
lastTradePrice
|
1189
985
|
changeToday
|
1190
986
|
assetMarginable
|
1191
|
-
alpacaAccount {
|
1192
|
-
id
|
1193
|
-
}
|
1194
987
|
alpacaAccountId
|
1195
988
|
}
|
1196
|
-
alerts {
|
1197
|
-
id
|
1198
|
-
}
|
1199
989
|
}
|
1200
990
|
}
|
1201
991
|
}
|
@@ -1809,9 +1599,6 @@ exports.Alert = {
|
|
1809
1599
|
stripeCurrentPeriodEnd
|
1810
1600
|
createdAt
|
1811
1601
|
updatedAt
|
1812
|
-
users {
|
1813
|
-
id
|
1814
|
-
}
|
1815
1602
|
}
|
1816
1603
|
customerId
|
1817
1604
|
accounts {
|
@@ -1829,18 +1616,12 @@ exports.Alert = {
|
|
1829
1616
|
session_state
|
1830
1617
|
createdAt
|
1831
1618
|
updatedAt
|
1832
|
-
user {
|
1833
|
-
id
|
1834
|
-
}
|
1835
1619
|
}
|
1836
1620
|
sessions {
|
1837
1621
|
id
|
1838
1622
|
sessionToken
|
1839
1623
|
userId
|
1840
1624
|
expires
|
1841
|
-
user {
|
1842
|
-
id
|
1843
|
-
}
|
1844
1625
|
createdAt
|
1845
1626
|
updatedAt
|
1846
1627
|
}
|
@@ -1850,16 +1631,10 @@ exports.Alert = {
|
|
1850
1631
|
credentialID
|
1851
1632
|
publicKey
|
1852
1633
|
counter
|
1853
|
-
user {
|
1854
|
-
id
|
1855
|
-
}
|
1856
1634
|
createdAt
|
1857
1635
|
updatedAt
|
1858
1636
|
}
|
1859
1637
|
plan
|
1860
|
-
alpacaAccounts {
|
1861
|
-
id
|
1862
|
-
}
|
1863
1638
|
}
|
1864
1639
|
userId
|
1865
1640
|
createdAt
|
@@ -1879,9 +1654,6 @@ exports.Alert = {
|
|
1879
1654
|
createdAt
|
1880
1655
|
updatedAt
|
1881
1656
|
status
|
1882
|
-
alpacaAccount {
|
1883
|
-
id
|
1884
|
-
}
|
1885
1657
|
asset {
|
1886
1658
|
id
|
1887
1659
|
symbol
|
@@ -1941,9 +1713,6 @@ exports.Alert = {
|
|
1941
1713
|
buyPrice
|
1942
1714
|
createdAt
|
1943
1715
|
updatedAt
|
1944
|
-
trades {
|
1945
|
-
id
|
1946
|
-
}
|
1947
1716
|
orders {
|
1948
1717
|
id
|
1949
1718
|
clientOrderId
|
@@ -1964,9 +1733,6 @@ exports.Alert = {
|
|
1964
1733
|
createdAt
|
1965
1734
|
updatedAt
|
1966
1735
|
orderId
|
1967
|
-
Order {
|
1968
|
-
id
|
1969
|
-
}
|
1970
1736
|
}
|
1971
1737
|
takeProfit {
|
1972
1738
|
id
|
@@ -1975,9 +1741,6 @@ exports.Alert = {
|
|
1975
1741
|
createdAt
|
1976
1742
|
updatedAt
|
1977
1743
|
orderId
|
1978
|
-
Order {
|
1979
|
-
id
|
1980
|
-
}
|
1981
1744
|
}
|
1982
1745
|
trailPrice
|
1983
1746
|
trailPercent
|
@@ -1989,9 +1752,6 @@ exports.Alert = {
|
|
1989
1752
|
filledAt
|
1990
1753
|
filledAvgPrice
|
1991
1754
|
actionId
|
1992
|
-
alpacaAccount {
|
1993
|
-
id
|
1994
|
-
}
|
1995
1755
|
action {
|
1996
1756
|
id
|
1997
1757
|
sequence
|
@@ -2000,15 +1760,6 @@ exports.Alert = {
|
|
2000
1760
|
note
|
2001
1761
|
status
|
2002
1762
|
fee
|
2003
|
-
trade {
|
2004
|
-
id
|
2005
|
-
}
|
2006
|
-
order {
|
2007
|
-
id
|
2008
|
-
}
|
2009
|
-
}
|
2010
|
-
asset {
|
2011
|
-
id
|
2012
1763
|
}
|
2013
1764
|
fee
|
2014
1765
|
strikePrice
|
@@ -2020,9 +1771,6 @@ exports.Alert = {
|
|
2020
1771
|
positions {
|
2021
1772
|
id
|
2022
1773
|
assetId
|
2023
|
-
asset {
|
2024
|
-
id
|
2025
|
-
}
|
2026
1774
|
averageEntryPrice
|
2027
1775
|
qty
|
2028
1776
|
qtyAvailable
|
@@ -2036,9 +1784,6 @@ exports.Alert = {
|
|
2036
1784
|
lastTradePrice
|
2037
1785
|
changeToday
|
2038
1786
|
assetMarginable
|
2039
|
-
alpacaAccount {
|
2040
|
-
id
|
2041
|
-
}
|
2042
1787
|
alpacaAccountId
|
2043
1788
|
}
|
2044
1789
|
newsMentions {
|
@@ -2063,12 +1808,6 @@ exports.Alert = {
|
|
2063
1808
|
logo
|
2064
1809
|
createdAt
|
2065
1810
|
updatedAt
|
2066
|
-
assets {
|
2067
|
-
id
|
2068
|
-
}
|
2069
|
-
}
|
2070
|
-
asset {
|
2071
|
-
id
|
2072
1811
|
}
|
2073
1812
|
relevancyScore
|
2074
1813
|
sentimentScore
|
@@ -2083,9 +1822,6 @@ exports.Alert = {
|
|
2083
1822
|
note
|
2084
1823
|
status
|
2085
1824
|
fee
|
2086
|
-
trade {
|
2087
|
-
id
|
2088
|
-
}
|
2089
1825
|
order {
|
2090
1826
|
id
|
2091
1827
|
clientOrderId
|
@@ -2106,9 +1842,6 @@ exports.Alert = {
|
|
2106
1842
|
createdAt
|
2107
1843
|
updatedAt
|
2108
1844
|
orderId
|
2109
|
-
Order {
|
2110
|
-
id
|
2111
|
-
}
|
2112
1845
|
}
|
2113
1846
|
takeProfit {
|
2114
1847
|
id
|
@@ -2117,9 +1850,6 @@ exports.Alert = {
|
|
2117
1850
|
createdAt
|
2118
1851
|
updatedAt
|
2119
1852
|
orderId
|
2120
|
-
Order {
|
2121
|
-
id
|
2122
|
-
}
|
2123
1853
|
}
|
2124
1854
|
trailPrice
|
2125
1855
|
trailPercent
|
@@ -2131,12 +1861,6 @@ exports.Alert = {
|
|
2131
1861
|
filledAt
|
2132
1862
|
filledAvgPrice
|
2133
1863
|
actionId
|
2134
|
-
alpacaAccount {
|
2135
|
-
id
|
2136
|
-
}
|
2137
|
-
action {
|
2138
|
-
id
|
2139
|
-
}
|
2140
1864
|
asset {
|
2141
1865
|
id
|
2142
1866
|
symbol
|
@@ -2196,18 +1920,9 @@ exports.Alert = {
|
|
2196
1920
|
buyPrice
|
2197
1921
|
createdAt
|
2198
1922
|
updatedAt
|
2199
|
-
trades {
|
2200
|
-
id
|
2201
|
-
}
|
2202
|
-
orders {
|
2203
|
-
id
|
2204
|
-
}
|
2205
1923
|
positions {
|
2206
1924
|
id
|
2207
1925
|
assetId
|
2208
|
-
asset {
|
2209
|
-
id
|
2210
|
-
}
|
2211
1926
|
averageEntryPrice
|
2212
1927
|
qty
|
2213
1928
|
qtyAvailable
|
@@ -2221,9 +1936,6 @@ exports.Alert = {
|
|
2221
1936
|
lastTradePrice
|
2222
1937
|
changeToday
|
2223
1938
|
assetMarginable
|
2224
|
-
alpacaAccount {
|
2225
|
-
id
|
2226
|
-
}
|
2227
1939
|
alpacaAccountId
|
2228
1940
|
}
|
2229
1941
|
newsMentions {
|
@@ -2248,12 +1960,6 @@ exports.Alert = {
|
|
2248
1960
|
logo
|
2249
1961
|
createdAt
|
2250
1962
|
updatedAt
|
2251
|
-
assets {
|
2252
|
-
id
|
2253
|
-
}
|
2254
|
-
}
|
2255
|
-
asset {
|
2256
|
-
id
|
2257
1963
|
}
|
2258
1964
|
relevancyScore
|
2259
1965
|
sentimentScore
|
@@ -2289,9 +1995,6 @@ exports.Alert = {
|
|
2289
1995
|
createdAt
|
2290
1996
|
updatedAt
|
2291
1997
|
orderId
|
2292
|
-
Order {
|
2293
|
-
id
|
2294
|
-
}
|
2295
1998
|
}
|
2296
1999
|
takeProfit {
|
2297
2000
|
id
|
@@ -2300,9 +2003,6 @@ exports.Alert = {
|
|
2300
2003
|
createdAt
|
2301
2004
|
updatedAt
|
2302
2005
|
orderId
|
2303
|
-
Order {
|
2304
|
-
id
|
2305
|
-
}
|
2306
2006
|
}
|
2307
2007
|
trailPrice
|
2308
2008
|
trailPercent
|
@@ -2314,9 +2014,6 @@ exports.Alert = {
|
|
2314
2014
|
filledAt
|
2315
2015
|
filledAvgPrice
|
2316
2016
|
actionId
|
2317
|
-
alpacaAccount {
|
2318
|
-
id
|
2319
|
-
}
|
2320
2017
|
action {
|
2321
2018
|
id
|
2322
2019
|
sequence
|
@@ -2340,9 +2037,6 @@ exports.Alert = {
|
|
2340
2037
|
createdAt
|
2341
2038
|
updatedAt
|
2342
2039
|
status
|
2343
|
-
alpacaAccount {
|
2344
|
-
id
|
2345
|
-
}
|
2346
2040
|
asset {
|
2347
2041
|
id
|
2348
2042
|
symbol
|
@@ -2402,18 +2096,9 @@ exports.Alert = {
|
|
2402
2096
|
buyPrice
|
2403
2097
|
createdAt
|
2404
2098
|
updatedAt
|
2405
|
-
trades {
|
2406
|
-
id
|
2407
|
-
}
|
2408
|
-
orders {
|
2409
|
-
id
|
2410
|
-
}
|
2411
2099
|
positions {
|
2412
2100
|
id
|
2413
2101
|
assetId
|
2414
|
-
asset {
|
2415
|
-
id
|
2416
|
-
}
|
2417
2102
|
averageEntryPrice
|
2418
2103
|
qty
|
2419
2104
|
qtyAvailable
|
@@ -2427,9 +2112,6 @@ exports.Alert = {
|
|
2427
2112
|
lastTradePrice
|
2428
2113
|
changeToday
|
2429
2114
|
assetMarginable
|
2430
|
-
alpacaAccount {
|
2431
|
-
id
|
2432
|
-
}
|
2433
2115
|
alpacaAccountId
|
2434
2116
|
}
|
2435
2117
|
newsMentions {
|
@@ -2454,24 +2136,12 @@ exports.Alert = {
|
|
2454
2136
|
logo
|
2455
2137
|
createdAt
|
2456
2138
|
updatedAt
|
2457
|
-
assets {
|
2458
|
-
id
|
2459
|
-
}
|
2460
|
-
}
|
2461
|
-
asset {
|
2462
|
-
id
|
2463
2139
|
}
|
2464
2140
|
relevancyScore
|
2465
2141
|
sentimentScore
|
2466
2142
|
sentimentLabel
|
2467
2143
|
}
|
2468
2144
|
}
|
2469
|
-
actions {
|
2470
|
-
id
|
2471
|
-
}
|
2472
|
-
}
|
2473
|
-
order {
|
2474
|
-
id
|
2475
2145
|
}
|
2476
2146
|
}
|
2477
2147
|
asset {
|
@@ -2548,12 +2218,6 @@ exports.Alert = {
|
|
2548
2218
|
createdAt
|
2549
2219
|
updatedAt
|
2550
2220
|
status
|
2551
|
-
alpacaAccount {
|
2552
|
-
id
|
2553
|
-
}
|
2554
|
-
asset {
|
2555
|
-
id
|
2556
|
-
}
|
2557
2221
|
actions {
|
2558
2222
|
id
|
2559
2223
|
sequence
|
@@ -2562,23 +2226,11 @@ exports.Alert = {
|
|
2562
2226
|
note
|
2563
2227
|
status
|
2564
2228
|
fee
|
2565
|
-
trade {
|
2566
|
-
id
|
2567
|
-
}
|
2568
|
-
order {
|
2569
|
-
id
|
2570
|
-
}
|
2571
2229
|
}
|
2572
2230
|
}
|
2573
|
-
orders {
|
2574
|
-
id
|
2575
|
-
}
|
2576
2231
|
positions {
|
2577
2232
|
id
|
2578
2233
|
assetId
|
2579
|
-
asset {
|
2580
|
-
id
|
2581
|
-
}
|
2582
2234
|
averageEntryPrice
|
2583
2235
|
qty
|
2584
2236
|
qtyAvailable
|
@@ -2592,9 +2244,6 @@ exports.Alert = {
|
|
2592
2244
|
lastTradePrice
|
2593
2245
|
changeToday
|
2594
2246
|
assetMarginable
|
2595
|
-
alpacaAccount {
|
2596
|
-
id
|
2597
|
-
}
|
2598
2247
|
alpacaAccountId
|
2599
2248
|
}
|
2600
2249
|
newsMentions {
|
@@ -2619,12 +2268,6 @@ exports.Alert = {
|
|
2619
2268
|
logo
|
2620
2269
|
createdAt
|
2621
2270
|
updatedAt
|
2622
|
-
assets {
|
2623
|
-
id
|
2624
|
-
}
|
2625
|
-
}
|
2626
|
-
asset {
|
2627
|
-
id
|
2628
2271
|
}
|
2629
2272
|
relevancyScore
|
2630
2273
|
sentimentScore
|
@@ -2715,12 +2358,6 @@ exports.Alert = {
|
|
2715
2358
|
createdAt
|
2716
2359
|
updatedAt
|
2717
2360
|
status
|
2718
|
-
alpacaAccount {
|
2719
|
-
id
|
2720
|
-
}
|
2721
|
-
asset {
|
2722
|
-
id
|
2723
|
-
}
|
2724
2361
|
actions {
|
2725
2362
|
id
|
2726
2363
|
sequence
|
@@ -2729,9 +2366,6 @@ exports.Alert = {
|
|
2729
2366
|
note
|
2730
2367
|
status
|
2731
2368
|
fee
|
2732
|
-
trade {
|
2733
|
-
id
|
2734
|
-
}
|
2735
2369
|
order {
|
2736
2370
|
id
|
2737
2371
|
clientOrderId
|
@@ -2752,9 +2386,6 @@ exports.Alert = {
|
|
2752
2386
|
createdAt
|
2753
2387
|
updatedAt
|
2754
2388
|
orderId
|
2755
|
-
Order {
|
2756
|
-
id
|
2757
|
-
}
|
2758
2389
|
}
|
2759
2390
|
takeProfit {
|
2760
2391
|
id
|
@@ -2763,9 +2394,6 @@ exports.Alert = {
|
|
2763
2394
|
createdAt
|
2764
2395
|
updatedAt
|
2765
2396
|
orderId
|
2766
|
-
Order {
|
2767
|
-
id
|
2768
|
-
}
|
2769
2397
|
}
|
2770
2398
|
trailPrice
|
2771
2399
|
trailPercent
|
@@ -2777,15 +2405,6 @@ exports.Alert = {
|
|
2777
2405
|
filledAt
|
2778
2406
|
filledAvgPrice
|
2779
2407
|
actionId
|
2780
|
-
alpacaAccount {
|
2781
|
-
id
|
2782
|
-
}
|
2783
|
-
action {
|
2784
|
-
id
|
2785
|
-
}
|
2786
|
-
asset {
|
2787
|
-
id
|
2788
|
-
}
|
2789
2408
|
fee
|
2790
2409
|
strikePrice
|
2791
2410
|
expirationDate
|
@@ -2815,9 +2434,6 @@ exports.Alert = {
|
|
2815
2434
|
createdAt
|
2816
2435
|
updatedAt
|
2817
2436
|
orderId
|
2818
|
-
Order {
|
2819
|
-
id
|
2820
|
-
}
|
2821
2437
|
}
|
2822
2438
|
takeProfit {
|
2823
2439
|
id
|
@@ -2826,9 +2442,6 @@ exports.Alert = {
|
|
2826
2442
|
createdAt
|
2827
2443
|
updatedAt
|
2828
2444
|
orderId
|
2829
|
-
Order {
|
2830
|
-
id
|
2831
|
-
}
|
2832
2445
|
}
|
2833
2446
|
trailPrice
|
2834
2447
|
trailPercent
|
@@ -2840,9 +2453,6 @@ exports.Alert = {
|
|
2840
2453
|
filledAt
|
2841
2454
|
filledAvgPrice
|
2842
2455
|
actionId
|
2843
|
-
alpacaAccount {
|
2844
|
-
id
|
2845
|
-
}
|
2846
2456
|
action {
|
2847
2457
|
id
|
2848
2458
|
sequence
|
@@ -2866,23 +2476,8 @@ exports.Alert = {
|
|
2866
2476
|
createdAt
|
2867
2477
|
updatedAt
|
2868
2478
|
status
|
2869
|
-
alpacaAccount {
|
2870
|
-
id
|
2871
|
-
}
|
2872
|
-
asset {
|
2873
|
-
id
|
2874
|
-
}
|
2875
|
-
actions {
|
2876
|
-
id
|
2877
|
-
}
|
2878
|
-
}
|
2879
|
-
order {
|
2880
|
-
id
|
2881
2479
|
}
|
2882
2480
|
}
|
2883
|
-
asset {
|
2884
|
-
id
|
2885
|
-
}
|
2886
2481
|
fee
|
2887
2482
|
strikePrice
|
2888
2483
|
expirationDate
|
@@ -2890,9 +2485,6 @@ exports.Alert = {
|
|
2890
2485
|
stopLossId
|
2891
2486
|
takeProfitId
|
2892
2487
|
}
|
2893
|
-
positions {
|
2894
|
-
id
|
2895
|
-
}
|
2896
2488
|
newsMentions {
|
2897
2489
|
id
|
2898
2490
|
assetId
|
@@ -2915,12 +2507,6 @@ exports.Alert = {
|
|
2915
2507
|
logo
|
2916
2508
|
createdAt
|
2917
2509
|
updatedAt
|
2918
|
-
assets {
|
2919
|
-
id
|
2920
|
-
}
|
2921
|
-
}
|
2922
|
-
asset {
|
2923
|
-
id
|
2924
2510
|
}
|
2925
2511
|
relevancyScore
|
2926
2512
|
sentimentScore
|
@@ -2940,14 +2526,8 @@ exports.Alert = {
|
|
2940
2526
|
lastTradePrice
|
2941
2527
|
changeToday
|
2942
2528
|
assetMarginable
|
2943
|
-
alpacaAccount {
|
2944
|
-
id
|
2945
|
-
}
|
2946
2529
|
alpacaAccountId
|
2947
2530
|
}
|
2948
|
-
alerts {
|
2949
|
-
id
|
2950
|
-
}
|
2951
2531
|
}
|
2952
2532
|
}
|
2953
2533
|
}`;
|
@@ -7399,9 +6979,6 @@ exports.Alert = {
|
|
7399
6979
|
stripeCurrentPeriodEnd
|
7400
6980
|
createdAt
|
7401
6981
|
updatedAt
|
7402
|
-
users {
|
7403
|
-
id
|
7404
|
-
}
|
7405
6982
|
}
|
7406
6983
|
customerId
|
7407
6984
|
accounts {
|
@@ -7419,18 +6996,12 @@ exports.Alert = {
|
|
7419
6996
|
session_state
|
7420
6997
|
createdAt
|
7421
6998
|
updatedAt
|
7422
|
-
user {
|
7423
|
-
id
|
7424
|
-
}
|
7425
6999
|
}
|
7426
7000
|
sessions {
|
7427
7001
|
id
|
7428
7002
|
sessionToken
|
7429
7003
|
userId
|
7430
7004
|
expires
|
7431
|
-
user {
|
7432
|
-
id
|
7433
|
-
}
|
7434
7005
|
createdAt
|
7435
7006
|
updatedAt
|
7436
7007
|
}
|
@@ -7440,16 +7011,10 @@ exports.Alert = {
|
|
7440
7011
|
credentialID
|
7441
7012
|
publicKey
|
7442
7013
|
counter
|
7443
|
-
user {
|
7444
|
-
id
|
7445
|
-
}
|
7446
7014
|
createdAt
|
7447
7015
|
updatedAt
|
7448
7016
|
}
|
7449
7017
|
plan
|
7450
|
-
alpacaAccounts {
|
7451
|
-
id
|
7452
|
-
}
|
7453
7018
|
}
|
7454
7019
|
userId
|
7455
7020
|
createdAt
|
@@ -7469,9 +7034,6 @@ exports.Alert = {
|
|
7469
7034
|
createdAt
|
7470
7035
|
updatedAt
|
7471
7036
|
status
|
7472
|
-
alpacaAccount {
|
7473
|
-
id
|
7474
|
-
}
|
7475
7037
|
asset {
|
7476
7038
|
id
|
7477
7039
|
symbol
|
@@ -7531,9 +7093,6 @@ exports.Alert = {
|
|
7531
7093
|
buyPrice
|
7532
7094
|
createdAt
|
7533
7095
|
updatedAt
|
7534
|
-
trades {
|
7535
|
-
id
|
7536
|
-
}
|
7537
7096
|
orders {
|
7538
7097
|
id
|
7539
7098
|
clientOrderId
|
@@ -7554,9 +7113,6 @@ exports.Alert = {
|
|
7554
7113
|
createdAt
|
7555
7114
|
updatedAt
|
7556
7115
|
orderId
|
7557
|
-
Order {
|
7558
|
-
id
|
7559
|
-
}
|
7560
7116
|
}
|
7561
7117
|
takeProfit {
|
7562
7118
|
id
|
@@ -7565,9 +7121,6 @@ exports.Alert = {
|
|
7565
7121
|
createdAt
|
7566
7122
|
updatedAt
|
7567
7123
|
orderId
|
7568
|
-
Order {
|
7569
|
-
id
|
7570
|
-
}
|
7571
7124
|
}
|
7572
7125
|
trailPrice
|
7573
7126
|
trailPercent
|
@@ -7579,9 +7132,6 @@ exports.Alert = {
|
|
7579
7132
|
filledAt
|
7580
7133
|
filledAvgPrice
|
7581
7134
|
actionId
|
7582
|
-
alpacaAccount {
|
7583
|
-
id
|
7584
|
-
}
|
7585
7135
|
action {
|
7586
7136
|
id
|
7587
7137
|
sequence
|
@@ -7590,15 +7140,6 @@ exports.Alert = {
|
|
7590
7140
|
note
|
7591
7141
|
status
|
7592
7142
|
fee
|
7593
|
-
trade {
|
7594
|
-
id
|
7595
|
-
}
|
7596
|
-
order {
|
7597
|
-
id
|
7598
|
-
}
|
7599
|
-
}
|
7600
|
-
asset {
|
7601
|
-
id
|
7602
7143
|
}
|
7603
7144
|
fee
|
7604
7145
|
strikePrice
|
@@ -7610,9 +7151,6 @@ exports.Alert = {
|
|
7610
7151
|
positions {
|
7611
7152
|
id
|
7612
7153
|
assetId
|
7613
|
-
asset {
|
7614
|
-
id
|
7615
|
-
}
|
7616
7154
|
averageEntryPrice
|
7617
7155
|
qty
|
7618
7156
|
qtyAvailable
|
@@ -7626,9 +7164,6 @@ exports.Alert = {
|
|
7626
7164
|
lastTradePrice
|
7627
7165
|
changeToday
|
7628
7166
|
assetMarginable
|
7629
|
-
alpacaAccount {
|
7630
|
-
id
|
7631
|
-
}
|
7632
7167
|
alpacaAccountId
|
7633
7168
|
}
|
7634
7169
|
newsMentions {
|
@@ -7653,12 +7188,6 @@ exports.Alert = {
|
|
7653
7188
|
logo
|
7654
7189
|
createdAt
|
7655
7190
|
updatedAt
|
7656
|
-
assets {
|
7657
|
-
id
|
7658
|
-
}
|
7659
|
-
}
|
7660
|
-
asset {
|
7661
|
-
id
|
7662
7191
|
}
|
7663
7192
|
relevancyScore
|
7664
7193
|
sentimentScore
|
@@ -7673,9 +7202,6 @@ exports.Alert = {
|
|
7673
7202
|
note
|
7674
7203
|
status
|
7675
7204
|
fee
|
7676
|
-
trade {
|
7677
|
-
id
|
7678
|
-
}
|
7679
7205
|
order {
|
7680
7206
|
id
|
7681
7207
|
clientOrderId
|
@@ -7696,9 +7222,6 @@ exports.Alert = {
|
|
7696
7222
|
createdAt
|
7697
7223
|
updatedAt
|
7698
7224
|
orderId
|
7699
|
-
Order {
|
7700
|
-
id
|
7701
|
-
}
|
7702
7225
|
}
|
7703
7226
|
takeProfit {
|
7704
7227
|
id
|
@@ -7707,9 +7230,6 @@ exports.Alert = {
|
|
7707
7230
|
createdAt
|
7708
7231
|
updatedAt
|
7709
7232
|
orderId
|
7710
|
-
Order {
|
7711
|
-
id
|
7712
|
-
}
|
7713
7233
|
}
|
7714
7234
|
trailPrice
|
7715
7235
|
trailPercent
|
@@ -7721,12 +7241,6 @@ exports.Alert = {
|
|
7721
7241
|
filledAt
|
7722
7242
|
filledAvgPrice
|
7723
7243
|
actionId
|
7724
|
-
alpacaAccount {
|
7725
|
-
id
|
7726
|
-
}
|
7727
|
-
action {
|
7728
|
-
id
|
7729
|
-
}
|
7730
7244
|
asset {
|
7731
7245
|
id
|
7732
7246
|
symbol
|
@@ -7786,18 +7300,9 @@ exports.Alert = {
|
|
7786
7300
|
buyPrice
|
7787
7301
|
createdAt
|
7788
7302
|
updatedAt
|
7789
|
-
trades {
|
7790
|
-
id
|
7791
|
-
}
|
7792
|
-
orders {
|
7793
|
-
id
|
7794
|
-
}
|
7795
7303
|
positions {
|
7796
7304
|
id
|
7797
7305
|
assetId
|
7798
|
-
asset {
|
7799
|
-
id
|
7800
|
-
}
|
7801
7306
|
averageEntryPrice
|
7802
7307
|
qty
|
7803
7308
|
qtyAvailable
|
@@ -7811,9 +7316,6 @@ exports.Alert = {
|
|
7811
7316
|
lastTradePrice
|
7812
7317
|
changeToday
|
7813
7318
|
assetMarginable
|
7814
|
-
alpacaAccount {
|
7815
|
-
id
|
7816
|
-
}
|
7817
7319
|
alpacaAccountId
|
7818
7320
|
}
|
7819
7321
|
newsMentions {
|
@@ -7838,12 +7340,6 @@ exports.Alert = {
|
|
7838
7340
|
logo
|
7839
7341
|
createdAt
|
7840
7342
|
updatedAt
|
7841
|
-
assets {
|
7842
|
-
id
|
7843
|
-
}
|
7844
|
-
}
|
7845
|
-
asset {
|
7846
|
-
id
|
7847
7343
|
}
|
7848
7344
|
relevancyScore
|
7849
7345
|
sentimentScore
|
@@ -7879,9 +7375,6 @@ exports.Alert = {
|
|
7879
7375
|
createdAt
|
7880
7376
|
updatedAt
|
7881
7377
|
orderId
|
7882
|
-
Order {
|
7883
|
-
id
|
7884
|
-
}
|
7885
7378
|
}
|
7886
7379
|
takeProfit {
|
7887
7380
|
id
|
@@ -7890,9 +7383,6 @@ exports.Alert = {
|
|
7890
7383
|
createdAt
|
7891
7384
|
updatedAt
|
7892
7385
|
orderId
|
7893
|
-
Order {
|
7894
|
-
id
|
7895
|
-
}
|
7896
7386
|
}
|
7897
7387
|
trailPrice
|
7898
7388
|
trailPercent
|
@@ -7904,9 +7394,6 @@ exports.Alert = {
|
|
7904
7394
|
filledAt
|
7905
7395
|
filledAvgPrice
|
7906
7396
|
actionId
|
7907
|
-
alpacaAccount {
|
7908
|
-
id
|
7909
|
-
}
|
7910
7397
|
action {
|
7911
7398
|
id
|
7912
7399
|
sequence
|
@@ -7930,9 +7417,6 @@ exports.Alert = {
|
|
7930
7417
|
createdAt
|
7931
7418
|
updatedAt
|
7932
7419
|
status
|
7933
|
-
alpacaAccount {
|
7934
|
-
id
|
7935
|
-
}
|
7936
7420
|
asset {
|
7937
7421
|
id
|
7938
7422
|
symbol
|
@@ -7992,18 +7476,9 @@ exports.Alert = {
|
|
7992
7476
|
buyPrice
|
7993
7477
|
createdAt
|
7994
7478
|
updatedAt
|
7995
|
-
trades {
|
7996
|
-
id
|
7997
|
-
}
|
7998
|
-
orders {
|
7999
|
-
id
|
8000
|
-
}
|
8001
7479
|
positions {
|
8002
7480
|
id
|
8003
7481
|
assetId
|
8004
|
-
asset {
|
8005
|
-
id
|
8006
|
-
}
|
8007
7482
|
averageEntryPrice
|
8008
7483
|
qty
|
8009
7484
|
qtyAvailable
|
@@ -8017,9 +7492,6 @@ exports.Alert = {
|
|
8017
7492
|
lastTradePrice
|
8018
7493
|
changeToday
|
8019
7494
|
assetMarginable
|
8020
|
-
alpacaAccount {
|
8021
|
-
id
|
8022
|
-
}
|
8023
7495
|
alpacaAccountId
|
8024
7496
|
}
|
8025
7497
|
newsMentions {
|
@@ -8044,24 +7516,12 @@ exports.Alert = {
|
|
8044
7516
|
logo
|
8045
7517
|
createdAt
|
8046
7518
|
updatedAt
|
8047
|
-
assets {
|
8048
|
-
id
|
8049
|
-
}
|
8050
|
-
}
|
8051
|
-
asset {
|
8052
|
-
id
|
8053
7519
|
}
|
8054
7520
|
relevancyScore
|
8055
7521
|
sentimentScore
|
8056
7522
|
sentimentLabel
|
8057
7523
|
}
|
8058
7524
|
}
|
8059
|
-
actions {
|
8060
|
-
id
|
8061
|
-
}
|
8062
|
-
}
|
8063
|
-
order {
|
8064
|
-
id
|
8065
7525
|
}
|
8066
7526
|
}
|
8067
7527
|
asset {
|
@@ -8138,12 +7598,6 @@ exports.Alert = {
|
|
8138
7598
|
createdAt
|
8139
7599
|
updatedAt
|
8140
7600
|
status
|
8141
|
-
alpacaAccount {
|
8142
|
-
id
|
8143
|
-
}
|
8144
|
-
asset {
|
8145
|
-
id
|
8146
|
-
}
|
8147
7601
|
actions {
|
8148
7602
|
id
|
8149
7603
|
sequence
|
@@ -8152,23 +7606,11 @@ exports.Alert = {
|
|
8152
7606
|
note
|
8153
7607
|
status
|
8154
7608
|
fee
|
8155
|
-
trade {
|
8156
|
-
id
|
8157
|
-
}
|
8158
|
-
order {
|
8159
|
-
id
|
8160
|
-
}
|
8161
7609
|
}
|
8162
7610
|
}
|
8163
|
-
orders {
|
8164
|
-
id
|
8165
|
-
}
|
8166
7611
|
positions {
|
8167
7612
|
id
|
8168
7613
|
assetId
|
8169
|
-
asset {
|
8170
|
-
id
|
8171
|
-
}
|
8172
7614
|
averageEntryPrice
|
8173
7615
|
qty
|
8174
7616
|
qtyAvailable
|
@@ -8182,9 +7624,6 @@ exports.Alert = {
|
|
8182
7624
|
lastTradePrice
|
8183
7625
|
changeToday
|
8184
7626
|
assetMarginable
|
8185
|
-
alpacaAccount {
|
8186
|
-
id
|
8187
|
-
}
|
8188
7627
|
alpacaAccountId
|
8189
7628
|
}
|
8190
7629
|
newsMentions {
|
@@ -8209,12 +7648,6 @@ exports.Alert = {
|
|
8209
7648
|
logo
|
8210
7649
|
createdAt
|
8211
7650
|
updatedAt
|
8212
|
-
assets {
|
8213
|
-
id
|
8214
|
-
}
|
8215
|
-
}
|
8216
|
-
asset {
|
8217
|
-
id
|
8218
7651
|
}
|
8219
7652
|
relevancyScore
|
8220
7653
|
sentimentScore
|
@@ -8305,12 +7738,6 @@ exports.Alert = {
|
|
8305
7738
|
createdAt
|
8306
7739
|
updatedAt
|
8307
7740
|
status
|
8308
|
-
alpacaAccount {
|
8309
|
-
id
|
8310
|
-
}
|
8311
|
-
asset {
|
8312
|
-
id
|
8313
|
-
}
|
8314
7741
|
actions {
|
8315
7742
|
id
|
8316
7743
|
sequence
|
@@ -8319,9 +7746,6 @@ exports.Alert = {
|
|
8319
7746
|
note
|
8320
7747
|
status
|
8321
7748
|
fee
|
8322
|
-
trade {
|
8323
|
-
id
|
8324
|
-
}
|
8325
7749
|
order {
|
8326
7750
|
id
|
8327
7751
|
clientOrderId
|
@@ -8342,9 +7766,6 @@ exports.Alert = {
|
|
8342
7766
|
createdAt
|
8343
7767
|
updatedAt
|
8344
7768
|
orderId
|
8345
|
-
Order {
|
8346
|
-
id
|
8347
|
-
}
|
8348
7769
|
}
|
8349
7770
|
takeProfit {
|
8350
7771
|
id
|
@@ -8353,9 +7774,6 @@ exports.Alert = {
|
|
8353
7774
|
createdAt
|
8354
7775
|
updatedAt
|
8355
7776
|
orderId
|
8356
|
-
Order {
|
8357
|
-
id
|
8358
|
-
}
|
8359
7777
|
}
|
8360
7778
|
trailPrice
|
8361
7779
|
trailPercent
|
@@ -8367,15 +7785,6 @@ exports.Alert = {
|
|
8367
7785
|
filledAt
|
8368
7786
|
filledAvgPrice
|
8369
7787
|
actionId
|
8370
|
-
alpacaAccount {
|
8371
|
-
id
|
8372
|
-
}
|
8373
|
-
action {
|
8374
|
-
id
|
8375
|
-
}
|
8376
|
-
asset {
|
8377
|
-
id
|
8378
|
-
}
|
8379
7788
|
fee
|
8380
7789
|
strikePrice
|
8381
7790
|
expirationDate
|
@@ -8405,9 +7814,6 @@ exports.Alert = {
|
|
8405
7814
|
createdAt
|
8406
7815
|
updatedAt
|
8407
7816
|
orderId
|
8408
|
-
Order {
|
8409
|
-
id
|
8410
|
-
}
|
8411
7817
|
}
|
8412
7818
|
takeProfit {
|
8413
7819
|
id
|
@@ -8416,9 +7822,6 @@ exports.Alert = {
|
|
8416
7822
|
createdAt
|
8417
7823
|
updatedAt
|
8418
7824
|
orderId
|
8419
|
-
Order {
|
8420
|
-
id
|
8421
|
-
}
|
8422
7825
|
}
|
8423
7826
|
trailPrice
|
8424
7827
|
trailPercent
|
@@ -8430,9 +7833,6 @@ exports.Alert = {
|
|
8430
7833
|
filledAt
|
8431
7834
|
filledAvgPrice
|
8432
7835
|
actionId
|
8433
|
-
alpacaAccount {
|
8434
|
-
id
|
8435
|
-
}
|
8436
7836
|
action {
|
8437
7837
|
id
|
8438
7838
|
sequence
|
@@ -8456,22 +7856,7 @@ exports.Alert = {
|
|
8456
7856
|
createdAt
|
8457
7857
|
updatedAt
|
8458
7858
|
status
|
8459
|
-
alpacaAccount {
|
8460
|
-
id
|
8461
|
-
}
|
8462
|
-
asset {
|
8463
|
-
id
|
8464
|
-
}
|
8465
|
-
actions {
|
8466
|
-
id
|
8467
|
-
}
|
8468
7859
|
}
|
8469
|
-
order {
|
8470
|
-
id
|
8471
|
-
}
|
8472
|
-
}
|
8473
|
-
asset {
|
8474
|
-
id
|
8475
7860
|
}
|
8476
7861
|
fee
|
8477
7862
|
strikePrice
|
@@ -8480,9 +7865,6 @@ exports.Alert = {
|
|
8480
7865
|
stopLossId
|
8481
7866
|
takeProfitId
|
8482
7867
|
}
|
8483
|
-
positions {
|
8484
|
-
id
|
8485
|
-
}
|
8486
7868
|
newsMentions {
|
8487
7869
|
id
|
8488
7870
|
assetId
|
@@ -8505,12 +7887,6 @@ exports.Alert = {
|
|
8505
7887
|
logo
|
8506
7888
|
createdAt
|
8507
7889
|
updatedAt
|
8508
|
-
assets {
|
8509
|
-
id
|
8510
|
-
}
|
8511
|
-
}
|
8512
|
-
asset {
|
8513
|
-
id
|
8514
7890
|
}
|
8515
7891
|
relevancyScore
|
8516
7892
|
sentimentScore
|
@@ -8530,14 +7906,8 @@ exports.Alert = {
|
|
8530
7906
|
lastTradePrice
|
8531
7907
|
changeToday
|
8532
7908
|
assetMarginable
|
8533
|
-
alpacaAccount {
|
8534
|
-
id
|
8535
|
-
}
|
8536
7909
|
alpacaAccountId
|
8537
7910
|
}
|
8538
|
-
alerts {
|
8539
|
-
id
|
8540
|
-
}
|
8541
7911
|
}
|
8542
7912
|
}
|
8543
7913
|
}`;
|
@@ -8613,9 +7983,6 @@ exports.Alert = {
|
|
8613
7983
|
stripeCurrentPeriodEnd
|
8614
7984
|
createdAt
|
8615
7985
|
updatedAt
|
8616
|
-
users {
|
8617
|
-
id
|
8618
|
-
}
|
8619
7986
|
}
|
8620
7987
|
customerId
|
8621
7988
|
accounts {
|
@@ -8633,18 +8000,12 @@ exports.Alert = {
|
|
8633
8000
|
session_state
|
8634
8001
|
createdAt
|
8635
8002
|
updatedAt
|
8636
|
-
user {
|
8637
|
-
id
|
8638
|
-
}
|
8639
8003
|
}
|
8640
8004
|
sessions {
|
8641
8005
|
id
|
8642
8006
|
sessionToken
|
8643
8007
|
userId
|
8644
8008
|
expires
|
8645
|
-
user {
|
8646
|
-
id
|
8647
|
-
}
|
8648
8009
|
createdAt
|
8649
8010
|
updatedAt
|
8650
8011
|
}
|
@@ -8654,16 +8015,10 @@ exports.Alert = {
|
|
8654
8015
|
credentialID
|
8655
8016
|
publicKey
|
8656
8017
|
counter
|
8657
|
-
user {
|
8658
|
-
id
|
8659
|
-
}
|
8660
8018
|
createdAt
|
8661
8019
|
updatedAt
|
8662
8020
|
}
|
8663
8021
|
plan
|
8664
|
-
alpacaAccounts {
|
8665
|
-
id
|
8666
|
-
}
|
8667
8022
|
}
|
8668
8023
|
userId
|
8669
8024
|
createdAt
|
@@ -8683,9 +8038,6 @@ exports.Alert = {
|
|
8683
8038
|
createdAt
|
8684
8039
|
updatedAt
|
8685
8040
|
status
|
8686
|
-
alpacaAccount {
|
8687
|
-
id
|
8688
|
-
}
|
8689
8041
|
asset {
|
8690
8042
|
id
|
8691
8043
|
symbol
|
@@ -8745,9 +8097,6 @@ exports.Alert = {
|
|
8745
8097
|
buyPrice
|
8746
8098
|
createdAt
|
8747
8099
|
updatedAt
|
8748
|
-
trades {
|
8749
|
-
id
|
8750
|
-
}
|
8751
8100
|
orders {
|
8752
8101
|
id
|
8753
8102
|
clientOrderId
|
@@ -8768,9 +8117,6 @@ exports.Alert = {
|
|
8768
8117
|
createdAt
|
8769
8118
|
updatedAt
|
8770
8119
|
orderId
|
8771
|
-
Order {
|
8772
|
-
id
|
8773
|
-
}
|
8774
8120
|
}
|
8775
8121
|
takeProfit {
|
8776
8122
|
id
|
@@ -8779,9 +8125,6 @@ exports.Alert = {
|
|
8779
8125
|
createdAt
|
8780
8126
|
updatedAt
|
8781
8127
|
orderId
|
8782
|
-
Order {
|
8783
|
-
id
|
8784
|
-
}
|
8785
8128
|
}
|
8786
8129
|
trailPrice
|
8787
8130
|
trailPercent
|
@@ -8793,9 +8136,6 @@ exports.Alert = {
|
|
8793
8136
|
filledAt
|
8794
8137
|
filledAvgPrice
|
8795
8138
|
actionId
|
8796
|
-
alpacaAccount {
|
8797
|
-
id
|
8798
|
-
}
|
8799
8139
|
action {
|
8800
8140
|
id
|
8801
8141
|
sequence
|
@@ -8804,15 +8144,6 @@ exports.Alert = {
|
|
8804
8144
|
note
|
8805
8145
|
status
|
8806
8146
|
fee
|
8807
|
-
trade {
|
8808
|
-
id
|
8809
|
-
}
|
8810
|
-
order {
|
8811
|
-
id
|
8812
|
-
}
|
8813
|
-
}
|
8814
|
-
asset {
|
8815
|
-
id
|
8816
8147
|
}
|
8817
8148
|
fee
|
8818
8149
|
strikePrice
|
@@ -8824,9 +8155,6 @@ exports.Alert = {
|
|
8824
8155
|
positions {
|
8825
8156
|
id
|
8826
8157
|
assetId
|
8827
|
-
asset {
|
8828
|
-
id
|
8829
|
-
}
|
8830
8158
|
averageEntryPrice
|
8831
8159
|
qty
|
8832
8160
|
qtyAvailable
|
@@ -8840,9 +8168,6 @@ exports.Alert = {
|
|
8840
8168
|
lastTradePrice
|
8841
8169
|
changeToday
|
8842
8170
|
assetMarginable
|
8843
|
-
alpacaAccount {
|
8844
|
-
id
|
8845
|
-
}
|
8846
8171
|
alpacaAccountId
|
8847
8172
|
}
|
8848
8173
|
newsMentions {
|
@@ -8867,12 +8192,6 @@ exports.Alert = {
|
|
8867
8192
|
logo
|
8868
8193
|
createdAt
|
8869
8194
|
updatedAt
|
8870
|
-
assets {
|
8871
|
-
id
|
8872
|
-
}
|
8873
|
-
}
|
8874
|
-
asset {
|
8875
|
-
id
|
8876
8195
|
}
|
8877
8196
|
relevancyScore
|
8878
8197
|
sentimentScore
|
@@ -8887,9 +8206,6 @@ exports.Alert = {
|
|
8887
8206
|
note
|
8888
8207
|
status
|
8889
8208
|
fee
|
8890
|
-
trade {
|
8891
|
-
id
|
8892
|
-
}
|
8893
8209
|
order {
|
8894
8210
|
id
|
8895
8211
|
clientOrderId
|
@@ -8910,9 +8226,6 @@ exports.Alert = {
|
|
8910
8226
|
createdAt
|
8911
8227
|
updatedAt
|
8912
8228
|
orderId
|
8913
|
-
Order {
|
8914
|
-
id
|
8915
|
-
}
|
8916
8229
|
}
|
8917
8230
|
takeProfit {
|
8918
8231
|
id
|
@@ -8921,9 +8234,6 @@ exports.Alert = {
|
|
8921
8234
|
createdAt
|
8922
8235
|
updatedAt
|
8923
8236
|
orderId
|
8924
|
-
Order {
|
8925
|
-
id
|
8926
|
-
}
|
8927
8237
|
}
|
8928
8238
|
trailPrice
|
8929
8239
|
trailPercent
|
@@ -8935,13 +8245,7 @@ exports.Alert = {
|
|
8935
8245
|
filledAt
|
8936
8246
|
filledAvgPrice
|
8937
8247
|
actionId
|
8938
|
-
|
8939
|
-
id
|
8940
|
-
}
|
8941
|
-
action {
|
8942
|
-
id
|
8943
|
-
}
|
8944
|
-
asset {
|
8248
|
+
asset {
|
8945
8249
|
id
|
8946
8250
|
symbol
|
8947
8251
|
name
|
@@ -9000,18 +8304,9 @@ exports.Alert = {
|
|
9000
8304
|
buyPrice
|
9001
8305
|
createdAt
|
9002
8306
|
updatedAt
|
9003
|
-
trades {
|
9004
|
-
id
|
9005
|
-
}
|
9006
|
-
orders {
|
9007
|
-
id
|
9008
|
-
}
|
9009
8307
|
positions {
|
9010
8308
|
id
|
9011
8309
|
assetId
|
9012
|
-
asset {
|
9013
|
-
id
|
9014
|
-
}
|
9015
8310
|
averageEntryPrice
|
9016
8311
|
qty
|
9017
8312
|
qtyAvailable
|
@@ -9025,9 +8320,6 @@ exports.Alert = {
|
|
9025
8320
|
lastTradePrice
|
9026
8321
|
changeToday
|
9027
8322
|
assetMarginable
|
9028
|
-
alpacaAccount {
|
9029
|
-
id
|
9030
|
-
}
|
9031
8323
|
alpacaAccountId
|
9032
8324
|
}
|
9033
8325
|
newsMentions {
|
@@ -9052,12 +8344,6 @@ exports.Alert = {
|
|
9052
8344
|
logo
|
9053
8345
|
createdAt
|
9054
8346
|
updatedAt
|
9055
|
-
assets {
|
9056
|
-
id
|
9057
|
-
}
|
9058
|
-
}
|
9059
|
-
asset {
|
9060
|
-
id
|
9061
8347
|
}
|
9062
8348
|
relevancyScore
|
9063
8349
|
sentimentScore
|
@@ -9093,9 +8379,6 @@ exports.Alert = {
|
|
9093
8379
|
createdAt
|
9094
8380
|
updatedAt
|
9095
8381
|
orderId
|
9096
|
-
Order {
|
9097
|
-
id
|
9098
|
-
}
|
9099
8382
|
}
|
9100
8383
|
takeProfit {
|
9101
8384
|
id
|
@@ -9104,9 +8387,6 @@ exports.Alert = {
|
|
9104
8387
|
createdAt
|
9105
8388
|
updatedAt
|
9106
8389
|
orderId
|
9107
|
-
Order {
|
9108
|
-
id
|
9109
|
-
}
|
9110
8390
|
}
|
9111
8391
|
trailPrice
|
9112
8392
|
trailPercent
|
@@ -9118,9 +8398,6 @@ exports.Alert = {
|
|
9118
8398
|
filledAt
|
9119
8399
|
filledAvgPrice
|
9120
8400
|
actionId
|
9121
|
-
alpacaAccount {
|
9122
|
-
id
|
9123
|
-
}
|
9124
8401
|
action {
|
9125
8402
|
id
|
9126
8403
|
sequence
|
@@ -9144,9 +8421,6 @@ exports.Alert = {
|
|
9144
8421
|
createdAt
|
9145
8422
|
updatedAt
|
9146
8423
|
status
|
9147
|
-
alpacaAccount {
|
9148
|
-
id
|
9149
|
-
}
|
9150
8424
|
asset {
|
9151
8425
|
id
|
9152
8426
|
symbol
|
@@ -9206,18 +8480,9 @@ exports.Alert = {
|
|
9206
8480
|
buyPrice
|
9207
8481
|
createdAt
|
9208
8482
|
updatedAt
|
9209
|
-
trades {
|
9210
|
-
id
|
9211
|
-
}
|
9212
|
-
orders {
|
9213
|
-
id
|
9214
|
-
}
|
9215
8483
|
positions {
|
9216
8484
|
id
|
9217
8485
|
assetId
|
9218
|
-
asset {
|
9219
|
-
id
|
9220
|
-
}
|
9221
8486
|
averageEntryPrice
|
9222
8487
|
qty
|
9223
8488
|
qtyAvailable
|
@@ -9231,9 +8496,6 @@ exports.Alert = {
|
|
9231
8496
|
lastTradePrice
|
9232
8497
|
changeToday
|
9233
8498
|
assetMarginable
|
9234
|
-
alpacaAccount {
|
9235
|
-
id
|
9236
|
-
}
|
9237
8499
|
alpacaAccountId
|
9238
8500
|
}
|
9239
8501
|
newsMentions {
|
@@ -9258,24 +8520,12 @@ exports.Alert = {
|
|
9258
8520
|
logo
|
9259
8521
|
createdAt
|
9260
8522
|
updatedAt
|
9261
|
-
assets {
|
9262
|
-
id
|
9263
|
-
}
|
9264
|
-
}
|
9265
|
-
asset {
|
9266
|
-
id
|
9267
8523
|
}
|
9268
8524
|
relevancyScore
|
9269
8525
|
sentimentScore
|
9270
8526
|
sentimentLabel
|
9271
8527
|
}
|
9272
8528
|
}
|
9273
|
-
actions {
|
9274
|
-
id
|
9275
|
-
}
|
9276
|
-
}
|
9277
|
-
order {
|
9278
|
-
id
|
9279
8529
|
}
|
9280
8530
|
}
|
9281
8531
|
asset {
|
@@ -9352,12 +8602,6 @@ exports.Alert = {
|
|
9352
8602
|
createdAt
|
9353
8603
|
updatedAt
|
9354
8604
|
status
|
9355
|
-
alpacaAccount {
|
9356
|
-
id
|
9357
|
-
}
|
9358
|
-
asset {
|
9359
|
-
id
|
9360
|
-
}
|
9361
8605
|
actions {
|
9362
8606
|
id
|
9363
8607
|
sequence
|
@@ -9366,23 +8610,11 @@ exports.Alert = {
|
|
9366
8610
|
note
|
9367
8611
|
status
|
9368
8612
|
fee
|
9369
|
-
trade {
|
9370
|
-
id
|
9371
|
-
}
|
9372
|
-
order {
|
9373
|
-
id
|
9374
|
-
}
|
9375
8613
|
}
|
9376
8614
|
}
|
9377
|
-
orders {
|
9378
|
-
id
|
9379
|
-
}
|
9380
8615
|
positions {
|
9381
8616
|
id
|
9382
8617
|
assetId
|
9383
|
-
asset {
|
9384
|
-
id
|
9385
|
-
}
|
9386
8618
|
averageEntryPrice
|
9387
8619
|
qty
|
9388
8620
|
qtyAvailable
|
@@ -9396,9 +8628,6 @@ exports.Alert = {
|
|
9396
8628
|
lastTradePrice
|
9397
8629
|
changeToday
|
9398
8630
|
assetMarginable
|
9399
|
-
alpacaAccount {
|
9400
|
-
id
|
9401
|
-
}
|
9402
8631
|
alpacaAccountId
|
9403
8632
|
}
|
9404
8633
|
newsMentions {
|
@@ -9423,12 +8652,6 @@ exports.Alert = {
|
|
9423
8652
|
logo
|
9424
8653
|
createdAt
|
9425
8654
|
updatedAt
|
9426
|
-
assets {
|
9427
|
-
id
|
9428
|
-
}
|
9429
|
-
}
|
9430
|
-
asset {
|
9431
|
-
id
|
9432
8655
|
}
|
9433
8656
|
relevancyScore
|
9434
8657
|
sentimentScore
|
@@ -9519,12 +8742,6 @@ exports.Alert = {
|
|
9519
8742
|
createdAt
|
9520
8743
|
updatedAt
|
9521
8744
|
status
|
9522
|
-
alpacaAccount {
|
9523
|
-
id
|
9524
|
-
}
|
9525
|
-
asset {
|
9526
|
-
id
|
9527
|
-
}
|
9528
8745
|
actions {
|
9529
8746
|
id
|
9530
8747
|
sequence
|
@@ -9533,9 +8750,6 @@ exports.Alert = {
|
|
9533
8750
|
note
|
9534
8751
|
status
|
9535
8752
|
fee
|
9536
|
-
trade {
|
9537
|
-
id
|
9538
|
-
}
|
9539
8753
|
order {
|
9540
8754
|
id
|
9541
8755
|
clientOrderId
|
@@ -9556,9 +8770,6 @@ exports.Alert = {
|
|
9556
8770
|
createdAt
|
9557
8771
|
updatedAt
|
9558
8772
|
orderId
|
9559
|
-
Order {
|
9560
|
-
id
|
9561
|
-
}
|
9562
8773
|
}
|
9563
8774
|
takeProfit {
|
9564
8775
|
id
|
@@ -9567,9 +8778,6 @@ exports.Alert = {
|
|
9567
8778
|
createdAt
|
9568
8779
|
updatedAt
|
9569
8780
|
orderId
|
9570
|
-
Order {
|
9571
|
-
id
|
9572
|
-
}
|
9573
8781
|
}
|
9574
8782
|
trailPrice
|
9575
8783
|
trailPercent
|
@@ -9581,15 +8789,6 @@ exports.Alert = {
|
|
9581
8789
|
filledAt
|
9582
8790
|
filledAvgPrice
|
9583
8791
|
actionId
|
9584
|
-
alpacaAccount {
|
9585
|
-
id
|
9586
|
-
}
|
9587
|
-
action {
|
9588
|
-
id
|
9589
|
-
}
|
9590
|
-
asset {
|
9591
|
-
id
|
9592
|
-
}
|
9593
8792
|
fee
|
9594
8793
|
strikePrice
|
9595
8794
|
expirationDate
|
@@ -9619,9 +8818,6 @@ exports.Alert = {
|
|
9619
8818
|
createdAt
|
9620
8819
|
updatedAt
|
9621
8820
|
orderId
|
9622
|
-
Order {
|
9623
|
-
id
|
9624
|
-
}
|
9625
8821
|
}
|
9626
8822
|
takeProfit {
|
9627
8823
|
id
|
@@ -9630,9 +8826,6 @@ exports.Alert = {
|
|
9630
8826
|
createdAt
|
9631
8827
|
updatedAt
|
9632
8828
|
orderId
|
9633
|
-
Order {
|
9634
|
-
id
|
9635
|
-
}
|
9636
8829
|
}
|
9637
8830
|
trailPrice
|
9638
8831
|
trailPercent
|
@@ -9644,9 +8837,6 @@ exports.Alert = {
|
|
9644
8837
|
filledAt
|
9645
8838
|
filledAvgPrice
|
9646
8839
|
actionId
|
9647
|
-
alpacaAccount {
|
9648
|
-
id
|
9649
|
-
}
|
9650
8840
|
action {
|
9651
8841
|
id
|
9652
8842
|
sequence
|
@@ -9670,23 +8860,8 @@ exports.Alert = {
|
|
9670
8860
|
createdAt
|
9671
8861
|
updatedAt
|
9672
8862
|
status
|
9673
|
-
alpacaAccount {
|
9674
|
-
id
|
9675
|
-
}
|
9676
|
-
asset {
|
9677
|
-
id
|
9678
|
-
}
|
9679
|
-
actions {
|
9680
|
-
id
|
9681
|
-
}
|
9682
|
-
}
|
9683
|
-
order {
|
9684
|
-
id
|
9685
8863
|
}
|
9686
8864
|
}
|
9687
|
-
asset {
|
9688
|
-
id
|
9689
|
-
}
|
9690
8865
|
fee
|
9691
8866
|
strikePrice
|
9692
8867
|
expirationDate
|
@@ -9694,9 +8869,6 @@ exports.Alert = {
|
|
9694
8869
|
stopLossId
|
9695
8870
|
takeProfitId
|
9696
8871
|
}
|
9697
|
-
positions {
|
9698
|
-
id
|
9699
|
-
}
|
9700
8872
|
newsMentions {
|
9701
8873
|
id
|
9702
8874
|
assetId
|
@@ -9719,12 +8891,6 @@ exports.Alert = {
|
|
9719
8891
|
logo
|
9720
8892
|
createdAt
|
9721
8893
|
updatedAt
|
9722
|
-
assets {
|
9723
|
-
id
|
9724
|
-
}
|
9725
|
-
}
|
9726
|
-
asset {
|
9727
|
-
id
|
9728
8894
|
}
|
9729
8895
|
relevancyScore
|
9730
8896
|
sentimentScore
|
@@ -9744,14 +8910,8 @@ exports.Alert = {
|
|
9744
8910
|
lastTradePrice
|
9745
8911
|
changeToday
|
9746
8912
|
assetMarginable
|
9747
|
-
alpacaAccount {
|
9748
|
-
id
|
9749
|
-
}
|
9750
8913
|
alpacaAccountId
|
9751
8914
|
}
|
9752
|
-
alerts {
|
9753
|
-
id
|
9754
|
-
}
|
9755
8915
|
}
|
9756
8916
|
}
|
9757
8917
|
}`;
|
@@ -9826,9 +8986,6 @@ exports.Alert = {
|
|
9826
8986
|
stripeCurrentPeriodEnd
|
9827
8987
|
createdAt
|
9828
8988
|
updatedAt
|
9829
|
-
users {
|
9830
|
-
id
|
9831
|
-
}
|
9832
8989
|
}
|
9833
8990
|
customerId
|
9834
8991
|
accounts {
|
@@ -9846,18 +9003,12 @@ exports.Alert = {
|
|
9846
9003
|
session_state
|
9847
9004
|
createdAt
|
9848
9005
|
updatedAt
|
9849
|
-
user {
|
9850
|
-
id
|
9851
|
-
}
|
9852
9006
|
}
|
9853
9007
|
sessions {
|
9854
9008
|
id
|
9855
9009
|
sessionToken
|
9856
9010
|
userId
|
9857
9011
|
expires
|
9858
|
-
user {
|
9859
|
-
id
|
9860
|
-
}
|
9861
9012
|
createdAt
|
9862
9013
|
updatedAt
|
9863
9014
|
}
|
@@ -9867,16 +9018,10 @@ exports.Alert = {
|
|
9867
9018
|
credentialID
|
9868
9019
|
publicKey
|
9869
9020
|
counter
|
9870
|
-
user {
|
9871
|
-
id
|
9872
|
-
}
|
9873
9021
|
createdAt
|
9874
9022
|
updatedAt
|
9875
9023
|
}
|
9876
9024
|
plan
|
9877
|
-
alpacaAccounts {
|
9878
|
-
id
|
9879
|
-
}
|
9880
9025
|
}
|
9881
9026
|
userId
|
9882
9027
|
createdAt
|
@@ -9896,9 +9041,6 @@ exports.Alert = {
|
|
9896
9041
|
createdAt
|
9897
9042
|
updatedAt
|
9898
9043
|
status
|
9899
|
-
alpacaAccount {
|
9900
|
-
id
|
9901
|
-
}
|
9902
9044
|
asset {
|
9903
9045
|
id
|
9904
9046
|
symbol
|
@@ -9958,9 +9100,6 @@ exports.Alert = {
|
|
9958
9100
|
buyPrice
|
9959
9101
|
createdAt
|
9960
9102
|
updatedAt
|
9961
|
-
trades {
|
9962
|
-
id
|
9963
|
-
}
|
9964
9103
|
orders {
|
9965
9104
|
id
|
9966
9105
|
clientOrderId
|
@@ -9981,9 +9120,6 @@ exports.Alert = {
|
|
9981
9120
|
createdAt
|
9982
9121
|
updatedAt
|
9983
9122
|
orderId
|
9984
|
-
Order {
|
9985
|
-
id
|
9986
|
-
}
|
9987
9123
|
}
|
9988
9124
|
takeProfit {
|
9989
9125
|
id
|
@@ -9992,9 +9128,6 @@ exports.Alert = {
|
|
9992
9128
|
createdAt
|
9993
9129
|
updatedAt
|
9994
9130
|
orderId
|
9995
|
-
Order {
|
9996
|
-
id
|
9997
|
-
}
|
9998
9131
|
}
|
9999
9132
|
trailPrice
|
10000
9133
|
trailPercent
|
@@ -10006,9 +9139,6 @@ exports.Alert = {
|
|
10006
9139
|
filledAt
|
10007
9140
|
filledAvgPrice
|
10008
9141
|
actionId
|
10009
|
-
alpacaAccount {
|
10010
|
-
id
|
10011
|
-
}
|
10012
9142
|
action {
|
10013
9143
|
id
|
10014
9144
|
sequence
|
@@ -10017,15 +9147,6 @@ exports.Alert = {
|
|
10017
9147
|
note
|
10018
9148
|
status
|
10019
9149
|
fee
|
10020
|
-
trade {
|
10021
|
-
id
|
10022
|
-
}
|
10023
|
-
order {
|
10024
|
-
id
|
10025
|
-
}
|
10026
|
-
}
|
10027
|
-
asset {
|
10028
|
-
id
|
10029
9150
|
}
|
10030
9151
|
fee
|
10031
9152
|
strikePrice
|
@@ -10037,9 +9158,6 @@ exports.Alert = {
|
|
10037
9158
|
positions {
|
10038
9159
|
id
|
10039
9160
|
assetId
|
10040
|
-
asset {
|
10041
|
-
id
|
10042
|
-
}
|
10043
9161
|
averageEntryPrice
|
10044
9162
|
qty
|
10045
9163
|
qtyAvailable
|
@@ -10053,9 +9171,6 @@ exports.Alert = {
|
|
10053
9171
|
lastTradePrice
|
10054
9172
|
changeToday
|
10055
9173
|
assetMarginable
|
10056
|
-
alpacaAccount {
|
10057
|
-
id
|
10058
|
-
}
|
10059
9174
|
alpacaAccountId
|
10060
9175
|
}
|
10061
9176
|
newsMentions {
|
@@ -10080,12 +9195,6 @@ exports.Alert = {
|
|
10080
9195
|
logo
|
10081
9196
|
createdAt
|
10082
9197
|
updatedAt
|
10083
|
-
assets {
|
10084
|
-
id
|
10085
|
-
}
|
10086
|
-
}
|
10087
|
-
asset {
|
10088
|
-
id
|
10089
9198
|
}
|
10090
9199
|
relevancyScore
|
10091
9200
|
sentimentScore
|
@@ -10100,9 +9209,6 @@ exports.Alert = {
|
|
10100
9209
|
note
|
10101
9210
|
status
|
10102
9211
|
fee
|
10103
|
-
trade {
|
10104
|
-
id
|
10105
|
-
}
|
10106
9212
|
order {
|
10107
9213
|
id
|
10108
9214
|
clientOrderId
|
@@ -10123,9 +9229,6 @@ exports.Alert = {
|
|
10123
9229
|
createdAt
|
10124
9230
|
updatedAt
|
10125
9231
|
orderId
|
10126
|
-
Order {
|
10127
|
-
id
|
10128
|
-
}
|
10129
9232
|
}
|
10130
9233
|
takeProfit {
|
10131
9234
|
id
|
@@ -10134,9 +9237,6 @@ exports.Alert = {
|
|
10134
9237
|
createdAt
|
10135
9238
|
updatedAt
|
10136
9239
|
orderId
|
10137
|
-
Order {
|
10138
|
-
id
|
10139
|
-
}
|
10140
9240
|
}
|
10141
9241
|
trailPrice
|
10142
9242
|
trailPercent
|
@@ -10148,12 +9248,6 @@ exports.Alert = {
|
|
10148
9248
|
filledAt
|
10149
9249
|
filledAvgPrice
|
10150
9250
|
actionId
|
10151
|
-
alpacaAccount {
|
10152
|
-
id
|
10153
|
-
}
|
10154
|
-
action {
|
10155
|
-
id
|
10156
|
-
}
|
10157
9251
|
asset {
|
10158
9252
|
id
|
10159
9253
|
symbol
|
@@ -10213,18 +9307,9 @@ exports.Alert = {
|
|
10213
9307
|
buyPrice
|
10214
9308
|
createdAt
|
10215
9309
|
updatedAt
|
10216
|
-
trades {
|
10217
|
-
id
|
10218
|
-
}
|
10219
|
-
orders {
|
10220
|
-
id
|
10221
|
-
}
|
10222
9310
|
positions {
|
10223
9311
|
id
|
10224
9312
|
assetId
|
10225
|
-
asset {
|
10226
|
-
id
|
10227
|
-
}
|
10228
9313
|
averageEntryPrice
|
10229
9314
|
qty
|
10230
9315
|
qtyAvailable
|
@@ -10238,9 +9323,6 @@ exports.Alert = {
|
|
10238
9323
|
lastTradePrice
|
10239
9324
|
changeToday
|
10240
9325
|
assetMarginable
|
10241
|
-
alpacaAccount {
|
10242
|
-
id
|
10243
|
-
}
|
10244
9326
|
alpacaAccountId
|
10245
9327
|
}
|
10246
9328
|
newsMentions {
|
@@ -10265,12 +9347,6 @@ exports.Alert = {
|
|
10265
9347
|
logo
|
10266
9348
|
createdAt
|
10267
9349
|
updatedAt
|
10268
|
-
assets {
|
10269
|
-
id
|
10270
|
-
}
|
10271
|
-
}
|
10272
|
-
asset {
|
10273
|
-
id
|
10274
9350
|
}
|
10275
9351
|
relevancyScore
|
10276
9352
|
sentimentScore
|
@@ -10306,9 +9382,6 @@ exports.Alert = {
|
|
10306
9382
|
createdAt
|
10307
9383
|
updatedAt
|
10308
9384
|
orderId
|
10309
|
-
Order {
|
10310
|
-
id
|
10311
|
-
}
|
10312
9385
|
}
|
10313
9386
|
takeProfit {
|
10314
9387
|
id
|
@@ -10317,9 +9390,6 @@ exports.Alert = {
|
|
10317
9390
|
createdAt
|
10318
9391
|
updatedAt
|
10319
9392
|
orderId
|
10320
|
-
Order {
|
10321
|
-
id
|
10322
|
-
}
|
10323
9393
|
}
|
10324
9394
|
trailPrice
|
10325
9395
|
trailPercent
|
@@ -10331,9 +9401,6 @@ exports.Alert = {
|
|
10331
9401
|
filledAt
|
10332
9402
|
filledAvgPrice
|
10333
9403
|
actionId
|
10334
|
-
alpacaAccount {
|
10335
|
-
id
|
10336
|
-
}
|
10337
9404
|
action {
|
10338
9405
|
id
|
10339
9406
|
sequence
|
@@ -10357,9 +9424,6 @@ exports.Alert = {
|
|
10357
9424
|
createdAt
|
10358
9425
|
updatedAt
|
10359
9426
|
status
|
10360
|
-
alpacaAccount {
|
10361
|
-
id
|
10362
|
-
}
|
10363
9427
|
asset {
|
10364
9428
|
id
|
10365
9429
|
symbol
|
@@ -10419,18 +9483,9 @@ exports.Alert = {
|
|
10419
9483
|
buyPrice
|
10420
9484
|
createdAt
|
10421
9485
|
updatedAt
|
10422
|
-
trades {
|
10423
|
-
id
|
10424
|
-
}
|
10425
|
-
orders {
|
10426
|
-
id
|
10427
|
-
}
|
10428
9486
|
positions {
|
10429
9487
|
id
|
10430
9488
|
assetId
|
10431
|
-
asset {
|
10432
|
-
id
|
10433
|
-
}
|
10434
9489
|
averageEntryPrice
|
10435
9490
|
qty
|
10436
9491
|
qtyAvailable
|
@@ -10444,9 +9499,6 @@ exports.Alert = {
|
|
10444
9499
|
lastTradePrice
|
10445
9500
|
changeToday
|
10446
9501
|
assetMarginable
|
10447
|
-
alpacaAccount {
|
10448
|
-
id
|
10449
|
-
}
|
10450
9502
|
alpacaAccountId
|
10451
9503
|
}
|
10452
9504
|
newsMentions {
|
@@ -10471,24 +9523,12 @@ exports.Alert = {
|
|
10471
9523
|
logo
|
10472
9524
|
createdAt
|
10473
9525
|
updatedAt
|
10474
|
-
assets {
|
10475
|
-
id
|
10476
|
-
}
|
10477
|
-
}
|
10478
|
-
asset {
|
10479
|
-
id
|
10480
9526
|
}
|
10481
9527
|
relevancyScore
|
10482
9528
|
sentimentScore
|
10483
9529
|
sentimentLabel
|
10484
9530
|
}
|
10485
9531
|
}
|
10486
|
-
actions {
|
10487
|
-
id
|
10488
|
-
}
|
10489
|
-
}
|
10490
|
-
order {
|
10491
|
-
id
|
10492
9532
|
}
|
10493
9533
|
}
|
10494
9534
|
asset {
|
@@ -10565,12 +9605,6 @@ exports.Alert = {
|
|
10565
9605
|
createdAt
|
10566
9606
|
updatedAt
|
10567
9607
|
status
|
10568
|
-
alpacaAccount {
|
10569
|
-
id
|
10570
|
-
}
|
10571
|
-
asset {
|
10572
|
-
id
|
10573
|
-
}
|
10574
9608
|
actions {
|
10575
9609
|
id
|
10576
9610
|
sequence
|
@@ -10579,23 +9613,11 @@ exports.Alert = {
|
|
10579
9613
|
note
|
10580
9614
|
status
|
10581
9615
|
fee
|
10582
|
-
trade {
|
10583
|
-
id
|
10584
|
-
}
|
10585
|
-
order {
|
10586
|
-
id
|
10587
|
-
}
|
10588
9616
|
}
|
10589
9617
|
}
|
10590
|
-
orders {
|
10591
|
-
id
|
10592
|
-
}
|
10593
9618
|
positions {
|
10594
9619
|
id
|
10595
9620
|
assetId
|
10596
|
-
asset {
|
10597
|
-
id
|
10598
|
-
}
|
10599
9621
|
averageEntryPrice
|
10600
9622
|
qty
|
10601
9623
|
qtyAvailable
|
@@ -10609,9 +9631,6 @@ exports.Alert = {
|
|
10609
9631
|
lastTradePrice
|
10610
9632
|
changeToday
|
10611
9633
|
assetMarginable
|
10612
|
-
alpacaAccount {
|
10613
|
-
id
|
10614
|
-
}
|
10615
9634
|
alpacaAccountId
|
10616
9635
|
}
|
10617
9636
|
newsMentions {
|
@@ -10636,12 +9655,6 @@ exports.Alert = {
|
|
10636
9655
|
logo
|
10637
9656
|
createdAt
|
10638
9657
|
updatedAt
|
10639
|
-
assets {
|
10640
|
-
id
|
10641
|
-
}
|
10642
|
-
}
|
10643
|
-
asset {
|
10644
|
-
id
|
10645
9658
|
}
|
10646
9659
|
relevancyScore
|
10647
9660
|
sentimentScore
|
@@ -10732,12 +9745,6 @@ exports.Alert = {
|
|
10732
9745
|
createdAt
|
10733
9746
|
updatedAt
|
10734
9747
|
status
|
10735
|
-
alpacaAccount {
|
10736
|
-
id
|
10737
|
-
}
|
10738
|
-
asset {
|
10739
|
-
id
|
10740
|
-
}
|
10741
9748
|
actions {
|
10742
9749
|
id
|
10743
9750
|
sequence
|
@@ -10746,9 +9753,6 @@ exports.Alert = {
|
|
10746
9753
|
note
|
10747
9754
|
status
|
10748
9755
|
fee
|
10749
|
-
trade {
|
10750
|
-
id
|
10751
|
-
}
|
10752
9756
|
order {
|
10753
9757
|
id
|
10754
9758
|
clientOrderId
|
@@ -10769,9 +9773,6 @@ exports.Alert = {
|
|
10769
9773
|
createdAt
|
10770
9774
|
updatedAt
|
10771
9775
|
orderId
|
10772
|
-
Order {
|
10773
|
-
id
|
10774
|
-
}
|
10775
9776
|
}
|
10776
9777
|
takeProfit {
|
10777
9778
|
id
|
@@ -10780,9 +9781,6 @@ exports.Alert = {
|
|
10780
9781
|
createdAt
|
10781
9782
|
updatedAt
|
10782
9783
|
orderId
|
10783
|
-
Order {
|
10784
|
-
id
|
10785
|
-
}
|
10786
9784
|
}
|
10787
9785
|
trailPrice
|
10788
9786
|
trailPercent
|
@@ -10794,15 +9792,6 @@ exports.Alert = {
|
|
10794
9792
|
filledAt
|
10795
9793
|
filledAvgPrice
|
10796
9794
|
actionId
|
10797
|
-
alpacaAccount {
|
10798
|
-
id
|
10799
|
-
}
|
10800
|
-
action {
|
10801
|
-
id
|
10802
|
-
}
|
10803
|
-
asset {
|
10804
|
-
id
|
10805
|
-
}
|
10806
9795
|
fee
|
10807
9796
|
strikePrice
|
10808
9797
|
expirationDate
|
@@ -10832,9 +9821,6 @@ exports.Alert = {
|
|
10832
9821
|
createdAt
|
10833
9822
|
updatedAt
|
10834
9823
|
orderId
|
10835
|
-
Order {
|
10836
|
-
id
|
10837
|
-
}
|
10838
9824
|
}
|
10839
9825
|
takeProfit {
|
10840
9826
|
id
|
@@ -10843,9 +9829,6 @@ exports.Alert = {
|
|
10843
9829
|
createdAt
|
10844
9830
|
updatedAt
|
10845
9831
|
orderId
|
10846
|
-
Order {
|
10847
|
-
id
|
10848
|
-
}
|
10849
9832
|
}
|
10850
9833
|
trailPrice
|
10851
9834
|
trailPercent
|
@@ -10857,9 +9840,6 @@ exports.Alert = {
|
|
10857
9840
|
filledAt
|
10858
9841
|
filledAvgPrice
|
10859
9842
|
actionId
|
10860
|
-
alpacaAccount {
|
10861
|
-
id
|
10862
|
-
}
|
10863
9843
|
action {
|
10864
9844
|
id
|
10865
9845
|
sequence
|
@@ -10883,23 +9863,8 @@ exports.Alert = {
|
|
10883
9863
|
createdAt
|
10884
9864
|
updatedAt
|
10885
9865
|
status
|
10886
|
-
alpacaAccount {
|
10887
|
-
id
|
10888
|
-
}
|
10889
|
-
asset {
|
10890
|
-
id
|
10891
|
-
}
|
10892
|
-
actions {
|
10893
|
-
id
|
10894
|
-
}
|
10895
|
-
}
|
10896
|
-
order {
|
10897
|
-
id
|
10898
9866
|
}
|
10899
9867
|
}
|
10900
|
-
asset {
|
10901
|
-
id
|
10902
|
-
}
|
10903
9868
|
fee
|
10904
9869
|
strikePrice
|
10905
9870
|
expirationDate
|
@@ -10907,9 +9872,6 @@ exports.Alert = {
|
|
10907
9872
|
stopLossId
|
10908
9873
|
takeProfitId
|
10909
9874
|
}
|
10910
|
-
positions {
|
10911
|
-
id
|
10912
|
-
}
|
10913
9875
|
newsMentions {
|
10914
9876
|
id
|
10915
9877
|
assetId
|
@@ -10932,12 +9894,6 @@ exports.Alert = {
|
|
10932
9894
|
logo
|
10933
9895
|
createdAt
|
10934
9896
|
updatedAt
|
10935
|
-
assets {
|
10936
|
-
id
|
10937
|
-
}
|
10938
|
-
}
|
10939
|
-
asset {
|
10940
|
-
id
|
10941
9897
|
}
|
10942
9898
|
relevancyScore
|
10943
9899
|
sentimentScore
|
@@ -10957,14 +9913,8 @@ exports.Alert = {
|
|
10957
9913
|
lastTradePrice
|
10958
9914
|
changeToday
|
10959
9915
|
assetMarginable
|
10960
|
-
alpacaAccount {
|
10961
|
-
id
|
10962
|
-
}
|
10963
9916
|
alpacaAccountId
|
10964
9917
|
}
|
10965
|
-
alerts {
|
10966
|
-
id
|
10967
|
-
}
|
10968
9918
|
}
|
10969
9919
|
}
|
10970
9920
|
}`;
|
@@ -11033,9 +9983,6 @@ exports.Alert = {
|
|
11033
9983
|
stripeCurrentPeriodEnd
|
11034
9984
|
createdAt
|
11035
9985
|
updatedAt
|
11036
|
-
users {
|
11037
|
-
id
|
11038
|
-
}
|
11039
9986
|
}
|
11040
9987
|
customerId
|
11041
9988
|
accounts {
|
@@ -11053,18 +10000,12 @@ exports.Alert = {
|
|
11053
10000
|
session_state
|
11054
10001
|
createdAt
|
11055
10002
|
updatedAt
|
11056
|
-
user {
|
11057
|
-
id
|
11058
|
-
}
|
11059
10003
|
}
|
11060
10004
|
sessions {
|
11061
10005
|
id
|
11062
10006
|
sessionToken
|
11063
10007
|
userId
|
11064
10008
|
expires
|
11065
|
-
user {
|
11066
|
-
id
|
11067
|
-
}
|
11068
10009
|
createdAt
|
11069
10010
|
updatedAt
|
11070
10011
|
}
|
@@ -11074,16 +10015,10 @@ exports.Alert = {
|
|
11074
10015
|
credentialID
|
11075
10016
|
publicKey
|
11076
10017
|
counter
|
11077
|
-
user {
|
11078
|
-
id
|
11079
|
-
}
|
11080
10018
|
createdAt
|
11081
10019
|
updatedAt
|
11082
10020
|
}
|
11083
10021
|
plan
|
11084
|
-
alpacaAccounts {
|
11085
|
-
id
|
11086
|
-
}
|
11087
10022
|
}
|
11088
10023
|
userId
|
11089
10024
|
createdAt
|
@@ -11103,9 +10038,6 @@ exports.Alert = {
|
|
11103
10038
|
createdAt
|
11104
10039
|
updatedAt
|
11105
10040
|
status
|
11106
|
-
alpacaAccount {
|
11107
|
-
id
|
11108
|
-
}
|
11109
10041
|
asset {
|
11110
10042
|
id
|
11111
10043
|
symbol
|
@@ -11165,9 +10097,6 @@ exports.Alert = {
|
|
11165
10097
|
buyPrice
|
11166
10098
|
createdAt
|
11167
10099
|
updatedAt
|
11168
|
-
trades {
|
11169
|
-
id
|
11170
|
-
}
|
11171
10100
|
orders {
|
11172
10101
|
id
|
11173
10102
|
clientOrderId
|
@@ -11188,9 +10117,6 @@ exports.Alert = {
|
|
11188
10117
|
createdAt
|
11189
10118
|
updatedAt
|
11190
10119
|
orderId
|
11191
|
-
Order {
|
11192
|
-
id
|
11193
|
-
}
|
11194
10120
|
}
|
11195
10121
|
takeProfit {
|
11196
10122
|
id
|
@@ -11199,9 +10125,6 @@ exports.Alert = {
|
|
11199
10125
|
createdAt
|
11200
10126
|
updatedAt
|
11201
10127
|
orderId
|
11202
|
-
Order {
|
11203
|
-
id
|
11204
|
-
}
|
11205
10128
|
}
|
11206
10129
|
trailPrice
|
11207
10130
|
trailPercent
|
@@ -11213,9 +10136,6 @@ exports.Alert = {
|
|
11213
10136
|
filledAt
|
11214
10137
|
filledAvgPrice
|
11215
10138
|
actionId
|
11216
|
-
alpacaAccount {
|
11217
|
-
id
|
11218
|
-
}
|
11219
10139
|
action {
|
11220
10140
|
id
|
11221
10141
|
sequence
|
@@ -11224,15 +10144,6 @@ exports.Alert = {
|
|
11224
10144
|
note
|
11225
10145
|
status
|
11226
10146
|
fee
|
11227
|
-
trade {
|
11228
|
-
id
|
11229
|
-
}
|
11230
|
-
order {
|
11231
|
-
id
|
11232
|
-
}
|
11233
|
-
}
|
11234
|
-
asset {
|
11235
|
-
id
|
11236
10147
|
}
|
11237
10148
|
fee
|
11238
10149
|
strikePrice
|
@@ -11244,9 +10155,6 @@ exports.Alert = {
|
|
11244
10155
|
positions {
|
11245
10156
|
id
|
11246
10157
|
assetId
|
11247
|
-
asset {
|
11248
|
-
id
|
11249
|
-
}
|
11250
10158
|
averageEntryPrice
|
11251
10159
|
qty
|
11252
10160
|
qtyAvailable
|
@@ -11260,9 +10168,6 @@ exports.Alert = {
|
|
11260
10168
|
lastTradePrice
|
11261
10169
|
changeToday
|
11262
10170
|
assetMarginable
|
11263
|
-
alpacaAccount {
|
11264
|
-
id
|
11265
|
-
}
|
11266
10171
|
alpacaAccountId
|
11267
10172
|
}
|
11268
10173
|
newsMentions {
|
@@ -11287,12 +10192,6 @@ exports.Alert = {
|
|
11287
10192
|
logo
|
11288
10193
|
createdAt
|
11289
10194
|
updatedAt
|
11290
|
-
assets {
|
11291
|
-
id
|
11292
|
-
}
|
11293
|
-
}
|
11294
|
-
asset {
|
11295
|
-
id
|
11296
10195
|
}
|
11297
10196
|
relevancyScore
|
11298
10197
|
sentimentScore
|
@@ -11307,9 +10206,6 @@ exports.Alert = {
|
|
11307
10206
|
note
|
11308
10207
|
status
|
11309
10208
|
fee
|
11310
|
-
trade {
|
11311
|
-
id
|
11312
|
-
}
|
11313
10209
|
order {
|
11314
10210
|
id
|
11315
10211
|
clientOrderId
|
@@ -11330,9 +10226,6 @@ exports.Alert = {
|
|
11330
10226
|
createdAt
|
11331
10227
|
updatedAt
|
11332
10228
|
orderId
|
11333
|
-
Order {
|
11334
|
-
id
|
11335
|
-
}
|
11336
10229
|
}
|
11337
10230
|
takeProfit {
|
11338
10231
|
id
|
@@ -11341,9 +10234,6 @@ exports.Alert = {
|
|
11341
10234
|
createdAt
|
11342
10235
|
updatedAt
|
11343
10236
|
orderId
|
11344
|
-
Order {
|
11345
|
-
id
|
11346
|
-
}
|
11347
10237
|
}
|
11348
10238
|
trailPrice
|
11349
10239
|
trailPercent
|
@@ -11355,12 +10245,6 @@ exports.Alert = {
|
|
11355
10245
|
filledAt
|
11356
10246
|
filledAvgPrice
|
11357
10247
|
actionId
|
11358
|
-
alpacaAccount {
|
11359
|
-
id
|
11360
|
-
}
|
11361
|
-
action {
|
11362
|
-
id
|
11363
|
-
}
|
11364
10248
|
asset {
|
11365
10249
|
id
|
11366
10250
|
symbol
|
@@ -11420,18 +10304,9 @@ exports.Alert = {
|
|
11420
10304
|
buyPrice
|
11421
10305
|
createdAt
|
11422
10306
|
updatedAt
|
11423
|
-
trades {
|
11424
|
-
id
|
11425
|
-
}
|
11426
|
-
orders {
|
11427
|
-
id
|
11428
|
-
}
|
11429
10307
|
positions {
|
11430
10308
|
id
|
11431
10309
|
assetId
|
11432
|
-
asset {
|
11433
|
-
id
|
11434
|
-
}
|
11435
10310
|
averageEntryPrice
|
11436
10311
|
qty
|
11437
10312
|
qtyAvailable
|
@@ -11445,9 +10320,6 @@ exports.Alert = {
|
|
11445
10320
|
lastTradePrice
|
11446
10321
|
changeToday
|
11447
10322
|
assetMarginable
|
11448
|
-
alpacaAccount {
|
11449
|
-
id
|
11450
|
-
}
|
11451
10323
|
alpacaAccountId
|
11452
10324
|
}
|
11453
10325
|
newsMentions {
|
@@ -11472,12 +10344,6 @@ exports.Alert = {
|
|
11472
10344
|
logo
|
11473
10345
|
createdAt
|
11474
10346
|
updatedAt
|
11475
|
-
assets {
|
11476
|
-
id
|
11477
|
-
}
|
11478
|
-
}
|
11479
|
-
asset {
|
11480
|
-
id
|
11481
10347
|
}
|
11482
10348
|
relevancyScore
|
11483
10349
|
sentimentScore
|
@@ -11513,9 +10379,6 @@ exports.Alert = {
|
|
11513
10379
|
createdAt
|
11514
10380
|
updatedAt
|
11515
10381
|
orderId
|
11516
|
-
Order {
|
11517
|
-
id
|
11518
|
-
}
|
11519
10382
|
}
|
11520
10383
|
takeProfit {
|
11521
10384
|
id
|
@@ -11524,9 +10387,6 @@ exports.Alert = {
|
|
11524
10387
|
createdAt
|
11525
10388
|
updatedAt
|
11526
10389
|
orderId
|
11527
|
-
Order {
|
11528
|
-
id
|
11529
|
-
}
|
11530
10390
|
}
|
11531
10391
|
trailPrice
|
11532
10392
|
trailPercent
|
@@ -11538,9 +10398,6 @@ exports.Alert = {
|
|
11538
10398
|
filledAt
|
11539
10399
|
filledAvgPrice
|
11540
10400
|
actionId
|
11541
|
-
alpacaAccount {
|
11542
|
-
id
|
11543
|
-
}
|
11544
10401
|
action {
|
11545
10402
|
id
|
11546
10403
|
sequence
|
@@ -11564,9 +10421,6 @@ exports.Alert = {
|
|
11564
10421
|
createdAt
|
11565
10422
|
updatedAt
|
11566
10423
|
status
|
11567
|
-
alpacaAccount {
|
11568
|
-
id
|
11569
|
-
}
|
11570
10424
|
asset {
|
11571
10425
|
id
|
11572
10426
|
symbol
|
@@ -11626,18 +10480,9 @@ exports.Alert = {
|
|
11626
10480
|
buyPrice
|
11627
10481
|
createdAt
|
11628
10482
|
updatedAt
|
11629
|
-
trades {
|
11630
|
-
id
|
11631
|
-
}
|
11632
|
-
orders {
|
11633
|
-
id
|
11634
|
-
}
|
11635
10483
|
positions {
|
11636
10484
|
id
|
11637
10485
|
assetId
|
11638
|
-
asset {
|
11639
|
-
id
|
11640
|
-
}
|
11641
10486
|
averageEntryPrice
|
11642
10487
|
qty
|
11643
10488
|
qtyAvailable
|
@@ -11651,9 +10496,6 @@ exports.Alert = {
|
|
11651
10496
|
lastTradePrice
|
11652
10497
|
changeToday
|
11653
10498
|
assetMarginable
|
11654
|
-
alpacaAccount {
|
11655
|
-
id
|
11656
|
-
}
|
11657
10499
|
alpacaAccountId
|
11658
10500
|
}
|
11659
10501
|
newsMentions {
|
@@ -11678,24 +10520,12 @@ exports.Alert = {
|
|
11678
10520
|
logo
|
11679
10521
|
createdAt
|
11680
10522
|
updatedAt
|
11681
|
-
assets {
|
11682
|
-
id
|
11683
|
-
}
|
11684
|
-
}
|
11685
|
-
asset {
|
11686
|
-
id
|
11687
10523
|
}
|
11688
10524
|
relevancyScore
|
11689
10525
|
sentimentScore
|
11690
10526
|
sentimentLabel
|
11691
10527
|
}
|
11692
10528
|
}
|
11693
|
-
actions {
|
11694
|
-
id
|
11695
|
-
}
|
11696
|
-
}
|
11697
|
-
order {
|
11698
|
-
id
|
11699
10529
|
}
|
11700
10530
|
}
|
11701
10531
|
asset {
|
@@ -11772,12 +10602,6 @@ exports.Alert = {
|
|
11772
10602
|
createdAt
|
11773
10603
|
updatedAt
|
11774
10604
|
status
|
11775
|
-
alpacaAccount {
|
11776
|
-
id
|
11777
|
-
}
|
11778
|
-
asset {
|
11779
|
-
id
|
11780
|
-
}
|
11781
10605
|
actions {
|
11782
10606
|
id
|
11783
10607
|
sequence
|
@@ -11786,23 +10610,11 @@ exports.Alert = {
|
|
11786
10610
|
note
|
11787
10611
|
status
|
11788
10612
|
fee
|
11789
|
-
trade {
|
11790
|
-
id
|
11791
|
-
}
|
11792
|
-
order {
|
11793
|
-
id
|
11794
|
-
}
|
11795
10613
|
}
|
11796
10614
|
}
|
11797
|
-
orders {
|
11798
|
-
id
|
11799
|
-
}
|
11800
10615
|
positions {
|
11801
10616
|
id
|
11802
10617
|
assetId
|
11803
|
-
asset {
|
11804
|
-
id
|
11805
|
-
}
|
11806
10618
|
averageEntryPrice
|
11807
10619
|
qty
|
11808
10620
|
qtyAvailable
|
@@ -11816,9 +10628,6 @@ exports.Alert = {
|
|
11816
10628
|
lastTradePrice
|
11817
10629
|
changeToday
|
11818
10630
|
assetMarginable
|
11819
|
-
alpacaAccount {
|
11820
|
-
id
|
11821
|
-
}
|
11822
10631
|
alpacaAccountId
|
11823
10632
|
}
|
11824
10633
|
newsMentions {
|
@@ -11843,12 +10652,6 @@ exports.Alert = {
|
|
11843
10652
|
logo
|
11844
10653
|
createdAt
|
11845
10654
|
updatedAt
|
11846
|
-
assets {
|
11847
|
-
id
|
11848
|
-
}
|
11849
|
-
}
|
11850
|
-
asset {
|
11851
|
-
id
|
11852
10655
|
}
|
11853
10656
|
relevancyScore
|
11854
10657
|
sentimentScore
|
@@ -11939,12 +10742,6 @@ exports.Alert = {
|
|
11939
10742
|
createdAt
|
11940
10743
|
updatedAt
|
11941
10744
|
status
|
11942
|
-
alpacaAccount {
|
11943
|
-
id
|
11944
|
-
}
|
11945
|
-
asset {
|
11946
|
-
id
|
11947
|
-
}
|
11948
10745
|
actions {
|
11949
10746
|
id
|
11950
10747
|
sequence
|
@@ -11953,9 +10750,6 @@ exports.Alert = {
|
|
11953
10750
|
note
|
11954
10751
|
status
|
11955
10752
|
fee
|
11956
|
-
trade {
|
11957
|
-
id
|
11958
|
-
}
|
11959
10753
|
order {
|
11960
10754
|
id
|
11961
10755
|
clientOrderId
|
@@ -11976,9 +10770,6 @@ exports.Alert = {
|
|
11976
10770
|
createdAt
|
11977
10771
|
updatedAt
|
11978
10772
|
orderId
|
11979
|
-
Order {
|
11980
|
-
id
|
11981
|
-
}
|
11982
10773
|
}
|
11983
10774
|
takeProfit {
|
11984
10775
|
id
|
@@ -11987,9 +10778,6 @@ exports.Alert = {
|
|
11987
10778
|
createdAt
|
11988
10779
|
updatedAt
|
11989
10780
|
orderId
|
11990
|
-
Order {
|
11991
|
-
id
|
11992
|
-
}
|
11993
10781
|
}
|
11994
10782
|
trailPrice
|
11995
10783
|
trailPercent
|
@@ -12001,15 +10789,6 @@ exports.Alert = {
|
|
12001
10789
|
filledAt
|
12002
10790
|
filledAvgPrice
|
12003
10791
|
actionId
|
12004
|
-
alpacaAccount {
|
12005
|
-
id
|
12006
|
-
}
|
12007
|
-
action {
|
12008
|
-
id
|
12009
|
-
}
|
12010
|
-
asset {
|
12011
|
-
id
|
12012
|
-
}
|
12013
10792
|
fee
|
12014
10793
|
strikePrice
|
12015
10794
|
expirationDate
|
@@ -12039,9 +10818,6 @@ exports.Alert = {
|
|
12039
10818
|
createdAt
|
12040
10819
|
updatedAt
|
12041
10820
|
orderId
|
12042
|
-
Order {
|
12043
|
-
id
|
12044
|
-
}
|
12045
10821
|
}
|
12046
10822
|
takeProfit {
|
12047
10823
|
id
|
@@ -12050,9 +10826,6 @@ exports.Alert = {
|
|
12050
10826
|
createdAt
|
12051
10827
|
updatedAt
|
12052
10828
|
orderId
|
12053
|
-
Order {
|
12054
|
-
id
|
12055
|
-
}
|
12056
10829
|
}
|
12057
10830
|
trailPrice
|
12058
10831
|
trailPercent
|
@@ -12064,9 +10837,6 @@ exports.Alert = {
|
|
12064
10837
|
filledAt
|
12065
10838
|
filledAvgPrice
|
12066
10839
|
actionId
|
12067
|
-
alpacaAccount {
|
12068
|
-
id
|
12069
|
-
}
|
12070
10840
|
action {
|
12071
10841
|
id
|
12072
10842
|
sequence
|
@@ -12090,22 +10860,7 @@ exports.Alert = {
|
|
12090
10860
|
createdAt
|
12091
10861
|
updatedAt
|
12092
10862
|
status
|
12093
|
-
alpacaAccount {
|
12094
|
-
id
|
12095
|
-
}
|
12096
|
-
asset {
|
12097
|
-
id
|
12098
|
-
}
|
12099
|
-
actions {
|
12100
|
-
id
|
12101
|
-
}
|
12102
10863
|
}
|
12103
|
-
order {
|
12104
|
-
id
|
12105
|
-
}
|
12106
|
-
}
|
12107
|
-
asset {
|
12108
|
-
id
|
12109
10864
|
}
|
12110
10865
|
fee
|
12111
10866
|
strikePrice
|
@@ -12114,9 +10869,6 @@ exports.Alert = {
|
|
12114
10869
|
stopLossId
|
12115
10870
|
takeProfitId
|
12116
10871
|
}
|
12117
|
-
positions {
|
12118
|
-
id
|
12119
|
-
}
|
12120
10872
|
newsMentions {
|
12121
10873
|
id
|
12122
10874
|
assetId
|
@@ -12139,12 +10891,6 @@ exports.Alert = {
|
|
12139
10891
|
logo
|
12140
10892
|
createdAt
|
12141
10893
|
updatedAt
|
12142
|
-
assets {
|
12143
|
-
id
|
12144
|
-
}
|
12145
|
-
}
|
12146
|
-
asset {
|
12147
|
-
id
|
12148
10894
|
}
|
12149
10895
|
relevancyScore
|
12150
10896
|
sentimentScore
|
@@ -12164,14 +10910,8 @@ exports.Alert = {
|
|
12164
10910
|
lastTradePrice
|
12165
10911
|
changeToday
|
12166
10912
|
assetMarginable
|
12167
|
-
alpacaAccount {
|
12168
|
-
id
|
12169
|
-
}
|
12170
10913
|
alpacaAccountId
|
12171
10914
|
}
|
12172
|
-
alerts {
|
12173
|
-
id
|
12174
|
-
}
|
12175
10915
|
}
|
12176
10916
|
}
|
12177
10917
|
}`;
|