Updated settings.analyzer (markdown)
parent
7a3576a65a
commit
7f5e9a5e3a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue