This commit is contained in:
olli 2023-05-09 17:08:30 +02:00
parent b223747c3e
commit 88812cf9ab

View File

@ -24,7 +24,7 @@ function check_for_sell {
fi
local f_strategy
for f_stragegy in $(find ../../strategies -name "sell.*.conf" -type f)
for f_strategy in $(find ../../strategies -name "sell.*.conf" -type f)
do
check_sell_conditions "${f_ASSET_HIST_FILE}" "${f_strategy}"
done