Updated settings.analyzer (markdown)

HojouFotytu 2019-10-05 12:35:58 +09:00
parent f4e0dcc468
commit 7649e39122
1 changed files with 3 additions and 2 deletions

@ -34,7 +34,7 @@ Platform to grab prices from.
#### MaxMarkets
Number of markets/pairs to analyze sorted by 24h volume in descending order.
Setting this to 0 will be equivalent to ALL.
Setting this to 0 will be equivalent to ALL. Setting this to 1, will only allow the number one coin in 24h volume.
`Expected values: Integer`
@ -64,7 +64,8 @@ See: [Specifying Coin Pairs](https://github.com/PTMagicians/PTMagic/wiki/FAQ-and
#### AllowedMarkets
Comma separated list of markets you want to be allowed in this market trend.
See: [Specifying Coin Pairs](https://github.com/PTMagicians/PTMagic/wiki/FAQ-and-Tips#specifying-coin-pairs)
See: [Specifying Coin Pairs](https://github.com/PTMagicians/PTMagic/wiki/FAQ-and-Tips#specifying-coin-pairs)
Tip: When creating a market trend limited to specific coins, MaxMarkets should be set to '0' NOT the number of coins in AllowedMarkets.
`Default: Empty (Empty = All markets are allowed)`
`Expected values: Comma separated list of market pairs (BTC-ETH, BNBBTC etc.)`