From 45243ab47f21af8788f18bd978754ae4fc295b98 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 27 Oct 2023 10:44:54 +0200 Subject: [PATCH] new vars --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 58a7b86..512579e 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,10 @@ ${f_price_change} # EMA ${f_ema12} ${f_ema26} +${f_ema50} +${f_ema100} +${f_ema200} +${f_ema800} # MACD with EMA 12/16/9 ${f_macd_histogram} @@ -280,7 +284,7 @@ ${f_rsi120} ${f_rsi240} ${f_rsi420} -# Price change from coungecko +# Price change from coingecko.com ${f_price_change_1_day} ${f_price_change_7_day} ${f_price_change_14_day} @@ -290,11 +294,19 @@ ${f_price_change_1_year} # Market Capitalization change from coingecko.com ${f_marketcap_change_1_day} -# Current Fibonacci value from last ?? timeframes -${f_fibo60} -${f_fibo168} -${f_fibo672} -${f_fibo8064} +# Ranges, Pivpot Point and Fibonacci based support and resist levels support/resist2 aka as "Golden Pocket" +${f_range_periods} +${f_lowest_in_range} +${f_highest_in_range} +${f_pivot_point} +${f_support1} +${f_resist1} +${f_golden_pocket_support} +${f_golden_pocket_resist} +${f_golden_pocket65_support} +${f_golden_pocket65_resist} +${f_support3} +${f_resist3} ``` # Future ideas/featrues @@ -302,4 +314,3 @@ ${f_fibo8064} - Overview trades/profits/losses for tax declaration - Support for decentralized exchanges like uniswap to gain more "security" - Archive/compress old or large CSV-History-files -