From a2ecf94d0062aa3b582bdc802527e946b01ae822 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Fri, 19 Feb 2021 12:32:52 +0900 Subject: [PATCH] Updated settings.analyzer (markdown) --- settings.analyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.analyzer.md b/settings.analyzer.md index b6d38ab..e6856f1 100644 --- a/settings.analyzer.md +++ b/settings.analyzer.md @@ -31,7 +31,7 @@ UNIQUE market trend name (to be referenced by your triggers below) `Expected values: String` #### Platform -Platform to get prices from. Usually you'll want to use "Exchange" for this, in order to pull price data directly from the market you are trading on your exchange. However, sometimes you might need data for a trend that is not available in the market you are trading on your exchange, so you will need to use CoinMarketCap. For example, if you are trading the BTC market (XXXBTC pairs) and you also want to consider BTCUSD trends in your analyzer, you would need to use CoinMarketCap, since BTCUSD is not available from your exchange when your market (in ProfitTrailer) is set to BTC (BTCUSD doesn't exist in the XXXBTC market). +Platform to get prices from. Usually you'll want to use "Exchange" for this, in order to pull price data directly from the market you are trading on your exchange. However, sometimes you might need data for a trend that is not available in the market you are trading on your exchange, so you will need to use CoinMarketCap. For example, if you are trading the BTC market (XXXBTC pairs) and you also want to consider BTCUSD trends in your analyzer, you would need to use CoinMarketCap, since BTCUSD is not available from your exchange when your market (in ProfitTrailer) is set to BTC (BTCUSD doesn't exist in the XXXBTC market). See [CoinMarketCapAPIKey](https://github.com/PTMagicians/PTMagic/wiki/settings.general#coinmarketcapapikey). `Expected values: CoinMarketCap, Exchange`