typo fix
This commit is contained in:
@@ -24,7 +24,7 @@ function check_for_sell {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
local f_strategy
|
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
|
do
|
||||||
check_sell_conditions "${f_ASSET_HIST_FILE}" "${f_strategy}"
|
check_sell_conditions "${f_ASSET_HIST_FILE}" "${f_strategy}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user