From c28d148c2f437d1d134e9e385ef74f63f9ad6b4f Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Fri, 19 Feb 2021 13:54:46 +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 e6856f1..a895a8f 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). See [CoinMarketCapAPIKey](https://github.com/PTMagicians/PTMagic/wiki/settings.general#coinmarketcapapikey). +Platform to get prices from. It's always best to use "Exchange" for this, to pull price data directly from the market you are trading on your exchange. But sometimes you might need data for a trend that is not available in the market you are trading on your exchange, so you will want to use CoinMarketCap. For example, if you are trading the BTC market (XXXBTC pairs) and you also want to analyze BTCUSD trends, 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`