diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 7f49bc1..eb40b2f 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -19,7 +19,7 @@ function analyze { . dabo/functions/check_buy_conditions.sh . dabo/functions/check_sell_conditions.sh . dabo/functions/get_vars_from_csv.sh - #. dabo/dabo-bot.conf + . dabo/dabo-bot.conf . dabo-bot.conf . analyze.conf diff --git a/dabo/dabo-bot.conf b/dabo/dabo-bot.conf index b96a2d2..7cdf992 100755 --- a/dabo/dabo-bot.conf +++ b/dabo/dabo-bot.conf @@ -32,3 +32,7 @@ INVEST="5" # Stop all trading and sell everything if the complete balance shrinks under this value in ${CURRENCY} EMERGENCY_STOP="1000" +# Headline - don't touch +export csv_headline="Date and Time,Price,Price Change,EMA12,EMA26,MACD,EMA9 MACD (Signal),MACD Histogram,MACD Signal,RSI5,RSI14,RSI21,RSI720,RSI60,RSI120,RSI240,RSI420,Price Change 24h,Price Change 7d,Price Change 14d,Price Change 30d" + + diff --git a/dabo/dabo-bot.sh b/dabo/dabo-bot.sh index 0a8f2d5..6df612c 100755 --- a/dabo/dabo-bot.sh +++ b/dabo/dabo-bot.sh @@ -13,9 +13,6 @@ BASEPATH=/dabo/htdocs g_tries=3 g_tries_delay=5 -export csv_headline="Date and Time,Price,Price Change,EMA12,EMA26,MACD,EMA9 MACD (Signal),MACD Histogram,MACD Signal,RSI5,RSI14,RSI21,RSI720,RSI60,RSI120,RSI240,RSI420,Price Change 24h,Price Change 7d,Price Change 14d,Price Change 30d" - - ### FUNCTIONS ### for bashfunc in $(find ${BASEPATH}/../functions -type f -name "*.sh") do