Updated settings.analyzer (markdown)

HojouFotytu 2021-02-19 12:27:34 +09:00
parent e6b3ead325
commit c0f3bd0803
1 changed files with 2 additions and 2 deletions

@ -31,7 +31,7 @@ UNIQUE market trend name (to be referenced by your triggers below)
`Expected values: String` `Expected values: String`
#### Platform #### Platform
Platform to grab prices from. 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).
`Expected values: CoinMarketCap, Exchange` `Expected values: CoinMarketCap, Exchange`
@ -53,7 +53,7 @@ Displays or hides the graph for this trend on the dashboard of your PT Magic mon
`Expected values: true, false` `Expected values: true, false`
#### TrendCurrency #### TrendCurrency
Trend Currency to build the trend against. If set to "Fiat", the trend will take the USD value of your main currency into account to build the trend. Trend Currency to build the trend against. Usually you should use "Market" so that PTM builds trends in the markets you are trading -- eg., XXXBTC, XXXETH, XXXUSDT. If set to "Fiat", the trend will take the USD value of your main currency into account to build the trend, meaning if you are trading against BTC (XXXBTC pairs) the trend will be calculated based on the USD value of BTC.
`Default: Market` `Default: Market`
`Expected values: Market, Fiat` `Expected values: Market, Fiat`