Skip to content

Commit 79663a3

Browse files
committed
Add more alerts
1 parent cfa2b8d commit 79663a3

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

Trading/live/alert/alert.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,21 @@
254254
"threshold_value": "77.6",
255255
"type": "spot"
256256
},
257+
{
258+
"action": "SEND_EMAIL",
259+
"bid_ask": "ASK",
260+
"data_source": "XTB",
261+
"description": "Alert when Elekta AB spot is gt than 77",
262+
"is_handled": false,
263+
"is_triggered": false,
264+
"message": null,
265+
"name": "Elekta AB",
266+
"operator": "gt",
267+
"schedule": "* * * * *",
268+
"symbol": "EKTAB1.SE",
269+
"threshold_value": "77",
270+
"type": "spot"
271+
},
257272
{
258273
"action": "SEND_EMAIL",
259274
"bid_ask": "ASK",
@@ -659,6 +674,36 @@
659674
"threshold_value": "130",
660675
"type": "spot"
661676
},
677+
{
678+
"action": "SEND_EMAIL",
679+
"bid_ask": "BID",
680+
"data_source": "XTB",
681+
"description": "Alert when Everest Re Group spot is lt than 348",
682+
"is_handled": false,
683+
"is_triggered": false,
684+
"message": null,
685+
"name": "Everest Re Group",
686+
"operator": "lt",
687+
"schedule": "* * * * *",
688+
"symbol": "RE.US_9",
689+
"threshold_value": "348",
690+
"type": "spot"
691+
},
692+
{
693+
"action": "SEND_EMAIL",
694+
"bid_ask": "BID",
695+
"data_source": "XTB",
696+
"description": "Alert when Everest Re Group spot is gt than 385",
697+
"is_handled": false,
698+
"is_triggered": false,
699+
"message": null,
700+
"name": "Everest Re Group",
701+
"operator": "gt",
702+
"schedule": "* * * * *",
703+
"symbol": "RE.US_9",
704+
"threshold_value": "385",
705+
"type": "spot"
706+
},
662707
{
663708
"action": "SEND_EMAIL",
664709
"bid_ask": "ASK",

0 commit comments

Comments
 (0)