more pure bash to speed up things
This commit is contained in:
parent
9689c9e704
commit
bcb85ebed2
@ -122,7 +122,6 @@ function check_buy_conditions_strategy {
|
|||||||
|
|
||||||
#if [ -s "${f_strategy}" ]
|
#if [ -s "${f_strategy}" ]
|
||||||
#then
|
#then
|
||||||
#echo XXX
|
|
||||||
. "${f_strategy}" || return 1
|
. "${f_strategy}" || return 1
|
||||||
#else
|
#else
|
||||||
# g_echo_note "${f_echo_prefix}Strategy file not found"
|
# g_echo_note "${f_echo_prefix}Strategy file not found"
|
||||||
|
@ -2,6 +2,6 @@ function score {
|
|||||||
#s_score=$((s_score${1}))
|
#s_score=$((s_score${1}))
|
||||||
s_score=$(g_calc "${s_score} + ${1}")
|
s_score=$(g_calc "${s_score} + ${1}")
|
||||||
#echo " SCORE: s_score=${s_score} ($1) $2"
|
#echo " SCORE: s_score=${s_score} ($1) $2"
|
||||||
s_score_hist="$s_score_hist
|
# s_score_hist="${s_score_hist}
|
||||||
s_score=${s_score} ($1) $2"
|
#s_score=${s_score} (${1}) ${2}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user