From 2a663f49a0982b25526ea38957ddff5ddfe688c9 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 20 Oct 2023 17:38:36 +0200 Subject: [PATCH] csv headline in main and global timestamp --- dabo/dabo-bot.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dabo/dabo-bot.conf b/dabo/dabo-bot.conf index 1a88574..7974a45 100755 --- a/dabo/dabo-bot.conf +++ b/dabo/dabo-bot.conf @@ -32,7 +32,3 @@ 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,Change,EMA12,EMA26,MACD,EMA9 (Sig.),Histogram,MACD Sig.,RSI5,RSI14,RSI21,RSI720,RSI60,RSI120,RSI240,RSI420,Change 24h,Change 7d,Change 14d,Change 30d,Change 1y,MarketCap Change 24h,FIB60,FIB168,FIB672,FIB8064" - -