more pure bash to speed up things
This commit is contained in:
parent
3c559e65c6
commit
afc0bdc518
@ -89,7 +89,7 @@ f_price_trend=${f_price_trend}"
|
||||
f_macd_histogram_relation="${f_macd_signal_relation%|*}"
|
||||
[ -z "$f_macd_histogram_relation" ] && return 1
|
||||
#f_macd_histogram_signal=$(echo "${f_macd_signal_relation}" | cut -d\| -f2)
|
||||
f_macd_histogram_relation="${f_macd_signal_relation#|*}"
|
||||
f_macd_histogram_relation="${f_macd_signal_relation#*|}"
|
||||
f_all_vars="${f_all_vars}
|
||||
f_macd_histogram_relation=${f_macd_histogram_relation}
|
||||
f_macd_histogram_signal=${f_macd_histogram_signal}"
|
||||
|
Loading…
Reference in New Issue
Block a user