csv headline in buy/sell message
This commit is contained in:
parent
5fbce3269b
commit
73d0564f36
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user