From 7f5e9a5e3a90abcc7a63f45c5d0b4479d97935a6 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Fri, 5 Feb 2021 17:49:26 +0900 Subject: [PATCH] Updated settings.analyzer (markdown) --- settings.analyzer.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/settings.analyzer.md b/settings.analyzer.md index bcbdcd3..647bfd1 100644 --- a/settings.analyzer.md +++ b/settings.analyzer.md @@ -73,6 +73,14 @@ Tip: When creating a market trend limited to specific coins, MaxMarkets should `Default: Empty (Empty = All markets are allowed)` `Expected values: Comma separated list of market pairs (BTC-ETH, BNBBTC etc.)` +#### TrendThreshold +Coins exceeding this threshold (either positive or negative) will be excluded when calculating the market trend average. This can be helpful when a few coins are so extremely volatile they skew the market trend average so much that it doesn't accurately reflect the current state of the wider market, thereby preventing Global and SMS triggers from activating which otherwise would not. + +Tip: You can see which coins have been excluded by this setting in the analyzer log, below the generation of each market trend average. + +`Default: 0 (No coins will be excluded from the market trend averages)` +`Expected values: An integer representing a percentage change. ` + #### DisplayOnMarketAnalyzerList This enables the users to hide certain market trends from the long market list on market analyzer to get a better overview while scrolling down that list