(20250122) Tick saving script ready.

This commit is contained in:
2025-01-22 13:18:04 +05:30
parent cadbc19f28
commit a3264b1cef
3 changed files with 406 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
python3 "$(pwd)/background/finstitutions/trading/tick_save.py" --script-id "kps_prod_nFCaozwnVP" --debug &
deactivate
# All done:
echo "Done!"
exit 0