diff options
| -rw-r--r-- | scripts/external_deriv_marks.timer | 11 | ||||
| -rw-r--r-- | scripts/posititions.timer | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/scripts/external_deriv_marks.timer b/scripts/external_deriv_marks.timer new file mode 100644 index 00000000..67cfa15c --- /dev/null +++ b/scripts/external_deriv_marks.timer @@ -0,0 +1,11 @@ +[Unit] +Description=Download broker marks for OTC trades. + +[Timer] +OnCalendar=Mon..Fri 6:15 +OnCalendar=Mon..Fri 11:45 +Unit=simple@external_deriv_marks.service +RandomizedDelaySec=1m + +[Install] +WantedBy=timers.target diff --git a/scripts/posititions.timer b/scripts/posititions.timer new file mode 100644 index 00000000..85bea036 --- /dev/null +++ b/scripts/posititions.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Download indicative data for positions + +[Timer] +OnCalendar=Mon..Fri 17:10 +Unit=simple@position.service +RandomizedDelaySec=1m + +[Install] +WantedBy=timers.target |
