修复okx止盈止损

This commit is contained in:
dekun
2026-05-25 11:25:14 +08:00
parent 436d2aef6c
commit 1e36086465
7 changed files with 211 additions and 16 deletions
+2
View File
@@ -4,6 +4,8 @@ set -e
set -o pipefail
HUB_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
REPO_ROOT="$(cd "${HUB_DIR}/.." && pwd)"
export PYTHONPATH="${REPO_ROOT}${PYTHONPATH:+:${PYTHONPATH}}"
# shellcheck source=lib_load_dotenv.sh
source "${HUB_DIR}/scripts/lib_load_dotenv.sh"