score and strategies
This commit is contained in:
parent
7335d5b763
commit
9ca89ce26c
@ -42,7 +42,7 @@ function check_sell_conditions {
|
|||||||
echo ${f_BUY_PRICE_LAST_RATE_DIFF} >>${f_TRADE_HIST_FILE_INTERIM}
|
echo ${f_BUY_PRICE_LAST_RATE_DIFF} >>${f_TRADE_HIST_FILE_INTERIM}
|
||||||
|
|
||||||
# run strategies
|
# run strategies
|
||||||
local f_strategy_path=../../strategies
|
f_strategy_path=../../strategies
|
||||||
[ -z "${BOT}" ] && f_strategy_path=strategies
|
[ -z "${BOT}" ] && f_strategy_path=strategies
|
||||||
for f_strategy in $(find ${f_strategy_path} -name "sell.*.conf" -type f)
|
for f_strategy in $(find ${f_strategy_path} -name "sell.*.conf" -type f)
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user