From 6a452db001b463d05c308937776d0b54496060cb Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Aug 2024 18:59:52 +0100 Subject: [PATCH] Deployed 85c2ca0d0 to 2021.5 in en with MkDocs 1.3.1 and mike 2.1.3 --- en/2021.5/404.html | 801 ++++++ en/2021.5/advanced-hyperopt/index.html | 1463 +++++++++++ en/2021.5/advanced-setup/index.html | 1067 ++++++++ en/2021.5/assets/ccxt-logo.svg | 3 + en/2021.5/assets/freqtrade-screenshot.png | Bin 0 -> 145638 bytes en/2021.5/assets/freqtrade_poweredby.svg | 44 + en/2021.5/assets/images/favicon.png | Bin 0 -> 1870 bytes .../assets/javascripts/bundle.a1609d9a.min.js | 32 + .../javascripts/bundle.a1609d9a.min.js.map | 7 + .../javascripts/lunr/min/lunr.ar.min.js | 1 + .../javascripts/lunr/min/lunr.da.min.js | 18 + .../javascripts/lunr/min/lunr.de.min.js | 18 + .../javascripts/lunr/min/lunr.du.min.js | 18 + .../javascripts/lunr/min/lunr.es.min.js | 18 + .../javascripts/lunr/min/lunr.fi.min.js | 18 + .../javascripts/lunr/min/lunr.fr.min.js | 18 + .../javascripts/lunr/min/lunr.hu.min.js | 18 + .../javascripts/lunr/min/lunr.it.min.js | 18 + .../javascripts/lunr/min/lunr.ja.min.js | 1 + .../javascripts/lunr/min/lunr.jp.min.js | 1 + .../javascripts/lunr/min/lunr.multi.min.js | 1 + .../javascripts/lunr/min/lunr.nl.min.js | 18 + .../javascripts/lunr/min/lunr.no.min.js | 18 + .../javascripts/lunr/min/lunr.pt.min.js | 18 + .../javascripts/lunr/min/lunr.ro.min.js | 18 + .../javascripts/lunr/min/lunr.ru.min.js | 18 + .../lunr/min/lunr.stemmer.support.min.js | 1 + .../javascripts/lunr/min/lunr.sv.min.js | 18 + .../javascripts/lunr/min/lunr.tr.min.js | 18 + .../javascripts/lunr/min/lunr.vi.min.js | 1 + en/2021.5/assets/javascripts/lunr/tinyseg.js | 206 ++ .../workers/search.d351de03.min.js | 61 + .../workers/search.d351de03.min.js.map | 7 + en/2021.5/assets/plot-dataframe.png | Bin 0 -> 216176 bytes en/2021.5/assets/plot-dataframe2.png | Bin 0 -> 195009 bytes en/2021.5/assets/plot-profit.png | Bin 0 -> 123698 bytes .../assets/stylesheets/main.bde7dde4.min.css | 2 + .../stylesheets/main.bde7dde4.min.css.map | 1 + .../stylesheets/palette.ef6f36e2.min.css | 2 + .../stylesheets/palette.ef6f36e2.min.css.map | 1 + en/2021.5/assets/telegram_forcebuy.png | Bin 0 -> 17895 bytes en/2021.5/backtesting/index.html | 1519 +++++++++++ en/2021.5/bot-basics/index.html | 1027 ++++++++ en/2021.5/bot-usage/index.html | 1231 +++++++++ en/2021.5/configuration/index.html | 2324 +++++++++++++++++ en/2021.5/data-analysis/index.html | 1084 ++++++++ en/2021.5/data-download/index.html | 1448 ++++++++++ en/2021.5/deprecated/index.html | 1024 ++++++++ en/2021.5/developer/index.html | 1593 +++++++++++ en/2021.5/docker_quickstart/index.html | 1140 ++++++++ en/2021.5/edge/index.html | 1641 ++++++++++++ en/2021.5/exchanges/index.html | 1320 ++++++++++ en/2021.5/faq/index.html | 1400 ++++++++++ en/2021.5/hyperopt/index.html | 1668 ++++++++++++ en/2021.5/images/logo.png | Bin 0 -> 11025 bytes en/2021.5/includes/pairlists/index.html | 1132 ++++++++ en/2021.5/includes/pricing/index.html | 1035 ++++++++ en/2021.5/includes/protections/index.html | 1126 ++++++++ en/2021.5/index.html | 1134 ++++++++ en/2021.5/installation/index.html | 1300 +++++++++ en/2021.5/javascripts/config.js | 12 + en/2021.5/partials/header.html | 72 + en/2021.5/plotting/index.html | 1267 +++++++++ en/2021.5/plugins/index.html | 1662 ++++++++++++ en/2021.5/requirements-docs.txt | 3 + en/2021.5/rest-api/index.html | 1480 +++++++++++ en/2021.5/sandbox-testing/index.html | 1171 +++++++++ en/2021.5/search/search_index.json | 1 + en/2021.5/sitemap.xml | 173 ++ en/2021.5/sitemap.xml.gz | Bin 0 -> 216 bytes en/2021.5/sql_cheatsheet/index.html | 1240 +++++++++ en/2021.5/stoploss/index.html | 1277 +++++++++ en/2021.5/strategy-advanced/index.html | 1474 +++++++++++ en/2021.5/strategy-customization/index.html | 1878 +++++++++++++ .../strategy_analysis_example/index.html | 1071 ++++++++ en/2021.5/stylesheets/ft.extra.css | 13 + en/2021.5/telegram-usage/index.html | 1687 ++++++++++++ en/2021.5/updating/index.html | 971 +++++++ en/2021.5/utils/index.html | 1946 ++++++++++++++ en/2021.5/webhook-config/index.html | 1201 +++++++++ en/2021.5/windows_installation/index.html | 1009 +++++++ en/versions.json | 5 + 82 files changed, 47732 insertions(+) create mode 100644 en/2021.5/404.html create mode 100644 en/2021.5/advanced-hyperopt/index.html create mode 100644 en/2021.5/advanced-setup/index.html create mode 100644 en/2021.5/assets/ccxt-logo.svg create mode 100644 en/2021.5/assets/freqtrade-screenshot.png create mode 100644 en/2021.5/assets/freqtrade_poweredby.svg create mode 100644 en/2021.5/assets/images/favicon.png create mode 100644 en/2021.5/assets/javascripts/bundle.a1609d9a.min.js create mode 100644 en/2021.5/assets/javascripts/bundle.a1609d9a.min.js.map create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 en/2021.5/assets/javascripts/lunr/tinyseg.js create mode 100644 en/2021.5/assets/javascripts/workers/search.d351de03.min.js create mode 100644 en/2021.5/assets/javascripts/workers/search.d351de03.min.js.map create mode 100644 en/2021.5/assets/plot-dataframe.png create mode 100644 en/2021.5/assets/plot-dataframe2.png create mode 100644 en/2021.5/assets/plot-profit.png create mode 100644 en/2021.5/assets/stylesheets/main.bde7dde4.min.css create mode 100644 en/2021.5/assets/stylesheets/main.bde7dde4.min.css.map create mode 100644 en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css create mode 100644 en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css.map create mode 100644 en/2021.5/assets/telegram_forcebuy.png create mode 100644 en/2021.5/backtesting/index.html create mode 100644 en/2021.5/bot-basics/index.html create mode 100644 en/2021.5/bot-usage/index.html create mode 100644 en/2021.5/configuration/index.html create mode 100644 en/2021.5/data-analysis/index.html create mode 100644 en/2021.5/data-download/index.html create mode 100644 en/2021.5/deprecated/index.html create mode 100644 en/2021.5/developer/index.html create mode 100644 en/2021.5/docker_quickstart/index.html create mode 100644 en/2021.5/edge/index.html create mode 100644 en/2021.5/exchanges/index.html create mode 100644 en/2021.5/faq/index.html create mode 100644 en/2021.5/hyperopt/index.html create mode 100644 en/2021.5/images/logo.png create mode 100644 en/2021.5/includes/pairlists/index.html create mode 100644 en/2021.5/includes/pricing/index.html create mode 100644 en/2021.5/includes/protections/index.html create mode 100644 en/2021.5/index.html create mode 100644 en/2021.5/installation/index.html create mode 100644 en/2021.5/javascripts/config.js create mode 100644 en/2021.5/partials/header.html create mode 100644 en/2021.5/plotting/index.html create mode 100644 en/2021.5/plugins/index.html create mode 100644 en/2021.5/requirements-docs.txt create mode 100644 en/2021.5/rest-api/index.html create mode 100644 en/2021.5/sandbox-testing/index.html create mode 100644 en/2021.5/search/search_index.json create mode 100644 en/2021.5/sitemap.xml create mode 100644 en/2021.5/sitemap.xml.gz create mode 100644 en/2021.5/sql_cheatsheet/index.html create mode 100644 en/2021.5/stoploss/index.html create mode 100644 en/2021.5/strategy-advanced/index.html create mode 100644 en/2021.5/strategy-customization/index.html create mode 100644 en/2021.5/strategy_analysis_example/index.html create mode 100644 en/2021.5/stylesheets/ft.extra.css create mode 100644 en/2021.5/telegram-usage/index.html create mode 100644 en/2021.5/updating/index.html create mode 100644 en/2021.5/utils/index.html create mode 100644 en/2021.5/webhook-config/index.html create mode 100644 en/2021.5/windows_installation/index.html diff --git a/en/2021.5/404.html b/en/2021.5/404.html new file mode 100644 index 000000000..fc4d40c15 --- /dev/null +++ b/en/2021.5/404.html @@ -0,0 +1,801 @@ + + + + + + + + + + + + + + + + + Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + +
+ + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+ +

404 - Not found

+ + +
+
+
+ +
+ + + + +
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/advanced-hyperopt/index.html b/en/2021.5/advanced-hyperopt/index.html new file mode 100644 index 000000000..b4d848166 --- /dev/null +++ b/en/2021.5/advanced-hyperopt/index.html @@ -0,0 +1,1463 @@ + + + + + + + + + + + + + + + + + Advanced Hyperopt - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + +
+ + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + + + + +
+
+ + + + + + + +

Advanced Hyperopt

+

This page explains some advanced Hyperopt topics that may require higher +coding skills and Python knowledge than creation of an ordinal hyperoptimization +class.

+

Creating and using a custom loss function

+

To use a custom loss function class, make sure that the function hyperopt_loss_function is defined in your custom hyperopt loss class. +For the sample below, you then need to add the command line parameter --hyperopt-loss SuperDuperHyperOptLoss to your hyperopt call so this function is being used.

+

A sample of this can be found below, which is identical to the Default Hyperopt loss implementation. A full sample can be found in userdata/hyperopts.

+

``` python +from datetime import datetime +from typing import Dict

+

from pandas import DataFrame

+

from freqtrade.optimize.hyperopt import IHyperOptLoss

+

TARGET_TRADES = 600 +EXPECTED_MAX_PROFIT = 3.0 +MAX_ACCEPTED_TRADE_DURATION = 300

+

class SuperDuperHyperOptLoss(IHyperOptLoss): + """ + Defines the default loss function for hyperopt + """

+
@staticmethod
+def hyperopt_loss_function(results: DataFrame, trade_count: int,
+                           min_date: datetime, max_date: datetime,
+                           config: Dict, processed: Dict[str, DataFrame],
+                           *args, **kwargs) -> float:
+    """
+    Objective function, returns smaller number for better results
+    This is the legacy algorithm (used until now in freqtrade).
+    Weights are distributed as follows:
+    * 0.4 to trade duration
+    * 0.25: Avoiding trade loss
+    * 1.0 to total profit, compared to the expected value (`EXPECTED_MAX_PROFIT`) defined above
+    """
+    total_profit = results['profit_ratio'].sum()
+    trade_duration = results['trade_duration'].mean()
+
+    trade_loss = 1 - 0.25 * exp(-(trade_count - TARGET_TRADES) ** 2 / 10 ** 5.8)
+    profit_loss = max(0, 1 - total_profit / EXPECTED_MAX_PROFIT)
+    duration_loss = 0.4 * min(trade_duration / MAX_ACCEPTED_TRADE_DURATION, 1)
+    result = trade_loss + profit_loss + duration_loss
+    return result
+
+ +

```

+

Currently, the arguments are:

+
    +
  • results: DataFrame containing the result
    + The following columns are available in results (corresponds to the output-file of backtesting when used with --export trades):
    +pair, profit_ratio, profit_abs, open_date, open_rate, fee_open, close_date, close_rate, fee_close, amount, trade_duration, is_open, sell_reason, stake_amount, min_rate, max_rate, stop_loss_ratio, stop_loss_abs
  • +
  • trade_count: Amount of trades (identical to len(results))
  • +
  • min_date: Start date of the timerange used
  • +
  • min_date: End date of the timerange used
  • +
  • config: Config object used (Note: Not all strategy-related parameters will be updated here if they are part of a hyperopt space).
  • +
  • processed: Dict of Dataframes with the pair as keys containing the data used for backtesting.
  • +
+

This function needs to return a floating point number (float). Smaller numbers will be interpreted as better results. The parameters and balancing for this is up to you.

+
+

Note

+

This function is called once per iteration - so please make sure to have this as optimized as possible to not slow hyperopt down unnecessarily.

+
+
+

Note

+

Please keep the arguments *args and **kwargs in the interface to allow us to extend this interface later.

+
+

Overriding pre-defined spaces

+

To override a pre-defined space (roi_space, generate_roi_table, stoploss_space, trailing_space), define a nested class called Hyperopt and define the required spaces as follows:

+

python +class MyAwesomeStrategy(IStrategy): + class HyperOpt: + # Define a custom stoploss space. + def stoploss_space(self): + return [SKDecimal(-0.05, -0.01, decimals=3, name='stoploss')]

+

Space options

+

For the additional spaces, scikit-optimize (in combination with Freqtrade) provides the following space types:

+
    +
  • Categorical - Pick from a list of categories (e.g. Categorical(['a', 'b', 'c'], name="cat"))
  • +
  • Integer - Pick from a range of whole numbers (e.g. Integer(1, 10, name='rsi'))
  • +
  • SKDecimal - Pick from a range of decimal numbers with limited precision (e.g. SKDecimal(0.1, 0.5, decimals=3, name='adx')). Available only with freqtrade.
  • +
  • Real - Pick from a range of decimal numbers with full precision (e.g. Real(0.1, 0.5, name='adx')
  • +
+

You can import all of these from freqtrade.optimize.space, although Categorical, Integer and Real are only aliases for their corresponding scikit-optimize Spaces. SKDecimal is provided by freqtrade for faster optimizations.

+

python +from freqtrade.optimize.space import Categorical, Dimension, Integer, SKDecimal, Real # noqa

+
+

SKDecimal vs. Real

+

We recommend to use SKDecimal instead of the Real space in almost all cases. While the Real space provides full accuracy (up to ~16 decimal places) - this precision is rarely needed, and leads to unnecessary long hyperopt times.

+

Assuming the definition of a rather small space (SKDecimal(0.10, 0.15, decimals=2, name='xxx')) - SKDecimal will have 5 possibilities ([0.10, 0.11, 0.12, 0.13, 0.14, 0.15]).

+

A corresponding real space Real(0.10, 0.15 name='xxx') on the other hand has an almost unlimited number of possibilities ([0.10, 0.010000000001, 0.010000000002, ... 0.014999999999, 0.01500000000]).

+
+
+

Legacy Hyperopt

+

This Section explains the configuration of an explicit Hyperopt file (separate to the strategy).

+
+

Deprecated / legacy mode

+

Since the 2021.4 release you no longer have to write a separate hyperopt class, but all strategies can be hyperopted. +Please read the main hyperopt page for more details.

+
+

Prepare hyperopt file

+

Configuring an explicit hyperopt file is similar to writing your own strategy, and many tasks will be similar.

+
+

About this page

+

For this page, we will be using a fictional strategy called AwesomeStrategy - which will be optimized using the AwesomeHyperopt class.

+
+

Create a Custom Hyperopt File

+

The simplest way to get started is to use the following command, which will create a new hyperopt file from a template, which will be located under user_data/hyperopts/AwesomeHyperopt.py.

+

Let assume you want a hyperopt file AwesomeHyperopt.py:

+

bash +freqtrade new-hyperopt --hyperopt AwesomeHyperopt

+

Legacy Hyperopt checklist

+

Checklist on all tasks / possibilities in hyperopt

+

Depending on the space you want to optimize, only some of the below are required:

+
    +
  • fill buy_strategy_generator - for buy signal optimization
  • +
  • fill indicator_space - for buy signal optimization
  • +
  • fill sell_strategy_generator - for sell signal optimization
  • +
  • fill sell_indicator_space - for sell signal optimization
  • +
+
+

Note

+

populate_indicators needs to create all indicators any of thee spaces may use, otherwise hyperopt will not work.

+
+

Optional in hyperopt - can also be loaded from a strategy (recommended):

+
    +
  • populate_indicators - fallback to create indicators
  • +
  • populate_buy_trend - fallback if not optimizing for buy space. should come from strategy
  • +
  • populate_sell_trend - fallback if not optimizing for sell space. should come from strategy
  • +
+
+

Note

+

You always have to provide a strategy to Hyperopt, even if your custom Hyperopt class contains all methods. +Assuming the optional methods are not in your hyperopt file, please use --strategy AweSomeStrategy which contains these methods so hyperopt can use these methods instead.

+
+

Rarely you may also need to override:

+
    +
  • roi_space - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default)
  • +
  • generate_roi_table - for custom ROI optimization (if you need the ranges for the values in the ROI table that differ from default or the number of entries (steps) in the ROI table which differs from the default 4 steps)
  • +
  • stoploss_space - for custom stoploss optimization (if you need the range for the stoploss parameter in the optimization hyperspace that differs from default)
  • +
  • trailing_space - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default)
  • +
+

Defining a buy signal optimization

+

Let's say you are curious: should you use MACD crossings or lower Bollinger +Bands to trigger your buys. And you also wonder should you use RSI or ADX to +help with those buy decisions. If you decide to use RSI or ADX, which values +should I use for them? So let's use hyperparameter optimization to solve this +mystery.

+

We will start by defining a search space:

+

python + def indicator_space() -> List[Dimension]: + """ + Define your Hyperopt space for searching strategy parameters + """ + return [ + Integer(20, 40, name='adx-value'), + Integer(20, 40, name='rsi-value'), + Categorical([True, False], name='adx-enabled'), + Categorical([True, False], name='rsi-enabled'), + Categorical(['bb_lower', 'macd_cross_signal'], name='trigger') + ]

+

Above definition says: I have five parameters I want you to randomly combine +to find the best combination. Two of them are integer values (adx-value and rsi-value) and I want you test in the range of values 20 to 40.
+Then we have three category variables. First two are either True or False. +We use these to either enable or disable the ADX and RSI guards. +The last one we call trigger and use it to decide which buy trigger we want to use.

+

So let's write the buy strategy generator using these values:

+

```python + @staticmethod + def buy_strategy_generator(params: Dict[str, Any]) -> Callable: + """ + Define the buy strategy parameters to be used by Hyperopt. + """ + def populate_buy_trend(dataframe: DataFrame, metadata: dict) -> DataFrame: + conditions = [] + # GUARDS AND TRENDS + if 'adx-enabled' in params and params['adx-enabled']: + conditions.append(dataframe['adx'] > params['adx-value']) + if 'rsi-enabled' in params and params['rsi-enabled']: + conditions.append(dataframe['rsi'] < params['rsi-value'])

+
        # TRIGGERS
+        if 'trigger' in params:
+            if params['trigger'] == 'bb_lower':
+                conditions.append(dataframe['close'] < dataframe['bb_lowerband'])
+            if params['trigger'] == 'macd_cross_signal':
+                conditions.append(qtpylib.crossed_above(
+                    dataframe['macd'], dataframe['macdsignal']
+                ))
+
+        # Check that volume is not 0
+        conditions.append(dataframe['volume'] > 0)
+
+        if conditions:
+            dataframe.loc[
+                reduce(lambda x, y: x & y, conditions),
+                'buy'] = 1
+
+        return dataframe
+
+    return populate_buy_trend
+
+ +

```

+

Hyperopt will now call populate_buy_trend() many times (epochs) with different value combinations.
+It will use the given historical data and make buys based on the buy signals generated with the above function.
+Based on the results, hyperopt will tell you which parameter combination produced the best results (based on the configured loss function).

+
+

Note

+

The above setup expects to find ADX, RSI and Bollinger Bands in the populated indicators. +When you want to test an indicator that isn't used by the bot currently, remember to +add it to the populate_indicators() method in your strategy or hyperopt file.

+
+

Sell optimization

+

Similar to the buy-signal above, sell-signals can also be optimized. +Place the corresponding settings into the following methods

+
    +
  • Inside sell_indicator_space() - the parameters hyperopt shall be optimizing.
  • +
  • Within sell_strategy_generator() - populate the nested method populate_sell_trend() to apply the parameters.
  • +
+

The configuration and rules are the same than for buy signals. +To avoid naming collisions in the search-space, please prefix all sell-spaces with sell-.

+

Execute Hyperopt

+

Once you have updated your hyperopt configuration you can run it. +Because hyperopt tries a lot of combinations to find the best parameters it will take time to get a good result. More time usually results in better results.

+

We strongly recommend to use screen or tmux to prevent any connection loss.

+

bash +freqtrade hyperopt --config config.json --hyperopt <hyperoptname> --hyperopt-loss <hyperoptlossname> --strategy <strategyname> -e 500 --spaces all

+

Use <hyperoptname> as the name of the custom hyperopt used.

+

The -e option will set how many evaluations hyperopt will do. Since hyperopt uses Bayesian search, running too many epochs at once may not produce greater results. Experience has shown that best results are usually not improving much after 500-1000 epochs.
+Doing multiple runs (executions) with a few 1000 epochs and different random state will most likely produce different results.

+

The --spaces all option determines that all possible parameters should be optimized. Possibilities are listed below.

+
+

Note

+

Hyperopt will store hyperopt results with the timestamp of the hyperopt start time. +Reading commands (hyperopt-list, hyperopt-show) can use --hyperopt-filename <filename> to read and display older hyperopt results. +You can find a list of filenames with ls -l user_data/hyperopt_results/.

+
+

Running Hyperopt using methods from a strategy

+

Hyperopt can reuse populate_indicators, populate_buy_trend, populate_sell_trend from your strategy, assuming these methods are not in your custom hyperopt file, and a strategy is provided.

+

bash +freqtrade hyperopt --hyperopt AwesomeHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy AwesomeStrategy

+

Understand the Hyperopt Result

+

Once Hyperopt is completed you can use the result to create a new strategy. +Given the following result from hyperopt:

+

``` +Best result:

+
44/100:    135 trades. Avg profit  0.57%. Total profit  0.03871918 BTC (0.7722Σ%). Avg duration 180.4 mins. Objective: 1.94367
+
+ +

Buy hyperspace params: +{ 'adx-value': 44, + 'rsi-value': 29, + 'adx-enabled': False, + 'rsi-enabled': True, + 'trigger': 'bb_lower'} +```

+

You should understand this result like:

+
    +
  • The buy trigger that worked best was bb_lower.
  • +
  • You should not use ADX because adx-enabled: False)
  • +
  • You should consider using the RSI indicator (rsi-enabled: True and the best value is 29.0 (rsi-value: 29.0)
  • +
+

You have to look inside your strategy file into buy_strategy_generator() +method, what those values match to.

+

So for example you had rsi-value: 29.0 so we would look at rsi-block, that translates to the following code block:

+

python +(dataframe['rsi'] < 29.0)

+

Translating your whole hyperopt result as the new buy-signal would then look like:

+

python +def populate_buy_trend(self, dataframe: DataFrame) -> DataFrame: + dataframe.loc[ + ( + (dataframe['rsi'] < 29.0) & # rsi-value + dataframe['close'] < dataframe['bb_lowerband'] # trigger + ), + 'buy'] = 1 + return dataframe

+

Validate backtesting results

+

Once the optimized parameters and conditions have been implemented into your strategy, you should backtest the strategy to make sure everything is working as expected.

+

To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp/--disable-max-market-positions and --eps/--enable-position-stacking for Backtesting.

+

Should results don't match, please double-check to make sure you transferred all conditions correctly. +Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy. +You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like stoploss or trailing_stop).

+

Sharing methods with your strategy

+

Hyperopt classes provide access to the Strategy via the strategy class attribute. +This can be a great way to reduce code duplication if used correctly, but will also complicate usage for inexperienced users.

+

``` python +from pandas import DataFrame +from freqtrade.strategy.interface import IStrategy +import freqtrade.vendor.qtpylib.indicators as qtpylib

+

class MyAwesomeStrategy(IStrategy):

+
buy_params = {
+    'rsi-value': 30,
+    'adx-value': 35,
+}
+
+def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
+    return self.buy_strategy_generator(self.buy_params, dataframe, metadata)
+
+@staticmethod
+def buy_strategy_generator(params, dataframe: DataFrame, metadata: dict) -> DataFrame:
+    dataframe.loc[
+        (
+            qtpylib.crossed_above(dataframe['rsi'], params['rsi-value']) &
+            dataframe['adx'] > params['adx-value']) &
+            dataframe['volume'] > 0
+        )
+        , 'buy'] = 1
+    return dataframe
+
+ +

class MyAwesomeHyperOpt(IHyperOpt): + ... + @staticmethod + def buy_strategy_generator(params: Dict[str, Any]) -> Callable: + """ + Define the buy strategy parameters to be used by Hyperopt. + """ + def populate_buy_trend(dataframe: DataFrame, metadata: dict) -> DataFrame: + # Call strategy's buy strategy generator + return self.StrategyClass.buy_strategy_generator(params, dataframe, metadata)

+
    return populate_buy_trend
+
+ +

```

+ + + + + + + +
+
+
+ +
+ + + + +
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/advanced-setup/index.html b/en/2021.5/advanced-setup/index.html new file mode 100644 index 000000000..830b4df46 --- /dev/null +++ b/en/2021.5/advanced-setup/index.html @@ -0,0 +1,1067 @@ + + + + + + + + + + + + + + + + + Advanced Post-installation Tasks - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + +
+ + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + +
+
+
+ + +
+
+ + + + + + + +

Advanced Post-installation Tasks

+

This page explains some advanced tasks and configuration options that can be performed after the bot installation and may be uselful in some environments.

+

If you do not know what things mentioned here mean, you probably do not need it.

+

Running multiple instances of Freqtrade

+

This section will show you how to run multiple bots at the same time, on the same machine.

+

Things to consider

+
    +
  • Use different database files.
  • +
  • Use different Telegram bots (requires multiple different configuration files; applies only when Telegram is enabled).
  • +
  • Use different ports (applies only when Freqtrade REST API webserver is enabled).
  • +
+

Different database files

+

In order to keep track of your trades, profits, etc., freqtrade is using a SQLite database where it stores various types of information such as the trades you performed in the past and the current position(s) you are holding at any time. This allows you to keep track of your profits, but most importantly, keep track of ongoing activity if the bot process would be restarted or would be terminated unexpectedly.

+

Freqtrade will, by default, use separate database files for dry-run and live bots (this assumes no database-url is given in either configuration nor via command line argument). +For live trading mode, the default database will be tradesv3.sqlite and for dry-run it will be tradesv3.dryrun.sqlite.

+

The optional argument to the trade command used to specify the path of these files is --db-url, which requires a valid SQLAlchemy url. +So when you are starting a bot with only the config and strategy arguments in dry-run mode, the following 2 commands would have the same outcome.

+

``` bash +freqtrade trade -c MyConfig.json -s MyStrategy

+

is equivalent to

+

freqtrade trade -c MyConfig.json -s MyStrategy --db-url sqlite:///tradesv3.dryrun.sqlite +```

+

It means that if you are running the trade command in two different terminals, for example to test your strategy both for trades in USDT and in another instance for trades in BTC, you will have to run them with different databases.

+

If you specify the URL of a database which does not exist, freqtrade will create one with the name you specified. So to test your custom strategy with BTC and USDT stake currencies, you could use the following commands (in 2 separate terminals):

+

``` bash

+

Terminal 1:

+

freqtrade trade -c MyConfigBTC.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesBTC.dryrun.sqlite

+

Terminal 2:

+

freqtrade trade -c MyConfigUSDT.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesUSDT.dryrun.sqlite +```

+

Conversely, if you wish to do the same thing in production mode, you will also have to create at least one new database (in addition to the default one) and specify the path to the "live" databases, for example:

+

``` bash

+

Terminal 1:

+

freqtrade trade -c MyConfigBTC.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesBTC.live.sqlite

+

Terminal 2:

+

freqtrade trade -c MyConfigUSDT.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesUSDT.live.sqlite +```

+

For more information regarding usage of the sqlite databases, for example to manually enter or remove trades, please refer to the SQL Cheatsheet.

+

Configure the bot running as a systemd service

+

Copy the freqtrade.service file to your systemd user directory (usually ~/.config/systemd/user) and update WorkingDirectory and ExecStart to match your setup.

+
+

Note

+

Certain systems (like Raspbian) don't load service unit files from the user directory. In this case, copy freqtrade.service into /etc/systemd/user/ (requires superuser permissions).

+
+

After that you can start the daemon with:

+

bash +systemctl --user start freqtrade

+

For this to be persistent (run when user is logged out) you'll need to enable linger for your freqtrade user.

+

bash +sudo loginctl enable-linger "$USER"

+

If you run the bot as a service, you can use systemd service manager as a software watchdog monitoring freqtrade bot +state and restarting it in the case of failures. If the internals.sd_notify parameter is set to true in the +configuration or the --sd-notify command line option is used, the bot will send keep-alive ping messages to systemd +using the sd_notify (systemd notifications) protocol and will also tell systemd its current state (Running or Stopped) +when it changes.

+

The freqtrade.service.watchdog file contains an example of the service unit configuration file which uses systemd +as the watchdog.

+
+

Note

+

The sd_notify communication between the bot and the systemd service manager will not work if the bot runs in a Docker container.

+
+

Advanced Logging

+

On many Linux systems the bot can be configured to send its log messages to syslog or journald system services. Logging to a remote syslog server is also available on Windows. The special values for the --logfile command line option can be used for this.

+

Logging to syslog

+

To send Freqtrade log messages to a local or remote syslog service use the --logfile command line option with the value in the following format:

+
    +
  • --logfile syslog:<syslog_address> -- send log messages to syslog service using the <syslog_address> as the syslog address.
  • +
+

The syslog address can be either a Unix domain socket (socket filename) or a UDP socket specification, consisting of IP address and UDP port, separated by the : character.

+

So, the following are the examples of possible usages:

+
    +
  • --logfile syslog:/dev/log -- log to syslog (rsyslog) using the /dev/log socket, suitable for most systems.
  • +
  • --logfile syslog -- same as above, the shortcut for /dev/log.
  • +
  • --logfile syslog:/var/run/syslog -- log to syslog (rsyslog) using the /var/run/syslog socket. Use this on MacOS.
  • +
  • --logfile syslog:localhost:514 -- log to local syslog using UDP socket, if it listens on port 514.
  • +
  • --logfile syslog:<ip>:514 -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server.
  • +
+

Log messages are send to syslog with the user facility. So you can see them with the following commands:

+
    +
  • tail -f /var/log/user, or
  • +
  • install a comprehensive graphical viewer (for instance, 'Log File Viewer' for Ubuntu).
  • +
+

On many systems syslog (rsyslog) fetches data from journald (and vice versa), so both --logfile syslog or --logfile journald can be used and the messages be viewed with both journalctl and a syslog viewer utility. You can combine this in any way which suites you better.

+

For rsyslog the messages from the bot can be redirected into a separate dedicated log file. To achieve this, add +if $programname startswith "freqtrade" then -/var/log/freqtrade.log +to one of the rsyslog configuration files, for example at the end of the /etc/rsyslog.d/50-default.conf.

+

For syslog (rsyslog), the reduction mode can be switched on. This will reduce the number of repeating messages. For instance, multiple bot Heartbeat messages will be reduced to a single message when nothing else happens with the bot. To achieve this, set in /etc/rsyslog.conf: +```

+

Filter duplicated messages

+

$RepeatedMsgReduction on +```

+

Logging to journald

+

This needs the systemd python package installed as the dependency, which is not available on Windows. Hence, the whole journald logging functionality is not available for a bot running on Windows.

+

To send Freqtrade log messages to journald system service use the --logfile command line option with the value in the following format:

+
    +
  • --logfile journald -- send log messages to journald.
  • +
+

Log messages are send to journald with the user facility. So you can see them with the following commands:

+
    +
  • journalctl -f -- shows Freqtrade log messages sent to journald along with other log messages fetched by journald.
  • +
  • journalctl -f -u freqtrade.service -- this command can be used when the bot is run as a systemd service.
  • +
+

There are many other options in the journalctl utility to filter the messages, see manual pages for this utility.

+

On many systems syslog (rsyslog) fetches data from journald (and vice versa), so both --logfile syslog or --logfile journald can be used and the messages be viewed with both journalctl and a syslog viewer utility. You can combine this in any way which suites you better.

+ + + + + + + +
+
+
+ +
+ + + + +
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/assets/ccxt-logo.svg b/en/2021.5/assets/ccxt-logo.svg new file mode 100644 index 000000000..e52682546 --- /dev/null +++ b/en/2021.5/assets/ccxt-logo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/en/2021.5/assets/freqtrade-screenshot.png b/en/2021.5/assets/freqtrade-screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad681579fdd371896c3b751582d71614c806666 GIT binary patch literal 145638 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

?1|1GeVRh0%XX?_4_y4;uf7)C^j3 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 z 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�lYGaSQpn|zh%L=ZSp7zV_ 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 KQ6_Kp;r{_>^a&pT literal 0 HcmV?d00001 diff --git a/en/2021.5/assets/freqtrade_poweredby.svg b/en/2021.5/assets/freqtrade_poweredby.svg new file mode 100644 index 000000000..957ec6401 --- /dev/null +++ b/en/2021.5/assets/freqtrade_poweredby.svg @@ -0,0 +1,44 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + Freqtrade + + + + + poweredby + + diff --git a/en/2021.5/assets/images/favicon.png b/en/2021.5/assets/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf13b9f9d978896599290a74f77d5dbe7d1655c GIT binary patch literal 1870 zcmV-U2eJ5xP)Gc)JR9QMau)O=X#!i9;T z37kk-upj^(fsR36MHs_+1RCI)NNu9}lD0S{B^g8PN?Ww(5|~L#Ng*g{WsqleV}|#l zz8@ri&cTzw_h33bHI+12+kK6WN$h#n5cD8OQt`5kw6p~9H3()bUQ8OS4Q4HTQ=1Ol z_JAocz`fLbT2^{`8n~UAo=#AUOf=SOq4pYkt;XbC&f#7lb$*7=$na!mWCQ`dBQsO0 zLFBSPj*N?#u5&pf2t4XjEGH|=pPQ8xh7tpx;US5Cx_Ju;!O`ya-yF`)b%TEt5>eP1ZX~}sjjA%FJF?h7cX8=b!DZl<6%Cv z*G0uvvU+vmnpLZ2paivG-(cd*y3$hCIcsZcYOGh{$&)A6*XX&kXZd3G8m)G$Zz-LV z^GF3VAW^Mdv!)4OM8EgqRiz~*Cji;uzl2uC9^=8I84vNp;ltJ|q-*uQwGp2ma6cY7 z;`%`!9UXO@fr&Ebapfs34OmS9^u6$)bJxrucutf>`dKPKT%%*d3XlFVKunp9 zasduxjrjs>f8V=D|J=XNZp;_Zy^WgQ$9WDjgY=z@stwiEBm9u5*|34&1Na8BMjjgf3+SHcr`5~>oz1Y?SW^=K z^bTyO6>Gar#P_W2gEMwq)ot3; zREHn~U&Dp0l6YT0&k-wLwYjb?5zGK`W6S2v+K>AM(95m2C20L|3m~rN8dprPr@t)5lsk9Hu*W z?pS990s;Ez=+Rj{x7p``4>+c0G5^pYnB1^!TL=(?HLHZ+HicG{~4F1d^5Awl_2!1jICM-!9eoLhbbT^;yHcefyTAaqRcY zmuctDopPT!%k+}x%lZRKnzykr2}}XfG_ne?nRQO~?%hkzo;@RN{P6o`&mMUWBYMTe z6i8ChtjX&gXl`nvrU>jah)2iNM%JdjqoaeaU%yVn!^70x-flljp6Q5tK}5}&X8&&G zX3fpb3E(!rH=zVI_9Gjl45w@{(ITqngWFe7@9{mX;tO25Z_8 zQHEpI+FkTU#4xu>RkN>b3Tnc3UpWzPXWm#o55GKF09j^Mh~)K7{QqbO_~(@CVq! zS<8954|P8mXN2MRs86xZ&Q4EfM@JB94b=(YGuk)s&^jiSF=t3*oNK3`rD{H`yQ?d; ztE=laAUoZx5?RC8*WKOj`%LXEkgDd>&^Q4M^z`%u0rg-It=hLCVsq!Z%^6eB-OvOT zFZ28TN&cRmgU}Elrnk43)!>Z1FCPL2K$7}gwzIc48NX}#!A1BpJP?#v5wkNprhV** z?Cpalt1oH&{r!o3eSKc&ap)iz2BTn_VV`4>9M^b3;(YY}4>#ML6{~(4mH+?%07*qo IM6N<$f(jP3KmY&$ literal 0 HcmV?d00001 diff --git a/en/2021.5/assets/javascripts/bundle.a1609d9a.min.js b/en/2021.5/assets/javascripts/bundle.a1609d9a.min.js new file mode 100644 index 000000000..926520e0b --- /dev/null +++ b/en/2021.5/assets/javascripts/bundle.a1609d9a.min.js @@ -0,0 +1,32 @@ +(()=>{var Ni=Object.create,mt=Object.defineProperty;var zi=Object.getOwnPropertyDescriptor;var qi=Object.getOwnPropertyNames,dt=Object.getOwnPropertySymbols,Qi=Object.getPrototypeOf,Zt=Object.prototype.hasOwnProperty,Rr=Object.prototype.propertyIsEnumerable;var Pr=(e,t,r)=>t in e?mt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,V=(e,t)=>{for(var r in t||(t={}))Zt.call(t,r)&&Pr(e,r,t[r]);if(dt)for(var r of dt(t))Rr.call(t,r)&&Pr(e,r,t[r]);return e};var Ki=e=>mt(e,"__esModule",{value:!0});var $r=(e,t)=>{var r={};for(var o in e)Zt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&dt)for(var o of dt(e))t.indexOf(o)<0&&Rr.call(e,o)&&(r[o]=e[o]);return r};var ht=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Bi=(e,t,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of qi(t))!Zt.call(e,o)&&o!=="default"&&mt(e,o,{get:()=>t[o],enumerable:!(r=zi(t,o))||r.enumerable});return e},Xe=e=>Bi(Ki(mt(e!=null?Ni(Qi(e)):{},"default",e&&e.__esModule&&"default"in e?{get:()=>e.default,enumerable:!0}:{value:e,enumerable:!0})),e);var Wr=ht((er,Vr)=>{(function(e,t){typeof er=="object"&&typeof Vr!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(er,function(){"use strict";function e(r){var o=!0,n=!1,i=null,a={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function s(_){return!!(_&&_!==document&&_.nodeName!=="HTML"&&_.nodeName!=="BODY"&&"classList"in _&&"contains"in _.classList)}function c(_){var ut=_.type,pt=_.tagName;return!!(pt==="INPUT"&&a[ut]&&!_.readOnly||pt==="TEXTAREA"&&!_.readOnly||_.isContentEditable)}function l(_){_.classList.contains("focus-visible")||(_.classList.add("focus-visible"),_.setAttribute("data-focus-visible-added",""))}function u(_){!_.hasAttribute("data-focus-visible-added")||(_.classList.remove("focus-visible"),_.removeAttribute("data-focus-visible-added"))}function m(_){_.metaKey||_.altKey||_.ctrlKey||(s(r.activeElement)&&l(r.activeElement),o=!0)}function p(_){o=!1}function h(_){!s(_.target)||(o||c(_.target))&&l(_.target)}function g(_){!s(_.target)||(_.target.classList.contains("focus-visible")||_.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(i),i=window.setTimeout(function(){n=!1},100),u(_.target))}function b(_){document.visibilityState==="hidden"&&(n&&(o=!0),N())}function N(){document.addEventListener("mousemove",H),document.addEventListener("mousedown",H),document.addEventListener("mouseup",H),document.addEventListener("pointermove",H),document.addEventListener("pointerdown",H),document.addEventListener("pointerup",H),document.addEventListener("touchmove",H),document.addEventListener("touchstart",H),document.addEventListener("touchend",H)}function $(){document.removeEventListener("mousemove",H),document.removeEventListener("mousedown",H),document.removeEventListener("mouseup",H),document.removeEventListener("pointermove",H),document.removeEventListener("pointerdown",H),document.removeEventListener("pointerup",H),document.removeEventListener("touchmove",H),document.removeEventListener("touchstart",H),document.removeEventListener("touchend",H)}function H(_){_.target.nodeName&&_.target.nodeName.toLowerCase()==="html"||(o=!1,$())}document.addEventListener("keydown",m,!0),document.addEventListener("mousedown",p,!0),document.addEventListener("pointerdown",p,!0),document.addEventListener("touchstart",p,!0),document.addEventListener("visibilitychange",b,!0),N(),r.addEventListener("focus",h,!0),r.addEventListener("blur",g,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var so=ht((Ga,gt)=>{var Ur,Dr,Nr,zr,qr,Qr,Kr,Br,Jr,bt,tr,Yr,Gr,Xr,$e,Zr,eo,to,ro,oo,no,io,ao,vt;(function(e){var t=typeof global=="object"?global:typeof self=="object"?self:typeof this=="object"?this:{};typeof define=="function"&&define.amd?define("tslib",["exports"],function(o){e(r(t,r(o)))}):typeof gt=="object"&&typeof gt.exports=="object"?e(r(t,r(gt.exports))):e(r(t));function r(o,n){return o!==t&&(typeof Object.create=="function"?Object.defineProperty(o,"__esModule",{value:!0}):o.__esModule=!0),function(i,a){return o[i]=n?n(i,a):a}}})(function(e){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,n){o.__proto__=n}||function(o,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])};Ur=function(o,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");t(o,n);function i(){this.constructor=o}o.prototype=n===null?Object.create(n):(i.prototype=n.prototype,new i)},Dr=Object.assign||function(o){for(var n,i=1,a=arguments.length;i=0;u--)(l=o[u])&&(c=(s<3?l(c):s>3?l(n,i,c):l(n,i))||c);return s>3&&c&&Object.defineProperty(n,i,c),c},qr=function(o,n){return function(i,a){n(i,a,o)}},Qr=function(o,n){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(o,n)},Kr=function(o,n,i,a){function s(c){return c instanceof i?c:new i(function(l){l(c)})}return new(i||(i=Promise))(function(c,l){function u(h){try{p(a.next(h))}catch(g){l(g)}}function m(h){try{p(a.throw(h))}catch(g){l(g)}}function p(h){h.done?c(h.value):s(h.value).then(u,m)}p((a=a.apply(o,n||[])).next())})},Br=function(o,n){var i={label:0,sent:function(){if(c[0]&1)throw c[1];return c[1]},trys:[],ops:[]},a,s,c,l;return l={next:u(0),throw:u(1),return:u(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function u(p){return function(h){return m([p,h])}}function m(p){if(a)throw new TypeError("Generator is already executing.");for(;i;)try{if(a=1,s&&(c=p[0]&2?s.return:p[0]?s.throw||((c=s.return)&&c.call(s),0):s.next)&&!(c=c.call(s,p[1])).done)return c;switch(s=0,c&&(p=[p[0]&2,c.value]),p[0]){case 0:case 1:c=p;break;case 4:return i.label++,{value:p[1],done:!1};case 5:i.label++,s=p[1],p=[0];continue;case 7:p=i.ops.pop(),i.trys.pop();continue;default:if(c=i.trys,!(c=c.length>0&&c[c.length-1])&&(p[0]===6||p[0]===2)){i=0;continue}if(p[0]===3&&(!c||p[1]>c[0]&&p[1]=o.length&&(o=void 0),{value:o&&o[a++],done:!o}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")},tr=function(o,n){var i=typeof Symbol=="function"&&o[Symbol.iterator];if(!i)return o;var a=i.call(o),s,c=[],l;try{for(;(n===void 0||n-- >0)&&!(s=a.next()).done;)c.push(s.value)}catch(u){l={error:u}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(l)throw l.error}}return c},Yr=function(){for(var o=[],n=0;n1||u(b,N)})})}function u(b,N){try{m(a[b](N))}catch($){g(c[0][3],$)}}function m(b){b.value instanceof $e?Promise.resolve(b.value.v).then(p,h):g(c[0][2],b)}function p(b){u("next",b)}function h(b){u("throw",b)}function g(b,N){b(N),c.shift(),c.length&&u(c[0][0],c[0][1])}},eo=function(o){var n,i;return n={},a("next"),a("throw",function(s){throw s}),a("return"),n[Symbol.iterator]=function(){return this},n;function a(s,c){n[s]=o[s]?function(l){return(i=!i)?{value:$e(o[s](l)),done:s==="return"}:c?c(l):l}:c}},to=function(o){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=o[Symbol.asyncIterator],i;return n?n.call(o):(o=typeof bt=="function"?bt(o):o[Symbol.iterator](),i={},a("next"),a("throw"),a("return"),i[Symbol.asyncIterator]=function(){return this},i);function a(c){i[c]=o[c]&&function(l){return new Promise(function(u,m){l=o[c](l),s(u,m,l.done,l.value)})}}function s(c,l,u,m){Promise.resolve(m).then(function(p){c({value:p,done:u})},l)}},ro=function(o,n){return Object.defineProperty?Object.defineProperty(o,"raw",{value:n}):o.raw=n,o};var r=Object.create?function(o,n){Object.defineProperty(o,"default",{enumerable:!0,value:n})}:function(o,n){o.default=n};oo=function(o){if(o&&o.__esModule)return o;var n={};if(o!=null)for(var i in o)i!=="default"&&Object.prototype.hasOwnProperty.call(o,i)&&vt(n,o,i);return r(n,o),n},no=function(o){return o&&o.__esModule?o:{default:o}},io=function(o,n){if(!n.has(o))throw new TypeError("attempted to get private field on non-instance");return n.get(o)},ao=function(o,n,i){if(!n.has(o))throw new TypeError("attempted to set private field on non-instance");return n.set(o,i),i},e("__extends",Ur),e("__assign",Dr),e("__rest",Nr),e("__decorate",zr),e("__param",qr),e("__metadata",Qr),e("__awaiter",Kr),e("__generator",Br),e("__exportStar",Jr),e("__createBinding",vt),e("__values",bt),e("__read",tr),e("__spread",Yr),e("__spreadArrays",Gr),e("__spreadArray",Xr),e("__await",$e),e("__asyncGenerator",Zr),e("__asyncDelegator",eo),e("__asyncValues",to),e("__makeTemplateObject",ro),e("__importStar",oo),e("__importDefault",no),e("__classPrivateFieldGet",io),e("__classPrivateFieldSet",ao)})});var _r=ht((lt,Or)=>{(function(t,r){typeof lt=="object"&&typeof Or=="object"?Or.exports=r():typeof define=="function"&&define.amd?define([],r):typeof lt=="object"?lt.ClipboardJS=r():t.ClipboardJS=r()})(lt,function(){return function(){var e={134:function(o,n,i){"use strict";i.d(n,{default:function(){return Ui}});var a=i(279),s=i.n(a),c=i(370),l=i.n(c),u=i(817),m=i.n(u);function p(E){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?p=function(d){return typeof d}:p=function(d){return d&&typeof Symbol=="function"&&d.constructor===Symbol&&d!==Symbol.prototype?"symbol":typeof d},p(E)}function h(E,v){if(!(E instanceof v))throw new TypeError("Cannot call a class as a function")}function g(E,v){for(var d=0;d0&&arguments[0]!==void 0?arguments[0]:{};this.action=d.action,this.container=d.container,this.emitter=d.emitter,this.target=d.target,this.text=d.text,this.trigger=d.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var d=document.documentElement.getAttribute("dir")==="rtl";this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[d?"right":"left"]="-9999px";var A=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(A,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var d=this,A=this.createFakeElement();this.fakeHandlerCallback=function(){return d.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(A),this.selectedText=m()(A),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=m()(this.target),this.copyText()}},{key:"copyText",value:function(){var d;try{d=document.execCommand(this.action)}catch(A){d=!1}this.handleResult(d)}},{key:"handleResult",value:function(d){this.emitter.emit(d?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"copy";if(this._action=d,this._action!=="copy"&&this._action!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(d){if(d!==void 0)if(d&&p(d)==="object"&&d.nodeType===1){if(this.action==="copy"&&d.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(this.action==="cut"&&(d.hasAttribute("readonly")||d.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`);this._target=d}else throw new Error('Invalid "target" value, use a valid Element')},get:function(){return this._target}}]),E}(),$=N;function H(E){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?H=function(d){return typeof d}:H=function(d){return d&&typeof Symbol=="function"&&d.constructor===Symbol&&d!==Symbol.prototype?"symbol":typeof d},H(E)}function _(E,v){if(!(E instanceof v))throw new TypeError("Cannot call a class as a function")}function ut(E,v){for(var d=0;d0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof I.action=="function"?I.action:this.defaultAction,this.target=typeof I.target=="function"?I.target:this.defaultTarget,this.text=typeof I.text=="function"?I.text:this.defaultText,this.container=H(I.container)==="object"?I.container:document.body}},{key:"listenClick",value:function(I){var X=this;this.listener=l()(I,"click",function(Ge){return X.onClick(Ge)})}},{key:"onClick",value:function(I){var X=I.delegateTarget||I.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new $({action:this.action(X),target:this.target(X),text:this.text(X),container:this.container,trigger:X,emitter:this})}},{key:"defaultAction",value:function(I){return Xt("action",I)}},{key:"defaultTarget",value:function(I){var X=Xt("target",I);if(X)return document.querySelector(X)}},{key:"defaultText",value:function(I){return Xt("text",I)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],X=typeof I=="string"?[I]:I,Ge=!!document.queryCommandSupported;return X.forEach(function(Di){Ge=Ge&&!!document.queryCommandSupported(Di)}),Ge}}]),d}(s()),Ui=Wi},828:function(o){var n=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function a(s,c){for(;s&&s.nodeType!==n;){if(typeof s.matches=="function"&&s.matches(c))return s;s=s.parentNode}}o.exports=a},438:function(o,n,i){var a=i(828);function s(u,m,p,h,g){var b=l.apply(this,arguments);return u.addEventListener(p,b,g),{destroy:function(){u.removeEventListener(p,b,g)}}}function c(u,m,p,h,g){return typeof u.addEventListener=="function"?s.apply(null,arguments):typeof p=="function"?s.bind(null,document).apply(null,arguments):(typeof u=="string"&&(u=document.querySelectorAll(u)),Array.prototype.map.call(u,function(b){return s(b,m,p,h,g)}))}function l(u,m,p,h){return function(g){g.delegateTarget=a(g.target,m),g.delegateTarget&&h.call(u,g)}}o.exports=c},879:function(o,n){n.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},n.nodeList=function(i){var a=Object.prototype.toString.call(i);return i!==void 0&&(a==="[object NodeList]"||a==="[object HTMLCollection]")&&"length"in i&&(i.length===0||n.node(i[0]))},n.string=function(i){return typeof i=="string"||i instanceof String},n.fn=function(i){var a=Object.prototype.toString.call(i);return a==="[object Function]"}},370:function(o,n,i){var a=i(879),s=i(438);function c(p,h,g){if(!p&&!h&&!g)throw new Error("Missing required arguments");if(!a.string(h))throw new TypeError("Second argument must be a String");if(!a.fn(g))throw new TypeError("Third argument must be a Function");if(a.node(p))return l(p,h,g);if(a.nodeList(p))return u(p,h,g);if(a.string(p))return m(p,h,g);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function l(p,h,g){return p.addEventListener(h,g),{destroy:function(){p.removeEventListener(h,g)}}}function u(p,h,g){return Array.prototype.forEach.call(p,function(b){b.addEventListener(h,g)}),{destroy:function(){Array.prototype.forEach.call(p,function(b){b.removeEventListener(h,g)})}}}function m(p,h,g){return s(document.body,p,h,g)}o.exports=c},817:function(o){function n(i){var a;if(i.nodeName==="SELECT")i.focus(),a=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var s=i.hasAttribute("readonly");s||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),s||i.removeAttribute("readonly"),a=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var c=window.getSelection(),l=document.createRange();l.selectNodeContents(i),c.removeAllRanges(),c.addRange(l),a=c.toString()}return a}o.exports=n},279:function(o){function n(){}n.prototype={on:function(i,a,s){var c=this.e||(this.e={});return(c[i]||(c[i]=[])).push({fn:a,ctx:s}),this},once:function(i,a,s){var c=this;function l(){c.off(i,l),a.apply(s,arguments)}return l._=a,this.on(i,l,s)},emit:function(i){var a=[].slice.call(arguments,1),s=((this.e||(this.e={}))[i]||[]).slice(),c=0,l=s.length;for(c;c{"use strict";var Ia=/["'&<>]/;ui.exports=Ra;function Ra(e){var t=""+e,r=Ia.exec(t);if(!r)return t;var o,n="",i=0,a=0;for(i=r.index;i0?e.prototype.requestAsyncId.call(this,r,o,n):(r.actions.push(this),r._scheduled||(r._scheduled=We.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,o,n){if(n===void 0&&(n=0),n!=null&&n>0||n==null&&this.delay>0)return e.prototype.recycleAsyncId.call(this,r,o,n);r.actions.length===0&&(We.cancelAnimationFrame(o),r._scheduled=void 0)},t}(Ot);var Oo=function(e){K(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0,this._scheduled=void 0;var o=this.actions,n,i=-1;r=r||o.shift();var a=o.length;do if(n=r.execute(r.state,r.delay))break;while(++i=2,!0))}function ne(e){e=e||{};var t=e.connector,r=t===void 0?function(){return new M}:t,o=e.resetOnComplete,n=o===void 0?!0:o,i=e.resetOnError,a=i===void 0?!0:i,s=e.resetOnRefCountZero,c=s===void 0?!0:s,l=null,u=null,m=0,p=!1,h=!1,g=function(){l=u=null,p=h=!1};return x(function(b,N){m++,u=u!=null?u:r(),N.add(function(){if(m--,c&&!m&&!h&&!p){var $=l;g(),$==null||$.unsubscribe()}}),u.subscribe(N),l||(l=new et({next:function($){return u.next($)},error:function($){h=!0;var H=u;a&&g(),H.error($)},complete:function(){p=!0;var $=u;n&&g(),$.complete()}}),ve(b).subscribe(l))})}function re(e,t,r){var o,n,i,a=!1;return e&&typeof e=="object"?(i=(o=e.bufferSize)!==null&&o!==void 0?o:Infinity,t=(n=e.windowTime)!==null&&n!==void 0?n:Infinity,a=!!e.refCount,r=e.scheduler):i=e!=null?e:Infinity,ne({connector:function(){return new rt(i,t,r)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:a})}function Wt(e){return k(function(t,r){return e<=r})}function vr(e){return x(function(t,r){var o=!1,n=new y(r,function(){n==null||n.unsubscribe(),o=!0},ee);z(e).subscribe(n),t.subscribe(new y(r,function(i){return o&&r.next(i)}))})}function W(){for(var e=[],t=0;tt==="focus"),W(e===je()))}var Ko=new M,Sa=we(()=>j(new ResizeObserver(e=>{for(let t of e)Ko.next(t)}))).pipe(w(e=>Z.pipe(W(e)).pipe(P(()=>e.disconnect()))),re(1));function Le(e){return{width:e.offsetWidth,height:e.offsetHeight}}function Ut(e){return{width:e.scrollWidth,height:e.scrollHeight}}function ke(e){return Sa.pipe(C(t=>t.observe(e)),w(t=>Ko.pipe(k(({target:r})=>r===e),P(()=>t.unobserve(e)),f(()=>Le(e)))),W(Le(e)))}function Bo(e){return{x:e.scrollLeft,y:e.scrollTop}}function wa(e){return R(T(e,"scroll"),T(window,"resize")).pipe(f(()=>Bo(e)),W(Bo(e)))}function Jo(e,t=16){return wa(e).pipe(f(({y:r})=>{let o=Le(e),n=Ut(e);return r>=n.height-o.height-t}),q())}function Yo(e){if(e instanceof HTMLInputElement)e.select();else throw new Error("Not implemented")}var Dt={drawer:fe("[data-md-toggle=drawer]"),search:fe("[data-md-toggle=search]")};function Go(e){return Dt[e].checked}function Ie(e,t){Dt[e].checked!==t&&Dt[e].click()}function Nt(e){let t=Dt[e];return T(t,"change").pipe(f(()=>t.checked),W(t.checked))}function Ea(e){switch(e.tagName){case"INPUT":case"SELECT":case"TEXTAREA":return!0;default:return e.isContentEditable}}function Xo(){return T(window,"keydown").pipe(k(e=>!(e.metaKey||e.ctrlKey)),f(e=>({mode:Go("search")?"search":"global",type:e.key,claim(){e.preventDefault(),e.stopPropagation()}})),k(({mode:e})=>{if(e==="global"){let t=je();if(typeof t!="undefined")return!Ea(t)}return!0}),ne())}function Zo(){return new URL(location.href)}function en(e){location.href=e.href}function tn(){return new M}function rn(){return location.hash.substring(1)}function on(e){let t=Be("a");t.href=e,t.addEventListener("click",r=>r.stopPropagation()),t.click()}function Ta(){return T(window,"hashchange").pipe(f(rn),W(rn()),k(e=>e.length>0),ne())}function nn(){return Ta().pipe(w(e=>j(ae(`[id="${e}"]`))))}function ct(e){let t=matchMedia(e);return $t(r=>t.addListener(()=>r(t.matches))).pipe(W(t.matches))}function an(){return T(window,"beforeprint").pipe(oe(void 0))}function Er(e,t){return e.pipe(w(r=>r?t():Z))}function zt(e,t={credentials:"same-origin"}){return ve(fetch(`${e}`,t)).pipe(k(r=>r.status===200))}function xe(e,t){return zt(e,t).pipe(w(r=>r.json()),re(1))}function sn(e,t){let r=new DOMParser;return zt(e,t).pipe(w(o=>o.text()),f(o=>r.parseFromString(o,"text/xml")),re(1))}function cn(){return{x:Math.max(0,pageXOffset),y:Math.max(0,pageYOffset)}}function Tr({x:e,y:t}){window.scrollTo(e||0,t||0)}function ln(){return R(T(window,"scroll",{passive:!0}),T(window,"resize",{passive:!0})).pipe(f(cn),W(cn()))}function un(){return{width:innerWidth,height:innerHeight}}function pn(){return T(window,"resize",{passive:!0}).pipe(f(un),W(un()))}function fn(){return Y([ln(),pn()]).pipe(f(([e,t])=>({offset:e,size:t})),re(1))}function qt(e,{viewport$:t,header$:r}){let o=t.pipe(U("size")),n=Y([o,r]).pipe(f(()=>({x:e.offsetLeft,y:e.offsetTop})));return Y([r,t,n]).pipe(f(([{height:i},{offset:a,size:s},{x:c,y:l}])=>({offset:{x:a.x-c,y:a.y-l+i},size:s})))}function mn(e,{tx$:t}){let r=T(e,"message").pipe(f(({data:o})=>o));return t.pipe(Sr(()=>r,{leading:!0,trailing:!0}),C(o=>e.postMessage(o)),gr(r),ne())}var Oa=fe("#__config"),Je=JSON.parse(Oa.textContent);Je.base=new URL(Je.base,Zo()).toString().replace(/\/$/,"");function se(){return Je}function Qt(e){return Je.features.includes(e)}function G(e,t){return typeof t!="undefined"?Je.translations[e].replace("#",t.toString()):Je.translations[e]}function Ce(e,t=document){return fe(`[data-md-component=${e}]`,t)}function me(e,t=document){return Q(`[data-md-component=${e}]`,t)}var Yn=Xe(_r());function dn(e,t=0){e.setAttribute("tabindex",t.toString())}function hn(e){e.removeAttribute("tabindex")}function bn(e,t){e.setAttribute("data-md-state","lock"),e.style.top=`-${t}px`}function vn(e){let t=-1*parseInt(e.style.top,10);e.removeAttribute("data-md-state"),e.style.top="",t&&window.scrollTo(0,t)}function gn(e,t){e.setAttribute("data-md-state",t)}function xn(e){e.removeAttribute("data-md-state")}function yn(e,t){e.classList.toggle("md-nav__link--active",t)}function Sn(e){e.classList.remove("md-nav__link--active")}function wn(e,t){e.firstElementChild.innerHTML=t}function En(e,t){e.setAttribute("data-md-state",t)}function Tn(e){e.removeAttribute("data-md-state")}function On(e,t){e.setAttribute("data-md-state",t)}function _n(e){e.removeAttribute("data-md-state")}function Mn(e,t){e.setAttribute("data-md-state",t)}function An(e){e.removeAttribute("data-md-state")}function Ln(e,t){e.placeholder=t}function kn(e){e.placeholder=G("search.placeholder")}function Cn(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)Cn(e,r)}function D(e,t,...r){let o=document.createElement(e);if(t)for(let n of Object.keys(t))typeof t[n]!="boolean"?o.setAttribute(n,t[n]):t[n]&&o.setAttribute(n,"");for(let n of r)Cn(o,n);return o}function Hn(e,t){let r=t;if(e.length>r){for(;e[r]!==" "&&--r>0;);return`${e.substring(0,r)}...`}return e}function Kt(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function jn(e,t){switch(t){case 0:e.textContent=G("search.result.none");break;case 1:e.textContent=G("search.result.one");break;default:e.textContent=G("search.result.other",Kt(t))}}function Fn(e){e.textContent=G("search.result.placeholder")}function In(e,t){e.appendChild(t)}function Rn(e){e.innerHTML=""}function Pn(e,t){e.style.top=`${t}px`}function $n(e){e.style.top=""}function Vn(e,t){let r=e.firstElementChild;r.style.height=`${t-2*r.offsetTop}px`}function Wn(e){let t=e.firstElementChild;t.style.height=""}function Un(e,t){e.lastElementChild.appendChild(t)}function Dn(e,t){e.lastElementChild.setAttribute("data-md-state",t)}function Nn(e,t){e.setAttribute("data-md-state",t)}function Mr(e){e.removeAttribute("data-md-state")}function zn(e,t){e.setAttribute("data-md-state",t)}function Ar(e){e.removeAttribute("data-md-state")}function qn(e){return D("button",{class:"md-clipboard md-icon",title:G("clipboard.copy"),"data-clipboard-target":`#${e} > code`})}var Re;(function(r){r[r.TEASER=1]="TEASER",r[r.PARENT=2]="PARENT"})(Re||(Re={}));function Lr(e,t){let r=t&2,o=t&1,n=Object.keys(e.terms).filter(a=>!e.terms[a]).map(a=>[D("del",null,a)," "]).flat().slice(0,-1),i=e.location;return D("a",{href:i,class:"md-search-result__link",tabIndex:-1},D("article",{class:["md-search-result__article",...r?["md-search-result__article--document"]:[]].join(" "),"data-md-score":e.score.toFixed(2)},r>0&&D("div",{class:"md-search-result__icon md-icon"}),D("h1",{class:"md-search-result__title"},e.title),o>0&&e.text.length>0&&D("p",{class:"md-search-result__teaser"},Hn(e.text,320)),o>0&&n.length>0&&D("p",{class:"md-search-result__terms"},G("search.result.term.missing"),": ",n)))}function Qn(e){let t=e[0].score,r=[...e],o=r.findIndex(l=>!l.location.includes("#")),[n]=r.splice(o,1),i=r.findIndex(l=>l.scoreLr(l,1)),...s.length?[D("details",{class:"md-search-result__more"},D("summary",{tabIndex:-1},s.length>0&&s.length===1?G("search.result.more.one"):G("search.result.more.other",s.length)),s.map(l=>Lr(l,1)))]:[]];return D("li",{class:"md-search-result__item"},c)}function Kn(e){return D("ul",{class:"md-source__facts"},Object.entries(e).map(([t,r])=>D("li",{class:`md-source__fact md-source__fact--${t}`},typeof r=="number"?Kt(r):r)))}function Bn(e){return D("div",{class:"md-typeset__scrollwrap"},D("div",{class:"md-typeset__table"},e))}function _a(e){let t=se(),r=new URL(`${e.version}/`,t.base);return D("li",{class:"md-version__item"},D("a",{href:r.toString(),class:"md-version__link"},e.title))}function Jn(e){let t=se(),[,r]=t.base.match(/([^/]+)\/?$/),o=e.find(({version:n,aliases:i})=>n===r||i.includes(r))||e[0];return D("div",{class:"md-version"},D("button",{class:"md-version__current"},o.title),D("ul",{class:"md-version__list"},e.map(_a)))}var Ma=0;function Aa(e,{viewport$:t}){let r=j(e).pipe(w(o=>{let n=o.closest("[data-tabs]");return n instanceof HTMLElement?R(...Q("input",n).map(i=>T(i,"change"))):Z}));return R(t.pipe(U("size")),r).pipe(f(()=>{let o=Le(e);return{scroll:Ut(e).width>o.width}}),U("scroll"))}function Gn(e,t){let r=new M;if(r.pipe(be(ct("(hover)"))).subscribe(([{scroll:o},n])=>{o&&n?dn(e):hn(e)}),Yn.default.isSupported()){let o=e.closest("pre");o.id=`__code_${Ma++}`,o.insertBefore(qn(o.id),e)}return Aa(e,t).pipe(C(r),P(()=>r.complete()),f(o=>V({ref:e},o)))}function La(e,{target$:t,print$:r}){return t.pipe(f(o=>o.closest("details:not([open])")),k(o=>e===o),st(r),oe(e))}function Xn(e,t){let r=new M;return r.subscribe(()=>{e.setAttribute("open",""),e.scrollIntoView()}),La(e,t).pipe(C(r),P(()=>r.complete()),oe({ref:e}))}var Zn=Be("table");function ei(e){return Fe(e,Zn),Fe(Zn,Bn(e)),j({ref:e})}function ti(e,{target$:t,viewport$:r,print$:o}){return R(...Q("pre > code",e).map(n=>Gn(n,{viewport$:r})),...Q("table:not([class])",e).map(n=>ei(n)),...Q("details",e).map(n=>Xn(n,{target$:t,print$:o})))}function ka(e,{alert$:t}){return t.pipe(w(r=>R(j(!0),j(!1).pipe(Ee(2e3))).pipe(f(o=>({message:r,open:o})))))}function ri(e,t){let r=new M;return r.pipe(J(B)).subscribe(({message:o,open:n})=>{wn(e,o),n?En(e,"open"):Tn(e)}),ka(e,t).pipe(C(r),P(()=>r.complete()),f(o=>V({ref:e},o)))}function Ca({viewport$:e}){if(!Qt("header.autohide"))return j(!1);let t=e.pipe(f(({offset:{y:n}})=>n),he(2,1),f(([n,i])=>[nMath.abs(i-n.y)>100),f(([,[n]])=>n),q()),o=Nt("search");return Y([e,o]).pipe(f(([{offset:n},i])=>n.y>400&&!i),q(),w(n=>n?r:j(!1)),W(!1))}function oi(e,t){return we(()=>{let r=getComputedStyle(e);return j(r.position==="sticky"||r.position==="-webkit-sticky")}).pipe(Vt(ke(e),Ca(t)),f(([r,{height:o},n])=>({height:r?o:0,sticky:r,hidden:n})),q((r,o)=>r.sticky===o.sticky&&r.height===o.height&&r.hidden===o.hidden),re(1))}function ni(e,{header$:t,main$:r}){let o=new M;return o.pipe(U("active"),Vt(t),J(B)).subscribe(([{active:n},{hidden:i}])=>{n?On(e,i?"hidden":"shadow"):_n(e)}),r.subscribe(n=>o.next(n)),t.pipe(f(n=>V({ref:e},n)))}function Ha(e,{viewport$:t,header$:r}){return qt(e,{header$:r,viewport$:t}).pipe(f(({offset:{y:o}})=>{let{height:n}=Le(e);return{active:o>=n}}),U("active"))}function ii(e,t){let r=new M;r.pipe(J(B)).subscribe(({active:n})=>{n?Mn(e,"active"):An(e)});let o=ae("article h1");return typeof o=="undefined"?Z:Ha(o,t).pipe(C(r),P(()=>r.complete()),f(n=>V({ref:e},n)))}function ai(e,{viewport$:t,header$:r}){let o=r.pipe(f(({height:i})=>i),q()),n=o.pipe(w(()=>ke(e).pipe(f(({height:i})=>({top:e.offsetTop,bottom:e.offsetTop+i})),U("bottom"))));return Y([o,n,t]).pipe(f(([i,{top:a,bottom:s},{offset:{y:c},size:{height:l}}])=>(l=Math.max(0,l-Math.max(0,a-c,i)-Math.max(0,l+c-s)),{offset:a-i,height:l,active:a-i<=c})),q((i,a)=>i.offset===a.offset&&i.height===a.height&&i.active===a.active))}function ja(e){let t=localStorage.getItem(__prefix("__palette")),r=JSON.parse(t)||{index:e.findIndex(n=>matchMedia(n.getAttribute("data-md-color-media")).matches)},o=j(...e).pipe(te(n=>T(n,"change").pipe(oe(n))),W(e[Math.max(0,r.index)]),f(n=>({index:e.indexOf(n),color:{scheme:n.getAttribute("data-md-color-scheme"),primary:n.getAttribute("data-md-color-primary"),accent:n.getAttribute("data-md-color-accent")}})),re(1));return o.subscribe(n=>{localStorage.setItem(__prefix("__palette"),JSON.stringify(n))}),o}function si(e){let t=new M;t.subscribe(o=>{for(let[n,i]of Object.entries(o.color))typeof i=="string"&&document.body.setAttribute(`data-md-color-${n}`,i);for(let n=0;nt.complete()),f(o=>V({ref:e},o)))}var kr=Xe(_r());function ci({alert$:e}){kr.default.isSupported()&&new O(t=>{new kr.default("[data-clipboard-target], [data-clipboard-text]").on("success",r=>t.next(r))}).subscribe(()=>e.next(G("clipboard.copied")))}function Fa(e){if(e.length<2)return e;let[t,r]=e.sort((i,a)=>i.length-a.length).map(i=>i.replace(/[^/]+$/,"")),o=0;if(t===r)o=t.length;else for(;t.charCodeAt(o)===r.charCodeAt(o);)o++;let n=se();return e.map(i=>i.replace(t.slice(0,o),`${n.base}/`))}function li({document$:e,location$:t,viewport$:r}){let o=se();if(location.protocol==="file:")return;"scrollRestoration"in history&&(history.scrollRestoration="manual",T(window,"beforeunload").subscribe(()=>{history.scrollRestoration="auto"}));let n=ae("link[rel=icon]");typeof n!="undefined"&&(n.href=n.href);let i=sn(`${o.base}/sitemap.xml`).pipe(f(l=>Fa(Q("loc",l).map(u=>u.textContent))),w(l=>T(document.body,"click").pipe(k(u=>!u.metaKey&&!u.ctrlKey),w(u=>{if(u.target instanceof Element){let m=u.target.closest("a");if(m&&!m.target&&l.includes(m.href))return u.preventDefault(),j({url:new URL(m.href)})}return Z}))),ne()),a=T(window,"popstate").pipe(k(l=>l.state!==null),f(l=>({url:new URL(location.href),offset:l.state})),ne());R(i,a).pipe(q((l,u)=>l.url.href===u.url.href),f(({url:l})=>l)).subscribe(t);let s=t.pipe(U("pathname"),w(l=>zt(l.href).pipe(qe(()=>(en(l),Z)))),ne());i.pipe(Ke(s)).subscribe(({url:l})=>{history.pushState({},"",`${l}`)});let c=new DOMParser;s.pipe(w(l=>l.text()),f(l=>c.parseFromString(l,"text/html"))).subscribe(e),R(i,a).pipe(Ke(e)).subscribe(({url:l,offset:u})=>{l.hash&&!u?on(l.hash):Tr(u||{y:0})}),e.pipe(Wt(1)).subscribe(l=>{for(let u of["title","link[rel=canonical]","meta[name=author]","meta[name=description]","[data-md-component=announce]","[data-md-component=container]","[data-md-component=header-topic]","[data-md-component=logo], .md-logo","[data-md-component=skip]"]){let m=ae(u),p=ae(u,l);typeof m!="undefined"&&typeof p!="undefined"&&Fe(m,p)}}),e.pipe(Wt(1),f(()=>Ce("container")),w(l=>j(...Q("script",l))),fr(l=>{let u=Be("script");if(l.src){for(let m of l.getAttributeNames())u.setAttribute(m,l.getAttribute(m));return Fe(l,u),new O(m=>{u.onload=()=>m.complete()})}else return u.textContent=l.textContent,Fe(l,u),de})).subscribe(),r.pipe(vr(i),mr(250),U("offset")).subscribe(({offset:l})=>{history.replaceState(l,"")}),R(i,a).pipe(he(2,1),k(([l,u])=>l.url.pathname===u.url.pathname),f(([,l])=>l)).subscribe(({offset:l})=>{Tr(l||{y:0})})}var Pa=Xe(pi());function fi(e){return e.split(/"([^"]+)"/g).map((t,r)=>r&1?t.replace(/^\b|^(?![^\x00-\x7F]|$)|\s+/g," +"):t).join("").replace(/"|(?:^|\s+)[*+\-:^~]+(?=\s+|$)/g,"").trim()}var Te;(function(n){n[n.SETUP=0]="SETUP",n[n.READY=1]="READY",n[n.QUERY=2]="QUERY",n[n.RESULT=3]="RESULT"})(Te||(Te={}));function mi(e){return e.type===1}function di(e){return e.type===2}function Bt(e){return e.type===3}function $a({config:e,docs:t,index:r}){e.lang.length===1&&e.lang[0]==="en"&&(e.lang=[G("search.config.lang")]),e.separator==="[\\s\\-]+"&&(e.separator=G("search.config.separator"));let o=G("search.config.pipeline").split(/\s*,\s*/).filter(Boolean);return{config:e,docs:t,index:r,pipeline:o}}function hi(e,t){let r=se(),o=new Worker(e),n=new M,i=mn(o,{tx$:n}).pipe(f(a=>{if(Bt(a))for(let s of a.data)for(let c of s)c.location=`${r.base}/${c.location}`;return a}),ne());return ve(t).pipe(f(a=>({type:Te.SETUP,data:$a(a)}))).subscribe(n.next.bind(n)),{tx$:n,rx$:i}}function bi(){let e=se();xe(new URL("versions.json",e.base)).subscribe(t=>{fe(".md-header__topic").appendChild(Jn(t))})}function Va(e){let t=(__search==null?void 0:__search.transform)||fi,r=Qo(e),o=R(T(e,"keyup"),T(e,"focus").pipe(Ee(1))).pipe(f(()=>t(e.value)),q());return Y([o,r]).pipe(f(([n,i])=>({value:n,focus:i})))}function vi(e,{tx$:t}){let r=new M;return r.pipe(U("value"),f(({value:o})=>({type:Te.QUERY,data:o}))).subscribe(t.next.bind(t)),r.pipe(U("focus")).subscribe(({focus:o})=>{o?(Ie("search",o),Ln(e,"")):kn(e)}),T(e.form,"reset").pipe(xr(r.pipe(hr(1)))).subscribe(()=>Ae(e)),Va(e).pipe(C(r),P(()=>r.complete()),f(o=>V({ref:e},o)))}function gi(e,{rx$:t},{query$:r}){let o=new M,n=Jo(e.parentElement).pipe(k(Boolean)),i=fe(":scope > :first-child",e);o.pipe(J(B),be(r)).subscribe(([{data:c},{value:l}])=>{l?jn(i,c.length):Fn(i)});let a=fe(":scope > :last-child",e);return o.pipe(J(B),C(()=>Rn(a)),w(({data:c})=>R(j(...c.slice(0,10)),j(...c.slice(10)).pipe(he(4),wr(n),w(([l])=>j(...l)))))).subscribe(c=>{In(a,Qn(c))}),t.pipe(k(Bt),f(({data:c})=>({data:c})),W({data:[]})).pipe(C(o),P(()=>o.complete()),f(c=>V({ref:e},c)))}function xi(e,{index$:t,keyboard$:r}){let o=se(),n=hi(o.search,t),i=Ce("search-query",e),a=Ce("search-result",e),{tx$:s,rx$:c}=n;s.pipe(k(di),Ke(c.pipe(k(mi))),Qe(1)).subscribe(s.next.bind(s)),r.pipe(k(({mode:u})=>u==="search")).subscribe(u=>{let m=je();switch(u.type){case"Enter":m===i&&u.claim();break;case"Escape":case"Tab":Ie("search",!1),Ae(i,!1);break;case"ArrowUp":case"ArrowDown":if(typeof m=="undefined")Ae(i);else{let p=[i,...Q(":not(details) > [href], summary, details[open] [href]",a)],h=Math.max(0,(Math.max(0,p.indexOf(m))+p.length+(u.type==="ArrowUp"?-1:1))%p.length);Ae(p[h])}u.claim();break;default:i!==je()&&Ae(i)}}),r.pipe(k(({mode:u})=>u==="global")).subscribe(u=>{switch(u.type){case"f":case"s":case"/":Ae(i),Yo(i),u.claim();break}});let l=vi(i,n);return R(l,gi(a,n,{query$:l}))}function Wa(e,{viewport$:t,main$:r}){let o=e.parentElement.offsetTop-e.parentElement.parentElement.offsetTop;return Y([r,t]).pipe(f(([{offset:n,height:i},{offset:{y:a}}])=>(i=i+Math.min(o,Math.max(0,a-n))-o,{height:i,locked:a>=n+o})),q((n,i)=>n.height===i.height&&n.locked===i.locked))}function Cr(e,o){var n=o,{header$:t}=n,r=$r(n,["header$"]);let i=new M;return i.pipe(J(B),be(t)).subscribe({next([{height:a},{height:s}]){Vn(e,a),Pn(e,s)},complete(){$n(e),Wn(e)}}),Wa(e,r).pipe(C(i),P(()=>i.complete()),f(a=>V({ref:e},a)))}function yi(e,t){if(typeof t!="undefined"){let r=`https://api.github.com/repos/${e}/${t}`;return at(xe(`${r}/releases/latest`).pipe(f(o=>({version:o.tag_name})),He({})),xe(r).pipe(f(o=>({stars:o.stargazers_count,forks:o.forks_count})),He({}))).pipe(f(([o,n])=>V(V({},o),n)))}else{let r=`https://api.github.com/repos/${e}`;return xe(r).pipe(f(o=>({repositories:o.public_repos})),He({}))}}function Si(e,t){let r=`https://${e}/api/v4/projects/${encodeURIComponent(t)}`;return xe(r).pipe(f(({star_count:o,forks_count:n})=>({stars:o,forks:n})),He({}))}function wi(e){let[t]=e.match(/(git(?:hub|lab))/i)||[];switch(t.toLowerCase()){case"github":let[,r,o]=e.match(/^.+github\.com\/([^/]+)\/?([^/]+)?/i);return yi(r,o);case"gitlab":let[,n,i]=e.match(/^.+?([^/]*gitlab[^/]+)\/(.+?)\/?$/i);return Si(n,i);default:return Z}}var Ua;function Da(e){return Ua||(Ua=we(()=>{let t=sessionStorage.getItem(__prefix("__source"));if(t)return j(JSON.parse(t));{let r=wi(e.href);return r.subscribe(o=>{try{sessionStorage.setItem(__prefix("__source"),JSON.stringify(o))}catch(n){}}),r}}).pipe(qe(()=>Z),k(t=>Object.keys(t).length>0),f(t=>({facts:t})),re(1)))}function Ei(e){let t=new M;return t.subscribe(({facts:r})=>{Un(e,Kn(r)),Dn(e,"done")}),Da(e).pipe(C(t),P(()=>t.complete()),f(r=>V({ref:e},r)))}function Na(e,{viewport$:t,header$:r}){return ke(document.body).pipe(w(()=>qt(e,{header$:r,viewport$:t})),f(({offset:{y:o}})=>({hidden:o>=10})),U("hidden"))}function Ti(e,t){let r=new M;return r.pipe(J(B)).subscribe({next({hidden:o}){o?Nn(e,"hidden"):Mr(e)},complete(){Mr(e)}}),Na(e,t).pipe(C(r),P(()=>r.complete()),f(o=>V({ref:e},o)))}function za(e,{viewport$:t,header$:r}){let o=new Map;for(let a of e){let s=decodeURIComponent(a.hash.substring(1)),c=ae(`[id="${s}"]`);typeof c!="undefined"&&o.set(a,c)}let n=r.pipe(f(a=>24+a.height));return ke(document.body).pipe(U("height"),f(()=>{let a=[];return[...o].reduce((s,[c,l])=>{for(;a.length&&o.get(a[a.length-1]).tagName>=l.tagName;)a.pop();let u=l.offsetTop;for(;!u&&l.parentElement;)l=l.parentElement,u=l.offsetTop;return s.set([...a=[...a,c]].reverse(),u)},new Map)}),f(a=>new Map([...a].sort(([,s],[,c])=>s-c))),w(a=>Y([n,t]).pipe(br(([s,c],[l,{offset:{y:u}}])=>{for(;c.length;){let[,m]=c[0];if(m-l=u)c=[s.pop(),...c];else break}return[s,c]},[[],[...a]]),q((s,c)=>s[0]===c[0]&&s[1]===c[1])))).pipe(f(([a,s])=>({prev:a.map(([c])=>c),next:s.map(([c])=>c)})),W({prev:[],next:[]}),he(2,1),f(([a,s])=>a.prev.length{for(let[a]of i)Sn(a),xn(a);for(let[a,[s]]of n.entries())yn(s,a===n.length-1),gn(s,"blur")});let o=Q("[href^=\\#]",e);return za(o,t).pipe(C(r),P(()=>r.complete()),f(n=>V({ref:e},n)))}function qa(e,{viewport$:t,main$:r}){let o=t.pipe(f(({offset:{y:i}})=>i),he(2,1),f(([i,a])=>i>a),q()),n=r.pipe(U("active"));return Y([n,o]).pipe(f(([{active:i},a])=>({hidden:!(i&&a)})),q((i,a)=>i.hidden===a.hidden))}function _i(e,t){let r=new M;return r.pipe(J(B)).subscribe({next({hidden:o}){o?zn(e,"hidden"):Ar(e)},complete(){Ar(e)}}),qa(e,t).pipe(C(r),P(()=>r.complete()),f(o=>V({ref:e},o)))}function Mi({document$:e,tablet$:t}){e.pipe(w(()=>j(...Q("[data-md-state=indeterminate]"))),C(r=>{r.indeterminate=!0,r.checked=!1}),te(r=>T(r,"change").pipe(yr(()=>r.hasAttribute("data-md-state")),oe(r))),be(t)).subscribe(([r,o])=>{r.removeAttribute("data-md-state"),o&&(r.checked=!1)})}function Qa(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function Ai({document$:e}){e.pipe(w(()=>j(...Q("[data-md-scrollfix]"))),C(t=>t.removeAttribute("data-md-scrollfix")),k(Qa),te(t=>T(t,"touchstart").pipe(oe(t)))).subscribe(t=>{let r=t.scrollTop;r===0?t.scrollTop=1:r+t.offsetHeight===t.scrollHeight&&(t.scrollTop=r-1)})}function Li({viewport$:e,tablet$:t}){Y([Nt("search"),t]).pipe(f(([r,o])=>r&&!o),w(r=>j(r).pipe(Ee(r?400:100),J(B))),be(e)).subscribe(([r,{offset:{y:o}}])=>{r?bn(document.body,o):vn(document.body)})}document.documentElement.classList.remove("no-js");document.documentElement.classList.add("js");var Ye=qo(),Hr=tn(),jr=nn(),Fr=Xo(),ue=fn(),Jt=ct("(min-width: 960px)"),ki=ct("(min-width: 1220px)"),Ci=an(),Hi=se(),Ka=document.forms.namedItem("search")?(__search==null?void 0:__search.index)||xe(`${Hi.base}/search/search_index.json`):Z,Ir=new M;ci({alert$:Ir});Qt("navigation.instant")&&li({document$:Ye,location$:Hr,viewport$:ue});var Fi;((Fi=Hi.version)==null?void 0:Fi.provider)==="mike"&&bi();R(Hr,jr).pipe(Ee(125)).subscribe(()=>{Ie("drawer",!1),Ie("search",!1)});Fr.pipe(k(({mode:e})=>e==="global")).subscribe(e=>{switch(e.type){case"p":case",":let t=ae("[href][rel=prev]");typeof t!="undefined"&&t.click();break;case"n":case".":let r=ae("[href][rel=next]");typeof r!="undefined"&&r.click();break}});Mi({document$:Ye,tablet$:Jt});Ai({document$:Ye});Li({viewport$:ue,tablet$:Jt});var Pe=oi(Ce("header"),{viewport$:ue}),Yt=Ye.pipe(f(()=>Ce("main")),w(e=>ai(e,{viewport$:ue,header$:Pe})),re(1)),Ba=R(...me("dialog").map(e=>ri(e,{alert$:Ir})),...me("header").map(e=>ni(e,{viewport$:ue,header$:Pe,main$:Yt})),...me("palette").map(e=>si(e)),...me("search").map(e=>xi(e,{index$:Ka,keyboard$:Fr})),...me("source").map(e=>Ei(e))),Ja=we(()=>R(...me("content").map(e=>ti(e,{target$:jr,viewport$:ue,print$:Ci})),...me("header-title").map(e=>ii(e,{viewport$:ue,header$:Pe})),...me("sidebar").map(e=>e.getAttribute("data-md-type")==="navigation"?Er(ki,()=>Cr(e,{viewport$:ue,header$:Pe,main$:Yt})):Er(Jt,()=>Cr(e,{viewport$:ue,header$:Pe,main$:Yt}))),...me("tabs").map(e=>Ti(e,{viewport$:ue,header$:Pe})),...me("toc").map(e=>Oi(e,{viewport$:ue,header$:Pe})),...me("top").map(e=>_i(e,{viewport$:ue,main$:Yt})))),ji=Ye.pipe(w(()=>Ja),st(Ba),re(1));ji.subscribe();window.document$=Ye;window.location$=Hr;window.target$=jr;window.keyboard$=Fr;window.viewport$=ue;window.tablet$=Jt;window.screen$=ki;window.print$=Ci;window.alert$=Ir;window.component$=ji;})(); +/*! + * clipboard.js v2.0.8 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */ +/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +//# sourceMappingURL=bundle.a1609d9a.min.js.map + diff --git a/en/2021.5/assets/javascripts/bundle.a1609d9a.min.js.map b/en/2021.5/assets/javascripts/bundle.a1609d9a.min.js.map new file mode 100644 index 000000000..e5753691d --- /dev/null +++ b/en/2021.5/assets/javascripts/bundle.a1609d9a.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/focus-visible/dist/focus-visible.js", "node_modules/tslib/tslib.js", "node_modules/clipboard/dist/clipboard.js", "node_modules/escape-html/index.js", "src/assets/javascripts/bundle.ts", "node_modules/tslib/modules/index.js", "node_modules/rxjs/src/internal/util/isFunction.ts", "node_modules/rxjs/src/internal/util/createErrorClass.ts", "node_modules/rxjs/src/internal/util/UnsubscriptionError.ts", "node_modules/rxjs/src/internal/util/arrRemove.ts", "node_modules/rxjs/src/internal/Subscription.ts", "node_modules/rxjs/src/internal/config.ts", "node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts", "node_modules/rxjs/src/internal/util/reportUnhandledError.ts", "node_modules/rxjs/src/internal/util/noop.ts", "node_modules/rxjs/src/internal/NotificationFactories.ts", "node_modules/rxjs/src/internal/Subscriber.ts", "node_modules/rxjs/src/internal/symbol/observable.ts", "node_modules/rxjs/src/internal/util/identity.ts", "node_modules/rxjs/src/internal/util/pipe.ts", "node_modules/rxjs/src/internal/Observable.ts", "node_modules/rxjs/src/internal/util/lift.ts", "node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts", "node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts", "node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts", "node_modules/rxjs/src/internal/Subject.ts", "node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts", "node_modules/rxjs/src/internal/ReplaySubject.ts", "node_modules/rxjs/src/internal/scheduler/Action.ts", "node_modules/rxjs/src/internal/scheduler/intervalProvider.ts", "node_modules/rxjs/src/internal/scheduler/AsyncAction.ts", "node_modules/rxjs/src/internal/Scheduler.ts", "node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts", "node_modules/rxjs/src/internal/scheduler/async.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts", "node_modules/rxjs/src/internal/scheduler/animationFrame.ts", "node_modules/rxjs/src/internal/observable/empty.ts", "node_modules/rxjs/src/internal/scheduled/scheduleArray.ts", "node_modules/rxjs/src/internal/util/isArrayLike.ts", "node_modules/rxjs/src/internal/util/isPromise.ts", "node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts", "node_modules/rxjs/src/internal/scheduled/schedulePromise.ts", "node_modules/rxjs/src/internal/symbol/iterator.ts", "node_modules/rxjs/src/internal/util/caughtSchedule.ts", "node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts", "node_modules/rxjs/src/internal/util/isInteropObservable.ts", "node_modules/rxjs/src/internal/util/isIterable.ts", "node_modules/rxjs/src/internal/util/isAsyncIterable.ts", "node_modules/rxjs/src/internal/util/throwUnobservableError.ts", "node_modules/rxjs/src/internal/util/isReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduled.ts", "node_modules/rxjs/src/internal/observable/from.ts", "node_modules/rxjs/src/internal/observable/fromArray.ts", "node_modules/rxjs/src/internal/util/isScheduler.ts", "node_modules/rxjs/src/internal/util/args.ts", "node_modules/rxjs/src/internal/observable/of.ts", "node_modules/rxjs/src/internal/util/isDate.ts", "node_modules/rxjs/src/internal/operators/map.ts", "node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts", "node_modules/rxjs/src/internal/operators/observeOn.ts", "node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts", "node_modules/rxjs/src/internal/util/createObject.ts", "node_modules/rxjs/src/internal/observable/combineLatest.ts", "node_modules/rxjs/src/internal/operators/mergeInternals.ts", "node_modules/rxjs/src/internal/operators/mergeMap.ts", "node_modules/rxjs/src/internal/operators/mergeAll.ts", "node_modules/rxjs/src/internal/operators/concatAll.ts", "node_modules/rxjs/src/internal/observable/concat.ts", "node_modules/rxjs/src/internal/observable/defer.ts", "node_modules/rxjs/src/internal/observable/fromEvent.ts", "node_modules/rxjs/src/internal/observable/fromEventPattern.ts", "node_modules/rxjs/src/internal/observable/timer.ts", "node_modules/rxjs/src/internal/observable/merge.ts", "node_modules/rxjs/src/internal/observable/never.ts", "node_modules/rxjs/src/internal/util/argsOrArgArray.ts", "node_modules/rxjs/src/internal/operators/filter.ts", "node_modules/rxjs/src/internal/observable/zip.ts", "node_modules/rxjs/src/internal/operators/bufferCount.ts", "node_modules/rxjs/src/internal/operators/catchError.ts", "node_modules/rxjs/src/internal/operators/scanInternals.ts", "node_modules/rxjs/src/internal/operators/combineLatest.ts", "node_modules/rxjs/src/internal/operators/combineLatestWith.ts", "node_modules/rxjs/src/internal/operators/concatMap.ts", "node_modules/rxjs/src/internal/operators/debounceTime.ts", "node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts", "node_modules/rxjs/src/internal/operators/take.ts", "node_modules/rxjs/src/internal/operators/ignoreElements.ts", "node_modules/rxjs/src/internal/operators/mapTo.ts", "node_modules/rxjs/src/internal/operators/delayWhen.ts", "node_modules/rxjs/src/internal/operators/delay.ts", "node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts", "node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts", "node_modules/rxjs/src/internal/operators/finalize.ts", "node_modules/rxjs/src/internal/operators/takeLast.ts", "node_modules/rxjs/src/internal/operators/merge.ts", "node_modules/rxjs/src/internal/operators/mergeWith.ts", "node_modules/rxjs/src/internal/operators/sample.ts", "node_modules/rxjs/src/internal/operators/scan.ts", "node_modules/rxjs/src/internal/operators/share.ts", "node_modules/rxjs/src/internal/operators/shareReplay.ts", "node_modules/rxjs/src/internal/operators/skip.ts", "node_modules/rxjs/src/internal/operators/skipUntil.ts", "node_modules/rxjs/src/internal/operators/startWith.ts", "node_modules/rxjs/src/internal/operators/switchMap.ts", "node_modules/rxjs/src/internal/operators/switchMapTo.ts", "node_modules/rxjs/src/internal/operators/takeUntil.ts", "node_modules/rxjs/src/internal/operators/takeWhile.ts", "node_modules/rxjs/src/internal/operators/tap.ts", "node_modules/rxjs/src/internal/operators/throttle.ts", "node_modules/rxjs/src/internal/operators/withLatestFrom.ts", "node_modules/rxjs/src/internal/operators/zip.ts", "node_modules/rxjs/src/internal/operators/zipWith.ts", "src/assets/javascripts/browser/document/index.ts", "src/assets/javascripts/browser/element/_/index.ts", "src/assets/javascripts/browser/element/focus/index.ts", "src/assets/javascripts/browser/element/size/index.ts", "src/assets/javascripts/browser/element/offset/index.ts", "src/assets/javascripts/browser/element/selection/index.ts", "src/assets/javascripts/browser/toggle/index.ts", "src/assets/javascripts/browser/keyboard/index.ts", "src/assets/javascripts/browser/location/_/index.ts", "src/assets/javascripts/browser/location/hash/index.ts", "src/assets/javascripts/browser/media/index.ts", "src/assets/javascripts/browser/request/index.ts", "src/assets/javascripts/browser/viewport/offset/index.ts", "src/assets/javascripts/browser/viewport/size/index.ts", "src/assets/javascripts/browser/viewport/_/index.ts", "src/assets/javascripts/browser/worker/index.ts", "src/assets/javascripts/_/index.ts", "src/assets/javascripts/components/_/index.ts", "src/assets/javascripts/components/content/code/index.ts", "src/assets/javascripts/actions/_/index.ts", "src/assets/javascripts/actions/anchor/index.ts", "src/assets/javascripts/actions/dialog/index.ts", "src/assets/javascripts/actions/header/_/index.ts", "src/assets/javascripts/actions/header/title/index.ts", "src/assets/javascripts/actions/search/query/index.ts", "src/assets/javascripts/utilities/h/index.ts", "src/assets/javascripts/utilities/string/index.ts", "src/assets/javascripts/actions/search/result/index.ts", "src/assets/javascripts/actions/sidebar/index.ts", "src/assets/javascripts/actions/source/index.ts", "src/assets/javascripts/actions/tabs/index.ts", "src/assets/javascripts/actions/top/index.ts", "src/assets/javascripts/templates/clipboard/index.tsx", "src/assets/javascripts/templates/search/index.tsx", "src/assets/javascripts/templates/source/index.tsx", "src/assets/javascripts/templates/table/index.tsx", "src/assets/javascripts/templates/version/index.tsx", "src/assets/javascripts/components/content/details/index.ts", "src/assets/javascripts/components/content/table/index.ts", "src/assets/javascripts/components/content/_/index.ts", "src/assets/javascripts/components/dialog/index.ts", "src/assets/javascripts/components/header/_/index.ts", "src/assets/javascripts/components/header/title/index.ts", "src/assets/javascripts/components/main/index.ts", "src/assets/javascripts/components/palette/index.ts", "src/assets/javascripts/integrations/clipboard/index.ts", "src/assets/javascripts/integrations/instant/index.ts", "src/assets/javascripts/integrations/search/document/index.ts", "src/assets/javascripts/integrations/search/query/transform/index.ts", "src/assets/javascripts/integrations/search/worker/message/index.ts", "src/assets/javascripts/integrations/search/worker/_/index.ts", "src/assets/javascripts/integrations/version/index.ts", "src/assets/javascripts/components/search/query/index.ts", "src/assets/javascripts/components/search/result/index.ts", "src/assets/javascripts/components/search/_/index.ts", "src/assets/javascripts/components/sidebar/index.ts", "src/assets/javascripts/components/source/facts/github/index.ts", "src/assets/javascripts/components/source/facts/gitlab/index.ts", "src/assets/javascripts/components/source/facts/_/index.ts", "src/assets/javascripts/components/source/_/index.ts", "src/assets/javascripts/components/tabs/index.ts", "src/assets/javascripts/components/toc/index.ts", "src/assets/javascripts/components/top/index.ts", "src/assets/javascripts/patches/indeterminate/index.ts", "src/assets/javascripts/patches/scrollfix/index.ts", "src/assets/javascripts/patches/scrolllock/index.ts"], + "sourcesContent": ["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (factory());\n}(this, (function () { 'use strict';\n\n /**\n * Applies the :focus-visible polyfill at the given scope.\n * A scope in this case is either the top-level Document or a Shadow Root.\n *\n * @param {(Document|ShadowRoot)} scope\n * @see https://github.com/WICG/focus-visible\n */\n function applyFocusVisiblePolyfill(scope) {\n var hadKeyboardEvent = true;\n var hadFocusVisibleRecently = false;\n var hadFocusVisibleRecentlyTimeout = null;\n\n var inputTypesAllowlist = {\n text: true,\n search: true,\n url: true,\n tel: true,\n email: true,\n password: true,\n number: true,\n date: true,\n month: true,\n week: true,\n time: true,\n datetime: true,\n 'datetime-local': true\n };\n\n /**\n * Helper function for legacy browsers and iframes which sometimes focus\n * elements like document, body, and non-interactive SVG.\n * @param {Element} el\n */\n function isValidFocusTarget(el) {\n if (\n el &&\n el !== document &&\n el.nodeName !== 'HTML' &&\n el.nodeName !== 'BODY' &&\n 'classList' in el &&\n 'contains' in el.classList\n ) {\n return true;\n }\n return false;\n }\n\n /**\n * Computes whether the given element should automatically trigger the\n * `focus-visible` class being added, i.e. whether it should always match\n * `:focus-visible` when focused.\n * @param {Element} el\n * @return {boolean}\n */\n function focusTriggersKeyboardModality(el) {\n var type = el.type;\n var tagName = el.tagName;\n\n if (tagName === 'INPUT' && inputTypesAllowlist[type] && !el.readOnly) {\n return true;\n }\n\n if (tagName === 'TEXTAREA' && !el.readOnly) {\n return true;\n }\n\n if (el.isContentEditable) {\n return true;\n }\n\n return false;\n }\n\n /**\n * Add the `focus-visible` class to the given element if it was not added by\n * the author.\n * @param {Element} el\n */\n function addFocusVisibleClass(el) {\n if (el.classList.contains('focus-visible')) {\n return;\n }\n el.classList.add('focus-visible');\n el.setAttribute('data-focus-visible-added', '');\n }\n\n /**\n * Remove the `focus-visible` class from the given element if it was not\n * originally added by the author.\n * @param {Element} el\n */\n function removeFocusVisibleClass(el) {\n if (!el.hasAttribute('data-focus-visible-added')) {\n return;\n }\n el.classList.remove('focus-visible');\n el.removeAttribute('data-focus-visible-added');\n }\n\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n\n if (isValidFocusTarget(scope.activeElement)) {\n addFocusVisibleClass(scope.activeElement);\n }\n\n hadKeyboardEvent = true;\n }\n\n /**\n * If at any point a user clicks with a pointing device, ensure that we change\n * the modality away from keyboard.\n * This avoids the situation where a user presses a key on an already focused\n * element, and then clicks on a different element, focusing it with a\n * pointing device, while we still think we're in keyboard modality.\n * @param {Event} e\n */\n function onPointerDown(e) {\n hadKeyboardEvent = false;\n }\n\n /**\n * On `focus`, add the `focus-visible` class to the target if:\n * - the target received focus as a result of keyboard navigation, or\n * - the event target is an element that will likely require interaction\n * via the keyboard (e.g. a text box)\n * @param {Event} e\n */\n function onFocus(e) {\n // Prevent IE from focusing the document or HTML element.\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (hadKeyboardEvent || focusTriggersKeyboardModality(e.target)) {\n addFocusVisibleClass(e.target);\n }\n }\n\n /**\n * On `blur`, remove the `focus-visible` class from the target.\n * @param {Event} e\n */\n function onBlur(e) {\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (\n e.target.classList.contains('focus-visible') ||\n e.target.hasAttribute('data-focus-visible-added')\n ) {\n // To detect a tab/window switch, we look for a blur event followed\n // rapidly by a visibility change.\n // If we don't see a visibility change within 100ms, it's probably a\n // regular focus change.\n hadFocusVisibleRecently = true;\n window.clearTimeout(hadFocusVisibleRecentlyTimeout);\n hadFocusVisibleRecentlyTimeout = window.setTimeout(function() {\n hadFocusVisibleRecently = false;\n }, 100);\n removeFocusVisibleClass(e.target);\n }\n }\n\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange(e) {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n if (hadFocusVisibleRecently) {\n hadKeyboardEvent = true;\n }\n addInitialPointerMoveListeners();\n }\n }\n\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on whenever the\n // window blurs, even if you're tabbing out of the page. \u00AF\\_(\u30C4)_/\u00AF\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n\n hadKeyboardEvent = false;\n removeInitialPointerMoveListeners();\n }\n\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n\n addInitialPointerMoveListeners();\n\n // For focus and blur, we specifically care about state changes in the local\n // scope. This is because focus / blur events that originate from within a\n // shadow root are not re-dispatched from the host element if it was already\n // the active element in its own scope:\n scope.addEventListener('focus', onFocus, true);\n scope.addEventListener('blur', onBlur, true);\n\n // We detect that a node is a ShadowRoot by ensuring that it is a\n // DocumentFragment and also has a host property. This check covers native\n // implementation and polyfill implementation transparently. If we only cared\n // about the native implementation, we could just check if the scope was\n // an instance of a ShadowRoot.\n if (scope.nodeType === Node.DOCUMENT_FRAGMENT_NODE && scope.host) {\n // Since a ShadowRoot is a special kind of DocumentFragment, it does not\n // have a root element to add a class to. So, we add this attribute to the\n // host element instead:\n scope.host.setAttribute('data-js-focus-visible', '');\n } else if (scope.nodeType === Node.DOCUMENT_NODE) {\n document.documentElement.classList.add('js-focus-visible');\n document.documentElement.setAttribute('data-js-focus-visible', '');\n }\n }\n\n // It is important to wrap all references to global window and document in\n // these checks to support server-side rendering use cases\n // @see https://github.com/WICG/focus-visible/issues/199\n if (typeof window !== 'undefined' && typeof document !== 'undefined') {\n // Make the polyfill helper globally available. This can be used as a signal\n // to interested libraries that wish to coordinate with the polyfill for e.g.,\n // applying the polyfill to a shadow root:\n window.applyFocusVisiblePolyfill = applyFocusVisiblePolyfill;\n\n // Notify interested libraries of the polyfill's presence, in case the\n // polyfill was loaded lazily:\n var event;\n\n try {\n event = new CustomEvent('focus-visible-polyfill-ready');\n } catch (error) {\n // IE11 does not support using CustomEvent as a constructor directly:\n event = document.createEvent('CustomEvent');\n event.initCustomEvent('focus-visible-polyfill-ready', false, false, {});\n }\n\n window.dispatchEvent(event);\n }\n\n if (typeof document !== 'undefined') {\n // Apply the polyfill to the global document, so that no JavaScript\n // coordination is required to use the polyfill in the top-level document:\n applyFocusVisiblePolyfill(document);\n }\n\n})));\n", "/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global global, define, System, Reflect, Promise */\r\nvar __extends;\r\nvar __assign;\r\nvar __rest;\r\nvar __decorate;\r\nvar __param;\r\nvar __metadata;\r\nvar __awaiter;\r\nvar __generator;\r\nvar __exportStar;\r\nvar __values;\r\nvar __read;\r\nvar __spread;\r\nvar __spreadArrays;\r\nvar __spreadArray;\r\nvar __await;\r\nvar __asyncGenerator;\r\nvar __asyncDelegator;\r\nvar __asyncValues;\r\nvar __makeTemplateObject;\r\nvar __importStar;\r\nvar __importDefault;\r\nvar __classPrivateFieldGet;\r\nvar __classPrivateFieldSet;\r\nvar __createBinding;\r\n(function (factory) {\r\n var root = typeof global === \"object\" ? global : typeof self === \"object\" ? self : typeof this === \"object\" ? this : {};\r\n if (typeof define === \"function\" && define.amd) {\r\n define(\"tslib\", [\"exports\"], function (exports) { factory(createExporter(root, createExporter(exports))); });\r\n }\r\n else if (typeof module === \"object\" && typeof module.exports === \"object\") {\r\n factory(createExporter(root, createExporter(module.exports)));\r\n }\r\n else {\r\n factory(createExporter(root));\r\n }\r\n function createExporter(exports, previous) {\r\n if (exports !== root) {\r\n if (typeof Object.create === \"function\") {\r\n Object.defineProperty(exports, \"__esModule\", { value: true });\r\n }\r\n else {\r\n exports.__esModule = true;\r\n }\r\n }\r\n return function (id, v) { return exports[id] = previous ? previous(id, v) : v; };\r\n }\r\n})\r\n(function (exporter) {\r\n var extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n\r\n __extends = function (d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n };\r\n\r\n __assign = Object.assign || function (t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n };\r\n\r\n __rest = function (s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n };\r\n\r\n __decorate = function (decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n };\r\n\r\n __param = function (paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n };\r\n\r\n __metadata = function (metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n };\r\n\r\n __awaiter = function (thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n };\r\n\r\n __generator = function (thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n };\r\n\r\n __exportStar = function(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n };\r\n\r\n __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n }) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n });\r\n\r\n __values = function (o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n };\r\n\r\n __read = function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n };\r\n\r\n /** @deprecated */\r\n __spread = function () {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n };\r\n\r\n /** @deprecated */\r\n __spreadArrays = function () {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n };\r\n\r\n __spreadArray = function (to, from) {\r\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\r\n to[j] = from[i];\r\n return to;\r\n };\r\n\r\n __await = function (v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n };\r\n\r\n __asyncGenerator = function (thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n };\r\n\r\n __asyncDelegator = function (o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n };\r\n\r\n __asyncValues = function (o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n };\r\n\r\n __makeTemplateObject = function (cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n };\r\n\r\n var __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n }) : function(o, v) {\r\n o[\"default\"] = v;\r\n };\r\n\r\n __importStar = function (mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n };\r\n\r\n __importDefault = function (mod) {\r\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\r\n };\r\n\r\n __classPrivateFieldGet = function (receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n };\r\n\r\n __classPrivateFieldSet = function (receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n };\r\n\r\n exporter(\"__extends\", __extends);\r\n exporter(\"__assign\", __assign);\r\n exporter(\"__rest\", __rest);\r\n exporter(\"__decorate\", __decorate);\r\n exporter(\"__param\", __param);\r\n exporter(\"__metadata\", __metadata);\r\n exporter(\"__awaiter\", __awaiter);\r\n exporter(\"__generator\", __generator);\r\n exporter(\"__exportStar\", __exportStar);\r\n exporter(\"__createBinding\", __createBinding);\r\n exporter(\"__values\", __values);\r\n exporter(\"__read\", __read);\r\n exporter(\"__spread\", __spread);\r\n exporter(\"__spreadArrays\", __spreadArrays);\r\n exporter(\"__spreadArray\", __spreadArray);\r\n exporter(\"__await\", __await);\r\n exporter(\"__asyncGenerator\", __asyncGenerator);\r\n exporter(\"__asyncDelegator\", __asyncDelegator);\r\n exporter(\"__asyncValues\", __asyncValues);\r\n exporter(\"__makeTemplateObject\", __makeTemplateObject);\r\n exporter(\"__importStar\", __importStar);\r\n exporter(\"__importDefault\", __importDefault);\r\n exporter(\"__classPrivateFieldGet\", __classPrivateFieldGet);\r\n exporter(\"__classPrivateFieldSet\", __classPrivateFieldSet);\r\n});\r\n", "/*!\n * clipboard.js v2.0.8\n * https://clipboardjs.com/\n *\n * Licensed MIT \u00A9 Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 134:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/clipboard-action.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\n\n/**\n * Inner class which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n */\n\nvar ClipboardAction = /*#__PURE__*/function () {\n /**\n * @param {Object} options\n */\n function ClipboardAction(options) {\n _classCallCheck(this, ClipboardAction);\n\n this.resolveOptions(options);\n this.initSelection();\n }\n /**\n * Defines base properties passed from constructor.\n * @param {Object} options\n */\n\n\n _createClass(ClipboardAction, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = options.action;\n this.container = options.container;\n this.emitter = options.emitter;\n this.target = options.target;\n this.text = options.text;\n this.trigger = options.trigger;\n this.selectedText = '';\n }\n /**\n * Decides which selection strategy is going to be applied based\n * on the existence of `text` and `target` properties.\n */\n\n }, {\n key: \"initSelection\",\n value: function initSelection() {\n if (this.text) {\n this.selectFake();\n } else if (this.target) {\n this.selectTarget();\n }\n }\n /**\n * Creates a fake textarea element, sets its value from `text` property,\n */\n\n }, {\n key: \"createFakeElement\",\n value: function createFakeElement() {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n this.fakeElem = document.createElement('textarea'); // Prevent zooming on iOS\n\n this.fakeElem.style.fontSize = '12pt'; // Reset box model\n\n this.fakeElem.style.border = '0';\n this.fakeElem.style.padding = '0';\n this.fakeElem.style.margin = '0'; // Move element out of screen horizontally\n\n this.fakeElem.style.position = 'absolute';\n this.fakeElem.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n this.fakeElem.style.top = \"\".concat(yPosition, \"px\");\n this.fakeElem.setAttribute('readonly', '');\n this.fakeElem.value = this.text;\n return this.fakeElem;\n }\n /**\n * Get's the value of fakeElem,\n * and makes a selection on it.\n */\n\n }, {\n key: \"selectFake\",\n value: function selectFake() {\n var _this = this;\n\n var fakeElem = this.createFakeElement();\n\n this.fakeHandlerCallback = function () {\n return _this.removeFake();\n };\n\n this.fakeHandler = this.container.addEventListener('click', this.fakeHandlerCallback) || true;\n this.container.appendChild(fakeElem);\n this.selectedText = select_default()(fakeElem);\n this.copyText();\n this.removeFake();\n }\n /**\n * Only removes the fake element after another click event, that way\n * a user can hit `Ctrl+C` to copy because selection still exists.\n */\n\n }, {\n key: \"removeFake\",\n value: function removeFake() {\n if (this.fakeHandler) {\n this.container.removeEventListener('click', this.fakeHandlerCallback);\n this.fakeHandler = null;\n this.fakeHandlerCallback = null;\n }\n\n if (this.fakeElem) {\n this.container.removeChild(this.fakeElem);\n this.fakeElem = null;\n }\n }\n /**\n * Selects the content from element passed on `target` property.\n */\n\n }, {\n key: \"selectTarget\",\n value: function selectTarget() {\n this.selectedText = select_default()(this.target);\n this.copyText();\n }\n /**\n * Executes the copy operation based on the current selection.\n */\n\n }, {\n key: \"copyText\",\n value: function copyText() {\n var succeeded;\n\n try {\n succeeded = document.execCommand(this.action);\n } catch (err) {\n succeeded = false;\n }\n\n this.handleResult(succeeded);\n }\n /**\n * Fires an event based on the copy operation result.\n * @param {Boolean} succeeded\n */\n\n }, {\n key: \"handleResult\",\n value: function handleResult(succeeded) {\n this.emitter.emit(succeeded ? 'success' : 'error', {\n action: this.action,\n text: this.selectedText,\n trigger: this.trigger,\n clearSelection: this.clearSelection.bind(this)\n });\n }\n /**\n * Moves focus away from `target` and back to the trigger, removes current selection.\n */\n\n }, {\n key: \"clearSelection\",\n value: function clearSelection() {\n if (this.trigger) {\n this.trigger.focus();\n }\n\n document.activeElement.blur();\n window.getSelection().removeAllRanges();\n }\n /**\n * Sets the `action` to be performed which can be either 'copy' or 'cut'.\n * @param {String} action\n */\n\n }, {\n key: \"destroy\",\n\n /**\n * Destroy lifecycle.\n */\n value: function destroy() {\n this.removeFake();\n }\n }, {\n key: \"action\",\n set: function set() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'copy';\n this._action = action;\n\n if (this._action !== 'copy' && this._action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n }\n }\n /**\n * Gets the `action` property.\n * @return {String}\n */\n ,\n get: function get() {\n return this._action;\n }\n /**\n * Sets the `target` property using an element\n * that will be have its content copied.\n * @param {Element} target\n */\n\n }, {\n key: \"target\",\n set: function set(target) {\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (this.action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (this.action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n\n this._target = target;\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n }\n }\n /**\n * Gets the `target` property.\n * @return {String|HTMLElement}\n */\n ,\n get: function get() {\n return this._target;\n }\n }]);\n\n return ClipboardAction;\n}();\n\n/* harmony default export */ var clipboard_action = (ClipboardAction);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction clipboard_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction clipboard_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction clipboard_createClass(Constructor, protoProps, staticProps) { if (protoProps) clipboard_defineProperties(Constructor.prototype, protoProps); if (staticProps) clipboard_defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n clipboard_classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n clipboard_createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n\n if (this.clipboardAction) {\n this.clipboardAction = null;\n }\n\n this.clipboardAction = new clipboard_action({\n action: this.action(trigger),\n target: this.target(trigger),\n text: this.text(trigger),\n container: this.container,\n trigger: trigger,\n emitter: this\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n\n if (this.clipboardAction) {\n this.clipboardAction.destroy();\n this.clipboardAction = null;\n }\n }\n }], [{\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(134);\n/******/ })()\n.default;\n});", "/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport \"focus-visible\"\nimport { NEVER, Subject, defer, merge } from \"rxjs\"\nimport {\n delay,\n filter,\n map,\n mergeWith,\n shareReplay,\n switchMap\n} from \"rxjs/operators\"\n\nimport { configuration, feature } from \"./_\"\nimport {\n at,\n getElement,\n requestJSON,\n setToggle,\n watchDocument,\n watchKeyboard,\n watchLocation,\n watchLocationTarget,\n watchMedia,\n watchPrint,\n watchViewport\n} from \"./browser\"\nimport {\n getComponentElement,\n getComponentElements,\n mountBackToTop,\n mountContent,\n mountDialog,\n mountHeader,\n mountHeaderTitle,\n mountPalette,\n mountSearch,\n mountSidebar,\n mountSource,\n mountTableOfContents,\n mountTabs,\n watchHeader,\n watchMain\n} from \"./components\"\nimport {\n SearchIndex,\n setupClipboardJS,\n setupInstantLoading,\n setupVersionSelector\n} from \"./integrations\"\nimport {\n patchIndeterminate,\n patchScrollfix,\n patchScrolllock\n} from \"./patches\"\n\n/* ----------------------------------------------------------------------------\n * Application\n * ------------------------------------------------------------------------- */\n\n/* Yay, JavaScript is available */\ndocument.documentElement.classList.remove(\"no-js\")\ndocument.documentElement.classList.add(\"js\")\n\n/* Set up navigation observables and subjects */\nconst document$ = watchDocument()\nconst location$ = watchLocation()\nconst target$ = watchLocationTarget()\nconst keyboard$ = watchKeyboard()\n\n/* Set up media observables */\nconst viewport$ = watchViewport()\nconst tablet$ = watchMedia(\"(min-width: 960px)\")\nconst screen$ = watchMedia(\"(min-width: 1220px)\")\nconst print$ = watchPrint()\n\n/* Retrieve search index, if search is enabled */\nconst config = configuration()\nconst index$ = document.forms.namedItem(\"search\")\n ? __search?.index || requestJSON(\n `${config.base}/search/search_index.json`\n )\n : NEVER\n\n/* Set up Clipboard.js integration */\nconst alert$ = new Subject()\nsetupClipboardJS({ alert$ })\n\n/* Set up instant loading, if enabled */\nif (feature(\"navigation.instant\"))\n setupInstantLoading({ document$, location$, viewport$ })\n\n/* Set up version selector */\nif (config.version?.provider === \"mike\")\n setupVersionSelector()\n\n/* Always close drawer and search on navigation */\nmerge(location$, target$)\n .pipe(\n delay(125)\n )\n .subscribe(() => {\n setToggle(\"drawer\", false)\n setToggle(\"search\", false)\n })\n\n/* Set up global keyboard handlers */\nkeyboard$\n .pipe(\n filter(({ mode }) => mode === \"global\")\n )\n .subscribe(key => {\n switch (key.type) {\n\n /* Go to previous page */\n case \"p\":\n case \",\":\n const prev = getElement(\"[href][rel=prev]\")\n if (typeof prev !== \"undefined\")\n prev.click()\n break\n\n /* Go to next page */\n case \"n\":\n case \".\":\n const next = getElement(\"[href][rel=next]\")\n if (typeof next !== \"undefined\")\n next.click()\n break\n }\n })\n\n/* Set up patches */\npatchIndeterminate({ document$, tablet$ })\npatchScrollfix({ document$ })\npatchScrolllock({ viewport$, tablet$ })\n\n/* Set up header and main area observable */\nconst header$ = watchHeader(getComponentElement(\"header\"), { viewport$ })\nconst main$ = document$\n .pipe(\n map(() => getComponentElement(\"main\")),\n switchMap(el => watchMain(el, { viewport$, header$ })),\n shareReplay(1)\n )\n\n/* Set up control component observables */\nconst control$ = merge(\n\n /* Dialog */\n ...getComponentElements(\"dialog\")\n .map(el => mountDialog(el, { alert$ })),\n\n /* Header */\n ...getComponentElements(\"header\")\n .map(el => mountHeader(el, { viewport$, header$, main$ })),\n\n /* Color palette */\n ...getComponentElements(\"palette\")\n .map(el => mountPalette(el)),\n\n /* Search */\n ...getComponentElements(\"search\")\n .map(el => mountSearch(el, { index$, keyboard$ })),\n\n /* Repository information */\n ...getComponentElements(\"source\")\n .map(el => mountSource(el))\n)\n\n/* Set up content component observables */\nconst content$ = defer(() => merge(\n\n /* Content */\n ...getComponentElements(\"content\")\n .map(el => mountContent(el, { target$, viewport$, print$ })),\n\n /* Header title */\n ...getComponentElements(\"header-title\")\n .map(el => mountHeaderTitle(el, { viewport$, header$ })),\n\n /* Sidebar */\n ...getComponentElements(\"sidebar\")\n .map(el => el.getAttribute(\"data-md-type\") === \"navigation\"\n ? at(screen$, () => mountSidebar(el, { viewport$, header$, main$ }))\n : at(tablet$, () => mountSidebar(el, { viewport$, header$, main$ }))\n ),\n\n /* Navigation tabs */\n ...getComponentElements(\"tabs\")\n .map(el => mountTabs(el, { viewport$, header$ })),\n\n /* Table of contents */\n ...getComponentElements(\"toc\")\n .map(el => mountTableOfContents(el, { viewport$, header$ })),\n\n /* Back-to-top button */\n ...getComponentElements(\"top\")\n .map(el => mountBackToTop(el, { viewport$, main$ }))\n))\n\n/* Set up component observables */\nconst component$ = document$\n .pipe(\n switchMap(() => content$),\n mergeWith(control$),\n shareReplay(1)\n )\n\n/* Subscribe to all components */\ncomponent$.subscribe()\n\n/* ----------------------------------------------------------------------------\n * Exports\n * ------------------------------------------------------------------------- */\n\nwindow.document$ = document$ /* Document observable */\nwindow.location$ = location$ /* Location subject */\nwindow.target$ = target$ /* Location target observable */\nwindow.keyboard$ = keyboard$ /* Keyboard observable */\nwindow.viewport$ = viewport$ /* Viewport observable */\nwindow.tablet$ = tablet$ /* Tablet observable */\nwindow.screen$ = screen$ /* Screen observable */\nwindow.print$ = print$ /* Print mode observable */\nwindow.alert$ = alert$ /* Alert subject */\nwindow.component$ = component$ /* Component observable */\n", "import tslib from '../tslib.js';\r\nconst {\r\n __extends,\r\n __assign,\r\n __rest,\r\n __decorate,\r\n __param,\r\n __metadata,\r\n __awaiter,\r\n __generator,\r\n __exportStar,\r\n __createBinding,\r\n __values,\r\n __read,\r\n __spread,\r\n __spreadArrays,\r\n __spreadArray,\r\n __await,\r\n __asyncGenerator,\r\n __asyncDelegator,\r\n __asyncValues,\r\n __makeTemplateObject,\r\n __importStar,\r\n __importDefault,\r\n __classPrivateFieldGet,\r\n __classPrivateFieldSet,\r\n} = tslib;\r\nexport {\r\n __extends,\r\n __assign,\r\n __rest,\r\n __decorate,\r\n __param,\r\n __metadata,\r\n __awaiter,\r\n __generator,\r\n __exportStar,\r\n __createBinding,\r\n __values,\r\n __read,\r\n __spread,\r\n __spreadArrays,\r\n __spreadArray,\r\n __await,\r\n __asyncGenerator,\r\n __asyncDelegator,\r\n __asyncValues,\r\n __makeTemplateObject,\r\n __importStar,\r\n __importDefault,\r\n __classPrivateFieldGet,\r\n __classPrivateFieldSet,\r\n};\r\n", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { ReplaySubject, Subject, fromEvent } from \"rxjs\"\nimport { mapTo } from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch document\n *\n * Documents are implemented as subjects, so all downstream observables are\n * automatically updated when a new document is emitted.\n *\n * @returns Document subject\n */\nexport function watchDocument(): Subject {\n const document$ = new ReplaySubject()\n fromEvent(document, \"DOMContentLoaded\")\n .pipe(\n mapTo(document)\n )\n .subscribe(document$)\n\n /* Return document */\n return document$\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve an element matching the query selector\n *\n * @template T - Element type\n *\n * @param selector - Query selector\n * @param node - Node of reference\n *\n * @returns Element or nothing\n */\nexport function getElement(\n selector: T, node?: ParentNode\n): HTMLElementTagNameMap[T]\n\nexport function getElement(\n selector: string, node?: ParentNode\n): T | undefined\n\nexport function getElement(\n selector: string, node: ParentNode = document\n): T | undefined {\n return node.querySelector(selector) || undefined\n}\n\n/**\n * Retrieve an element matching a query selector or throw a reference error\n *\n * @template T - Element type\n *\n * @param selector - Query selector\n * @param node - Node of reference\n *\n * @returns Element\n */\nexport function getElementOrThrow(\n selector: T, node?: ParentNode\n): HTMLElementTagNameMap[T]\n\nexport function getElementOrThrow(\n selector: string, node?: ParentNode\n): T\n\nexport function getElementOrThrow(\n selector: string, node: ParentNode = document\n): T {\n const el = getElement(selector, node)\n if (typeof el === \"undefined\")\n throw new ReferenceError(\n `Missing element: expected \"${selector}\" to be present`\n )\n return el\n}\n\n/**\n * Retrieve the currently active element\n *\n * @returns Element or nothing\n */\nexport function getActiveElement(): HTMLElement | undefined {\n return document.activeElement instanceof HTMLElement\n ? document.activeElement\n : undefined\n}\n\n/**\n * Retrieve all elements matching the query selector\n *\n * @template T - Element type\n *\n * @param selector - Query selector\n * @param node - Node of reference\n *\n * @returns Elements\n */\nexport function getElements(\n selector: T, node?: ParentNode\n): HTMLElementTagNameMap[T][]\n\nexport function getElements(\n selector: string, node?: ParentNode\n): T[]\n\nexport function getElements(\n selector: string, node: ParentNode = document\n): T[] {\n return Array.from(node.querySelectorAll(selector))\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Create an element\n *\n * @template T - Tag name type\n *\n * @param tagName - Tag name\n *\n * @returns Element\n */\nexport function createElement(\n tagName: T\n): HTMLElementTagNameMap[T] {\n return document.createElement(tagName)\n}\n\n/**\n * Replace an element with the given list of nodes\n *\n * @param el - Element\n * @param nodes - Replacement nodes\n */\nexport function replaceElement(\n el: HTMLElement, ...nodes: Node[]\n): void {\n el.replaceWith(...nodes)\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent, merge } from \"rxjs\"\nimport { map, startWith } from \"rxjs/operators\"\n\nimport { getActiveElement } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set element focus\n *\n * @param el - Element\n * @param value - Whether the element should be focused\n */\nexport function setElementFocus(\n el: HTMLElement, value = true\n): void {\n if (value)\n el.focus()\n else\n el.blur()\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch element focus\n *\n * @param el - Element\n *\n * @returns Element focus observable\n */\nexport function watchElementFocus(\n el: HTMLElement\n): Observable {\n return merge(\n fromEvent(el, \"focus\"),\n fromEvent(el, \"blur\")\n )\n .pipe(\n map(({ type }) => type === \"focus\"),\n startWith(el === getActiveElement())\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n NEVER,\n Observable,\n Subject,\n defer,\n of\n} from \"rxjs\"\nimport {\n filter,\n finalize,\n map,\n shareReplay,\n startWith,\n switchMap,\n tap\n} from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Element offset\n */\nexport interface ElementSize {\n width: number /* Element width */\n height: number /* Element height */\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Resize observer entry subject\n */\nconst entry$ = new Subject()\n\n/**\n * Resize observer observable\n *\n * This observable will create a `ResizeObserver` on the first subscription\n * and will automatically terminate it when there are no more subscribers.\n * It's quite important to centralize observation in a single `ResizeObserver`,\n * as the performance difference can be quite dramatic, as the link shows.\n *\n * @see https://bit.ly/3iIYfEm - Google Groups on performance\n */\nconst observer$ = defer(() => of(\n new ResizeObserver(entries => {\n for (const entry of entries)\n entry$.next(entry)\n })\n))\n .pipe(\n switchMap(resize => NEVER.pipe(startWith(resize))\n .pipe(\n finalize(() => resize.disconnect())\n )\n ),\n shareReplay(1)\n )\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve element size\n *\n * @param el - Element\n *\n * @returns Element size\n */\nexport function getElementSize(el: HTMLElement): ElementSize {\n return {\n width: el.offsetWidth,\n height: el.offsetHeight\n }\n}\n\n/**\n * Retrieve element content size, i.e. including overflowing content\n *\n * @param el - Element\n *\n * @returns Element size\n */\nexport function getElementContentSize(el: HTMLElement): ElementSize {\n return {\n width: el.scrollWidth,\n height: el.scrollHeight\n }\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch element size\n *\n * This function returns an observable that subscribes to a single internal\n * instance of `ResizeObserver` upon subscription, and emit resize events until\n * termination. Note that this function should not be called with the same\n * element twice, as the first unsubscription will terminate observation.\n *\n * Sadly, we can't use the `DOMRect` objects returned by the observer, because\n * we need the emitted values to be consistent with `getElementSize`, which will\n * return the used values (rounded) and not actual values (unrounded). Thus, we\n * use the `offset*` properties. See the linked GitHub issue.\n *\n * @see https://bit.ly/3m0k3he - GitHub issue\n *\n * @param el - Element\n *\n * @returns Element size observable\n */\nexport function watchElementSize(\n el: HTMLElement\n): Observable {\n return observer$\n .pipe(\n tap(observer => observer.observe(el)),\n switchMap(observer => entry$\n .pipe(\n filter(({ target }) => target === el),\n finalize(() => observer.unobserve(el)),\n map(() => getElementSize(el))\n )\n ),\n startWith(getElementSize(el))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent, merge } from \"rxjs\"\nimport {\n distinctUntilChanged,\n map,\n startWith\n} from \"rxjs/operators\"\n\nimport {\n getElementContentSize,\n getElementSize\n} from \"../size\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Element offset\n */\nexport interface ElementOffset {\n x: number /* Horizontal offset */\n y: number /* Vertical offset */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve element offset\n *\n * @param el - Element\n *\n * @returns Element offset\n */\nexport function getElementOffset(el: HTMLElement): ElementOffset {\n return {\n x: el.scrollLeft,\n y: el.scrollTop\n }\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch element offset\n *\n * @param el - Element\n *\n * @returns Element offset observable\n */\nexport function watchElementOffset(\n el: HTMLElement\n): Observable {\n return merge(\n fromEvent(el, \"scroll\"),\n fromEvent(window, \"resize\")\n )\n .pipe(\n map(() => getElementOffset(el)),\n startWith(getElementOffset(el))\n )\n}\n\n/**\n * Watch element threshold\n *\n * This function returns an observable which emits whether the bottom scroll\n * offset of an elements is within a certain threshold.\n *\n * @param el - Element\n * @param threshold - Threshold\n *\n * @returns Element threshold observable\n */\nexport function watchElementThreshold(\n el: HTMLElement, threshold = 16\n): Observable {\n return watchElementOffset(el)\n .pipe(\n map(({ y }) => {\n const visible = getElementSize(el)\n const content = getElementContentSize(el)\n return y >= (\n content.height - visible.height - threshold\n )\n }),\n distinctUntilChanged()\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set element text selection\n *\n * @param el - Element\n */\nexport function setElementSelection(\n el: HTMLElement\n): void {\n if (el instanceof HTMLInputElement)\n el.select()\n else\n throw new Error(\"Not implemented\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent } from \"rxjs\"\nimport { map, startWith } from \"rxjs/operators\"\n\nimport { getElementOrThrow } from \"../element\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Toggle\n */\nexport type Toggle =\n | \"drawer\" /* Toggle for drawer */\n | \"search\" /* Toggle for search */\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Toggle map\n */\nconst toggles: Record = {\n drawer: getElementOrThrow(\"[data-md-toggle=drawer]\"),\n search: getElementOrThrow(\"[data-md-toggle=search]\")\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve the value of a toggle\n *\n * @param name - Toggle\n *\n * @returns Toggle value\n */\nexport function getToggle(name: Toggle): boolean {\n return toggles[name].checked\n}\n\n/**\n * Set toggle\n *\n * Simulating a click event seems to be the most cross-browser compatible way\n * of changing the value while also emitting a `change` event. Before, Material\n * used `CustomEvent` to programmatically change the value of a toggle, but this\n * is a much simpler and cleaner solution which doesn't require a polyfill.\n *\n * @param name - Toggle\n * @param value - Toggle value\n */\nexport function setToggle(name: Toggle, value: boolean): void {\n if (toggles[name].checked !== value)\n toggles[name].click()\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch toggle\n *\n * @param name - Toggle\n *\n * @returns Toggle value observable\n */\nexport function watchToggle(name: Toggle): Observable {\n const el = toggles[name]\n return fromEvent(el, \"change\")\n .pipe(\n map(() => el.checked),\n startWith(el.checked)\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent } from \"rxjs\"\nimport { filter, map, share } from \"rxjs/operators\"\n\nimport { getActiveElement } from \"../element\"\nimport { getToggle } from \"../toggle\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Keyboard mode\n */\nexport type KeyboardMode =\n | \"global\" /* Global */\n | \"search\" /* Search is open */\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Keyboard\n */\nexport interface Keyboard {\n mode: KeyboardMode /* Keyboard mode */\n type: string /* Key type */\n claim(): void /* Key claim */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Check whether an element may receive keyboard input\n *\n * @param el - Element\n *\n * @returns Test result\n */\nfunction isSusceptibleToKeyboard(el: HTMLElement): boolean {\n switch (el.tagName) {\n\n /* Form elements */\n case \"INPUT\":\n case \"SELECT\":\n case \"TEXTAREA\":\n return true\n\n /* Everything else */\n default:\n return el.isContentEditable\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch keyboard\n *\n * @returns Keyboard observable\n */\nexport function watchKeyboard(): Observable {\n return fromEvent(window, \"keydown\")\n .pipe(\n filter(ev => !(ev.metaKey || ev.ctrlKey)),\n map(ev => ({\n mode: getToggle(\"search\") ? \"search\" : \"global\",\n type: ev.key,\n claim() {\n ev.preventDefault()\n ev.stopPropagation()\n }\n } as Keyboard)),\n filter(({ mode }) => {\n if (mode === \"global\") {\n const active = getActiveElement()\n if (typeof active !== \"undefined\")\n return !isSusceptibleToKeyboard(active)\n }\n return true\n }),\n share()\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Subject } from \"rxjs\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve location\n *\n * This function returns a `URL` object (and not `Location`) to normalize the\n * typings across the application. Furthermore, locations need to be tracked\n * without setting them and `Location` is a singleton which represents the\n * current location.\n *\n * @returns URL\n */\nexport function getLocation(): URL {\n return new URL(location.href)\n}\n\n/**\n * Set location\n *\n * @param url - URL to change to\n */\nexport function setLocation(url: URL): void {\n location.href = url.href\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch location\n *\n * @returns Location subject\n */\nexport function watchLocation(): Subject {\n return new Subject()\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent, of } from \"rxjs\"\nimport { filter, map, share, startWith, switchMap } from \"rxjs/operators\"\n\nimport { createElement, getElement } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve location hash\n *\n * @returns Location hash\n */\nexport function getLocationHash(): string {\n return location.hash.substring(1)\n}\n\n/**\n * Set location hash\n *\n * Setting a new fragment identifier via `location.hash` will have no effect\n * if the value doesn't change. When a new fragment identifier is set, we want\n * the browser to target the respective element at all times, which is why we\n * use this dirty little trick.\n *\n * @param hash - Location hash\n */\nexport function setLocationHash(hash: string): void {\n const el = createElement(\"a\")\n el.href = hash\n el.addEventListener(\"click\", ev => ev.stopPropagation())\n el.click()\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch location hash\n *\n * @returns Location hash observable\n */\nexport function watchLocationHash(): Observable {\n return fromEvent(window, \"hashchange\")\n .pipe(\n map(getLocationHash),\n startWith(getLocationHash()),\n filter(hash => hash.length > 0),\n share()\n )\n}\n\n/**\n * Watch location target\n *\n * @returns Location target observable\n */\nexport function watchLocationTarget(): Observable {\n return watchLocationHash()\n .pipe(\n switchMap(id => of(getElement(`[id=\"${id}\"]`)!))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n NEVER,\n Observable,\n fromEvent,\n fromEventPattern\n} from \"rxjs\"\nimport {\n mapTo,\n startWith,\n switchMap\n} from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch media query\n *\n * Note that although `MediaQueryList.addListener` is deprecated we have to\n * use it, because it's the only way to ensure proper downward compatibility.\n *\n * @see https://bit.ly/3dUBH2m - GitHub issue\n *\n * @param query - Media query\n *\n * @returns Media observable\n */\nexport function watchMedia(query: string): Observable {\n const media = matchMedia(query)\n return fromEventPattern(next => (\n media.addListener(() => next(media.matches))\n ))\n .pipe(\n startWith(media.matches)\n )\n}\n\n/**\n * Watch print mode, cross-browser\n *\n * @returns Print mode observable\n */\nexport function watchPrint(): Observable {\n return fromEvent(window, \"beforeprint\")\n .pipe(\n mapTo(undefined)\n )\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Toggle an observable with a media observable\n *\n * @template T - Data type\n *\n * @param query$ - Media observable\n * @param factory - Observable factory\n *\n * @returns Toggled observable\n */\nexport function at(\n query$: Observable, factory: () => Observable\n): Observable {\n return query$\n .pipe(\n switchMap(active => active ? factory() : NEVER)\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, from } from \"rxjs\"\nimport {\n filter,\n map,\n shareReplay,\n switchMap\n} from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch the given URL\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Response observable\n */\nexport function request(\n url: URL | string, options: RequestInit = { credentials: \"same-origin\" }\n): Observable {\n return from(fetch(`${url}`, options))\n .pipe(\n filter(res => res.status === 200),\n )\n}\n\n/**\n * Fetch JSON from the given URL\n *\n * @template T - Data type\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Data observable\n */\nexport function requestJSON(\n url: URL | string, options?: RequestInit\n): Observable {\n return request(url, options)\n .pipe(\n switchMap(res => res.json()),\n shareReplay(1)\n )\n}\n\n/**\n * Fetch XML from the given URL\n *\n * @param url - Request URL\n * @param options - Options\n *\n * @returns Data observable\n */\nexport function requestXML(\n url: URL | string, options?: RequestInit\n): Observable {\n const dom = new DOMParser()\n return request(url, options)\n .pipe(\n switchMap(res => res.text()),\n map(res => dom.parseFromString(res, \"text/xml\")),\n shareReplay(1)\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent, merge } from \"rxjs\"\nimport { map, startWith } from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Viewport offset\n */\nexport interface ViewportOffset {\n x: number /* Horizontal offset */\n y: number /* Vertical offset */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve viewport offset\n *\n * On iOS Safari, viewport offset can be negative due to overflow scrolling.\n * As this may induce strange behaviors downstream, we'll just limit it to 0.\n *\n * @returns Viewport offset\n */\nexport function getViewportOffset(): ViewportOffset {\n return {\n x: Math.max(0, pageXOffset),\n y: Math.max(0, pageYOffset)\n }\n}\n\n/**\n * Set viewport offset\n *\n * @param offset - Viewport offset\n */\nexport function setViewportOffset(\n { x, y }: Partial\n): void {\n window.scrollTo(x || 0, y || 0)\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch viewport offset\n *\n * @returns Viewport offset observable\n */\nexport function watchViewportOffset(): Observable {\n return merge(\n fromEvent(window, \"scroll\", { passive: true }),\n fromEvent(window, \"resize\", { passive: true })\n )\n .pipe(\n map(getViewportOffset),\n startWith(getViewportOffset())\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent } from \"rxjs\"\nimport { map, startWith } from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Viewport size\n */\nexport interface ViewportSize {\n width: number /* Viewport width */\n height: number /* Viewport height */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve viewport size\n *\n * @returns Viewport size\n */\nexport function getViewportSize(): ViewportSize {\n return {\n width: innerWidth,\n height: innerHeight\n }\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Watch viewport size\n *\n * @returns Viewport size observable\n */\nexport function watchViewportSize(): Observable {\n return fromEvent(window, \"resize\", { passive: true })\n .pipe(\n map(getViewportSize),\n startWith(getViewportSize())\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, combineLatest } from \"rxjs\"\nimport {\n distinctUntilKeyChanged,\n map,\n shareReplay\n} from \"rxjs/operators\"\n\nimport { Header } from \"~/components\"\n\nimport {\n ViewportOffset,\n watchViewportOffset\n} from \"../offset\"\nimport {\n ViewportSize,\n watchViewportSize\n} from \"../size\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Viewport\n */\nexport interface Viewport {\n offset: ViewportOffset /* Viewport offset */\n size: ViewportSize /* Viewport size */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch at options\n */\ninterface WatchAtOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable

/* Header observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch viewport\n *\n * @returns Viewport observable\n */\nexport function watchViewport(): Observable {\n return combineLatest([\n watchViewportOffset(),\n watchViewportSize()\n ])\n .pipe(\n map(([offset, size]) => ({ offset, size })),\n shareReplay(1)\n )\n}\n\n/**\n * Watch viewport relative to element\n *\n * @param el - Element\n * @param options - Options\n *\n * @returns Viewport observable\n */\nexport function watchViewportAt(\n el: HTMLElement, { viewport$, header$ }: WatchAtOptions\n): Observable {\n const size$ = viewport$\n .pipe(\n distinctUntilKeyChanged(\"size\")\n )\n\n /* Compute element offset */\n const offset$ = combineLatest([size$, header$])\n .pipe(\n map((): ViewportOffset => ({\n x: el.offsetLeft,\n y: el.offsetTop\n }))\n )\n\n /* Compute relative viewport, return hot observable */\n return combineLatest([header$, viewport$, offset$])\n .pipe(\n map(([{ height }, { offset, size }, { x, y }]) => ({\n offset: {\n x: offset.x - x,\n y: offset.y - y + height\n },\n size\n }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, Subject, fromEvent } from \"rxjs\"\nimport {\n map,\n share,\n switchMapTo,\n tap,\n throttle\n} from \"rxjs/operators\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Worker message\n */\nexport interface WorkerMessage {\n type: unknown /* Message type */\n data?: unknown /* Message data */\n}\n\n/**\n * Worker handler\n *\n * @template T - Message type\n */\nexport interface WorkerHandler<\n T extends WorkerMessage\n> {\n tx$: Subject /* Message transmission subject */\n rx$: Observable /* Message receive observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n *\n * @template T - Worker message type\n */\ninterface WatchOptions {\n tx$: Observable /* Message transmission observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch a web worker\n *\n * This function returns an observable that sends all values emitted by the\n * message observable to the web worker. Web worker communication is expected\n * to be bidirectional (request-response) and synchronous. Messages that are\n * emitted during a pending request are throttled, the last one is emitted.\n *\n * @param worker - Web worker\n * @param options - Options\n *\n * @returns Worker message observable\n */\nexport function watchWorker(\n worker: Worker, { tx$ }: WatchOptions\n): Observable {\n\n /* Intercept messages from worker-like objects */\n const rx$ = fromEvent(worker, \"message\")\n .pipe(\n map(({ data }) => data as T)\n )\n\n /* Send and receive messages, return hot observable */\n return tx$\n .pipe(\n throttle(() => rx$, { leading: true, trailing: true }),\n tap(message => worker.postMessage(message)),\n switchMapTo(rx$),\n share()\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { getElementOrThrow, getLocation } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Feature flag\n */\nexport type Flag =\n | \"header.autohide\" /* Hide header */\n | \"navigation.expand\" /* Automatic expansion */\n | \"navigation.instant\" /* Instant loading */\n | \"navigation.sections\" /* Sections navigation */\n | \"navigation.tabs\" /* Tabs navigation */\n | \"navigation.top\" /* Back-to-top button */\n | \"toc.integrate\" /* Integrated table of contents */\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Translation\n */\nexport type Translation =\n | \"clipboard.copy\" /* Copy to clipboard */\n | \"clipboard.copied\" /* Copied to clipboard */\n | \"search.config.lang\" /* Search language */\n | \"search.config.pipeline\" /* Search pipeline */\n | \"search.config.separator\" /* Search separator */\n | \"search.placeholder\" /* Search */\n | \"search.result.placeholder\" /* Type to start searching */\n | \"search.result.none\" /* No matching documents */\n | \"search.result.one\" /* 1 matching document */\n | \"search.result.other\" /* # matching documents */\n | \"search.result.more.one\" /* 1 more on this page */\n | \"search.result.more.other\" /* # more on this page */\n | \"search.result.term.missing\" /* Missing */\n\n/**\n * Translations\n */\nexport type Translations = Record\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Versioning\n */\nexport interface Versioning {\n provider: \"mike\" /* Version provider */\n}\n\n/**\n * Configuration\n */\nexport interface Config {\n base: string /* Base URL */\n features: Flag[] /* Feature flags */\n translations: Translations /* Translations */\n search: string /* Search worker URL */\n version?: Versioning /* Versioning */\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve global configuration and make base URL absolute\n */\nconst script = getElementOrThrow(\"#__config\")\nconst config: Config = JSON.parse(script.textContent!)\nconfig.base = new URL(config.base, getLocation())\n .toString()\n .replace(/\\/$/, \"\")\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve global configuration\n *\n * @returns Global configuration\n */\nexport function configuration(): Config {\n return config\n}\n\n/**\n * Check whether a feature flag is enabled\n *\n * @param flag - Feature flag\n *\n * @returns Test result\n */\nexport function feature(flag: Flag): boolean {\n return config.features.includes(flag)\n}\n\n/**\n * Retrieve the translation for the given key\n *\n * @param key - Key to be translated\n * @param value - Positional value, if any\n *\n * @returns Translation\n */\nexport function translation(\n key: Translation, value?: string | number\n): string {\n return typeof value !== \"undefined\"\n ? config.translations[key].replace(\"#\", value.toString())\n : config.translations[key]\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { getElementOrThrow, getElements } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Component\n */\nexport type ComponentType =\n | \"announce\" /* Announcement bar */\n | \"container\" /* Container */\n | \"content\" /* Content */\n | \"dialog\" /* Dialog */\n | \"header\" /* Header */\n | \"header-title\" /* Header title */\n | \"header-topic\" /* Header topic */\n | \"main\" /* Main area */\n | \"palette\" /* Color palette */\n | \"search\" /* Search */\n | \"search-query\" /* Search input */\n | \"search-result\" /* Search results */\n | \"sidebar\" /* Sidebar */\n | \"skip\" /* Skip link */\n | \"source\" /* Repository information */\n | \"tabs\" /* Navigation tabs */\n | \"toc\" /* Table of contents */\n | \"top\" /* Back-to-top button */\n\n/**\n * A component\n *\n * @template T - Component type\n * @template U - Reference type\n */\nexport type Component<\n T extends {} = {},\n U extends HTMLElement = HTMLElement\n> =\n T & {\n ref: U /* Component reference */\n }\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Component type map\n */\ninterface ComponentTypeMap {\n \"announce\": HTMLElement /* Announcement bar */\n \"container\": HTMLElement /* Container */\n \"content\": HTMLElement /* Content */\n \"dialog\": HTMLElement /* Dialog */\n \"header\": HTMLElement /* Header */\n \"header-title\": HTMLElement /* Header title */\n \"header-topic\": HTMLElement /* Header topic */\n \"main\": HTMLElement /* Main area */\n \"palette\": HTMLElement /* Color palette */\n \"search\": HTMLElement /* Search */\n \"search-query\": HTMLInputElement /* Search input */\n \"search-result\": HTMLElement /* Search results */\n \"sidebar\": HTMLElement /* Sidebar */\n \"skip\": HTMLAnchorElement /* Skip link */\n \"source\": HTMLAnchorElement /* Repository information */\n \"tabs\": HTMLElement /* Navigation tabs */\n \"toc\": HTMLElement /* Table of contents */\n \"top\": HTMLAnchorElement /* Back-to-top button */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Retrieve the element for a given component or throw a reference error\n *\n * @template T - Component type\n *\n * @param type - Component type\n * @param node - Node of reference\n *\n * @returns Element\n */\nexport function getComponentElement(\n type: T, node: ParentNode = document\n): ComponentTypeMap[T] {\n return getElementOrThrow(`[data-md-component=${type}]`, node)\n}\n\n/**\n * Retrieve all elements for a given component\n *\n * @template T - Component type\n *\n * @param type - Component type\n * @param node - Node of reference\n *\n * @returns Elements\n */\nexport function getComponentElements(\n type: T, node: ParentNode = document\n): ComponentTypeMap[T][] {\n return getElements(`[data-md-component=${type}]`, node)\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport ClipboardJS from \"clipboard\"\nimport {\n NEVER,\n Observable,\n Subject,\n fromEvent,\n merge,\n of\n} from \"rxjs\"\nimport {\n distinctUntilKeyChanged,\n finalize,\n map,\n switchMap,\n tap,\n withLatestFrom\n} from \"rxjs/operators\"\n\nimport { resetFocusable, setFocusable } from \"~/actions\"\nimport {\n Viewport,\n getElementContentSize,\n getElementSize,\n getElements,\n watchMedia\n} from \"~/browser\"\nimport { renderClipboardButton } from \"~/templates\"\n\nimport { Component } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Code block\n */\nexport interface CodeBlock {\n scroll: boolean /* Code block overflows */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Global index for Clipboard.js integration\n */\nlet index = 0\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch code block\n *\n * This function monitors size changes of the viewport, as well as switches of\n * content tabs with embedded code blocks, as both may trigger overflow.\n *\n * @param el - Code block element\n * @param options - Options\n *\n * @returns Code block observable\n */\nexport function watchCodeBlock(\n el: HTMLElement, { viewport$ }: WatchOptions\n): Observable {\n const container$ = of(el)\n .pipe(\n switchMap(child => {\n const container = child.closest(\"[data-tabs]\")\n if (container instanceof HTMLElement) {\n return merge(\n ...getElements(\"input\", container)\n .map(input => fromEvent(input, \"change\"))\n )\n }\n return NEVER\n })\n )\n\n /* Check overflow on resize and tab change */\n return merge(\n viewport$.pipe(distinctUntilKeyChanged(\"size\")),\n container$\n )\n .pipe(\n map(() => {\n const visible = getElementSize(el)\n const content = getElementContentSize(el)\n return {\n scroll: content.width > visible.width\n }\n }),\n distinctUntilKeyChanged(\"scroll\")\n )\n}\n\n/**\n * Mount code block\n *\n * This function ensures that an overflowing code block is focusable through\n * keyboard, so it can be scrolled without a mouse to improve on accessibility.\n *\n * @param el - Code block element\n * @param options - Options\n *\n * @returns Code block component observable\n */\nexport function mountCodeBlock(\n el: HTMLElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n withLatestFrom(watchMedia(\"(hover)\"))\n )\n .subscribe(([{ scroll }, hover]) => {\n if (scroll && hover)\n setFocusable(el)\n else\n resetFocusable(el)\n })\n\n /* Render button for Clipboard.js integration */\n if (ClipboardJS.isSupported()) {\n const parent = el.closest(\"pre\")!\n parent.id = `__code_${index++}`\n parent.insertBefore(\n renderClipboardButton(parent.id),\n el\n )\n }\n\n /* Create and return component */\n return watchCodeBlock(el, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set focusable property\n *\n * @param el - Element\n * @param value - Tabindex value\n */\nexport function setFocusable(\n el: HTMLElement, value = 0\n): void {\n el.setAttribute(\"tabindex\", value.toString())\n}\n\n/**\n * Reset focusable property\n *\n * @param el - Element\n */\nexport function resetFocusable(\n el: HTMLElement\n): void {\n el.removeAttribute(\"tabindex\")\n}\n\n/**\n * Set scroll lock\n *\n * @param el - Scrollable element\n * @param value - Vertical offset\n */\nexport function setScrollLock(\n el: HTMLElement, value: number\n): void {\n el.setAttribute(\"data-md-state\", \"lock\")\n el.style.top = `-${value}px`\n}\n\n/**\n * Reset scroll lock\n *\n * @param el - Scrollable element\n */\nexport function resetScrollLock(\n el: HTMLElement\n): void {\n const value = -1 * parseInt(el.style.top, 10)\n el.removeAttribute(\"data-md-state\")\n el.style.top = \"\"\n if (value)\n window.scrollTo(0, value)\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set anchor state\n *\n * @param el - Anchor element\n * @param state - Anchor state\n */\nexport function setAnchorState(\n el: HTMLElement, state: \"blur\"\n): void {\n el.setAttribute(\"data-md-state\", state)\n}\n\n/**\n * Reset anchor state\n *\n * @param el - Anchor element\n */\nexport function resetAnchorState(\n el: HTMLElement\n): void {\n el.removeAttribute(\"data-md-state\")\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Set anchor active\n *\n * @param el - Anchor element\n * @param value - Whether the anchor is active\n */\nexport function setAnchorActive(\n el: HTMLElement, value: boolean\n): void {\n el.classList.toggle(\"md-nav__link--active\", value)\n}\n\n/**\n * Reset anchor active\n *\n * @param el - Anchor element\n */\nexport function resetAnchorActive(\n el: HTMLElement\n): void {\n el.classList.remove(\"md-nav__link--active\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set dialog message\n *\n * @param el - Dialog element\n * @param value - Dialog message\n */\nexport function setDialogMessage(\n el: HTMLElement, value: string\n): void {\n el.firstElementChild!.innerHTML = value\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Set dialog state\n *\n * @param el - Dialog element\n * @param state - Dialog state\n */\nexport function setDialogState(\n el: HTMLElement, state: \"open\"\n): void {\n el.setAttribute(\"data-md-state\", state)\n}\n\n/**\n * Reset dialog state\n *\n * @param el - Dialog element\n */\nexport function resetDialogState(\n el: HTMLElement\n): void {\n el.removeAttribute(\"data-md-state\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set header state\n *\n * @param el - Header element\n * @param state - Header state\n */\nexport function setHeaderState(\n el: HTMLElement, state: \"shadow\" | \"hidden\"\n): void {\n el.setAttribute(\"data-md-state\", state)\n}\n\n/**\n * Reset header state\n *\n * @param el - Header element\n */\nexport function resetHeaderState(\n el: HTMLElement\n): void {\n el.removeAttribute(\"data-md-state\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set header title state\n *\n * @param el - Header title element\n * @param state - Header title state\n */\nexport function setHeaderTitleState(\n el: HTMLElement, state: \"active\"\n): void {\n el.setAttribute(\"data-md-state\", state)\n}\n\n/**\n * Reset header title state\n *\n * @param el - Header title element\n */\nexport function resetHeaderTitleState(\n el: HTMLElement\n): void {\n el.removeAttribute(\"data-md-state\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { translation } from \"~/_\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set search query placeholder\n *\n * @param el - Search query element\n * @param value - Placeholder\n */\nexport function setSearchQueryPlaceholder(\n el: HTMLInputElement, value: string\n): void {\n el.placeholder = value\n}\n\n/**\n * Reset search query placeholder\n *\n * @param el - Search query element\n */\nexport function resetSearchQueryPlaceholder(\n el: HTMLInputElement\n): void {\n el.placeholder = translation(\"search.placeholder\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { JSX as JSXInternal } from \"preact\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * HTML attributes\n */\ntype Attributes =\n & JSXInternal.HTMLAttributes\n & JSXInternal.SVGAttributes\n & Record\n\n/**\n * Child element\n */\ntype Child =\n | HTMLElement\n | Text\n | string\n | number\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Append a child node to an element\n *\n * @param el - Element\n * @param child - Child node(s)\n */\nfunction appendChild(el: HTMLElement, child: Child | Child[]): void {\n\n /* Handle primitive types (including raw HTML) */\n if (typeof child === \"string\" || typeof child === \"number\") {\n el.innerHTML += child.toString()\n\n /* Handle nodes */\n } else if (child instanceof Node) {\n el.appendChild(child)\n\n /* Handle nested children */\n } else if (Array.isArray(child)) {\n for (const node of child)\n appendChild(el, node)\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * JSX factory\n *\n * @param tag - HTML tag\n * @param attributes - HTML attributes\n * @param children - Child elements\n *\n * @returns Element\n */\nexport function h(\n tag: string, attributes: Attributes | null, ...children: Child[]\n): HTMLElement {\n const el = document.createElement(tag)\n\n /* Set attributes, if any */\n if (attributes)\n for (const attr of Object.keys(attributes))\n if (typeof attributes[attr] !== \"boolean\")\n el.setAttribute(attr, attributes[attr])\n else if (attributes[attr])\n el.setAttribute(attr, \"\")\n\n /* Append child nodes */\n for (const child of children)\n appendChild(el, child)\n\n /* Return element */\n return el\n}\n\n/* ----------------------------------------------------------------------------\n * Namespace\n * ------------------------------------------------------------------------- */\n\nexport declare namespace h {\n namespace JSX {\n type Element = HTMLElement\n type IntrinsicElements = JSXInternal.IntrinsicElements\n }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Truncate a string after the given number of characters\n *\n * This is not a very reasonable approach, since the summaries kind of suck.\n * It would be better to create something more intelligent, highlighting the\n * search occurrences and making a better summary out of it, but this note was\n * written three years ago, so who knows if we'll ever fix it.\n *\n * @param value - Value to be truncated\n * @param n - Number of characters\n *\n * @returns Truncated value\n */\nexport function truncate(value: string, n: number): string {\n let i = n\n if (value.length > i) {\n while (value[i] !== \" \" && --i > 0) { /* keep eating */ }\n return `${value.substring(0, i)}...`\n }\n return value\n}\n\n/**\n * Round a number for display with repository facts\n *\n * This is a reverse-engineered version of GitHub's weird rounding algorithm\n * for stars, forks and all other numbers. While all numbers below `1,000` are\n * returned as-is, bigger numbers are converted to fixed numbers:\n *\n * - `1,049` => `1k`\n * - `1,050` => `1.1k`\n * - `1,949` => `1.9k`\n * - `1,950` => `2k`\n *\n * @param value - Original value\n *\n * @returns Rounded value\n */\nexport function round(value: number): string {\n if (value > 999) {\n const digits = +((value - 950) % 1000 > 99)\n return `${((value + 0.000001) / 1000).toFixed(digits)}k`\n } else {\n return value.toString()\n }\n}\n\n/**\n * Simple hash function\n *\n * @see https://bit.ly/2wsVjJ4 - Original source\n *\n * @param value - Value to be hashed\n *\n * @returns Hash as 32bit integer\n */\nexport function hash(value: string): number {\n let h = 0\n for (let i = 0, len = value.length; i < len; i++) {\n h = ((h << 5) - h) + value.charCodeAt(i)\n h |= 0 // Convert to 32bit integer\n }\n return h\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { translation } from \"~/_\"\nimport { round } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set number of search results\n *\n * @param el - Search result metadata element\n * @param value - Number of results\n */\nexport function setSearchResultMeta(\n el: HTMLElement, value: number\n): void {\n switch (value) {\n\n /* No results */\n case 0:\n el.textContent = translation(\"search.result.none\")\n break\n\n /* One result */\n case 1:\n el.textContent = translation(\"search.result.one\")\n break\n\n /* Multiple result */\n default:\n el.textContent = translation(\"search.result.other\", round(value))\n }\n}\n\n/**\n * Reset number of search results\n *\n * @param el - Search result metadata element\n */\nexport function resetSearchResultMeta(\n el: HTMLElement\n): void {\n el.textContent = translation(\"search.result.placeholder\")\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Add an element to the search result list\n *\n * @param el - Search result list element\n * @param child - Search result element\n */\nexport function addToSearchResultList(\n el: HTMLElement, child: Element\n): void {\n el.appendChild(child)\n}\n\n/**\n * Reset search result list\n *\n * @param el - Search result list element\n */\nexport function resetSearchResultList(\n el: HTMLElement\n): void {\n el.innerHTML = \"\"\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set sidebar offset\n *\n * @param el - Sidebar element\n * @param value - Sidebar offset\n */\nexport function setSidebarOffset(\n el: HTMLElement, value: number\n): void {\n el.style.top = `${value}px`\n}\n\n/**\n * Reset sidebar offset\n *\n * @param el - Sidebar element\n */\nexport function resetSidebarOffset(\n el: HTMLElement\n): void {\n el.style.top = \"\"\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Set sidebar height\n *\n * This function doesn't set the height of the actual sidebar, but of its first\n * child \u2013 the `.md-sidebar__scrollwrap` element in order to mitigiate jittery\n * sidebars when the footer is scrolled into view. At some point we switched\n * from `absolute` / `fixed` positioning to `sticky` positioning, significantly\n * reducing jitter in some browsers (respectively Firefox and Safari) when\n * scrolling from the top. However, top-aligned sticky positioning means that\n * the sidebar snaps to the bottom when the end of the container is reached.\n * This is what leads to the mentioned jitter, as the sidebar's height may be\n * updated too slowly.\n *\n * This behaviour can be mitigiated by setting the height of the sidebar to `0`\n * while preserving the padding, and the height on its first element.\n *\n * @param el - Sidebar element\n * @param value - Sidebar height\n */\nexport function setSidebarHeight(\n el: HTMLElement, value: number\n): void {\n const scrollwrap = el.firstElementChild as HTMLElement\n scrollwrap.style.height = `${value - 2 * scrollwrap.offsetTop}px`\n}\n\n/**\n * Reset sidebar height\n *\n * @param el - Sidebar element\n */\nexport function resetSidebarHeight(\n el: HTMLElement\n): void {\n const scrollwrap = el.firstElementChild as HTMLElement\n scrollwrap.style.height = \"\"\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set repository facts\n *\n * @param el - Repository element\n * @param child - Repository facts element\n */\nexport function setSourceFacts(\n el: HTMLElement, child: Element\n): void {\n el.lastElementChild!.appendChild(child)\n}\n\n/**\n * Set repository state\n *\n * @param el - Repository element\n * @param state - Repository state\n */\nexport function setSourceState(\n el: HTMLElement, state: \"done\"\n): void {\n el.lastElementChild!.setAttribute(\"data-md-state\", state)\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set tabs state\n *\n * @param el - Tabs element\n * @param state - Tabs state\n */\nexport function setTabsState(\n el: HTMLElement, state: \"hidden\"\n): void {\n el.setAttribute(\"data-md-state\", state)\n}\n\n/**\n * Reset tabs state\n *\n * @param el - Tabs element\n */\nexport function resetTabsState(\n el: HTMLElement\n): void {\n el.removeAttribute(\"data-md-state\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set back-to-top state\n *\n * @param el - Back-to-top element\n * @param state - Back-to-top state\n */\nexport function setBackToTopState(\n el: HTMLElement, state: \"hidden\"\n): void {\n el.setAttribute(\"data-md-state\", state)\n}\n\n/**\n * Reset back-to-top state\n *\n * @param el - Back-to-top element\n */\nexport function resetBackToTopState(\n el: HTMLElement\n): void {\n el.removeAttribute(\"data-md-state\")\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { translation } from \"~/_\"\nimport { h } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render a 'copy-to-clipboard' button\n *\n * @param id - Unique identifier\n *\n * @returns Element\n */\nexport function renderClipboardButton(id: string): HTMLElement {\n return (\n code`}\n >\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { translation } from \"~/_\"\nimport {\n SearchDocument,\n SearchMetadata,\n SearchResult\n} from \"~/integrations/search\"\nimport { h, truncate } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Render flag\n */\nconst enum Flag {\n TEASER = 1, /* Render teaser */\n PARENT = 2 /* Render as parent */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper function\n * ------------------------------------------------------------------------- */\n\n/**\n * Render a search document\n *\n * @param document - Search document\n * @param flag - Render flags\n *\n * @returns Element\n */\nfunction renderSearchDocument(\n document: SearchDocument & SearchMetadata, flag: Flag\n): HTMLElement {\n const parent = flag & Flag.PARENT\n const teaser = flag & Flag.TEASER\n\n /* Render missing query terms */\n const missing = Object.keys(document.terms)\n .filter(key => !document.terms[key])\n .map(key => [{key}, \" \"])\n .flat()\n .slice(0, -1)\n\n /* Render article or section, depending on flags */\n const url = document.location\n return (\n \n \n {parent > 0 &&
}\n

{document.title}

\n {teaser > 0 && document.text.length > 0 &&\n

\n {truncate(document.text, 320)}\n

\n }\n {teaser > 0 && missing.length > 0 &&\n

\n {translation(\"search.result.term.missing\")}: {...missing}\n

\n }\n \n
\n )\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render a search result\n *\n * @param result - Search result\n *\n * @returns Element\n */\nexport function renderSearchResult(\n result: SearchResult\n): HTMLElement {\n const threshold = result[0].score\n const docs = [...result]\n\n /* Find and extract parent article */\n const parent = docs.findIndex(doc => !doc.location.includes(\"#\"))\n const [article] = docs.splice(parent, 1)\n\n /* Determine last index above threshold */\n let index = docs.findIndex(doc => doc.score < threshold)\n if (index === -1)\n index = docs.length\n\n /* Partition sections */\n const best = docs.slice(0, index)\n const more = docs.slice(index)\n\n /* Render children */\n const children = [\n renderSearchDocument(article, Flag.PARENT | +(!parent && index === 0)),\n ...best.map(section => renderSearchDocument(section, Flag.TEASER)),\n ...more.length ? [\n
\n \n {more.length > 0 && more.length === 1\n ? translation(\"search.result.more.one\")\n : translation(\"search.result.more.other\", more.length)\n }\n \n {...more.map(section => renderSearchDocument(section, Flag.TEASER))}\n
\n ] : []\n ]\n\n /* Render search result */\n return (\n
  • \n {children}\n
  • \n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { SourceFacts } from \"~/components\"\nimport { h, round } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render repository facts\n *\n * @param facts - Repository facts\n *\n * @returns Element\n */\nexport function renderSourceFacts(facts: SourceFacts): HTMLElement {\n return (\n
      \n {Object.entries(facts).map(([key, value]) => (\n
    • \n {typeof value === \"number\" ? round(value) : value}\n
    • \n ))}\n
    \n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { h } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render a table inside a wrapper to improve scrolling on mobile\n *\n * @param table - Table element\n *\n * @returns Element\n */\nexport function renderTable(table: HTMLElement): HTMLElement {\n return (\n
    \n
    \n {table}\n
    \n
    \n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { configuration } from \"~/_\"\nimport { h } from \"~/utilities\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Version\n */\nexport interface Version {\n version: string /* Version identifier */\n title: string /* Version title */\n aliases: string[] /* Version aliases */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render a version\n *\n * @param version - Version\n *\n * @returns Element\n */\nfunction renderVersion(version: Version): HTMLElement {\n const config = configuration()\n\n /* Ensure trailing slash, see https://bit.ly/3rL5u3f */\n const url = new URL(`${version.version}/`, config.base)\n return (\n
  • \n \n {version.title}\n \n
  • \n )\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Render a version selector\n *\n * @param versions - Versions\n *\n * @returns Element\n */\nexport function renderVersionSelector(versions: Version[]): HTMLElement {\n const config = configuration()\n\n /* Determine active version */\n const [, current] = config.base.match(/([^/]+)\\/?$/)!\n const active =\n versions.find(({ version, aliases }) => (\n version === current || aliases.includes(current)\n )) || versions[0]\n\n /* Render version selector */\n return (\n
    \n \n
      \n {versions.map(renderVersion)}\n
    \n
    \n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, Subject } from \"rxjs\"\nimport {\n filter,\n finalize,\n map,\n mapTo,\n mergeWith,\n tap\n} from \"rxjs/operators\"\n\nimport { Component } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Details\n */\nexport interface Details {}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n target$: Observable /* Location target observable */\n print$: Observable /* Print mode observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n target$: Observable /* Location target observable */\n print$: Observable /* Print mode observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch details\n *\n * @param el - Details element\n * @param options - Options\n *\n * @returns Details observable\n */\nexport function watchDetails(\n el: HTMLDetailsElement, { target$, print$ }: WatchOptions\n): Observable
    {\n return target$\n .pipe(\n map(target => target.closest(\"details:not([open])\")!),\n filter(details => el === details),\n mergeWith(print$),\n mapTo(el)\n )\n}\n\n/**\n * Mount details\n *\n * This function ensures that `details` tags are opened on anchor jumps and\n * prior to printing, so the whole content of the page is visible.\n *\n * @param el - Details element\n * @param options - Options\n *\n * @returns Details component observable\n */\nexport function mountDetails(\n el: HTMLDetailsElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject
    ()\n internal$.subscribe(() => {\n el.setAttribute(\"open\", \"\")\n el.scrollIntoView()\n })\n\n /* Create and return component */\n return watchDetails(el, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n mapTo({ ref: el })\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, of } from \"rxjs\"\n\nimport { createElement, replaceElement } from \"~/browser\"\nimport { renderTable } from \"~/templates\"\n\nimport { Component } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Data table\n */\nexport interface DataTable {}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Sentinel for replacement\n */\nconst sentinel = createElement(\"table\")\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount data table\n *\n * This function wraps a data table in another scrollable container, so it can\n * be smoothly scrolled on smaller screen sizes and won't break the layout.\n *\n * @param el - Data table element\n *\n * @returns Data table component observable\n */\nexport function mountDataTable(\n el: HTMLElement\n): Observable> {\n replaceElement(el, sentinel)\n replaceElement(sentinel, renderTable(el))\n\n /* Create and return component */\n return of({ ref: el })\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, merge } from \"rxjs\"\n\nimport { Viewport, getElements } from \"~/browser\"\n\nimport { Component } from \"../../_\"\nimport { CodeBlock, mountCodeBlock } from \"../code\"\nimport { Details, mountDetails } from \"../details\"\nimport { DataTable, mountDataTable } from \"../table\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Content\n */\nexport type Content =\n | CodeBlock\n | DataTable\n | Details\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount options\n */\ninterface MountOptions {\n target$: Observable /* Location target observable */\n viewport$: Observable /* Viewport observable */\n print$: Observable /* Print mode observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount content\n *\n * This function mounts all components that are found in the content of the\n * actual article, including code blocks, data tables and details.\n *\n * @param el - Content element\n * @param options - Options\n *\n * @returns Content component observable\n */\nexport function mountContent(\n el: HTMLElement, { target$, viewport$, print$ }: MountOptions\n): Observable> {\n return merge(\n\n /* Code blocks */\n ...getElements(\"pre > code\", el)\n .map(child => mountCodeBlock(child, { viewport$ })),\n\n /* Data tables */\n ...getElements(\"table:not([class])\", el)\n .map(child => mountDataTable(child)),\n\n /* Details */\n ...getElements(\"details\", el)\n .map(child => mountDetails(child, { target$, print$ }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n animationFrameScheduler,\n merge,\n of\n} from \"rxjs\"\nimport {\n delay,\n finalize,\n map,\n observeOn,\n switchMap,\n tap\n} from \"rxjs/operators\"\n\nimport {\n resetDialogState,\n setDialogMessage,\n setDialogState\n} from \"~/actions\"\n\nimport { Component } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Dialog\n */\nexport interface Dialog {\n message: string /* Dialog message */\n open: boolean /* Dialog is visible */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n alert$: Subject /* Alert subject */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n alert$: Subject /* Alert subject */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch dialog\n *\n * @param _el - Dialog element\n * @param options - Options\n *\n * @returns Dialog observable\n */\nexport function watchDialog(\n _el: HTMLElement, { alert$ }: WatchOptions\n): Observable {\n return alert$\n .pipe(\n switchMap(message => merge(\n of(true),\n of(false).pipe(delay(2000))\n )\n .pipe(\n map(open => ({ message, open }))\n )\n )\n )\n}\n\n/**\n * Mount dialog\n *\n * This function reveals the dialog in the right cornerwhen a new alert is\n * emitted through the subject that is passed as part of the options.\n *\n * @param el - Dialog element\n * @param options - Options\n *\n * @returns Dialog component observable\n */\nexport function mountDialog(\n el: HTMLElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n observeOn(animationFrameScheduler)\n )\n .subscribe(({ message, open }) => {\n setDialogMessage(el, message)\n if (open)\n setDialogState(el, \"open\")\n else\n resetDialogState(el)\n })\n\n /* Create and return component */\n return watchDialog(el, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n animationFrameScheduler,\n combineLatest,\n defer,\n of\n} from \"rxjs\"\nimport {\n bufferCount,\n combineLatestWith,\n distinctUntilChanged,\n distinctUntilKeyChanged,\n filter,\n map,\n observeOn,\n shareReplay,\n startWith,\n switchMap\n} from \"rxjs/operators\"\n\nimport { feature } from \"~/_\"\nimport { resetHeaderState, setHeaderState } from \"~/actions\"\nimport {\n Viewport,\n watchElementSize,\n watchToggle\n} from \"~/browser\"\n\nimport { Component } from \"../../_\"\nimport { Main } from \"../../main\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Header\n */\nexport interface Header {\n height: number /* Header visible height */\n sticky: boolean /* Header stickyness */\n hidden: boolean /* User scrolled past threshold */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n main$: Observable
    /* Main area observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Compute whether the header is hidden\n *\n * If the user scrolls past a certain threshold, the header can be hidden when\n * scrolling down, and shown when scrolling up.\n *\n * @param options - Options\n *\n * @returns Toggle observable\n */\nfunction isHidden({ viewport$ }: WatchOptions): Observable {\n if (!feature(\"header.autohide\"))\n return of(false)\n\n /* Compute direction and turning point */\n const direction$ = viewport$\n .pipe(\n map(({ offset: { y } }) => y),\n bufferCount(2, 1),\n map(([a, b]) => [a < b, b] as const),\n distinctUntilKeyChanged(0)\n )\n\n /* Compute whether header should be hidden */\n const hidden$ = combineLatest([viewport$, direction$])\n .pipe(\n filter(([{ offset }, [, y]]) => Math.abs(y - offset.y) > 100),\n map(([, [direction]]) => direction),\n distinctUntilChanged()\n )\n\n /* Compute threshold for hiding */\n const search$ = watchToggle(\"search\")\n return combineLatest([viewport$, search$])\n .pipe(\n map(([{ offset }, search]) => offset.y > 400 && !search),\n distinctUntilChanged(),\n switchMap(active => active ? hidden$ : of(false)),\n startWith(false)\n )\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch header\n *\n * @param el - Header element\n * @param options - Options\n *\n * @returns Header observable\n */\nexport function watchHeader(\n el: HTMLElement, options: WatchOptions\n): Observable
    {\n return defer(() => {\n const styles = getComputedStyle(el)\n return of(\n styles.position === \"sticky\" ||\n styles.position === \"-webkit-sticky\"\n )\n })\n .pipe(\n combineLatestWith(watchElementSize(el), isHidden(options)),\n map(([sticky, { height }, hidden]) => ({\n height: sticky ? height : 0,\n sticky,\n hidden\n })),\n distinctUntilChanged((a, b) => (\n a.sticky === b.sticky &&\n a.height === b.height &&\n a.hidden === b.hidden\n )),\n shareReplay(1)\n )\n}\n\n/**\n * Mount header\n *\n * This function manages the different states of the header, i.e. whether it's\n * hidden or rendered with a shadow. This depends heavily on the main area.\n *\n * @param el - Header element\n * @param options - Options\n *\n * @returns Header component observable\n */\nexport function mountHeader(\n el: HTMLElement, { header$, main$ }: MountOptions\n): Observable> {\n const internal$ = new Subject
    ()\n internal$\n .pipe(\n distinctUntilKeyChanged(\"active\"),\n combineLatestWith(header$),\n observeOn(animationFrameScheduler)\n )\n .subscribe(([{ active }, { hidden }]) => {\n if (active)\n setHeaderState(el, hidden ? \"hidden\" : \"shadow\")\n else\n resetHeaderState(el)\n })\n\n /* Connect to long-living subject and return component */\n main$.subscribe(main => internal$.next(main))\n return header$\n .pipe(\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n NEVER,\n Observable,\n Subject,\n animationFrameScheduler\n} from \"rxjs\"\nimport {\n distinctUntilKeyChanged,\n finalize,\n map,\n observeOn,\n tap\n} from \"rxjs/operators\"\n\nimport {\n resetHeaderTitleState,\n setHeaderTitleState\n} from \"~/actions\"\nimport {\n Viewport,\n getElement,\n getElementSize,\n watchViewportAt\n} from \"~/browser\"\n\nimport { Component } from \"../../_\"\nimport { Header } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Header\n */\nexport interface HeaderTitle {\n active: boolean /* User scrolled past first headline */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch header title\n *\n * @param el - Heading element\n * @param options - Options\n *\n * @returns Header title observable\n */\nexport function watchHeaderTitle(\n el: HTMLHeadingElement, { viewport$, header$ }: WatchOptions\n): Observable {\n return watchViewportAt(el, { header$, viewport$ })\n .pipe(\n map(({ offset: { y } }) => {\n const { height } = getElementSize(el)\n return {\n active: y >= height\n }\n }),\n distinctUntilKeyChanged(\"active\")\n )\n}\n\n/**\n * Mount header title\n *\n * This function swaps the header title from the site title to the title of the\n * current page when the user scrolls past the first headline.\n *\n * @param el - Header title element\n * @param options - Options\n *\n * @returns Header title component observable\n */\nexport function mountHeaderTitle(\n el: HTMLElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n observeOn(animationFrameScheduler)\n )\n .subscribe(({ active }) => {\n if (active)\n setHeaderTitleState(el, \"active\")\n else\n resetHeaderTitleState(el)\n })\n\n /* Obtain headline, if any */\n const headline = getElement(\"article h1\")\n if (typeof headline === \"undefined\")\n return NEVER\n\n /* Create and return component */\n return watchHeaderTitle(headline, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n combineLatest\n} from \"rxjs\"\nimport {\n distinctUntilChanged,\n distinctUntilKeyChanged,\n map,\n switchMap\n} from \"rxjs/operators\"\n\nimport { Viewport, watchElementSize } from \"~/browser\"\n\nimport { Header } from \"../header\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Main area\n */\nexport interface Main {\n offset: number /* Main area top offset */\n height: number /* Main area visible height */\n active: boolean /* User scrolled past header */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch main area\n *\n * This function returns an observable that computes the visual parameters of\n * the main area which depends on the viewport vertical offset and height, as\n * well as the height of the header element, if the header is fixed.\n *\n * @param el - Main area element\n * @param options - Options\n *\n * @returns Main area observable\n */\nexport function watchMain(\n el: HTMLElement, { viewport$, header$ }: WatchOptions\n): Observable
    {\n\n /* Compute necessary adjustment for header */\n const adjust$ = header$\n .pipe(\n map(({ height }) => height),\n distinctUntilChanged()\n )\n\n /* Compute the main area's top and bottom borders */\n const border$ = adjust$\n .pipe(\n switchMap(() => watchElementSize(el)\n .pipe(\n map(({ height }) => ({\n top: el.offsetTop,\n bottom: el.offsetTop + height\n })),\n distinctUntilKeyChanged(\"bottom\")\n )\n )\n )\n\n /* Compute the main area's offset, visible height and if we scrolled past */\n return combineLatest([adjust$, border$, viewport$])\n .pipe(\n map(([header, { top, bottom }, { offset: { y }, size: { height } }]) => {\n height = Math.max(0, height\n - Math.max(0, top - y, header)\n - Math.max(0, height + y - bottom)\n )\n return {\n offset: top - header,\n height,\n active: top - header <= y\n }\n }),\n distinctUntilChanged((a, b) => (\n a.offset === b.offset &&\n a.height === b.height &&\n a.active === b.active\n ))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n fromEvent,\n of\n} from \"rxjs\"\nimport {\n finalize,\n map,\n mapTo,\n mergeMap,\n shareReplay,\n startWith,\n tap\n} from \"rxjs/operators\"\n\nimport { getElements } from \"~/browser\"\n\nimport { Component } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Palette colors\n */\nexport interface PaletteColor {\n scheme?: string /* Color scheme */\n primary?: string /* Primary color */\n accent?: string /* Accent color */\n}\n\n/**\n * Palette\n */\nexport interface Palette {\n index: number /* Palette index */\n color: PaletteColor /* Palette colors */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch color palette\n *\n * @param inputs - Color palette element\n *\n * @returns Color palette observable\n */\nexport function watchPalette(\n inputs: HTMLInputElement[]\n): Observable {\n const data = localStorage.getItem(__prefix(\"__palette\"))!\n const current = JSON.parse(data) || {\n index: inputs.findIndex(input => (\n matchMedia(input.getAttribute(\"data-md-color-media\")!).matches\n ))\n }\n\n /* Emit changes in color palette */\n const palette$ = of(...inputs)\n .pipe(\n mergeMap(input => fromEvent(input, \"change\")\n .pipe(\n mapTo(input)\n )\n ),\n startWith(inputs[Math.max(0, current.index)]),\n map(input => ({\n index: inputs.indexOf(input),\n color: {\n scheme: input.getAttribute(\"data-md-color-scheme\"),\n primary: input.getAttribute(\"data-md-color-primary\"),\n accent: input.getAttribute(\"data-md-color-accent\")\n }\n } as Palette)),\n shareReplay(1)\n )\n\n /* Persist preference in local storage */\n palette$.subscribe(palette => {\n localStorage.setItem(__prefix(\"__palette\"), JSON.stringify(palette))\n })\n\n /* Return palette */\n return palette$\n}\n\n/**\n * Mount color palette\n *\n * @param el - Color palette element\n *\n * @returns Color palette component observable\n */\nexport function mountPalette(\n el: HTMLElement\n): Observable> {\n const internal$ = new Subject()\n\n /* Set color palette */\n internal$.subscribe(palette => {\n for (const [key, value] of Object.entries(palette.color))\n if (typeof value === \"string\")\n document.body.setAttribute(`data-md-color-${key}`, value)\n\n /* Toggle visibility */\n for (let index = 0; index < inputs.length; index++) {\n const label = inputs[index].nextElementSibling\n if (label instanceof HTMLElement)\n label.hidden = palette.index !== index\n }\n })\n\n /* Create and return component */\n const inputs = getElements(\"input\", el)\n return watchPalette(inputs)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport ClipboardJS from \"clipboard\"\nimport { Observable, Subject } from \"rxjs\"\n\nimport { translation } from \"~/_\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Setup options\n */\ninterface SetupOptions {\n alert$: Subject /* Alert subject */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set up Clipboard.js integration\n *\n * @param options - Options\n */\nexport function setupClipboardJS(\n { alert$ }: SetupOptions\n): void {\n if (ClipboardJS.isSupported()) {\n new Observable(subscriber => {\n new ClipboardJS(\"[data-clipboard-target], [data-clipboard-text]\")\n .on(\"success\", ev => subscriber.next(ev))\n })\n .subscribe(() => alert$.next(translation(\"clipboard.copied\")))\n }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n EMPTY,\n NEVER,\n Observable,\n Subject,\n fromEvent,\n merge,\n of\n} from \"rxjs\"\nimport {\n bufferCount,\n catchError,\n concatMap,\n debounceTime,\n distinctUntilChanged,\n distinctUntilKeyChanged,\n filter,\n map,\n sample,\n share,\n skip,\n skipUntil,\n switchMap\n} from \"rxjs/operators\"\n\nimport { configuration } from \"~/_\"\nimport {\n Viewport,\n ViewportOffset,\n createElement,\n getElement,\n getElements,\n replaceElement,\n request,\n requestXML,\n setLocation,\n setLocationHash,\n setViewportOffset\n} from \"~/browser\"\nimport { getComponentElement } from \"~/components\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * History state\n */\nexport interface HistoryState {\n url: URL /* State URL */\n offset?: ViewportOffset /* State viewport offset */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Setup options\n */\ninterface SetupOptions {\n document$: Subject /* Document subject */\n location$: Subject /* Location subject */\n viewport$: Observable /* Viewport observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Preprocess a list of URLs\n *\n * This function replaces the `site_url` in the sitemap with the actual base\n * URL, to allow instant loading to work in occasions like Netlify previews.\n *\n * @param urls - URLs\n *\n * @returns Processed URLs\n */\nfunction preprocess(urls: string[]): string[] {\n if (urls.length < 2)\n return urls\n\n /* Take the first two URLs and remove everything after the last slash */\n const [root, next] = urls\n .sort((a, b) => a.length - b.length)\n .map(url => url.replace(/[^/]+$/, \"\"))\n\n /* Compute common prefix */\n let index = 0\n if (root === next)\n index = root.length\n else\n while (root.charCodeAt(index) === next.charCodeAt(index))\n index++\n\n /* Replace common prefix (i.e. base) with effective base */\n const config = configuration()\n return urls.map(url => (\n url.replace(root.slice(0, index), `${config.base}/`)\n ))\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set up instant loading\n *\n * When fetching, theoretically, we could use `responseType: \"document\"`, but\n * since all MkDocs links are relative, we need to make sure that the current\n * location matches the document we just loaded. Otherwise any relative links\n * in the document could use the old location.\n *\n * This is the reason why we need to synchronize history events and the process\n * of fetching the document for navigation changes (except `popstate` events):\n *\n * 1. Fetch document via `XMLHTTPRequest`\n * 2. Set new location via `history.pushState`\n * 3. Parse and emit fetched document\n *\n * For `popstate` events, we must not use `history.pushState`, or the forward\n * history will be irreversibly overwritten. In case the request fails, the\n * location change is dispatched regularly.\n *\n * @param options - Options\n */\nexport function setupInstantLoading(\n { document$, location$, viewport$ }: SetupOptions\n): void {\n const config = configuration()\n if (location.protocol === \"file:\")\n return\n\n /* Disable automatic scroll restoration */\n if (\"scrollRestoration\" in history) {\n history.scrollRestoration = \"manual\"\n\n /* Hack: ensure that reloads restore viewport offset */\n fromEvent(window, \"beforeunload\")\n .subscribe(() => {\n history.scrollRestoration = \"auto\"\n })\n }\n\n /* Hack: ensure absolute favicon link to omit 404s when switching */\n const favicon = getElement(\"link[rel=icon]\")\n if (typeof favicon !== \"undefined\")\n favicon.href = favicon.href\n\n /* Intercept internal navigation */\n const push$ = requestXML(`${config.base}/sitemap.xml`)\n .pipe(\n map(sitemap => preprocess(getElements(\"loc\", sitemap)\n .map(node => node.textContent!)\n )),\n switchMap(urls => fromEvent(document.body, \"click\")\n .pipe(\n filter(ev => !ev.metaKey && !ev.ctrlKey),\n switchMap(ev => {\n\n /* Handle HTML and SVG elements */\n if (ev.target instanceof Element) {\n const el = ev.target.closest(\"a\")\n if (el && !el.target && urls.includes(el.href)) {\n ev.preventDefault()\n return of({\n url: new URL(el.href)\n })\n }\n }\n return NEVER\n })\n )\n ),\n share()\n )\n\n /* Intercept history back and forward */\n const pop$ = fromEvent(window, \"popstate\")\n .pipe(\n filter(ev => ev.state !== null),\n map(ev => ({\n url: new URL(location.href),\n offset: ev.state\n })),\n share()\n )\n\n /* Emit location change */\n merge(push$, pop$)\n .pipe(\n distinctUntilChanged((a, b) => a.url.href === b.url.href),\n map(({ url }) => url)\n )\n .subscribe(location$)\n\n /* Fetch document via `XMLHTTPRequest` */\n const response$ = location$\n .pipe(\n distinctUntilKeyChanged(\"pathname\"),\n switchMap(url => request(url.href)\n .pipe(\n catchError(() => {\n setLocation(url)\n return NEVER\n })\n )\n ),\n share()\n )\n\n /* Set new location via `history.pushState` */\n push$\n .pipe(\n sample(response$)\n )\n .subscribe(({ url }) => {\n history.pushState({}, \"\", `${url}`)\n })\n\n /* Parse and emit fetched document */\n const dom = new DOMParser()\n response$\n .pipe(\n switchMap(res => res.text()),\n map(res => dom.parseFromString(res, \"text/html\"))\n )\n .subscribe(document$)\n\n /* Emit history state change */\n merge(push$, pop$)\n .pipe(\n sample(document$)\n )\n .subscribe(({ url, offset }) => {\n if (url.hash && !offset)\n setLocationHash(url.hash)\n else\n setViewportOffset(offset || { y: 0 })\n })\n\n /* Replace meta tags and components */\n document$\n .pipe(\n skip(1)\n )\n .subscribe(replacement => {\n for (const selector of [\n\n /* Meta tags */\n \"title\",\n \"link[rel=canonical]\",\n \"meta[name=author]\",\n \"meta[name=description]\",\n\n /* Components */\n \"[data-md-component=announce]\",\n \"[data-md-component=container]\",\n \"[data-md-component=header-topic]\",\n \"[data-md-component=logo], .md-logo\", // compat\n \"[data-md-component=skip]\"\n ]) {\n const source = getElement(selector)\n const target = getElement(selector, replacement)\n if (\n typeof source !== \"undefined\" &&\n typeof target !== \"undefined\"\n ) {\n replaceElement(source, target)\n }\n }\n })\n\n /* Re-evaluate scripts */\n document$\n .pipe(\n skip(1),\n map(() => getComponentElement(\"container\")),\n switchMap(el => of(...getElements(\"script\", el))),\n concatMap(el => {\n const script = createElement(\"script\")\n if (el.src) {\n for (const name of el.getAttributeNames())\n script.setAttribute(name, el.getAttribute(name)!)\n replaceElement(el, script)\n\n /* Complete when script is loaded */\n return new Observable(observer => {\n script.onload = () => observer.complete()\n })\n\n /* Complete immediately */\n } else {\n script.textContent = el.textContent\n replaceElement(el, script)\n return EMPTY\n }\n })\n )\n .subscribe()\n\n /* Debounce update of viewport offset */\n viewport$\n .pipe(\n skipUntil(push$),\n debounceTime(250),\n distinctUntilKeyChanged(\"offset\")\n )\n .subscribe(({ offset }) => {\n history.replaceState(offset, \"\")\n })\n\n /* Set viewport offset from history */\n merge(push$, pop$)\n .pipe(\n bufferCount(2, 1),\n filter(([a, b]) => a.url.pathname === b.url.pathname),\n map(([, state]) => state)\n )\n .subscribe(({ offset }) => {\n setViewportOffset(offset || { y: 0 })\n })\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport escapeHTML from \"escape-html\"\n\nimport { SearchIndexDocument } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search document\n */\nexport interface SearchDocument extends SearchIndexDocument {\n parent?: SearchIndexDocument /* Parent article */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search document mapping\n */\nexport type SearchDocumentMap = Map\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Create a search document mapping\n *\n * @param docs - Search index documents\n *\n * @returns Search document map\n */\nexport function setupSearchDocumentMap(\n docs: SearchIndexDocument[]\n): SearchDocumentMap {\n const documents = new Map()\n const parents = new Set()\n for (const doc of docs) {\n const [path, hash] = doc.location.split(\"#\")\n\n /* Extract location and title */\n const location = doc.location\n const title = doc.title\n\n /* Escape and cleanup text */\n const text = escapeHTML(doc.text)\n .replace(/\\s+(?=[,.:;!?])/g, \"\")\n .replace(/\\s+/g, \" \")\n\n /* Handle section */\n if (hash) {\n const parent = documents.get(path)!\n\n /* Ignore first section, override article */\n if (!parents.has(parent)) {\n parent.title = doc.title\n parent.text = text\n\n /* Remember that we processed the article */\n parents.add(parent)\n\n /* Add subsequent section */\n } else {\n documents.set(location, {\n location,\n title,\n text,\n parent\n })\n }\n\n /* Add article */\n } else {\n documents.set(location, {\n location,\n title,\n text\n })\n }\n }\n return documents\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search transformation function\n *\n * @param value - Query value\n *\n * @returns Transformed query value\n */\nexport type SearchTransformFn = (value: string) => string\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Default transformation function\n *\n * 1. Search for terms in quotation marks and prepend a `+` modifier to denote\n * that the resulting document must contain all terms, converting the query\n * to an `AND` query (as opposed to the default `OR` behavior). While users\n * may expect terms enclosed in quotation marks to map to span queries, i.e.\n * for which order is important, Lunr.js doesn't support them, so the best\n * we can do is to convert the terms to an `AND` query.\n *\n * 2. Replace control characters which are not located at the beginning of the\n * query or preceded by white space, or are not followed by a non-whitespace\n * character or are at the end of the query string. Furthermore, filter\n * unmatched quotation marks.\n *\n * 3. Trim excess whitespace from left and right.\n *\n * @param query - Query value\n *\n * @returns Transformed query value\n */\nexport function defaultTransform(query: string): string {\n return query\n .split(/\"([^\"]+)\"/g) /* => 1 */\n .map((terms, index) => index & 1\n ? terms.replace(/^\\b|^(?![^\\x00-\\x7F]|$)|\\s+/g, \" +\")\n : terms\n )\n .join(\"\")\n .replace(/\"|(?:^|\\s+)[*+\\-:^~]+(?=\\s+|$)/g, \"\") /* => 2 */\n .trim() /* => 3 */\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A RTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { SearchIndex, SearchResult } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search message type\n */\nexport const enum SearchMessageType {\n SETUP, /* Search index setup */\n READY, /* Search index ready */\n QUERY, /* Search query */\n RESULT /* Search results */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * A message containing the data necessary to setup the search index\n */\nexport interface SearchSetupMessage {\n type: SearchMessageType.SETUP /* Message type */\n data: SearchIndex /* Message data */\n}\n\n/**\n * A message indicating the search index is ready\n */\nexport interface SearchReadyMessage {\n type: SearchMessageType.READY /* Message type */\n}\n\n/**\n * A message containing a search query\n */\nexport interface SearchQueryMessage {\n type: SearchMessageType.QUERY /* Message type */\n data: string /* Message data */\n}\n\n/**\n * A message containing results for a search query\n */\nexport interface SearchResultMessage {\n type: SearchMessageType.RESULT /* Message type */\n data: SearchResult[] /* Message data */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * A message exchanged with the search worker\n */\nexport type SearchMessage =\n | SearchSetupMessage\n | SearchReadyMessage\n | SearchQueryMessage\n | SearchResultMessage\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Type guard for search setup messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchSetupMessage(\n message: SearchMessage\n): message is SearchSetupMessage {\n return message.type === SearchMessageType.SETUP\n}\n\n/**\n * Type guard for search ready messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchReadyMessage(\n message: SearchMessage\n): message is SearchReadyMessage {\n return message.type === SearchMessageType.READY\n}\n\n/**\n * Type guard for search query messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchQueryMessage(\n message: SearchMessage\n): message is SearchQueryMessage {\n return message.type === SearchMessageType.QUERY\n}\n\n/**\n * Type guard for search result messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchResultMessage(\n message: SearchMessage\n): message is SearchResultMessage {\n return message.type === SearchMessageType.RESULT\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A RTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { ObservableInput, Subject, from } from \"rxjs\"\nimport { map, share } from \"rxjs/operators\"\n\nimport { configuration, translation } from \"~/_\"\nimport { WorkerHandler, watchWorker } from \"~/browser\"\n\nimport { SearchIndex, SearchIndexPipeline } from \"../../_\"\nimport {\n SearchMessage,\n SearchMessageType,\n SearchSetupMessage,\n isSearchResultMessage\n} from \"../message\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search worker\n */\nexport type SearchWorker = WorkerHandler\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set up search index\n *\n * @param data - Search index\n *\n * @returns Search index\n */\nfunction setupSearchIndex(\n { config, docs, index }: SearchIndex\n): SearchIndex {\n\n /* Override default language with value from translation */\n if (config.lang.length === 1 && config.lang[0] === \"en\")\n config.lang = [\n translation(\"search.config.lang\")\n ]\n\n /* Override default separator with value from translation */\n if (config.separator === \"[\\\\s\\\\-]+\")\n config.separator = translation(\"search.config.separator\")\n\n /* Set pipeline from translation */\n const pipeline = translation(\"search.config.pipeline\")\n .split(/\\s*,\\s*/)\n .filter(Boolean) as SearchIndexPipeline\n\n /* Return search index after defaulting */\n return { config, docs, index, pipeline }\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set up search worker\n *\n * This function creates a web worker to set up and query the search index,\n * which is done using Lunr.js. The index must be passed as an observable to\n * enable hacks like _localsearch_ via search index embedding as JSON.\n *\n * @param url - Worker URL\n * @param index - Search index observable input\n *\n * @returns Search worker\n */\nexport function setupSearchWorker(\n url: string, index: ObservableInput\n): SearchWorker {\n const config = configuration()\n const worker = new Worker(url)\n\n /* Create communication channels and resolve relative links */\n const tx$ = new Subject()\n const rx$ = watchWorker(worker, { tx$ })\n .pipe(\n map(message => {\n if (isSearchResultMessage(message)) {\n for (const result of message.data)\n for (const document of result)\n document.location = `${config.base}/${document.location}`\n }\n return message\n }),\n share()\n )\n\n /* Set up search index */\n from(index)\n .pipe(\n map(data => ({\n type: SearchMessageType.SETUP,\n data: setupSearchIndex(data)\n }))\n )\n .subscribe(tx$.next.bind(tx$))\n\n /* Return search worker */\n return { tx$, rx$ }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { configuration } from \"~/_\"\nimport { getElementOrThrow, requestJSON } from \"~/browser\"\nimport { Version, renderVersionSelector } from \"~/templates\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Set up version selector\n */\nexport function setupVersionSelector(): void {\n const config = configuration()\n requestJSON(new URL(\"versions.json\", config.base))\n .subscribe(versions => {\n const topic = getElementOrThrow(\".md-header__topic\")\n topic.appendChild(renderVersionSelector(versions))\n })\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n combineLatest,\n fromEvent,\n merge\n} from \"rxjs\"\nimport {\n delay,\n distinctUntilChanged,\n distinctUntilKeyChanged,\n finalize,\n map,\n takeLast,\n takeUntil,\n tap\n} from \"rxjs/operators\"\n\nimport {\n resetSearchQueryPlaceholder,\n setSearchQueryPlaceholder\n} from \"~/actions\"\nimport {\n setElementFocus,\n setToggle,\n watchElementFocus\n} from \"~/browser\"\nimport {\n SearchMessageType,\n SearchQueryMessage,\n SearchWorker,\n defaultTransform\n} from \"~/integrations\"\n\nimport { Component } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search query\n */\nexport interface SearchQuery {\n value: string /* Query value */\n focus: boolean /* Query focus */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch search query\n *\n * Note that the focus event which triggers re-reading the current query value\n * is delayed by `1ms` so the input's empty state is allowed to propagate.\n *\n * @param el - Search query element\n *\n * @returns Search query observable\n */\nexport function watchSearchQuery(\n el: HTMLInputElement\n): Observable {\n const fn = __search?.transform || defaultTransform\n\n /* Intercept focus and input events */\n const focus$ = watchElementFocus(el)\n const value$ = merge(\n fromEvent(el, \"keyup\"),\n fromEvent(el, \"focus\").pipe(delay(1))\n )\n .pipe(\n map(() => fn(el.value)),\n distinctUntilChanged()\n )\n\n /* Combine into single observable */\n return combineLatest([value$, focus$])\n .pipe(\n map(([value, focus]) => ({ value, focus }))\n )\n}\n\n/**\n * Mount search query\n *\n * @param el - Search query element\n * @param worker - Search worker\n *\n * @returns Search query component observable\n */\nexport function mountSearchQuery(\n el: HTMLInputElement, { tx$ }: SearchWorker\n): Observable> {\n const internal$ = new Subject()\n\n /* Handle value changes */\n internal$\n .pipe(\n distinctUntilKeyChanged(\"value\"),\n map(({ value }): SearchQueryMessage => ({\n type: SearchMessageType.QUERY,\n data: value\n }))\n )\n .subscribe(tx$.next.bind(tx$))\n\n /* Handle focus changes */\n internal$\n .pipe(\n distinctUntilKeyChanged(\"focus\")\n )\n .subscribe(({ focus }) => {\n if (focus) {\n setToggle(\"search\", focus)\n setSearchQueryPlaceholder(el, \"\")\n } else {\n resetSearchQueryPlaceholder(el)\n }\n })\n\n /* Handle reset */\n fromEvent(el.form!, \"reset\")\n .pipe(\n takeUntil(internal$.pipe(takeLast(1)))\n )\n .subscribe(() => setElementFocus(el))\n\n /* Create and return component */\n return watchSearchQuery(el)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n animationFrameScheduler,\n merge,\n of\n} from \"rxjs\"\nimport {\n bufferCount,\n filter,\n finalize,\n map,\n observeOn,\n startWith,\n switchMap,\n tap,\n withLatestFrom,\n zipWith\n} from \"rxjs/operators\"\n\nimport {\n addToSearchResultList,\n resetSearchResultList,\n resetSearchResultMeta,\n setSearchResultMeta\n} from \"~/actions\"\nimport {\n getElementOrThrow,\n watchElementThreshold\n} from \"~/browser\"\nimport {\n SearchResult as SearchResultData,\n SearchWorker,\n isSearchResultMessage\n} from \"~/integrations\"\nimport { renderSearchResult } from \"~/templates\"\n\nimport { Component } from \"../../_\"\nimport { SearchQuery } from \"../query\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search result\n */\nexport interface SearchResult {\n data: SearchResultData[] /* Search result data */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount options\n */\ninterface MountOptions {\n query$: Observable /* Search query observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount search result list\n *\n * This function performs a lazy rendering of the search results, depending on\n * the vertical offset of the search result container.\n *\n * @param el - Search result list element\n * @param worker - Search worker\n * @param options - Options\n *\n * @returns Search result list component observable\n */\nexport function mountSearchResult(\n el: HTMLElement, { rx$ }: SearchWorker, { query$ }: MountOptions\n): Observable> {\n const internal$ = new Subject()\n const boundary$ = watchElementThreshold(el.parentElement!)\n .pipe(\n filter(Boolean)\n )\n\n /* Update search result metadata */\n const meta = getElementOrThrow(\":scope > :first-child\", el)\n internal$\n .pipe(\n observeOn(animationFrameScheduler),\n withLatestFrom(query$)\n )\n .subscribe(([{ data }, { value }]) => {\n if (value)\n setSearchResultMeta(meta, data.length)\n else\n resetSearchResultMeta(meta)\n })\n\n /* Update search result list */\n const list = getElementOrThrow(\":scope > :last-child\", el)\n internal$\n .pipe(\n observeOn(animationFrameScheduler),\n tap(() => resetSearchResultList(list)),\n switchMap(({ data }) => merge(\n of(...data.slice(0, 10)),\n of(...data.slice(10))\n .pipe(\n bufferCount(4),\n zipWith(boundary$),\n switchMap(([chunk]) => of(...chunk))\n )\n ))\n )\n .subscribe(result => {\n addToSearchResultList(list, renderSearchResult(result))\n })\n\n /* Filter search result list */\n const result$ = rx$\n .pipe(\n filter(isSearchResultMessage),\n map(({ data }) => ({ data })),\n startWith({ data: [] })\n )\n\n /* Create and return component */\n return result$\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { NEVER, Observable, ObservableInput, merge } from \"rxjs\"\nimport { filter, sample, take } from \"rxjs/operators\"\n\nimport { configuration } from \"~/_\"\nimport {\n Keyboard,\n getActiveElement,\n getElements,\n setElementFocus,\n setElementSelection,\n setToggle\n} from \"~/browser\"\nimport {\n SearchIndex,\n isSearchQueryMessage,\n isSearchReadyMessage,\n setupSearchWorker\n} from \"~/integrations\"\n\nimport { Component, getComponentElement } from \"../../_\"\nimport { SearchQuery, mountSearchQuery } from \"../query\"\nimport { SearchResult, mountSearchResult } from \"../result\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search\n */\nexport type Search =\n | SearchQuery\n | SearchResult\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount options\n */\ninterface MountOptions {\n index$: ObservableInput /* Search index observable */\n keyboard$: Observable /* Keyboard observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Mount search\n *\n * This function sets up the search functionality, including the underlying\n * web worker and all keyboard bindings.\n *\n * @param el - Search element\n * @param options - Options\n *\n * @returns Search component observable\n */\nexport function mountSearch(\n el: HTMLElement, { index$, keyboard$ }: MountOptions\n): Observable> {\n const config = configuration()\n const worker = setupSearchWorker(config.search, index$)\n\n /* Retrieve nested components */\n const query = getComponentElement(\"search-query\", el)\n const result = getComponentElement(\"search-result\", el)\n\n /* Re-emit query when search is ready */\n const { tx$, rx$ } = worker\n tx$\n .pipe(\n filter(isSearchQueryMessage),\n sample(rx$.pipe(filter(isSearchReadyMessage))),\n take(1)\n )\n .subscribe(tx$.next.bind(tx$))\n\n /* Set up search keyboard handlers */\n keyboard$\n .pipe(\n filter(({ mode }) => mode === \"search\")\n )\n .subscribe(key => {\n const active = getActiveElement()\n switch (key.type) {\n\n /* Enter: prevent form submission */\n case \"Enter\":\n if (active === query)\n key.claim()\n break\n\n /* Escape or Tab: close search */\n case \"Escape\":\n case \"Tab\":\n setToggle(\"search\", false)\n setElementFocus(query, false)\n break\n\n /* Vertical arrows: select previous or next search result */\n case \"ArrowUp\":\n case \"ArrowDown\":\n if (typeof active === \"undefined\") {\n setElementFocus(query)\n } else {\n const els = [query, ...getElements(\n \":not(details) > [href], summary, details[open] [href]\",\n result\n )]\n const i = Math.max(0, (\n Math.max(0, els.indexOf(active)) + els.length + (\n key.type === \"ArrowUp\" ? -1 : +1\n )\n ) % els.length)\n setElementFocus(els[i])\n }\n\n /* Prevent scrolling of page */\n key.claim()\n break\n\n /* All other keys: hand to search query */\n default:\n if (query !== getActiveElement())\n setElementFocus(query)\n }\n })\n\n /* Set up global keyboard handlers */\n keyboard$\n .pipe(\n filter(({ mode }) => mode === \"global\"),\n )\n .subscribe(key => {\n switch (key.type) {\n\n /* Open search and select query */\n case \"f\":\n case \"s\":\n case \"/\":\n setElementFocus(query)\n setElementSelection(query)\n key.claim()\n break\n }\n })\n\n /* Create and return component */\n const query$ = mountSearchQuery(query, worker)\n return merge(\n query$,\n mountSearchResult(result, worker, { query$ })\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n animationFrameScheduler,\n combineLatest\n} from \"rxjs\"\nimport {\n distinctUntilChanged,\n finalize,\n map,\n observeOn,\n tap,\n withLatestFrom\n} from \"rxjs/operators\"\n\nimport {\n resetSidebarHeight,\n resetSidebarOffset,\n setSidebarHeight,\n setSidebarOffset\n} from \"~/actions\"\nimport { Viewport } from \"~/browser\"\n\nimport { Component } from \"../_\"\nimport { Header } from \"../header\"\nimport { Main } from \"../main\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Sidebar\n */\nexport interface Sidebar {\n height: number /* Sidebar height */\n locked: boolean /* User scrolled past header */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n main$: Observable
    /* Main area observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n main$: Observable
    /* Main area observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch sidebar\n *\n * This function returns an observable that computes the visual parameters of\n * the sidebar which depends on the vertical viewport offset, as well as the\n * height of the main area. When the page is scrolled beyond the header, the\n * sidebar is locked and fills the remaining space.\n *\n * @param el - Sidebar element\n * @param options - Options\n *\n * @returns Sidebar observable\n */\nexport function watchSidebar(\n el: HTMLElement, { viewport$, main$ }: WatchOptions\n): Observable {\n const adjust =\n el.parentElement!.offsetTop -\n el.parentElement!.parentElement!.offsetTop\n\n /* Compute the sidebar's available height and if it should be locked */\n return combineLatest([main$, viewport$])\n .pipe(\n map(([{ offset, height }, { offset: { y } }]) => {\n height = height\n + Math.min(adjust, Math.max(0, y - offset))\n - adjust\n return {\n height,\n locked: y >= offset + adjust\n }\n }),\n distinctUntilChanged((a, b) => (\n a.height === b.height &&\n a.locked === b.locked\n ))\n )\n}\n\n/**\n * Mount sidebar\n *\n * @param el - Sidebar element\n * @param options - Options\n *\n * @returns Sidebar component observable\n */\nexport function mountSidebar(\n el: HTMLElement, { header$, ...options }: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n observeOn(animationFrameScheduler),\n withLatestFrom(header$)\n )\n .subscribe({\n\n /* Update height and offset */\n next([{ height }, { height: offset }]) {\n setSidebarHeight(el, height)\n setSidebarOffset(el, offset)\n },\n\n /* Reset on complete */\n complete() {\n resetSidebarOffset(el)\n resetSidebarHeight(el)\n }\n })\n\n /* Create and return component */\n return watchSidebar(el, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Repo, User } from \"github-types\"\nimport { Observable, zip } from \"rxjs\"\nimport { defaultIfEmpty, map } from \"rxjs/operators\"\n\nimport { requestJSON } from \"~/browser\"\n\nimport { SourceFacts } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * GitHub release (partial)\n */\ninterface Release {\n tag_name: string /* Tag name */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch GitHub repository facts\n *\n * @param user - GitHub user\n * @param repo - GitHub repository\n *\n * @returns Repository facts observable\n */\nexport function fetchSourceFactsFromGitHub(\n user: string, repo?: string\n): Observable {\n if (typeof repo !== \"undefined\") {\n const url = `https://api.github.com/repos/${user}/${repo}`\n return zip(\n\n /* Fetch version */\n requestJSON(`${url}/releases/latest`)\n .pipe(\n map(release => ({\n version: release.tag_name\n })),\n defaultIfEmpty({})\n ),\n\n /* Fetch stars and forks */\n requestJSON(url)\n .pipe(\n map(info => ({\n stars: info.stargazers_count,\n forks: info.forks_count\n })),\n defaultIfEmpty({})\n )\n )\n .pipe(\n map(([release, info]) => ({ ...release, ...info }))\n )\n\n /* User or organization */\n } else {\n const url = `https://api.github.com/repos/${user}`\n return requestJSON(url)\n .pipe(\n map(info => ({\n repositories: info.public_repos\n })),\n defaultIfEmpty({})\n )\n }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { ProjectSchema } from \"gitlab\"\nimport { Observable } from \"rxjs\"\nimport { defaultIfEmpty, map } from \"rxjs/operators\"\n\nimport { requestJSON } from \"~/browser\"\n\nimport { SourceFacts } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch GitLab repository facts\n *\n * @param base - GitLab base\n * @param project - GitLab project\n *\n * @returns Repository facts observable\n */\nexport function fetchSourceFactsFromGitLab(\n base: string, project: string\n): Observable {\n const url = `https://${base}/api/v4/projects/${encodeURIComponent(project)}`\n return requestJSON(url)\n .pipe(\n map(({ star_count, forks_count }) => ({\n stars: star_count,\n forks: forks_count\n })),\n defaultIfEmpty({})\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { NEVER, Observable } from \"rxjs\"\n\nimport { fetchSourceFactsFromGitHub } from \"../github\"\nimport { fetchSourceFactsFromGitLab } from \"../gitlab\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Repository facts for repositories\n */\nexport interface RepositoryFacts {\n stars?: number /* Number of stars */\n forks?: number /* Number of forks */\n version?: string /* Latest version */\n}\n\n/**\n * Repository facts for organizations\n */\nexport interface OrganizationFacts {\n repositories?: number /* Number of repositories */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Repository facts\n */\nexport type SourceFacts =\n | RepositoryFacts\n | OrganizationFacts\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch repository facts\n *\n * @param url - Repository URL\n *\n * @returns Repository facts observable\n */\nexport function fetchSourceFacts(\n url: string\n): Observable {\n const [type] = url.match(/(git(?:hub|lab))/i) || []\n switch (type.toLowerCase()) {\n\n /* GitHub repository */\n case \"github\":\n const [, user, repo] = url.match(/^.+github\\.com\\/([^/]+)\\/?([^/]+)?/i)!\n return fetchSourceFactsFromGitHub(user, repo)\n\n /* GitLab repository */\n case \"gitlab\":\n const [, base, slug] = url.match(/^.+?([^/]*gitlab[^/]+)\\/(.+?)\\/?$/i)!\n return fetchSourceFactsFromGitLab(base, slug)\n\n /* Everything else */\n default:\n return NEVER\n }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { NEVER, Observable, Subject, defer, of } from \"rxjs\"\nimport {\n catchError,\n filter,\n finalize,\n map,\n shareReplay,\n tap\n} from \"rxjs/operators\"\n\nimport { setSourceFacts, setSourceState } from \"~/actions\"\nimport { renderSourceFacts } from \"~/templates\"\n\nimport { Component } from \"../../_\"\nimport { SourceFacts, fetchSourceFacts } from \"../facts\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Repository information\n */\nexport interface Source {\n facts: SourceFacts /* Repository facts */\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Repository information observable\n */\nlet fetch$: Observable\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch repository information\n *\n * This function tries to read the repository facts from session storage, and\n * if unsuccessful, fetches them from the underlying provider.\n *\n * @param el - Repository information element\n *\n * @returns Repository information observable\n */\nexport function watchSource(\n el: HTMLAnchorElement\n): Observable {\n return fetch$ ||= defer(() => {\n const data = sessionStorage.getItem(__prefix(\"__source\"))\n if (data) {\n return of(JSON.parse(data))\n } else {\n const value$ = fetchSourceFacts(el.href)\n value$.subscribe(value => {\n try {\n sessionStorage.setItem(__prefix(\"__source\"), JSON.stringify(value))\n } catch (err) {\n /* Uncritical, just swallow */\n }\n })\n\n /* Return value */\n return value$\n }\n })\n .pipe(\n catchError(() => NEVER),\n filter(facts => Object.keys(facts).length > 0),\n map(facts => ({ facts })),\n shareReplay(1)\n )\n}\n\n/**\n * Mount repository information\n *\n * @param el - Repository information element\n *\n * @returns Repository information component observable\n */\nexport function mountSource(\n el: HTMLAnchorElement\n): Observable> {\n const internal$ = new Subject()\n internal$.subscribe(({ facts }) => {\n setSourceFacts(el, renderSourceFacts(facts))\n setSourceState(el, \"done\")\n })\n\n /* Create and return component */\n return watchSource(el)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, Subject, animationFrameScheduler } from \"rxjs\"\nimport {\n distinctUntilKeyChanged,\n finalize,\n map,\n observeOn,\n switchMap,\n tap\n} from \"rxjs/operators\"\n\nimport { resetTabsState, setTabsState } from \"~/actions\"\nimport {\n Viewport,\n watchElementSize,\n watchViewportAt\n} from \"~/browser\"\n\nimport { Component } from \"../_\"\nimport { Header } from \"../header\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Navigation tabs\n */\nexport interface Tabs {\n hidden: boolean /* User scrolled past tabs */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch navigation tabs\n *\n * @param el - Navigation tabs element\n * @param options - Options\n *\n * @returns Navigation tabs observable\n */\nexport function watchTabs(\n el: HTMLElement, { viewport$, header$ }: WatchOptions\n): Observable {\n return watchElementSize(document.body)\n .pipe(\n switchMap(() => watchViewportAt(el, { header$, viewport$ })),\n map(({ offset: { y } }) => {\n return {\n hidden: y >= 10\n }\n }),\n distinctUntilKeyChanged(\"hidden\")\n )\n}\n\n/**\n * Mount navigation tabs\n *\n * This function hides the navigation tabs when scrolling past the threshold\n * and makes them reappear in a nice CSS animation when scrolling back up.\n *\n * @param el - Navigation tabs element\n * @param options - Options\n *\n * @returns Navigation tabs component observable\n */\nexport function mountTabs(\n el: HTMLElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n observeOn(animationFrameScheduler)\n )\n .subscribe({\n\n /* Update state */\n next({ hidden }) {\n if (hidden)\n setTabsState(el, \"hidden\")\n else\n resetTabsState(el)\n },\n\n /* Reset on complete */\n complete() {\n resetTabsState(el)\n }\n })\n\n /* Create and return component */\n return watchTabs(el, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n animationFrameScheduler,\n combineLatest\n} from \"rxjs\"\nimport {\n bufferCount,\n distinctUntilChanged,\n distinctUntilKeyChanged,\n finalize,\n map,\n observeOn,\n scan,\n startWith,\n switchMap,\n tap\n} from \"rxjs/operators\"\n\nimport {\n resetAnchorActive,\n resetAnchorState,\n setAnchorActive,\n setAnchorState\n} from \"~/actions\"\nimport {\n Viewport,\n getElement,\n getElements,\n watchElementSize\n} from \"~/browser\"\n\nimport { Component } from \"../_\"\nimport { Header } from \"../header\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Table of contents\n */\nexport interface TableOfContents {\n prev: HTMLAnchorElement[][] /* Anchors (previous) */\n next: HTMLAnchorElement[][] /* Anchors (next) */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n header$: Observable
    /* Header observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch table of contents\n *\n * This is effectively a scroll spy implementation which will account for the\n * fixed header and automatically re-calculate anchor offsets when the viewport\n * is resized. The returned observable will only emit if the table of contents\n * needs to be repainted.\n *\n * This implementation tracks an anchor element's entire path starting from its\n * level up to the top-most anchor element, e.g. `[h3, h2, h1]`. Although the\n * Material theme currently doesn't make use of this information, it enables\n * the styling of the entire hierarchy through customization.\n *\n * Note that the current anchor is the last item of the `prev` anchor list.\n *\n * @param anchors - Anchor elements\n * @param options - Options\n *\n * @returns Table of contents observable\n */\nexport function watchTableOfContents(\n anchors: HTMLAnchorElement[], { viewport$, header$ }: WatchOptions\n): Observable {\n const table = new Map()\n for (const anchor of anchors) {\n const id = decodeURIComponent(anchor.hash.substring(1))\n const target = getElement(`[id=\"${id}\"]`)\n if (typeof target !== \"undefined\")\n table.set(anchor, target)\n }\n\n /* Compute necessary adjustment for header */\n const adjust$ = header$\n .pipe(\n map(header => 24 + header.height)\n )\n\n /* Compute partition of previous and next anchors */\n const partition$ = watchElementSize(document.body)\n .pipe(\n distinctUntilKeyChanged(\"height\"),\n\n /* Build index to map anchor paths to vertical offsets */\n map(() => {\n let path: HTMLAnchorElement[] = []\n return [...table].reduce((index, [anchor, target]) => {\n while (path.length) {\n const last = table.get(path[path.length - 1])!\n if (last.tagName >= target.tagName) {\n path.pop()\n } else {\n break\n }\n }\n\n /* If the current anchor is hidden, continue with its parent */\n let offset = target.offsetTop\n while (!offset && target.parentElement) {\n target = target.parentElement\n offset = target.offsetTop\n }\n\n /* Map reversed anchor path to vertical offset */\n return index.set(\n [...path = [...path, anchor]].reverse(),\n offset\n )\n }, new Map())\n }),\n\n /* Sort index by vertical offset (see https://bit.ly/30z6QSO) */\n map(index => new Map([...index].sort(([, a], [, b]) => a - b))),\n\n /* Re-compute partition when viewport offset changes */\n switchMap(index => combineLatest([adjust$, viewport$])\n .pipe(\n scan(([prev, next], [adjust, { offset: { y } }]) => {\n\n /* Look forward */\n while (next.length) {\n const [, offset] = next[0]\n if (offset - adjust < y) {\n prev = [...prev, next.shift()!]\n } else {\n break\n }\n }\n\n /* Look backward */\n while (prev.length) {\n const [, offset] = prev[prev.length - 1]\n if (offset - adjust >= y) {\n next = [prev.pop()!, ...next]\n } else {\n break\n }\n }\n\n /* Return partition */\n return [prev, next]\n }, [[], [...index]]),\n distinctUntilChanged((a, b) => (\n a[0] === b[0] &&\n a[1] === b[1]\n ))\n )\n )\n )\n\n /* Compute and return anchor list migrations */\n return partition$\n .pipe(\n map(([prev, next]) => ({\n prev: prev.map(([path]) => path),\n next: next.map(([path]) => path)\n })),\n\n /* Extract anchor list migrations */\n startWith({ prev: [], next: [] }),\n bufferCount(2, 1),\n map(([a, b]) => {\n\n /* Moving down */\n if (a.prev.length < b.prev.length) {\n return {\n prev: b.prev.slice(Math.max(0, a.prev.length - 1), b.prev.length),\n next: []\n }\n\n /* Moving up */\n } else {\n return {\n prev: b.prev.slice(-1),\n next: b.next.slice(0, b.next.length - a.next.length)\n }\n }\n })\n )\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Mount table of contents\n *\n * @param el - Anchor list element\n * @param options - Options\n *\n * @returns Table of contents component observable\n */\nexport function mountTableOfContents(\n el: HTMLElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n observeOn(animationFrameScheduler),\n )\n .subscribe(({ prev, next }) => {\n\n /* Look forward */\n for (const [anchor] of next) {\n resetAnchorActive(anchor)\n resetAnchorState(anchor)\n }\n\n /* Look backward */\n for (const [index, [anchor]] of prev.entries()) {\n setAnchorActive(anchor, index === prev.length - 1)\n setAnchorState(anchor, \"blur\")\n }\n })\n\n /* Create and return component */\n const anchors = getElements(\"[href^=\\\\#]\", el)\n return watchTableOfContents(anchors, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n Subject,\n animationFrameScheduler,\n combineLatest\n} from \"rxjs\"\nimport {\n bufferCount,\n distinctUntilChanged,\n distinctUntilKeyChanged,\n finalize,\n map,\n observeOn,\n tap\n} from \"rxjs/operators\"\n\nimport { resetBackToTopState, setBackToTopState } from \"~/actions\"\nimport { Viewport } from \"~/browser\"\n\nimport { Component } from \"../_\"\nimport { Main } from \"../main\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Back-to-top button\n */\nexport interface BackToTop {\n hidden: boolean /* User scrolled up */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch options\n */\ninterface WatchOptions {\n viewport$: Observable /* Viewport observable */\n main$: Observable
    /* Main area observable */\n}\n\n/**\n * Mount options\n */\ninterface MountOptions {\n viewport$: Observable /* Viewport observable */\n main$: Observable
    /* Main area observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Watch back-to-top\n *\n * @param _el - Back-to-top element\n * @param options - Options\n *\n * @returns Back-to-top observable\n */\nexport function watchBackToTop(\n _el: HTMLElement, { viewport$, main$ }: WatchOptions\n): Observable {\n\n /* Compute direction */\n const direction$ = viewport$\n .pipe(\n map(({ offset: { y } }) => y),\n bufferCount(2, 1),\n map(([a, b]) => a > b),\n distinctUntilChanged()\n )\n\n /* Compute whether button should be hidden */\n const hidden$ = main$\n .pipe(\n distinctUntilKeyChanged(\"active\")\n )\n\n /* Compute threshold for hiding */\n return combineLatest([hidden$, direction$])\n .pipe(\n map(([{ active }, direction]) => ({\n hidden: !(active && direction)\n })),\n distinctUntilChanged((a, b) => (\n a.hidden === b.hidden\n ))\n )\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Mount back-to-top\n *\n * @param el - Back-to-top element\n * @param options - Options\n *\n * @returns Back-to-top component observable\n */\nexport function mountBackToTop(\n el: HTMLElement, options: MountOptions\n): Observable> {\n const internal$ = new Subject()\n internal$\n .pipe(\n observeOn(animationFrameScheduler)\n )\n .subscribe({\n\n /* Update state */\n next({ hidden }) {\n if (hidden)\n setBackToTopState(el, \"hidden\")\n else\n resetBackToTopState(el)\n },\n\n /* Reset on complete */\n complete() {\n resetBackToTopState(el)\n }\n })\n\n /* Create and return component */\n return watchBackToTop(el, options)\n .pipe(\n tap(internal$),\n finalize(() => internal$.complete()),\n map(state => ({ ref: el, ...state }))\n )\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent, of } from \"rxjs\"\nimport {\n mapTo,\n mergeMap,\n switchMap,\n takeWhile,\n tap,\n withLatestFrom\n} from \"rxjs/operators\"\n\nimport { getElements } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Patch options\n */\ninterface PatchOptions {\n document$: Observable /* Document observable */\n tablet$: Observable /* Tablet breakpoint observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Patch indeterminate checkboxes\n *\n * This function replaces the indeterminate \"pseudo state\" with the actual\n * indeterminate state, which is used to keep navigation always expanded.\n *\n * @param options - Options\n */\nexport function patchIndeterminate(\n { document$, tablet$ }: PatchOptions\n): void {\n document$\n .pipe(\n switchMap(() => of(...getElements(\n \"[data-md-state=indeterminate]\"\n ))),\n tap(el => {\n el.indeterminate = true\n el.checked = false\n }),\n mergeMap(el => fromEvent(el, \"change\")\n .pipe(\n takeWhile(() => el.hasAttribute(\"data-md-state\")),\n mapTo(el)\n )\n ),\n withLatestFrom(tablet$)\n )\n .subscribe(([el, tablet]) => {\n el.removeAttribute(\"data-md-state\")\n if (tablet)\n el.checked = false\n })\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { Observable, fromEvent, of } from \"rxjs\"\nimport {\n filter,\n mapTo,\n mergeMap,\n switchMap,\n tap\n} from \"rxjs/operators\"\n\nimport { getElements } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Patch options\n */\ninterface PatchOptions {\n document$: Observable /* Document observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Check whether the given device is an Apple device\n *\n * @returns Test result\n */\nfunction isAppleDevice(): boolean {\n return /(iPad|iPhone|iPod)/.test(navigator.userAgent)\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Patch all elements with `data-md-scrollfix` attributes\n *\n * This is a year-old patch which ensures that overflow scrolling works at the\n * top and bottom of containers on iOS by ensuring a `1px` scroll offset upon\n * the start of a touch event.\n *\n * @see https://bit.ly/2SCtAOO - Original source\n *\n * @param options - Options\n */\nexport function patchScrollfix(\n { document$ }: PatchOptions\n): void {\n document$\n .pipe(\n switchMap(() => of(...getElements(\"[data-md-scrollfix]\"))),\n tap(el => el.removeAttribute(\"data-md-scrollfix\")),\n filter(isAppleDevice),\n mergeMap(el => fromEvent(el, \"touchstart\")\n .pipe(\n mapTo(el)\n )\n )\n )\n .subscribe(el => {\n const top = el.scrollTop\n\n /* We're at the top of the container */\n if (top === 0) {\n el.scrollTop = 1\n\n /* We're at the bottom of the container */\n } else if (top + el.offsetHeight === el.scrollHeight) {\n el.scrollTop = top - 1\n }\n })\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n Observable,\n animationFrameScheduler,\n combineLatest,\n of\n} from \"rxjs\"\nimport {\n delay,\n map,\n observeOn,\n switchMap,\n withLatestFrom\n} from \"rxjs/operators\"\n\nimport { resetScrollLock, setScrollLock } from \"~/actions\"\nimport { Viewport, watchToggle } from \"~/browser\"\n\n/* ----------------------------------------------------------------------------\n * Helper types\n * ------------------------------------------------------------------------- */\n\n/**\n * Patch options\n */\ninterface PatchOptions {\n viewport$: Observable /* Viewport observable */\n tablet$: Observable /* Tablet breakpoint observable */\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Patch the document body to lock when search is open\n *\n * For mobile and tablet viewports, the search is rendered full screen, which\n * leads to scroll leaking when at the top or bottom of the search result. This\n * function locks the body when the search is in full screen mode, and restores\n * the scroll position when leaving.\n *\n * @param options - Options\n */\nexport function patchScrolllock(\n { viewport$, tablet$ }: PatchOptions\n): void {\n combineLatest([watchToggle(\"search\"), tablet$])\n .pipe(\n map(([active, tablet]) => active && !tablet),\n switchMap(active => of(active)\n .pipe(\n delay(active ? 400 : 100),\n observeOn(animationFrameScheduler)\n )\n ),\n withLatestFrom(viewport$)\n )\n .subscribe(([active, { offset: { y }}]) => {\n if (active)\n setScrollLock(document.body, y)\n else\n resetScrollLock(document.body)\n })\n}\n"], + "mappings": "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", + "names": [] +} diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.ar.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.ar.min.js new file mode 100644 index 000000000..248ddc5d1 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.ar.min.js @@ -0,0 +1 @@ +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.ar=function(){this.pipeline.reset(),this.pipeline.add(e.ar.trimmer,e.ar.stopWordFilter,e.ar.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.ar.stemmer))},e.ar.wordCharacters="ء-ٛٱـ",e.ar.trimmer=e.trimmerSupport.generateTrimmer(e.ar.wordCharacters),e.Pipeline.registerFunction(e.ar.trimmer,"trimmer-ar"),e.ar.stemmer=function(){var e=this;return e.result=!1,e.preRemoved=!1,e.sufRemoved=!1,e.pre={pre1:"ف ك ب و س ل ن ا ي ت",pre2:"ال لل",pre3:"بال وال فال تال كال ولل",pre4:"فبال كبال وبال وكال"},e.suf={suf1:"ه ك ت ن ا ي",suf2:"نك نه ها وك يا اه ون ين تن تم نا وا ان كم كن ني نن ما هم هن تك ته ات يه",suf3:"تين كهم نيه نهم ونه وها يهم ونا ونك وني وهم تكم تنا تها تني تهم كما كها ناه نكم هنا تان يها",suf4:"كموه ناها ونني ونهم تكما تموه تكاه كماه ناكم ناهم نيها وننا"},e.patterns=JSON.parse('{"pt43":[{"pt":[{"c":"ا","l":1}]},{"pt":[{"c":"ا,ت,ن,ي","l":0}],"mPt":[{"c":"ف","l":0,"m":1},{"c":"ع","l":1,"m":2},{"c":"ل","l":2,"m":3}]},{"pt":[{"c":"و","l":2}],"mPt":[{"c":"ف","l":0,"m":0},{"c":"ع","l":1,"m":1},{"c":"ل","l":2,"m":3}]},{"pt":[{"c":"ا","l":2}]},{"pt":[{"c":"ي","l":2}],"mPt":[{"c":"ف","l":0,"m":0},{"c":"ع","l":1,"m":1},{"c":"ا","l":2},{"c":"ل","l":3,"m":3}]},{"pt":[{"c":"م","l":0}]}],"pt53":[{"pt":[{"c":"ت","l":0},{"c":"ا","l":2}]},{"pt":[{"c":"ا,ن,ت,ي","l":0},{"c":"ت","l":2}],"mPt":[{"c":"ا","l":0},{"c":"ف","l":1,"m":1},{"c":"ت","l":2},{"c":"ع","l":3,"m":3},{"c":"ا","l":4},{"c":"ل","l":5,"m":4}]},{"pt":[{"c":"ا","l":0},{"c":"ا","l":2}],"mPt":[{"c":"ا","l":0},{"c":"ف","l":1,"m":1},{"c":"ع","l":2,"m":3},{"c":"ل","l":3,"m":4},{"c":"ا","l":4},{"c":"ل","l":5,"m":4}]},{"pt":[{"c":"ا","l":0},{"c":"ا","l":3}],"mPt":[{"c":"ف","l":0,"m":1},{"c":"ع","l":1,"m":2},{"c":"ل","l":2,"m":4}]},{"pt":[{"c":"ا","l":3},{"c":"ن","l":4}]},{"pt":[{"c":"ت","l":0},{"c":"ي","l":3}]},{"pt":[{"c":"م","l":0},{"c":"و","l":3}]},{"pt":[{"c":"ا","l":1},{"c":"و","l":3}]},{"pt":[{"c":"و","l":1},{"c":"ا","l":2}]},{"pt":[{"c":"م","l":0},{"c":"ا","l":3}]},{"pt":[{"c":"م","l":0},{"c":"ي","l":3}]},{"pt":[{"c":"ا","l":2},{"c":"ن","l":3}]},{"pt":[{"c":"م","l":0},{"c":"ن","l":1}],"mPt":[{"c":"ا","l":0},{"c":"ن","l":1},{"c":"ف","l":2,"m":2},{"c":"ع","l":3,"m":3},{"c":"ا","l":4},{"c":"ل","l":5,"m":4}]},{"pt":[{"c":"م","l":0},{"c":"ت","l":2}],"mPt":[{"c":"ا","l":0},{"c":"ف","l":1,"m":1},{"c":"ت","l":2},{"c":"ع","l":3,"m":3},{"c":"ا","l":4},{"c":"ل","l":5,"m":4}]},{"pt":[{"c":"م","l":0},{"c":"ا","l":2}]},{"pt":[{"c":"م","l":1},{"c":"ا","l":3}]},{"pt":[{"c":"ي,ت,ا,ن","l":0},{"c":"ت","l":1}],"mPt":[{"c":"ف","l":0,"m":2},{"c":"ع","l":1,"m":3},{"c":"ا","l":2},{"c":"ل","l":3,"m":4}]},{"pt":[{"c":"ت,ي,ا,ن","l":0},{"c":"ت","l":2}],"mPt":[{"c":"ا","l":0},{"c":"ف","l":1,"m":1},{"c":"ت","l":2},{"c":"ع","l":3,"m":3},{"c":"ا","l":4},{"c":"ل","l":5,"m":4}]},{"pt":[{"c":"ا","l":2},{"c":"ي","l":3}]},{"pt":[{"c":"ا,ي,ت,ن","l":0},{"c":"ن","l":1}],"mPt":[{"c":"ا","l":0},{"c":"ن","l":1},{"c":"ف","l":2,"m":2},{"c":"ع","l":3,"m":3},{"c":"ا","l":4},{"c":"ل","l":5,"m":4}]},{"pt":[{"c":"ا","l":3},{"c":"ء","l":4}]}],"pt63":[{"pt":[{"c":"ا","l":0},{"c":"ت","l":2},{"c":"ا","l":4}]},{"pt":[{"c":"ا,ت,ن,ي","l":0},{"c":"س","l":1},{"c":"ت","l":2}],"mPt":[{"c":"ا","l":0},{"c":"س","l":1},{"c":"ت","l":2},{"c":"ف","l":3,"m":3},{"c":"ع","l":4,"m":4},{"c":"ا","l":5},{"c":"ل","l":6,"m":5}]},{"pt":[{"c":"ا,ن,ت,ي","l":0},{"c":"و","l":3}]},{"pt":[{"c":"م","l":0},{"c":"س","l":1},{"c":"ت","l":2}],"mPt":[{"c":"ا","l":0},{"c":"س","l":1},{"c":"ت","l":2},{"c":"ف","l":3,"m":3},{"c":"ع","l":4,"m":4},{"c":"ا","l":5},{"c":"ل","l":6,"m":5}]},{"pt":[{"c":"ي","l":1},{"c":"ي","l":3},{"c":"ا","l":4},{"c":"ء","l":5}]},{"pt":[{"c":"ا","l":0},{"c":"ن","l":1},{"c":"ا","l":4}]}],"pt54":[{"pt":[{"c":"ت","l":0}]},{"pt":[{"c":"ا,ي,ت,ن","l":0}],"mPt":[{"c":"ا","l":0},{"c":"ف","l":1,"m":1},{"c":"ع","l":2,"m":2},{"c":"ل","l":3,"m":3},{"c":"ر","l":4,"m":4},{"c":"ا","l":5},{"c":"ر","l":6,"m":4}]},{"pt":[{"c":"م","l":0}],"mPt":[{"c":"ا","l":0},{"c":"ف","l":1,"m":1},{"c":"ع","l":2,"m":2},{"c":"ل","l":3,"m":3},{"c":"ر","l":4,"m":4},{"c":"ا","l":5},{"c":"ر","l":6,"m":4}]},{"pt":[{"c":"ا","l":2}]},{"pt":[{"c":"ا","l":0},{"c":"ن","l":2}]}],"pt64":[{"pt":[{"c":"ا","l":0},{"c":"ا","l":4}]},{"pt":[{"c":"م","l":0},{"c":"ت","l":1}]}],"pt73":[{"pt":[{"c":"ا","l":0},{"c":"س","l":1},{"c":"ت","l":2},{"c":"ا","l":5}]}],"pt75":[{"pt":[{"c":"ا","l":0},{"c":"ا","l":5}]}]}'),e.execArray=["cleanWord","removeDiacritics","cleanAlef","removeStopWords","normalizeHamzaAndAlef","removeStartWaw","removePre432","removeEndTaa","wordCheck"],e.stem=function(){var r=0;for(e.result=!1,e.preRemoved=!1,e.sufRemoved=!1;r=0)return!0},e.normalizeHamzaAndAlef=function(){return e.word=e.word.replace("ؤ","ء"),e.word=e.word.replace("ئ","ء"),e.word=e.word.replace(/([\u0627])\1+/gi,"ا"),!1},e.removeEndTaa=function(){return!(e.word.length>2)||(e.word=e.word.replace(/[\u0627]$/,""),e.word=e.word.replace("ة",""),!1)},e.removeStartWaw=function(){return e.word.length>3&&"و"==e.word[0]&&"و"==e.word[1]&&(e.word=e.word.slice(1)),!1},e.removePre432=function(){var r=e.word;if(e.word.length>=7){var t=new RegExp("^("+e.pre.pre4.split(" ").join("|")+")");e.word=e.word.replace(t,"")}if(e.word==r&&e.word.length>=6){var c=new RegExp("^("+e.pre.pre3.split(" ").join("|")+")");e.word=e.word.replace(c,"")}if(e.word==r&&e.word.length>=5){var l=new RegExp("^("+e.pre.pre2.split(" ").join("|")+")");e.word=e.word.replace(l,"")}return r!=e.word&&(e.preRemoved=!0),!1},e.patternCheck=function(r){for(var t=0;t3){var t=new RegExp("^("+e.pre.pre1.split(" ").join("|")+")");e.word=e.word.replace(t,"")}return r!=e.word&&(e.preRemoved=!0),!1},e.removeSuf1=function(){var r=e.word;if(0==e.sufRemoved&&e.word.length>3){var t=new RegExp("("+e.suf.suf1.split(" ").join("|")+")$");e.word=e.word.replace(t,"")}return r!=e.word&&(e.sufRemoved=!0),!1},e.removeSuf432=function(){var r=e.word;if(e.word.length>=6){var t=new RegExp("("+e.suf.suf4.split(" ").join("|")+")$");e.word=e.word.replace(t,"")}if(e.word==r&&e.word.length>=5){var c=new RegExp("("+e.suf.suf3.split(" ").join("|")+")$");e.word=e.word.replace(c,"")}if(e.word==r&&e.word.length>=4){var l=new RegExp("("+e.suf.suf2.split(" ").join("|")+")$");e.word=e.word.replace(l,"")}return r!=e.word&&(e.sufRemoved=!0),!1},e.wordCheck=function(){for(var r=(e.word,[e.removeSuf432,e.removeSuf1,e.removePre1]),t=0,c=!1;e.word.length>=7&&!e.result&&t=f.limit)return;f.cursor++}for(;!f.out_grouping(w,97,248);){if(f.cursor>=f.limit)return;f.cursor++}d=f.cursor,d=d&&(r=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,e=f.find_among_b(c,32),f.limit_backward=r,e))switch(f.bra=f.cursor,e){case 1:f.slice_del();break;case 2:f.in_grouping_b(p,97,229)&&f.slice_del()}}function t(){var e,r=f.limit-f.cursor;f.cursor>=d&&(e=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,f.find_among_b(l,4)?(f.bra=f.cursor,f.limit_backward=e,f.cursor=f.limit-r,f.cursor>f.limit_backward&&(f.cursor--,f.bra=f.cursor,f.slice_del())):f.limit_backward=e)}function s(){var e,r,i,n=f.limit-f.cursor;if(f.ket=f.cursor,f.eq_s_b(2,"st")&&(f.bra=f.cursor,f.eq_s_b(2,"ig")&&f.slice_del()),f.cursor=f.limit-n,f.cursor>=d&&(r=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,e=f.find_among_b(m,5),f.limit_backward=r,e))switch(f.bra=f.cursor,e){case 1:f.slice_del(),i=f.limit-f.cursor,t(),f.cursor=f.limit-i;break;case 2:f.slice_from("løs")}}function o(){var e;f.cursor>=d&&(e=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,f.out_grouping_b(w,97,248)?(f.bra=f.cursor,u=f.slice_to(u),f.limit_backward=e,f.eq_v_b(u)&&f.slice_del()):f.limit_backward=e)}var a,d,u,c=[new r("hed",-1,1),new r("ethed",0,1),new r("ered",-1,1),new r("e",-1,1),new r("erede",3,1),new r("ende",3,1),new r("erende",5,1),new r("ene",3,1),new r("erne",3,1),new r("ere",3,1),new r("en",-1,1),new r("heden",10,1),new r("eren",10,1),new r("er",-1,1),new r("heder",13,1),new r("erer",13,1),new r("s",-1,2),new r("heds",16,1),new r("es",16,1),new r("endes",18,1),new r("erendes",19,1),new r("enes",18,1),new r("ernes",18,1),new r("eres",18,1),new r("ens",16,1),new r("hedens",24,1),new r("erens",24,1),new r("ers",16,1),new r("ets",16,1),new r("erets",28,1),new r("et",-1,1),new r("eret",30,1)],l=[new r("gd",-1,-1),new r("dt",-1,-1),new r("gt",-1,-1),new r("kt",-1,-1)],m=[new r("ig",-1,1),new r("lig",0,1),new r("elig",1,1),new r("els",-1,1),new r("løst",-1,2)],w=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],p=[239,254,42,3,0,0,0,0,0,0,0,0,0,0,0,0,16],f=new i;this.setCurrent=function(e){f.setCurrent(e)},this.getCurrent=function(){return f.getCurrent()},this.stem=function(){var r=f.cursor;return e(),f.limit_backward=r,f.cursor=f.limit,n(),f.cursor=f.limit,t(),f.cursor=f.limit,s(),f.cursor=f.limit,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.da.stemmer,"stemmer-da"),e.da.stopWordFilter=e.generateStopWordFilter("ad af alle alt anden at blev blive bliver da de dem den denne der deres det dette dig din disse dog du efter eller en end er et for fra ham han hans har havde have hende hendes her hos hun hvad hvis hvor i ikke ind jeg jer jo kunne man mange med meget men mig min mine mit mod ned noget nogle nu når og også om op os over på selv sig sin sine sit skal skulle som sådan thi til ud under var vi vil ville vor være været".split(" ")),e.Pipeline.registerFunction(e.da.stopWordFilter,"stopWordFilter-da")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.de.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.de.min.js new file mode 100644 index 000000000..f3b5c108c --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.de.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `German` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.de=function(){this.pipeline.reset(),this.pipeline.add(e.de.trimmer,e.de.stopWordFilter,e.de.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.de.stemmer))},e.de.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.de.trimmer=e.trimmerSupport.generateTrimmer(e.de.wordCharacters),e.Pipeline.registerFunction(e.de.trimmer,"trimmer-de"),e.de.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){function e(e,r,n){return!(!v.eq_s(1,e)||(v.ket=v.cursor,!v.in_grouping(p,97,252)))&&(v.slice_from(r),v.cursor=n,!0)}function i(){for(var r,n,i,s,t=v.cursor;;)if(r=v.cursor,v.bra=r,v.eq_s(1,"ß"))v.ket=v.cursor,v.slice_from("ss");else{if(r>=v.limit)break;v.cursor=r+1}for(v.cursor=t;;)for(n=v.cursor;;){if(i=v.cursor,v.in_grouping(p,97,252)){if(s=v.cursor,v.bra=s,e("u","U",i))break;if(v.cursor=s,e("y","Y",i))break}if(i>=v.limit)return void(v.cursor=n);v.cursor=i+1}}function s(){for(;!v.in_grouping(p,97,252);){if(v.cursor>=v.limit)return!0;v.cursor++}for(;!v.out_grouping(p,97,252);){if(v.cursor>=v.limit)return!0;v.cursor++}return!1}function t(){m=v.limit,l=m;var e=v.cursor+3;0<=e&&e<=v.limit&&(d=e,s()||(m=v.cursor,m=v.limit)return;v.cursor++}}}function c(){return m<=v.cursor}function u(){return l<=v.cursor}function a(){var e,r,n,i,s=v.limit-v.cursor;if(v.ket=v.cursor,(e=v.find_among_b(w,7))&&(v.bra=v.cursor,c()))switch(e){case 1:v.slice_del();break;case 2:v.slice_del(),v.ket=v.cursor,v.eq_s_b(1,"s")&&(v.bra=v.cursor,v.eq_s_b(3,"nis")&&v.slice_del());break;case 3:v.in_grouping_b(g,98,116)&&v.slice_del()}if(v.cursor=v.limit-s,v.ket=v.cursor,(e=v.find_among_b(f,4))&&(v.bra=v.cursor,c()))switch(e){case 1:v.slice_del();break;case 2:if(v.in_grouping_b(k,98,116)){var t=v.cursor-3;v.limit_backward<=t&&t<=v.limit&&(v.cursor=t,v.slice_del())}}if(v.cursor=v.limit-s,v.ket=v.cursor,(e=v.find_among_b(_,8))&&(v.bra=v.cursor,u()))switch(e){case 1:v.slice_del(),v.ket=v.cursor,v.eq_s_b(2,"ig")&&(v.bra=v.cursor,r=v.limit-v.cursor,v.eq_s_b(1,"e")||(v.cursor=v.limit-r,u()&&v.slice_del()));break;case 2:n=v.limit-v.cursor,v.eq_s_b(1,"e")||(v.cursor=v.limit-n,v.slice_del());break;case 3:if(v.slice_del(),v.ket=v.cursor,i=v.limit-v.cursor,!v.eq_s_b(2,"er")&&(v.cursor=v.limit-i,!v.eq_s_b(2,"en")))break;v.bra=v.cursor,c()&&v.slice_del();break;case 4:v.slice_del(),v.ket=v.cursor,e=v.find_among_b(b,2),e&&(v.bra=v.cursor,u()&&1==e&&v.slice_del())}}var d,l,m,h=[new r("",-1,6),new r("U",0,2),new r("Y",0,1),new r("ä",0,3),new r("ö",0,4),new r("ü",0,5)],w=[new r("e",-1,2),new r("em",-1,1),new r("en",-1,2),new r("ern",-1,1),new r("er",-1,1),new r("s",-1,3),new r("es",5,2)],f=[new r("en",-1,1),new r("er",-1,1),new r("st",-1,2),new r("est",2,1)],b=[new r("ig",-1,1),new r("lich",-1,1)],_=[new r("end",-1,1),new r("ig",-1,2),new r("ung",-1,1),new r("lich",-1,3),new r("isch",-1,2),new r("ik",-1,2),new r("heit",-1,3),new r("keit",-1,4)],p=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32,8],g=[117,30,5],k=[117,30,4],v=new n;this.setCurrent=function(e){v.setCurrent(e)},this.getCurrent=function(){return v.getCurrent()},this.stem=function(){var e=v.cursor;return i(),v.cursor=e,t(),v.limit_backward=e,v.cursor=v.limit,a(),v.cursor=v.limit_backward,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.de.stemmer,"stemmer-de"),e.de.stopWordFilter=e.generateStopWordFilter("aber alle allem allen aller alles als also am an ander andere anderem anderen anderer anderes anderm andern anderr anders auch auf aus bei bin bis bist da damit dann das dasselbe dazu daß dein deine deinem deinen deiner deines dem demselben den denn denselben der derer derselbe derselben des desselben dessen dich die dies diese dieselbe dieselben diesem diesen dieser dieses dir doch dort du durch ein eine einem einen einer eines einig einige einigem einigen einiger einiges einmal er es etwas euch euer eure eurem euren eurer eures für gegen gewesen hab habe haben hat hatte hatten hier hin hinter ich ihm ihn ihnen ihr ihre ihrem ihren ihrer ihres im in indem ins ist jede jedem jeden jeder jedes jene jenem jenen jener jenes jetzt kann kein keine keinem keinen keiner keines können könnte machen man manche manchem manchen mancher manches mein meine meinem meinen meiner meines mich mir mit muss musste nach nicht nichts noch nun nur ob oder ohne sehr sein seine seinem seinen seiner seines selbst sich sie sind so solche solchem solchen solcher solches soll sollte sondern sonst um und uns unse unsem unsen unser unses unter viel vom von vor war waren warst was weg weil weiter welche welchem welchen welcher welches wenn werde werden wie wieder will wir wird wirst wo wollen wollte während würde würden zu zum zur zwar zwischen über".split(" ")),e.Pipeline.registerFunction(e.de.stopWordFilter,"stopWordFilter-de")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.du.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.du.min.js new file mode 100644 index 000000000..49a0f3f0a --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.du.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Dutch` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");console.warn('[Lunr Languages] Please use the "nl" instead of the "du". The "nl" code is the standard code for Dutch language, and "du" will be removed in the next major versions.'),e.du=function(){this.pipeline.reset(),this.pipeline.add(e.du.trimmer,e.du.stopWordFilter,e.du.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.du.stemmer))},e.du.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.du.trimmer=e.trimmerSupport.generateTrimmer(e.du.wordCharacters),e.Pipeline.registerFunction(e.du.trimmer,"trimmer-du"),e.du.stemmer=function(){var r=e.stemmerSupport.Among,i=e.stemmerSupport.SnowballProgram,n=new function(){function e(){for(var e,r,i,o=C.cursor;;){if(C.bra=C.cursor,e=C.find_among(b,11))switch(C.ket=C.cursor,e){case 1:C.slice_from("a");continue;case 2:C.slice_from("e");continue;case 3:C.slice_from("i");continue;case 4:C.slice_from("o");continue;case 5:C.slice_from("u");continue;case 6:if(C.cursor>=C.limit)break;C.cursor++;continue}break}for(C.cursor=o,C.bra=o,C.eq_s(1,"y")?(C.ket=C.cursor,C.slice_from("Y")):C.cursor=o;;)if(r=C.cursor,C.in_grouping(q,97,232)){if(i=C.cursor,C.bra=i,C.eq_s(1,"i"))C.ket=C.cursor,C.in_grouping(q,97,232)&&(C.slice_from("I"),C.cursor=r);else if(C.cursor=i,C.eq_s(1,"y"))C.ket=C.cursor,C.slice_from("Y"),C.cursor=r;else if(n(r))break}else if(n(r))break}function n(e){return C.cursor=e,e>=C.limit||(C.cursor++,!1)}function o(){_=C.limit,f=_,t()||(_=C.cursor,_<3&&(_=3),t()||(f=C.cursor))}function t(){for(;!C.in_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}for(;!C.out_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}return!1}function s(){for(var e;;)if(C.bra=C.cursor,e=C.find_among(p,3))switch(C.ket=C.cursor,e){case 1:C.slice_from("y");break;case 2:C.slice_from("i");break;case 3:if(C.cursor>=C.limit)return;C.cursor++}}function u(){return _<=C.cursor}function c(){return f<=C.cursor}function a(){var e=C.limit-C.cursor;C.find_among_b(g,3)&&(C.cursor=C.limit-e,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del()))}function l(){var e;w=!1,C.ket=C.cursor,C.eq_s_b(1,"e")&&(C.bra=C.cursor,u()&&(e=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-e,C.slice_del(),w=!0,a())))}function m(){var e;u()&&(e=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-e,C.eq_s_b(3,"gem")||(C.cursor=C.limit-e,C.slice_del(),a())))}function d(){var e,r,i,n,o,t,s=C.limit-C.cursor;if(C.ket=C.cursor,e=C.find_among_b(h,5))switch(C.bra=C.cursor,e){case 1:u()&&C.slice_from("heid");break;case 2:m();break;case 3:u()&&C.out_grouping_b(z,97,232)&&C.slice_del()}if(C.cursor=C.limit-s,l(),C.cursor=C.limit-s,C.ket=C.cursor,C.eq_s_b(4,"heid")&&(C.bra=C.cursor,c()&&(r=C.limit-C.cursor,C.eq_s_b(1,"c")||(C.cursor=C.limit-r,C.slice_del(),C.ket=C.cursor,C.eq_s_b(2,"en")&&(C.bra=C.cursor,m())))),C.cursor=C.limit-s,C.ket=C.cursor,e=C.find_among_b(k,6))switch(C.bra=C.cursor,e){case 1:if(c()){if(C.slice_del(),i=C.limit-C.cursor,C.ket=C.cursor,C.eq_s_b(2,"ig")&&(C.bra=C.cursor,c()&&(n=C.limit-C.cursor,!C.eq_s_b(1,"e")))){C.cursor=C.limit-n,C.slice_del();break}C.cursor=C.limit-i,a()}break;case 2:c()&&(o=C.limit-C.cursor,C.eq_s_b(1,"e")||(C.cursor=C.limit-o,C.slice_del()));break;case 3:c()&&(C.slice_del(),l());break;case 4:c()&&C.slice_del();break;case 5:c()&&w&&C.slice_del()}C.cursor=C.limit-s,C.out_grouping_b(j,73,232)&&(t=C.limit-C.cursor,C.find_among_b(v,4)&&C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-t,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del())))}var f,_,w,b=[new r("",-1,6),new r("á",0,1),new r("ä",0,1),new r("é",0,2),new r("ë",0,2),new r("í",0,3),new r("ï",0,3),new r("ó",0,4),new r("ö",0,4),new r("ú",0,5),new r("ü",0,5)],p=[new r("",-1,3),new r("I",0,2),new r("Y",0,1)],g=[new r("dd",-1,-1),new r("kk",-1,-1),new r("tt",-1,-1)],h=[new r("ene",-1,2),new r("se",-1,3),new r("en",-1,2),new r("heden",2,1),new r("s",-1,3)],k=[new r("end",-1,1),new r("ig",-1,2),new r("ing",-1,1),new r("lijk",-1,3),new r("baar",-1,4),new r("bar",-1,5)],v=[new r("aa",-1,-1),new r("ee",-1,-1),new r("oo",-1,-1),new r("uu",-1,-1)],q=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],j=[1,0,0,17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],z=[17,67,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],C=new i;this.setCurrent=function(e){C.setCurrent(e)},this.getCurrent=function(){return C.getCurrent()},this.stem=function(){var r=C.cursor;return e(),C.cursor=r,o(),C.limit_backward=r,C.cursor=C.limit,d(),C.cursor=C.limit_backward,s(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.du.stemmer,"stemmer-du"),e.du.stopWordFilter=e.generateStopWordFilter(" aan al alles als altijd andere ben bij daar dan dat de der deze die dit doch doen door dus een eens en er ge geen geweest haar had heb hebben heeft hem het hier hij hoe hun iemand iets ik in is ja je kan kon kunnen maar me meer men met mij mijn moet na naar niet niets nog nu of om omdat onder ons ook op over reeds te tegen toch toen tot u uit uw van veel voor want waren was wat werd wezen wie wil worden wordt zal ze zelf zich zij zijn zo zonder zou".split(" ")),e.Pipeline.registerFunction(e.du.stopWordFilter,"stopWordFilter-du")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.es.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.es.min.js new file mode 100644 index 000000000..2989d3426 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.es.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Spanish` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,s){"function"==typeof define&&define.amd?define(s):"object"==typeof exports?module.exports=s():s()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.es=function(){this.pipeline.reset(),this.pipeline.add(e.es.trimmer,e.es.stopWordFilter,e.es.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.es.stemmer))},e.es.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.es.trimmer=e.trimmerSupport.generateTrimmer(e.es.wordCharacters),e.Pipeline.registerFunction(e.es.trimmer,"trimmer-es"),e.es.stemmer=function(){var s=e.stemmerSupport.Among,r=e.stemmerSupport.SnowballProgram,n=new function(){function e(){if(A.out_grouping(x,97,252)){for(;!A.in_grouping(x,97,252);){if(A.cursor>=A.limit)return!0;A.cursor++}return!1}return!0}function n(){if(A.in_grouping(x,97,252)){var s=A.cursor;if(e()){if(A.cursor=s,!A.in_grouping(x,97,252))return!0;for(;!A.out_grouping(x,97,252);){if(A.cursor>=A.limit)return!0;A.cursor++}}return!1}return!0}function i(){var s,r=A.cursor;if(n()){if(A.cursor=r,!A.out_grouping(x,97,252))return;if(s=A.cursor,e()){if(A.cursor=s,!A.in_grouping(x,97,252)||A.cursor>=A.limit)return;A.cursor++}}g=A.cursor}function a(){for(;!A.in_grouping(x,97,252);){if(A.cursor>=A.limit)return!1;A.cursor++}for(;!A.out_grouping(x,97,252);){if(A.cursor>=A.limit)return!1;A.cursor++}return!0}function t(){var e=A.cursor;g=A.limit,p=g,v=g,i(),A.cursor=e,a()&&(p=A.cursor,a()&&(v=A.cursor))}function o(){for(var e;;){if(A.bra=A.cursor,e=A.find_among(k,6))switch(A.ket=A.cursor,e){case 1:A.slice_from("a");continue;case 2:A.slice_from("e");continue;case 3:A.slice_from("i");continue;case 4:A.slice_from("o");continue;case 5:A.slice_from("u");continue;case 6:if(A.cursor>=A.limit)break;A.cursor++;continue}break}}function u(){return g<=A.cursor}function w(){return p<=A.cursor}function c(){return v<=A.cursor}function m(){var e;if(A.ket=A.cursor,A.find_among_b(y,13)&&(A.bra=A.cursor,(e=A.find_among_b(q,11))&&u()))switch(e){case 1:A.bra=A.cursor,A.slice_from("iendo");break;case 2:A.bra=A.cursor,A.slice_from("ando");break;case 3:A.bra=A.cursor,A.slice_from("ar");break;case 4:A.bra=A.cursor,A.slice_from("er");break;case 5:A.bra=A.cursor,A.slice_from("ir");break;case 6:A.slice_del();break;case 7:A.eq_s_b(1,"u")&&A.slice_del()}}function l(e,s){if(!c())return!0;A.slice_del(),A.ket=A.cursor;var r=A.find_among_b(e,s);return r&&(A.bra=A.cursor,1==r&&c()&&A.slice_del()),!1}function d(e){return!c()||(A.slice_del(),A.ket=A.cursor,A.eq_s_b(2,e)&&(A.bra=A.cursor,c()&&A.slice_del()),!1)}function b(){var e;if(A.ket=A.cursor,e=A.find_among_b(S,46)){switch(A.bra=A.cursor,e){case 1:if(!c())return!1;A.slice_del();break;case 2:if(d("ic"))return!1;break;case 3:if(!c())return!1;A.slice_from("log");break;case 4:if(!c())return!1;A.slice_from("u");break;case 5:if(!c())return!1;A.slice_from("ente");break;case 6:if(!w())return!1;A.slice_del(),A.ket=A.cursor,e=A.find_among_b(C,4),e&&(A.bra=A.cursor,c()&&(A.slice_del(),1==e&&(A.ket=A.cursor,A.eq_s_b(2,"at")&&(A.bra=A.cursor,c()&&A.slice_del()))));break;case 7:if(l(P,3))return!1;break;case 8:if(l(F,3))return!1;break;case 9:if(d("at"))return!1}return!0}return!1}function f(){var e,s;if(A.cursor>=g&&(s=A.limit_backward,A.limit_backward=g,A.ket=A.cursor,e=A.find_among_b(W,12),A.limit_backward=s,e)){if(A.bra=A.cursor,1==e){if(!A.eq_s_b(1,"u"))return!1;A.slice_del()}return!0}return!1}function _(){var e,s,r,n;if(A.cursor>=g&&(s=A.limit_backward,A.limit_backward=g,A.ket=A.cursor,e=A.find_among_b(L,96),A.limit_backward=s,e))switch(A.bra=A.cursor,e){case 1:r=A.limit-A.cursor,A.eq_s_b(1,"u")?(n=A.limit-A.cursor,A.eq_s_b(1,"g")?A.cursor=A.limit-n:A.cursor=A.limit-r):A.cursor=A.limit-r,A.bra=A.cursor;case 2:A.slice_del()}}function h(){var e,s;if(A.ket=A.cursor,e=A.find_among_b(z,8))switch(A.bra=A.cursor,e){case 1:u()&&A.slice_del();break;case 2:u()&&(A.slice_del(),A.ket=A.cursor,A.eq_s_b(1,"u")&&(A.bra=A.cursor,s=A.limit-A.cursor,A.eq_s_b(1,"g")&&(A.cursor=A.limit-s,u()&&A.slice_del())))}}var v,p,g,k=[new s("",-1,6),new s("á",0,1),new s("é",0,2),new s("í",0,3),new s("ó",0,4),new s("ú",0,5)],y=[new s("la",-1,-1),new s("sela",0,-1),new s("le",-1,-1),new s("me",-1,-1),new s("se",-1,-1),new s("lo",-1,-1),new s("selo",5,-1),new s("las",-1,-1),new s("selas",7,-1),new s("les",-1,-1),new s("los",-1,-1),new s("selos",10,-1),new s("nos",-1,-1)],q=[new s("ando",-1,6),new s("iendo",-1,6),new s("yendo",-1,7),new s("ándo",-1,2),new s("iéndo",-1,1),new s("ar",-1,6),new s("er",-1,6),new s("ir",-1,6),new s("ár",-1,3),new s("ér",-1,4),new s("ír",-1,5)],C=[new s("ic",-1,-1),new s("ad",-1,-1),new s("os",-1,-1),new s("iv",-1,1)],P=[new s("able",-1,1),new s("ible",-1,1),new s("ante",-1,1)],F=[new s("ic",-1,1),new s("abil",-1,1),new s("iv",-1,1)],S=[new s("ica",-1,1),new s("ancia",-1,2),new s("encia",-1,5),new s("adora",-1,2),new s("osa",-1,1),new s("ista",-1,1),new s("iva",-1,9),new s("anza",-1,1),new s("logía",-1,3),new s("idad",-1,8),new s("able",-1,1),new s("ible",-1,1),new s("ante",-1,2),new s("mente",-1,7),new s("amente",13,6),new s("ación",-1,2),new s("ución",-1,4),new s("ico",-1,1),new s("ismo",-1,1),new s("oso",-1,1),new s("amiento",-1,1),new s("imiento",-1,1),new s("ivo",-1,9),new s("ador",-1,2),new s("icas",-1,1),new s("ancias",-1,2),new s("encias",-1,5),new s("adoras",-1,2),new s("osas",-1,1),new s("istas",-1,1),new s("ivas",-1,9),new s("anzas",-1,1),new s("logías",-1,3),new s("idades",-1,8),new s("ables",-1,1),new s("ibles",-1,1),new s("aciones",-1,2),new s("uciones",-1,4),new s("adores",-1,2),new s("antes",-1,2),new s("icos",-1,1),new s("ismos",-1,1),new s("osos",-1,1),new s("amientos",-1,1),new s("imientos",-1,1),new s("ivos",-1,9)],W=[new s("ya",-1,1),new s("ye",-1,1),new s("yan",-1,1),new s("yen",-1,1),new s("yeron",-1,1),new s("yendo",-1,1),new s("yo",-1,1),new s("yas",-1,1),new s("yes",-1,1),new s("yais",-1,1),new s("yamos",-1,1),new s("yó",-1,1)],L=[new s("aba",-1,2),new s("ada",-1,2),new s("ida",-1,2),new s("ara",-1,2),new s("iera",-1,2),new s("ía",-1,2),new s("aría",5,2),new s("ería",5,2),new s("iría",5,2),new s("ad",-1,2),new s("ed",-1,2),new s("id",-1,2),new s("ase",-1,2),new s("iese",-1,2),new s("aste",-1,2),new s("iste",-1,2),new s("an",-1,2),new s("aban",16,2),new s("aran",16,2),new s("ieran",16,2),new s("ían",16,2),new s("arían",20,2),new s("erían",20,2),new s("irían",20,2),new s("en",-1,1),new s("asen",24,2),new s("iesen",24,2),new s("aron",-1,2),new s("ieron",-1,2),new s("arán",-1,2),new s("erán",-1,2),new s("irán",-1,2),new s("ado",-1,2),new s("ido",-1,2),new s("ando",-1,2),new s("iendo",-1,2),new s("ar",-1,2),new s("er",-1,2),new s("ir",-1,2),new s("as",-1,2),new s("abas",39,2),new s("adas",39,2),new s("idas",39,2),new s("aras",39,2),new s("ieras",39,2),new s("ías",39,2),new s("arías",45,2),new s("erías",45,2),new s("irías",45,2),new s("es",-1,1),new s("ases",49,2),new s("ieses",49,2),new s("abais",-1,2),new s("arais",-1,2),new s("ierais",-1,2),new s("íais",-1,2),new s("aríais",55,2),new s("eríais",55,2),new s("iríais",55,2),new s("aseis",-1,2),new s("ieseis",-1,2),new s("asteis",-1,2),new s("isteis",-1,2),new s("áis",-1,2),new s("éis",-1,1),new s("aréis",64,2),new s("eréis",64,2),new s("iréis",64,2),new s("ados",-1,2),new s("idos",-1,2),new s("amos",-1,2),new s("ábamos",70,2),new s("áramos",70,2),new s("iéramos",70,2),new s("íamos",70,2),new s("aríamos",74,2),new s("eríamos",74,2),new s("iríamos",74,2),new s("emos",-1,1),new s("aremos",78,2),new s("eremos",78,2),new s("iremos",78,2),new s("ásemos",78,2),new s("iésemos",78,2),new s("imos",-1,2),new s("arás",-1,2),new s("erás",-1,2),new s("irás",-1,2),new s("ís",-1,2),new s("ará",-1,2),new s("erá",-1,2),new s("irá",-1,2),new s("aré",-1,2),new s("eré",-1,2),new s("iré",-1,2),new s("ió",-1,2)],z=[new s("a",-1,1),new s("e",-1,2),new s("o",-1,1),new s("os",-1,1),new s("á",-1,1),new s("é",-1,2),new s("í",-1,1),new s("ó",-1,1)],x=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17,4,10],A=new r;this.setCurrent=function(e){A.setCurrent(e)},this.getCurrent=function(){return A.getCurrent()},this.stem=function(){var e=A.cursor;return t(),A.limit_backward=e,A.cursor=A.limit,m(),A.cursor=A.limit,b()||(A.cursor=A.limit,f()||(A.cursor=A.limit,_())),A.cursor=A.limit,h(),A.cursor=A.limit_backward,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.es.stemmer,"stemmer-es"),e.es.stopWordFilter=e.generateStopWordFilter("a al algo algunas algunos ante antes como con contra cual cuando de del desde donde durante e el ella ellas ellos en entre era erais eran eras eres es esa esas ese eso esos esta estaba estabais estaban estabas estad estada estadas estado estados estamos estando estar estaremos estará estarán estarás estaré estaréis estaría estaríais estaríamos estarían estarías estas este estemos esto estos estoy estuve estuviera estuvierais estuvieran estuvieras estuvieron estuviese estuvieseis estuviesen estuvieses estuvimos estuviste estuvisteis estuviéramos estuviésemos estuvo está estábamos estáis están estás esté estéis estén estés fue fuera fuerais fueran fueras fueron fuese fueseis fuesen fueses fui fuimos fuiste fuisteis fuéramos fuésemos ha habida habidas habido habidos habiendo habremos habrá habrán habrás habré habréis habría habríais habríamos habrían habrías habéis había habíais habíamos habían habías han has hasta hay haya hayamos hayan hayas hayáis he hemos hube hubiera hubierais hubieran hubieras hubieron hubiese hubieseis hubiesen hubieses hubimos hubiste hubisteis hubiéramos hubiésemos hubo la las le les lo los me mi mis mucho muchos muy más mí mía mías mío míos nada ni no nos nosotras nosotros nuestra nuestras nuestro nuestros o os otra otras otro otros para pero poco por porque que quien quienes qué se sea seamos sean seas seremos será serán serás seré seréis sería seríais seríamos serían serías seáis sido siendo sin sobre sois somos son soy su sus suya suyas suyo suyos sí también tanto te tendremos tendrá tendrán tendrás tendré tendréis tendría tendríais tendríamos tendrían tendrías tened tenemos tenga tengamos tengan tengas tengo tengáis tenida tenidas tenido tenidos teniendo tenéis tenía teníais teníamos tenían tenías ti tiene tienen tienes todo todos tu tus tuve tuviera tuvierais tuvieran tuvieras tuvieron tuviese tuvieseis tuviesen tuvieses tuvimos tuviste tuvisteis tuviéramos tuviésemos tuvo tuya tuyas tuyo tuyos tú un una uno unos vosotras vosotros vuestra vuestras vuestro vuestros y ya yo él éramos".split(" ")),e.Pipeline.registerFunction(e.es.stopWordFilter,"stopWordFilter-es")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.fi.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.fi.min.js new file mode 100644 index 000000000..29f5dfcea --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.fi.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Finnish` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(i,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():e()(i.lunr)}(this,function(){return function(i){if(void 0===i)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===i.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");i.fi=function(){this.pipeline.reset(),this.pipeline.add(i.fi.trimmer,i.fi.stopWordFilter,i.fi.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(i.fi.stemmer))},i.fi.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",i.fi.trimmer=i.trimmerSupport.generateTrimmer(i.fi.wordCharacters),i.Pipeline.registerFunction(i.fi.trimmer,"trimmer-fi"),i.fi.stemmer=function(){var e=i.stemmerSupport.Among,r=i.stemmerSupport.SnowballProgram,n=new function(){function i(){f=A.limit,d=f,n()||(f=A.cursor,n()||(d=A.cursor))}function n(){for(var i;;){if(i=A.cursor,A.in_grouping(W,97,246))break;if(A.cursor=i,i>=A.limit)return!0;A.cursor++}for(A.cursor=i;!A.out_grouping(W,97,246);){if(A.cursor>=A.limit)return!0;A.cursor++}return!1}function t(){return d<=A.cursor}function s(){var i,e;if(A.cursor>=f)if(e=A.limit_backward,A.limit_backward=f,A.ket=A.cursor,i=A.find_among_b(h,10)){switch(A.bra=A.cursor,A.limit_backward=e,i){case 1:if(!A.in_grouping_b(x,97,246))return;break;case 2:if(!t())return}A.slice_del()}else A.limit_backward=e}function o(){var i,e,r;if(A.cursor>=f)if(e=A.limit_backward,A.limit_backward=f,A.ket=A.cursor,i=A.find_among_b(v,9))switch(A.bra=A.cursor,A.limit_backward=e,i){case 1:r=A.limit-A.cursor,A.eq_s_b(1,"k")||(A.cursor=A.limit-r,A.slice_del());break;case 2:A.slice_del(),A.ket=A.cursor,A.eq_s_b(3,"kse")&&(A.bra=A.cursor,A.slice_from("ksi"));break;case 3:A.slice_del();break;case 4:A.find_among_b(p,6)&&A.slice_del();break;case 5:A.find_among_b(g,6)&&A.slice_del();break;case 6:A.find_among_b(j,2)&&A.slice_del()}else A.limit_backward=e}function l(){return A.find_among_b(q,7)}function a(){return A.eq_s_b(1,"i")&&A.in_grouping_b(L,97,246)}function u(){var i,e,r;if(A.cursor>=f)if(e=A.limit_backward,A.limit_backward=f,A.ket=A.cursor,i=A.find_among_b(C,30)){switch(A.bra=A.cursor,A.limit_backward=e,i){case 1:if(!A.eq_s_b(1,"a"))return;break;case 2:case 9:if(!A.eq_s_b(1,"e"))return;break;case 3:if(!A.eq_s_b(1,"i"))return;break;case 4:if(!A.eq_s_b(1,"o"))return;break;case 5:if(!A.eq_s_b(1,"ä"))return;break;case 6:if(!A.eq_s_b(1,"ö"))return;break;case 7:if(r=A.limit-A.cursor,!l()&&(A.cursor=A.limit-r,!A.eq_s_b(2,"ie"))){A.cursor=A.limit-r;break}if(A.cursor=A.limit-r,A.cursor<=A.limit_backward){A.cursor=A.limit-r;break}A.cursor--,A.bra=A.cursor;break;case 8:if(!A.in_grouping_b(W,97,246)||!A.out_grouping_b(W,97,246))return}A.slice_del(),k=!0}else A.limit_backward=e}function c(){var i,e,r;if(A.cursor>=d)if(e=A.limit_backward,A.limit_backward=d,A.ket=A.cursor,i=A.find_among_b(P,14)){if(A.bra=A.cursor,A.limit_backward=e,1==i){if(r=A.limit-A.cursor,A.eq_s_b(2,"po"))return;A.cursor=A.limit-r}A.slice_del()}else A.limit_backward=e}function m(){var i;A.cursor>=f&&(i=A.limit_backward,A.limit_backward=f,A.ket=A.cursor,A.find_among_b(F,2)?(A.bra=A.cursor,A.limit_backward=i,A.slice_del()):A.limit_backward=i)}function w(){var i,e,r,n,t,s;if(A.cursor>=f){if(e=A.limit_backward,A.limit_backward=f,A.ket=A.cursor,A.eq_s_b(1,"t")&&(A.bra=A.cursor,r=A.limit-A.cursor,A.in_grouping_b(W,97,246)&&(A.cursor=A.limit-r,A.slice_del(),A.limit_backward=e,n=A.limit-A.cursor,A.cursor>=d&&(A.cursor=d,t=A.limit_backward,A.limit_backward=A.cursor,A.cursor=A.limit-n,A.ket=A.cursor,i=A.find_among_b(S,2))))){if(A.bra=A.cursor,A.limit_backward=t,1==i){if(s=A.limit-A.cursor,A.eq_s_b(2,"po"))return;A.cursor=A.limit-s}return void A.slice_del()}A.limit_backward=e}}function _(){var i,e,r,n;if(A.cursor>=f){for(i=A.limit_backward,A.limit_backward=f,e=A.limit-A.cursor,l()&&(A.cursor=A.limit-e,A.ket=A.cursor,A.cursor>A.limit_backward&&(A.cursor--,A.bra=A.cursor,A.slice_del())),A.cursor=A.limit-e,A.ket=A.cursor,A.in_grouping_b(y,97,228)&&(A.bra=A.cursor,A.out_grouping_b(W,97,246)&&A.slice_del()),A.cursor=A.limit-e,A.ket=A.cursor,A.eq_s_b(1,"j")&&(A.bra=A.cursor,r=A.limit-A.cursor,A.eq_s_b(1,"o")?A.slice_del():(A.cursor=A.limit-r,A.eq_s_b(1,"u")&&A.slice_del())),A.cursor=A.limit-e,A.ket=A.cursor,A.eq_s_b(1,"o")&&(A.bra=A.cursor,A.eq_s_b(1,"j")&&A.slice_del()),A.cursor=A.limit-e,A.limit_backward=i;;){if(n=A.limit-A.cursor,A.out_grouping_b(W,97,246)){A.cursor=A.limit-n;break}if(A.cursor=A.limit-n,A.cursor<=A.limit_backward)return;A.cursor--}A.ket=A.cursor,A.cursor>A.limit_backward&&(A.cursor--,A.bra=A.cursor,b=A.slice_to(),A.eq_v_b(b)&&A.slice_del())}}var k,b,d,f,h=[new e("pa",-1,1),new e("sti",-1,2),new e("kaan",-1,1),new e("han",-1,1),new e("kin",-1,1),new e("hän",-1,1),new e("kään",-1,1),new e("ko",-1,1),new e("pä",-1,1),new e("kö",-1,1)],p=[new e("lla",-1,-1),new e("na",-1,-1),new e("ssa",-1,-1),new e("ta",-1,-1),new e("lta",3,-1),new e("sta",3,-1)],g=[new e("llä",-1,-1),new e("nä",-1,-1),new e("ssä",-1,-1),new e("tä",-1,-1),new e("ltä",3,-1),new e("stä",3,-1)],j=[new e("lle",-1,-1),new e("ine",-1,-1)],v=[new e("nsa",-1,3),new e("mme",-1,3),new e("nne",-1,3),new e("ni",-1,2),new e("si",-1,1),new e("an",-1,4),new e("en",-1,6),new e("än",-1,5),new e("nsä",-1,3)],q=[new e("aa",-1,-1),new e("ee",-1,-1),new e("ii",-1,-1),new e("oo",-1,-1),new e("uu",-1,-1),new e("ää",-1,-1),new e("öö",-1,-1)],C=[new e("a",-1,8),new e("lla",0,-1),new e("na",0,-1),new e("ssa",0,-1),new e("ta",0,-1),new e("lta",4,-1),new e("sta",4,-1),new e("tta",4,9),new e("lle",-1,-1),new e("ine",-1,-1),new e("ksi",-1,-1),new e("n",-1,7),new e("han",11,1),new e("den",11,-1,a),new e("seen",11,-1,l),new e("hen",11,2),new e("tten",11,-1,a),new e("hin",11,3),new e("siin",11,-1,a),new e("hon",11,4),new e("hän",11,5),new e("hön",11,6),new e("ä",-1,8),new e("llä",22,-1),new e("nä",22,-1),new e("ssä",22,-1),new e("tä",22,-1),new e("ltä",26,-1),new e("stä",26,-1),new e("ttä",26,9)],P=[new e("eja",-1,-1),new e("mma",-1,1),new e("imma",1,-1),new e("mpa",-1,1),new e("impa",3,-1),new e("mmi",-1,1),new e("immi",5,-1),new e("mpi",-1,1),new e("impi",7,-1),new e("ejä",-1,-1),new e("mmä",-1,1),new e("immä",10,-1),new e("mpä",-1,1),new e("impä",12,-1)],F=[new e("i",-1,-1),new e("j",-1,-1)],S=[new e("mma",-1,1),new e("imma",0,-1)],y=[17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8],W=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32],L=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32],x=[17,97,24,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32],A=new r;this.setCurrent=function(i){A.setCurrent(i)},this.getCurrent=function(){return A.getCurrent()},this.stem=function(){var e=A.cursor;return i(),k=!1,A.limit_backward=e,A.cursor=A.limit,s(),A.cursor=A.limit,o(),A.cursor=A.limit,u(),A.cursor=A.limit,c(),A.cursor=A.limit,k?(m(),A.cursor=A.limit):(A.cursor=A.limit,w(),A.cursor=A.limit),_(),!0}};return function(i){return"function"==typeof i.update?i.update(function(i){return n.setCurrent(i),n.stem(),n.getCurrent()}):(n.setCurrent(i),n.stem(),n.getCurrent())}}(),i.Pipeline.registerFunction(i.fi.stemmer,"stemmer-fi"),i.fi.stopWordFilter=i.generateStopWordFilter("ei eivät emme en et ette että he heidän heidät heihin heille heillä heiltä heissä heistä heitä hän häneen hänelle hänellä häneltä hänen hänessä hänestä hänet häntä itse ja johon joiden joihin joiksi joilla joille joilta joina joissa joista joita joka joksi jolla jolle jolta jona jonka jos jossa josta jota jotka kanssa keiden keihin keiksi keille keillä keiltä keinä keissä keistä keitä keneen keneksi kenelle kenellä keneltä kenen kenenä kenessä kenestä kenet ketkä ketkä ketä koska kuin kuka kun me meidän meidät meihin meille meillä meiltä meissä meistä meitä mihin miksi mikä mille millä miltä minkä minkä minua minulla minulle minulta minun minussa minusta minut minuun minä minä missä mistä mitkä mitä mukaan mutta ne niiden niihin niiksi niille niillä niiltä niin niin niinä niissä niistä niitä noiden noihin noiksi noilla noille noilta noin noina noissa noista noita nuo nyt näiden näihin näiksi näille näillä näiltä näinä näissä näistä näitä nämä ole olemme olen olet olette oli olimme olin olisi olisimme olisin olisit olisitte olisivat olit olitte olivat olla olleet ollut on ovat poikki se sekä sen siihen siinä siitä siksi sille sillä sillä siltä sinua sinulla sinulle sinulta sinun sinussa sinusta sinut sinuun sinä sinä sitä tai te teidän teidät teihin teille teillä teiltä teissä teistä teitä tuo tuohon tuoksi tuolla tuolle tuolta tuon tuona tuossa tuosta tuota tähän täksi tälle tällä tältä tämä tämän tänä tässä tästä tätä vaan vai vaikka yli".split(" ")),i.Pipeline.registerFunction(i.fi.stopWordFilter,"stopWordFilter-fi")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.fr.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.fr.min.js new file mode 100644 index 000000000..68cd0094a --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.fr.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `French` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.fr=function(){this.pipeline.reset(),this.pipeline.add(e.fr.trimmer,e.fr.stopWordFilter,e.fr.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.fr.stemmer))},e.fr.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.fr.trimmer=e.trimmerSupport.generateTrimmer(e.fr.wordCharacters),e.Pipeline.registerFunction(e.fr.trimmer,"trimmer-fr"),e.fr.stemmer=function(){var r=e.stemmerSupport.Among,s=e.stemmerSupport.SnowballProgram,i=new function(){function e(e,r,s){return!(!W.eq_s(1,e)||(W.ket=W.cursor,!W.in_grouping(F,97,251)))&&(W.slice_from(r),W.cursor=s,!0)}function i(e,r,s){return!!W.eq_s(1,e)&&(W.ket=W.cursor,W.slice_from(r),W.cursor=s,!0)}function n(){for(var r,s;;){if(r=W.cursor,W.in_grouping(F,97,251)){if(W.bra=W.cursor,s=W.cursor,e("u","U",r))continue;if(W.cursor=s,e("i","I",r))continue;if(W.cursor=s,i("y","Y",r))continue}if(W.cursor=r,W.bra=r,!e("y","Y",r)){if(W.cursor=r,W.eq_s(1,"q")&&(W.bra=W.cursor,i("u","U",r)))continue;if(W.cursor=r,r>=W.limit)return;W.cursor++}}}function t(){for(;!W.in_grouping(F,97,251);){if(W.cursor>=W.limit)return!0;W.cursor++}for(;!W.out_grouping(F,97,251);){if(W.cursor>=W.limit)return!0;W.cursor++}return!1}function u(){var e=W.cursor;if(q=W.limit,g=q,p=q,W.in_grouping(F,97,251)&&W.in_grouping(F,97,251)&&W.cursor=W.limit){W.cursor=q;break}W.cursor++}while(!W.in_grouping(F,97,251))}q=W.cursor,W.cursor=e,t()||(g=W.cursor,t()||(p=W.cursor))}function o(){for(var e,r;;){if(r=W.cursor,W.bra=r,!(e=W.find_among(h,4)))break;switch(W.ket=W.cursor,e){case 1:W.slice_from("i");break;case 2:W.slice_from("u");break;case 3:W.slice_from("y");break;case 4:if(W.cursor>=W.limit)return;W.cursor++}}}function c(){return q<=W.cursor}function a(){return g<=W.cursor}function l(){return p<=W.cursor}function w(){var e,r;if(W.ket=W.cursor,e=W.find_among_b(C,43)){switch(W.bra=W.cursor,e){case 1:if(!l())return!1;W.slice_del();break;case 2:if(!l())return!1;W.slice_del(),W.ket=W.cursor,W.eq_s_b(2,"ic")&&(W.bra=W.cursor,l()?W.slice_del():W.slice_from("iqU"));break;case 3:if(!l())return!1;W.slice_from("log");break;case 4:if(!l())return!1;W.slice_from("u");break;case 5:if(!l())return!1;W.slice_from("ent");break;case 6:if(!c())return!1;if(W.slice_del(),W.ket=W.cursor,e=W.find_among_b(z,6))switch(W.bra=W.cursor,e){case 1:l()&&(W.slice_del(),W.ket=W.cursor,W.eq_s_b(2,"at")&&(W.bra=W.cursor,l()&&W.slice_del()));break;case 2:l()?W.slice_del():a()&&W.slice_from("eux");break;case 3:l()&&W.slice_del();break;case 4:c()&&W.slice_from("i")}break;case 7:if(!l())return!1;if(W.slice_del(),W.ket=W.cursor,e=W.find_among_b(y,3))switch(W.bra=W.cursor,e){case 1:l()?W.slice_del():W.slice_from("abl");break;case 2:l()?W.slice_del():W.slice_from("iqU");break;case 3:l()&&W.slice_del()}break;case 8:if(!l())return!1;if(W.slice_del(),W.ket=W.cursor,W.eq_s_b(2,"at")&&(W.bra=W.cursor,l()&&(W.slice_del(),W.ket=W.cursor,W.eq_s_b(2,"ic")))){W.bra=W.cursor,l()?W.slice_del():W.slice_from("iqU");break}break;case 9:W.slice_from("eau");break;case 10:if(!a())return!1;W.slice_from("al");break;case 11:if(l())W.slice_del();else{if(!a())return!1;W.slice_from("eux")}break;case 12:if(!a()||!W.out_grouping_b(F,97,251))return!1;W.slice_del();break;case 13:return c()&&W.slice_from("ant"),!1;case 14:return c()&&W.slice_from("ent"),!1;case 15:return r=W.limit-W.cursor,W.in_grouping_b(F,97,251)&&c()&&(W.cursor=W.limit-r,W.slice_del()),!1}return!0}return!1}function f(){var e,r;if(W.cursor=q){if(s=W.limit_backward,W.limit_backward=q,W.ket=W.cursor,e=W.find_among_b(P,7))switch(W.bra=W.cursor,e){case 1:if(l()){if(i=W.limit-W.cursor,!W.eq_s_b(1,"s")&&(W.cursor=W.limit-i,!W.eq_s_b(1,"t")))break;W.slice_del()}break;case 2:W.slice_from("i");break;case 3:W.slice_del();break;case 4:W.eq_s_b(2,"gu")&&W.slice_del()}W.limit_backward=s}}function b(){var e=W.limit-W.cursor;W.find_among_b(U,5)&&(W.cursor=W.limit-e,W.ket=W.cursor,W.cursor>W.limit_backward&&(W.cursor--,W.bra=W.cursor,W.slice_del()))}function d(){for(var e,r=1;W.out_grouping_b(F,97,251);)r--;if(r<=0){if(W.ket=W.cursor,e=W.limit-W.cursor,!W.eq_s_b(1,"é")&&(W.cursor=W.limit-e,!W.eq_s_b(1,"è")))return;W.bra=W.cursor,W.slice_from("e")}}function k(){if(!w()&&(W.cursor=W.limit,!f()&&(W.cursor=W.limit,!m())))return W.cursor=W.limit,void _();W.cursor=W.limit,W.ket=W.cursor,W.eq_s_b(1,"Y")?(W.bra=W.cursor,W.slice_from("i")):(W.cursor=W.limit,W.eq_s_b(1,"ç")&&(W.bra=W.cursor,W.slice_from("c")))}var p,g,q,v=[new r("col",-1,-1),new r("par",-1,-1),new r("tap",-1,-1)],h=[new r("",-1,4),new r("I",0,1),new r("U",0,2),new r("Y",0,3)],z=[new r("iqU",-1,3),new r("abl",-1,3),new r("Ièr",-1,4),new r("ièr",-1,4),new r("eus",-1,2),new r("iv",-1,1)],y=[new r("ic",-1,2),new r("abil",-1,1),new r("iv",-1,3)],C=[new r("iqUe",-1,1),new r("atrice",-1,2),new r("ance",-1,1),new r("ence",-1,5),new r("logie",-1,3),new r("able",-1,1),new r("isme",-1,1),new r("euse",-1,11),new r("iste",-1,1),new r("ive",-1,8),new r("if",-1,8),new r("usion",-1,4),new r("ation",-1,2),new r("ution",-1,4),new r("ateur",-1,2),new r("iqUes",-1,1),new r("atrices",-1,2),new r("ances",-1,1),new r("ences",-1,5),new r("logies",-1,3),new r("ables",-1,1),new r("ismes",-1,1),new r("euses",-1,11),new r("istes",-1,1),new r("ives",-1,8),new r("ifs",-1,8),new r("usions",-1,4),new r("ations",-1,2),new r("utions",-1,4),new r("ateurs",-1,2),new r("ments",-1,15),new r("ements",30,6),new r("issements",31,12),new r("ités",-1,7),new r("ment",-1,15),new r("ement",34,6),new r("issement",35,12),new r("amment",34,13),new r("emment",34,14),new r("aux",-1,10),new r("eaux",39,9),new r("eux",-1,1),new r("ité",-1,7)],x=[new r("ira",-1,1),new r("ie",-1,1),new r("isse",-1,1),new r("issante",-1,1),new r("i",-1,1),new r("irai",4,1),new r("ir",-1,1),new r("iras",-1,1),new r("ies",-1,1),new r("îmes",-1,1),new r("isses",-1,1),new r("issantes",-1,1),new r("îtes",-1,1),new r("is",-1,1),new r("irais",13,1),new r("issais",13,1),new r("irions",-1,1),new r("issions",-1,1),new r("irons",-1,1),new r("issons",-1,1),new r("issants",-1,1),new r("it",-1,1),new r("irait",21,1),new r("issait",21,1),new r("issant",-1,1),new r("iraIent",-1,1),new r("issaIent",-1,1),new r("irent",-1,1),new r("issent",-1,1),new r("iront",-1,1),new r("ît",-1,1),new r("iriez",-1,1),new r("issiez",-1,1),new r("irez",-1,1),new r("issez",-1,1)],I=[new r("a",-1,3),new r("era",0,2),new r("asse",-1,3),new r("ante",-1,3),new r("ée",-1,2),new r("ai",-1,3),new r("erai",5,2),new r("er",-1,2),new r("as",-1,3),new r("eras",8,2),new r("âmes",-1,3),new r("asses",-1,3),new r("antes",-1,3),new r("âtes",-1,3),new r("ées",-1,2),new r("ais",-1,3),new r("erais",15,2),new r("ions",-1,1),new r("erions",17,2),new r("assions",17,3),new r("erons",-1,2),new r("ants",-1,3),new r("és",-1,2),new r("ait",-1,3),new r("erait",23,2),new r("ant",-1,3),new r("aIent",-1,3),new r("eraIent",26,2),new r("èrent",-1,2),new r("assent",-1,3),new r("eront",-1,2),new r("ât",-1,3),new r("ez",-1,2),new r("iez",32,2),new r("eriez",33,2),new r("assiez",33,3),new r("erez",32,2),new r("é",-1,2)],P=[new r("e",-1,3),new r("Ière",0,2),new r("ière",0,2),new r("ion",-1,1),new r("Ier",-1,2),new r("ier",-1,2),new r("ë",-1,4)],U=[new r("ell",-1,-1),new r("eill",-1,-1),new r("enn",-1,-1),new r("onn",-1,-1),new r("ett",-1,-1)],F=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,128,130,103,8,5],S=[1,65,20,0,0,0,0,0,0,0,0,0,0,0,0,0,128],W=new s;this.setCurrent=function(e){W.setCurrent(e)},this.getCurrent=function(){return W.getCurrent()},this.stem=function(){var e=W.cursor;return n(),W.cursor=e,u(),W.limit_backward=e,W.cursor=W.limit,k(),W.cursor=W.limit,b(),W.cursor=W.limit,d(),W.cursor=W.limit_backward,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.fr.stemmer,"stemmer-fr"),e.fr.stopWordFilter=e.generateStopWordFilter("ai aie aient aies ait as au aura aurai auraient aurais aurait auras aurez auriez aurions aurons auront aux avaient avais avait avec avez aviez avions avons ayant ayez ayons c ce ceci celà ces cet cette d dans de des du elle en es est et eu eue eues eurent eus eusse eussent eusses eussiez eussions eut eux eûmes eût eûtes furent fus fusse fussent fusses fussiez fussions fut fûmes fût fûtes ici il ils j je l la le les leur leurs lui m ma mais me mes moi mon même n ne nos notre nous on ont ou par pas pour qu que quel quelle quelles quels qui s sa sans se sera serai seraient serais serait seras serez seriez serions serons seront ses soi soient sois soit sommes son sont soyez soyons suis sur t ta te tes toi ton tu un une vos votre vous y à étaient étais était étant étiez étions été étée étées étés êtes".split(" ")),e.Pipeline.registerFunction(e.fr.stopWordFilter,"stopWordFilter-fr")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.hu.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.hu.min.js new file mode 100644 index 000000000..ed9d909f7 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.hu.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Hungarian` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,n){"function"==typeof define&&define.amd?define(n):"object"==typeof exports?module.exports=n():n()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.hu=function(){this.pipeline.reset(),this.pipeline.add(e.hu.trimmer,e.hu.stopWordFilter,e.hu.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.hu.stemmer))},e.hu.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.hu.trimmer=e.trimmerSupport.generateTrimmer(e.hu.wordCharacters),e.Pipeline.registerFunction(e.hu.trimmer,"trimmer-hu"),e.hu.stemmer=function(){var n=e.stemmerSupport.Among,r=e.stemmerSupport.SnowballProgram,i=new function(){function e(){var e,n=L.cursor;if(d=L.limit,L.in_grouping(W,97,252))for(;;){if(e=L.cursor,L.out_grouping(W,97,252))return L.cursor=e,L.find_among(g,8)||(L.cursor=e,e=L.limit)return void(d=e);L.cursor++}if(L.cursor=n,L.out_grouping(W,97,252)){for(;!L.in_grouping(W,97,252);){if(L.cursor>=L.limit)return;L.cursor++}d=L.cursor}}function i(){return d<=L.cursor}function a(){var e;if(L.ket=L.cursor,(e=L.find_among_b(h,2))&&(L.bra=L.cursor,i()))switch(e){case 1:L.slice_from("a");break;case 2:L.slice_from("e")}}function t(){var e=L.limit-L.cursor;return!!L.find_among_b(p,23)&&(L.cursor=L.limit-e,!0)}function s(){if(L.cursor>L.limit_backward){L.cursor--,L.ket=L.cursor;var e=L.cursor-1;L.limit_backward<=e&&e<=L.limit&&(L.cursor=e,L.bra=e,L.slice_del())}}function c(){var e;if(L.ket=L.cursor,(e=L.find_among_b(_,2))&&(L.bra=L.cursor,i())){if((1==e||2==e)&&!t())return;L.slice_del(),s()}}function o(){L.ket=L.cursor,L.find_among_b(v,44)&&(L.bra=L.cursor,i()&&(L.slice_del(),a()))}function w(){var e;if(L.ket=L.cursor,(e=L.find_among_b(z,3))&&(L.bra=L.cursor,i()))switch(e){case 1:L.slice_from("e");break;case 2:case 3:L.slice_from("a")}}function l(){var e;if(L.ket=L.cursor,(e=L.find_among_b(y,6))&&(L.bra=L.cursor,i()))switch(e){case 1:case 2:L.slice_del();break;case 3:L.slice_from("a");break;case 4:L.slice_from("e")}}function u(){var e;if(L.ket=L.cursor,(e=L.find_among_b(j,2))&&(L.bra=L.cursor,i())){if((1==e||2==e)&&!t())return;L.slice_del(),s()}}function m(){var e;if(L.ket=L.cursor,(e=L.find_among_b(C,7))&&(L.bra=L.cursor,i()))switch(e){case 1:L.slice_from("a");break;case 2:L.slice_from("e");break;case 3:case 4:case 5:case 6:case 7:L.slice_del()}}function k(){var e;if(L.ket=L.cursor,(e=L.find_among_b(P,12))&&(L.bra=L.cursor,i()))switch(e){case 1:case 4:case 7:case 9:L.slice_del();break;case 2:case 5:case 8:L.slice_from("e");break;case 3:case 6:L.slice_from("a")}}function f(){var e;if(L.ket=L.cursor,(e=L.find_among_b(F,31))&&(L.bra=L.cursor,i()))switch(e){case 1:case 4:case 7:case 8:case 9:case 12:case 13:case 16:case 17:case 18:L.slice_del();break;case 2:case 5:case 10:case 14:case 19:L.slice_from("a");break;case 3:case 6:case 11:case 15:case 20:L.slice_from("e")}}function b(){var e;if(L.ket=L.cursor,(e=L.find_among_b(S,42))&&(L.bra=L.cursor,i()))switch(e){case 1:case 4:case 5:case 6:case 9:case 10:case 11:case 14:case 15:case 16:case 17:case 20:case 21:case 24:case 25:case 26:case 29:L.slice_del();break;case 2:case 7:case 12:case 18:case 22:case 27:L.slice_from("a");break;case 3:case 8:case 13:case 19:case 23:case 28:L.slice_from("e")}}var d,g=[new n("cs",-1,-1),new n("dzs",-1,-1),new n("gy",-1,-1),new n("ly",-1,-1),new n("ny",-1,-1),new n("sz",-1,-1),new n("ty",-1,-1),new n("zs",-1,-1)],h=[new n("á",-1,1),new n("é",-1,2)],p=[new n("bb",-1,-1),new n("cc",-1,-1),new n("dd",-1,-1),new n("ff",-1,-1),new n("gg",-1,-1),new n("jj",-1,-1),new n("kk",-1,-1),new n("ll",-1,-1),new n("mm",-1,-1),new n("nn",-1,-1),new n("pp",-1,-1),new n("rr",-1,-1),new n("ccs",-1,-1),new n("ss",-1,-1),new n("zzs",-1,-1),new n("tt",-1,-1),new n("vv",-1,-1),new n("ggy",-1,-1),new n("lly",-1,-1),new n("nny",-1,-1),new n("tty",-1,-1),new n("ssz",-1,-1),new n("zz",-1,-1)],_=[new n("al",-1,1),new n("el",-1,2)],v=[new n("ba",-1,-1),new n("ra",-1,-1),new n("be",-1,-1),new n("re",-1,-1),new n("ig",-1,-1),new n("nak",-1,-1),new n("nek",-1,-1),new n("val",-1,-1),new n("vel",-1,-1),new n("ul",-1,-1),new n("nál",-1,-1),new n("nél",-1,-1),new n("ból",-1,-1),new n("ról",-1,-1),new n("tól",-1,-1),new n("bõl",-1,-1),new n("rõl",-1,-1),new n("tõl",-1,-1),new n("ül",-1,-1),new n("n",-1,-1),new n("an",19,-1),new n("ban",20,-1),new n("en",19,-1),new n("ben",22,-1),new n("képpen",22,-1),new n("on",19,-1),new n("ön",19,-1),new n("képp",-1,-1),new n("kor",-1,-1),new n("t",-1,-1),new n("at",29,-1),new n("et",29,-1),new n("ként",29,-1),new n("anként",32,-1),new n("enként",32,-1),new n("onként",32,-1),new n("ot",29,-1),new n("ért",29,-1),new n("öt",29,-1),new n("hez",-1,-1),new n("hoz",-1,-1),new n("höz",-1,-1),new n("vá",-1,-1),new n("vé",-1,-1)],z=[new n("án",-1,2),new n("én",-1,1),new n("ánként",-1,3)],y=[new n("stul",-1,2),new n("astul",0,1),new n("ástul",0,3),new n("stül",-1,2),new n("estül",3,1),new n("éstül",3,4)],j=[new n("á",-1,1),new n("é",-1,2)],C=[new n("k",-1,7),new n("ak",0,4),new n("ek",0,6),new n("ok",0,5),new n("ák",0,1),new n("ék",0,2),new n("ök",0,3)],P=[new n("éi",-1,7),new n("áéi",0,6),new n("ééi",0,5),new n("é",-1,9),new n("ké",3,4),new n("aké",4,1),new n("eké",4,1),new n("oké",4,1),new n("áké",4,3),new n("éké",4,2),new n("öké",4,1),new n("éé",3,8)],F=[new n("a",-1,18),new n("ja",0,17),new n("d",-1,16),new n("ad",2,13),new n("ed",2,13),new n("od",2,13),new n("ád",2,14),new n("éd",2,15),new n("öd",2,13),new n("e",-1,18),new n("je",9,17),new n("nk",-1,4),new n("unk",11,1),new n("ánk",11,2),new n("énk",11,3),new n("ünk",11,1),new n("uk",-1,8),new n("juk",16,7),new n("ájuk",17,5),new n("ük",-1,8),new n("jük",19,7),new n("éjük",20,6),new n("m",-1,12),new n("am",22,9),new n("em",22,9),new n("om",22,9),new n("ám",22,10),new n("ém",22,11),new n("o",-1,18),new n("á",-1,19),new n("é",-1,20)],S=[new n("id",-1,10),new n("aid",0,9),new n("jaid",1,6),new n("eid",0,9),new n("jeid",3,6),new n("áid",0,7),new n("éid",0,8),new n("i",-1,15),new n("ai",7,14),new n("jai",8,11),new n("ei",7,14),new n("jei",10,11),new n("ái",7,12),new n("éi",7,13),new n("itek",-1,24),new n("eitek",14,21),new n("jeitek",15,20),new n("éitek",14,23),new n("ik",-1,29),new n("aik",18,26),new n("jaik",19,25),new n("eik",18,26),new n("jeik",21,25),new n("áik",18,27),new n("éik",18,28),new n("ink",-1,20),new n("aink",25,17),new n("jaink",26,16),new n("eink",25,17),new n("jeink",28,16),new n("áink",25,18),new n("éink",25,19),new n("aitok",-1,21),new n("jaitok",32,20),new n("áitok",-1,22),new n("im",-1,5),new n("aim",35,4),new n("jaim",36,1),new n("eim",35,4),new n("jeim",38,1),new n("áim",35,2),new n("éim",35,3)],W=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17,52,14],L=new r;this.setCurrent=function(e){L.setCurrent(e)},this.getCurrent=function(){return L.getCurrent()},this.stem=function(){var n=L.cursor;return e(),L.limit_backward=n,L.cursor=L.limit,c(),L.cursor=L.limit,o(),L.cursor=L.limit,w(),L.cursor=L.limit,l(),L.cursor=L.limit,u(),L.cursor=L.limit,k(),L.cursor=L.limit,f(),L.cursor=L.limit,b(),L.cursor=L.limit,m(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.hu.stemmer,"stemmer-hu"),e.hu.stopWordFilter=e.generateStopWordFilter("a abban ahhoz ahogy ahol aki akik akkor alatt amely amelyek amelyekben amelyeket amelyet amelynek ami amikor amit amolyan amíg annak arra arról az azok azon azonban azt aztán azután azzal azért be belül benne bár cikk cikkek cikkeket csak de e ebben eddig egy egyes egyetlen egyik egyre egyéb egész ehhez ekkor el ellen elsõ elég elõ elõször elõtt emilyen ennek erre ez ezek ezen ezt ezzel ezért fel felé hanem hiszen hogy hogyan igen ill ill. illetve ilyen ilyenkor ismét ison itt jobban jó jól kell kellett keressünk keresztül ki kívül között közül legalább legyen lehet lehetett lenne lenni lesz lett maga magát majd majd meg mellett mely melyek mert mi mikor milyen minden mindenki mindent mindig mint mintha mit mivel miért most már más másik még míg nagy nagyobb nagyon ne nekem neki nem nincs néha néhány nélkül olyan ott pedig persze rá s saját sem semmi sok sokat sokkal szemben szerint szinte számára talán tehát teljes tovább továbbá több ugyanis utolsó után utána vagy vagyis vagyok valaki valami valamint való van vannak vele vissza viszont volna volt voltak voltam voltunk által általában át én éppen és így õ õk õket össze úgy új újabb újra".split(" ")),e.Pipeline.registerFunction(e.hu.stopWordFilter,"stopWordFilter-hu")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.it.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.it.min.js new file mode 100644 index 000000000..344b6a3c0 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.it.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Italian` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.it=function(){this.pipeline.reset(),this.pipeline.add(e.it.trimmer,e.it.stopWordFilter,e.it.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.it.stemmer))},e.it.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.it.trimmer=e.trimmerSupport.generateTrimmer(e.it.wordCharacters),e.Pipeline.registerFunction(e.it.trimmer,"trimmer-it"),e.it.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){function e(e,r,n){return!(!x.eq_s(1,e)||(x.ket=x.cursor,!x.in_grouping(L,97,249)))&&(x.slice_from(r),x.cursor=n,!0)}function i(){for(var r,n,i,o,t=x.cursor;;){if(x.bra=x.cursor,r=x.find_among(h,7))switch(x.ket=x.cursor,r){case 1:x.slice_from("à");continue;case 2:x.slice_from("è");continue;case 3:x.slice_from("ì");continue;case 4:x.slice_from("ò");continue;case 5:x.slice_from("ù");continue;case 6:x.slice_from("qU");continue;case 7:if(x.cursor>=x.limit)break;x.cursor++;continue}break}for(x.cursor=t;;)for(n=x.cursor;;){if(i=x.cursor,x.in_grouping(L,97,249)){if(x.bra=x.cursor,o=x.cursor,e("u","U",i))break;if(x.cursor=o,e("i","I",i))break}if(x.cursor=i,x.cursor>=x.limit)return void(x.cursor=n);x.cursor++}}function o(e){if(x.cursor=e,!x.in_grouping(L,97,249))return!1;for(;!x.out_grouping(L,97,249);){if(x.cursor>=x.limit)return!1;x.cursor++}return!0}function t(){if(x.in_grouping(L,97,249)){var e=x.cursor;if(x.out_grouping(L,97,249)){for(;!x.in_grouping(L,97,249);){if(x.cursor>=x.limit)return o(e);x.cursor++}return!0}return o(e)}return!1}function s(){var e,r=x.cursor;if(!t()){if(x.cursor=r,!x.out_grouping(L,97,249))return;if(e=x.cursor,x.out_grouping(L,97,249)){for(;!x.in_grouping(L,97,249);){if(x.cursor>=x.limit)return x.cursor=e,void(x.in_grouping(L,97,249)&&x.cursor=x.limit)return;x.cursor++}k=x.cursor}function a(){for(;!x.in_grouping(L,97,249);){if(x.cursor>=x.limit)return!1;x.cursor++}for(;!x.out_grouping(L,97,249);){if(x.cursor>=x.limit)return!1;x.cursor++}return!0}function u(){var e=x.cursor;k=x.limit,p=k,g=k,s(),x.cursor=e,a()&&(p=x.cursor,a()&&(g=x.cursor))}function c(){for(var e;;){if(x.bra=x.cursor,!(e=x.find_among(q,3)))break;switch(x.ket=x.cursor,e){case 1:x.slice_from("i");break;case 2:x.slice_from("u");break;case 3:if(x.cursor>=x.limit)return;x.cursor++}}}function w(){return k<=x.cursor}function l(){return p<=x.cursor}function m(){return g<=x.cursor}function f(){var e;if(x.ket=x.cursor,x.find_among_b(C,37)&&(x.bra=x.cursor,(e=x.find_among_b(z,5))&&w()))switch(e){case 1:x.slice_del();break;case 2:x.slice_from("e")}}function v(){var e;if(x.ket=x.cursor,!(e=x.find_among_b(S,51)))return!1;switch(x.bra=x.cursor,e){case 1:if(!m())return!1;x.slice_del();break;case 2:if(!m())return!1;x.slice_del(),x.ket=x.cursor,x.eq_s_b(2,"ic")&&(x.bra=x.cursor,m()&&x.slice_del());break;case 3:if(!m())return!1;x.slice_from("log");break;case 4:if(!m())return!1;x.slice_from("u");break;case 5:if(!m())return!1;x.slice_from("ente");break;case 6:if(!w())return!1;x.slice_del();break;case 7:if(!l())return!1;x.slice_del(),x.ket=x.cursor,e=x.find_among_b(P,4),e&&(x.bra=x.cursor,m()&&(x.slice_del(),1==e&&(x.ket=x.cursor,x.eq_s_b(2,"at")&&(x.bra=x.cursor,m()&&x.slice_del()))));break;case 8:if(!m())return!1;x.slice_del(),x.ket=x.cursor,e=x.find_among_b(F,3),e&&(x.bra=x.cursor,1==e&&m()&&x.slice_del());break;case 9:if(!m())return!1;x.slice_del(),x.ket=x.cursor,x.eq_s_b(2,"at")&&(x.bra=x.cursor,m()&&(x.slice_del(),x.ket=x.cursor,x.eq_s_b(2,"ic")&&(x.bra=x.cursor,m()&&x.slice_del())))}return!0}function b(){var e,r;x.cursor>=k&&(r=x.limit_backward,x.limit_backward=k,x.ket=x.cursor,e=x.find_among_b(W,87),e&&(x.bra=x.cursor,1==e&&x.slice_del()),x.limit_backward=r)}function d(){var e=x.limit-x.cursor;if(x.ket=x.cursor,x.in_grouping_b(y,97,242)&&(x.bra=x.cursor,w()&&(x.slice_del(),x.ket=x.cursor,x.eq_s_b(1,"i")&&(x.bra=x.cursor,w()))))return void x.slice_del();x.cursor=x.limit-e}function _(){d(),x.ket=x.cursor,x.eq_s_b(1,"h")&&(x.bra=x.cursor,x.in_grouping_b(U,99,103)&&w()&&x.slice_del())}var g,p,k,h=[new r("",-1,7),new r("qu",0,6),new r("á",0,1),new r("é",0,2),new r("í",0,3),new r("ó",0,4),new r("ú",0,5)],q=[new r("",-1,3),new r("I",0,1),new r("U",0,2)],C=[new r("la",-1,-1),new r("cela",0,-1),new r("gliela",0,-1),new r("mela",0,-1),new r("tela",0,-1),new r("vela",0,-1),new r("le",-1,-1),new r("cele",6,-1),new r("gliele",6,-1),new r("mele",6,-1),new r("tele",6,-1),new r("vele",6,-1),new r("ne",-1,-1),new r("cene",12,-1),new r("gliene",12,-1),new r("mene",12,-1),new r("sene",12,-1),new r("tene",12,-1),new r("vene",12,-1),new r("ci",-1,-1),new r("li",-1,-1),new r("celi",20,-1),new r("glieli",20,-1),new r("meli",20,-1),new r("teli",20,-1),new r("veli",20,-1),new r("gli",20,-1),new r("mi",-1,-1),new r("si",-1,-1),new r("ti",-1,-1),new r("vi",-1,-1),new r("lo",-1,-1),new r("celo",31,-1),new r("glielo",31,-1),new r("melo",31,-1),new r("telo",31,-1),new r("velo",31,-1)],z=[new r("ando",-1,1),new r("endo",-1,1),new r("ar",-1,2),new r("er",-1,2),new r("ir",-1,2)],P=[new r("ic",-1,-1),new r("abil",-1,-1),new r("os",-1,-1),new r("iv",-1,1)],F=[new r("ic",-1,1),new r("abil",-1,1),new r("iv",-1,1)],S=[new r("ica",-1,1),new r("logia",-1,3),new r("osa",-1,1),new r("ista",-1,1),new r("iva",-1,9),new r("anza",-1,1),new r("enza",-1,5),new r("ice",-1,1),new r("atrice",7,1),new r("iche",-1,1),new r("logie",-1,3),new r("abile",-1,1),new r("ibile",-1,1),new r("usione",-1,4),new r("azione",-1,2),new r("uzione",-1,4),new r("atore",-1,2),new r("ose",-1,1),new r("ante",-1,1),new r("mente",-1,1),new r("amente",19,7),new r("iste",-1,1),new r("ive",-1,9),new r("anze",-1,1),new r("enze",-1,5),new r("ici",-1,1),new r("atrici",25,1),new r("ichi",-1,1),new r("abili",-1,1),new r("ibili",-1,1),new r("ismi",-1,1),new r("usioni",-1,4),new r("azioni",-1,2),new r("uzioni",-1,4),new r("atori",-1,2),new r("osi",-1,1),new r("anti",-1,1),new r("amenti",-1,6),new r("imenti",-1,6),new r("isti",-1,1),new r("ivi",-1,9),new r("ico",-1,1),new r("ismo",-1,1),new r("oso",-1,1),new r("amento",-1,6),new r("imento",-1,6),new r("ivo",-1,9),new r("ità",-1,8),new r("istà",-1,1),new r("istè",-1,1),new r("istì",-1,1)],W=[new r("isca",-1,1),new r("enda",-1,1),new r("ata",-1,1),new r("ita",-1,1),new r("uta",-1,1),new r("ava",-1,1),new r("eva",-1,1),new r("iva",-1,1),new r("erebbe",-1,1),new r("irebbe",-1,1),new r("isce",-1,1),new r("ende",-1,1),new r("are",-1,1),new r("ere",-1,1),new r("ire",-1,1),new r("asse",-1,1),new r("ate",-1,1),new r("avate",16,1),new r("evate",16,1),new r("ivate",16,1),new r("ete",-1,1),new r("erete",20,1),new r("irete",20,1),new r("ite",-1,1),new r("ereste",-1,1),new r("ireste",-1,1),new r("ute",-1,1),new r("erai",-1,1),new r("irai",-1,1),new r("isci",-1,1),new r("endi",-1,1),new r("erei",-1,1),new r("irei",-1,1),new r("assi",-1,1),new r("ati",-1,1),new r("iti",-1,1),new r("eresti",-1,1),new r("iresti",-1,1),new r("uti",-1,1),new r("avi",-1,1),new r("evi",-1,1),new r("ivi",-1,1),new r("isco",-1,1),new r("ando",-1,1),new r("endo",-1,1),new r("Yamo",-1,1),new r("iamo",-1,1),new r("avamo",-1,1),new r("evamo",-1,1),new r("ivamo",-1,1),new r("eremo",-1,1),new r("iremo",-1,1),new r("assimo",-1,1),new r("ammo",-1,1),new r("emmo",-1,1),new r("eremmo",54,1),new r("iremmo",54,1),new r("immo",-1,1),new r("ano",-1,1),new r("iscano",58,1),new r("avano",58,1),new r("evano",58,1),new r("ivano",58,1),new r("eranno",-1,1),new r("iranno",-1,1),new r("ono",-1,1),new r("iscono",65,1),new r("arono",65,1),new r("erono",65,1),new r("irono",65,1),new r("erebbero",-1,1),new r("irebbero",-1,1),new r("assero",-1,1),new r("essero",-1,1),new r("issero",-1,1),new r("ato",-1,1),new r("ito",-1,1),new r("uto",-1,1),new r("avo",-1,1),new r("evo",-1,1),new r("ivo",-1,1),new r("ar",-1,1),new r("ir",-1,1),new r("erà",-1,1),new r("irà",-1,1),new r("erò",-1,1),new r("irò",-1,1)],L=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,128,128,8,2,1],y=[17,65,0,0,0,0,0,0,0,0,0,0,0,0,0,128,128,8,2],U=[17],x=new n;this.setCurrent=function(e){x.setCurrent(e)},this.getCurrent=function(){return x.getCurrent()},this.stem=function(){var e=x.cursor;return i(),x.cursor=e,u(),x.limit_backward=e,x.cursor=x.limit,f(),x.cursor=x.limit,v()||(x.cursor=x.limit,b()),x.cursor=x.limit,_(),x.cursor=x.limit_backward,c(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.it.stemmer,"stemmer-it"),e.it.stopWordFilter=e.generateStopWordFilter("a abbia abbiamo abbiano abbiate ad agl agli ai al all alla alle allo anche avemmo avendo avesse avessero avessi avessimo aveste avesti avete aveva avevamo avevano avevate avevi avevo avrai avranno avrebbe avrebbero avrei avremmo avremo avreste avresti avrete avrà avrò avuta avute avuti avuto c che chi ci coi col come con contro cui da dagl dagli dai dal dall dalla dalle dallo degl degli dei del dell della delle dello di dov dove e ebbe ebbero ebbi ed era erano eravamo eravate eri ero essendo faccia facciamo facciano facciate faccio facemmo facendo facesse facessero facessi facessimo faceste facesti faceva facevamo facevano facevate facevi facevo fai fanno farai faranno farebbe farebbero farei faremmo faremo fareste faresti farete farà farò fece fecero feci fosse fossero fossi fossimo foste fosti fu fui fummo furono gli ha hai hanno ho i il in io l la le lei li lo loro lui ma mi mia mie miei mio ne negl negli nei nel nell nella nelle nello noi non nostra nostre nostri nostro o per perché più quale quanta quante quanti quanto quella quelle quelli quello questa queste questi questo sarai saranno sarebbe sarebbero sarei saremmo saremo sareste saresti sarete sarà sarò se sei si sia siamo siano siate siete sono sta stai stando stanno starai staranno starebbe starebbero starei staremmo staremo stareste staresti starete starà starò stava stavamo stavano stavate stavi stavo stemmo stesse stessero stessi stessimo steste stesti stette stettero stetti stia stiamo stiano stiate sto su sua sue sugl sugli sui sul sull sulla sulle sullo suo suoi ti tra tu tua tue tuo tuoi tutti tutto un una uno vi voi vostra vostre vostri vostro è".split(" ")),e.Pipeline.registerFunction(e.it.stopWordFilter,"stopWordFilter-it")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.ja.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.ja.min.js new file mode 100644 index 000000000..5f254ebe9 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.ja.min.js @@ -0,0 +1 @@ +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var r="2"==e.version[0];e.ja=function(){this.pipeline.reset(),this.pipeline.add(e.ja.trimmer,e.ja.stopWordFilter,e.ja.stemmer),r?this.tokenizer=e.ja.tokenizer:(e.tokenizer&&(e.tokenizer=e.ja.tokenizer),this.tokenizerFn&&(this.tokenizerFn=e.ja.tokenizer))};var t=new e.TinySegmenter;e.ja.tokenizer=function(i){var n,o,s,p,a,u,m,l,c,f;if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(t){return r?new e.Token(t.toLowerCase()):t.toLowerCase()});for(o=i.toString().toLowerCase().replace(/^\s+/,""),n=o.length-1;n>=0;n--)if(/\S/.test(o.charAt(n))){o=o.substring(0,n+1);break}for(a=[],s=o.length,c=0,l=0;c<=s;c++)if(u=o.charAt(c),m=c-l,u.match(/\s/)||c==s){if(m>0)for(p=t.segment(o.slice(l,c)).filter(function(e){return!!e}),f=l,n=0;n=C.limit)break;C.cursor++;continue}break}for(C.cursor=o,C.bra=o,C.eq_s(1,"y")?(C.ket=C.cursor,C.slice_from("Y")):C.cursor=o;;)if(e=C.cursor,C.in_grouping(q,97,232)){if(i=C.cursor,C.bra=i,C.eq_s(1,"i"))C.ket=C.cursor,C.in_grouping(q,97,232)&&(C.slice_from("I"),C.cursor=e);else if(C.cursor=i,C.eq_s(1,"y"))C.ket=C.cursor,C.slice_from("Y"),C.cursor=e;else if(n(e))break}else if(n(e))break}function n(r){return C.cursor=r,r>=C.limit||(C.cursor++,!1)}function o(){_=C.limit,d=_,t()||(_=C.cursor,_<3&&(_=3),t()||(d=C.cursor))}function t(){for(;!C.in_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}for(;!C.out_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}return!1}function s(){for(var r;;)if(C.bra=C.cursor,r=C.find_among(p,3))switch(C.ket=C.cursor,r){case 1:C.slice_from("y");break;case 2:C.slice_from("i");break;case 3:if(C.cursor>=C.limit)return;C.cursor++}}function u(){return _<=C.cursor}function c(){return d<=C.cursor}function a(){var r=C.limit-C.cursor;C.find_among_b(g,3)&&(C.cursor=C.limit-r,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del()))}function l(){var r;w=!1,C.ket=C.cursor,C.eq_s_b(1,"e")&&(C.bra=C.cursor,u()&&(r=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-r,C.slice_del(),w=!0,a())))}function m(){var r;u()&&(r=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-r,C.eq_s_b(3,"gem")||(C.cursor=C.limit-r,C.slice_del(),a())))}function f(){var r,e,i,n,o,t,s=C.limit-C.cursor;if(C.ket=C.cursor,r=C.find_among_b(h,5))switch(C.bra=C.cursor,r){case 1:u()&&C.slice_from("heid");break;case 2:m();break;case 3:u()&&C.out_grouping_b(j,97,232)&&C.slice_del()}if(C.cursor=C.limit-s,l(),C.cursor=C.limit-s,C.ket=C.cursor,C.eq_s_b(4,"heid")&&(C.bra=C.cursor,c()&&(e=C.limit-C.cursor,C.eq_s_b(1,"c")||(C.cursor=C.limit-e,C.slice_del(),C.ket=C.cursor,C.eq_s_b(2,"en")&&(C.bra=C.cursor,m())))),C.cursor=C.limit-s,C.ket=C.cursor,r=C.find_among_b(k,6))switch(C.bra=C.cursor,r){case 1:if(c()){if(C.slice_del(),i=C.limit-C.cursor,C.ket=C.cursor,C.eq_s_b(2,"ig")&&(C.bra=C.cursor,c()&&(n=C.limit-C.cursor,!C.eq_s_b(1,"e")))){C.cursor=C.limit-n,C.slice_del();break}C.cursor=C.limit-i,a()}break;case 2:c()&&(o=C.limit-C.cursor,C.eq_s_b(1,"e")||(C.cursor=C.limit-o,C.slice_del()));break;case 3:c()&&(C.slice_del(),l());break;case 4:c()&&C.slice_del();break;case 5:c()&&w&&C.slice_del()}C.cursor=C.limit-s,C.out_grouping_b(z,73,232)&&(t=C.limit-C.cursor,C.find_among_b(v,4)&&C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-t,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del())))}var d,_,w,b=[new e("",-1,6),new e("á",0,1),new e("ä",0,1),new e("é",0,2),new e("ë",0,2),new e("í",0,3),new e("ï",0,3),new e("ó",0,4),new e("ö",0,4),new e("ú",0,5),new e("ü",0,5)],p=[new e("",-1,3),new e("I",0,2),new e("Y",0,1)],g=[new e("dd",-1,-1),new e("kk",-1,-1),new e("tt",-1,-1)],h=[new e("ene",-1,2),new e("se",-1,3),new e("en",-1,2),new e("heden",2,1),new e("s",-1,3)],k=[new e("end",-1,1),new e("ig",-1,2),new e("ing",-1,1),new e("lijk",-1,3),new e("baar",-1,4),new e("bar",-1,5)],v=[new e("aa",-1,-1),new e("ee",-1,-1),new e("oo",-1,-1),new e("uu",-1,-1)],q=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],z=[1,0,0,17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],j=[17,67,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],C=new i;this.setCurrent=function(r){C.setCurrent(r)},this.getCurrent=function(){return C.getCurrent()},this.stem=function(){var e=C.cursor;return r(),C.cursor=e,o(),C.limit_backward=e,C.cursor=C.limit,f(),C.cursor=C.limit_backward,s(),!0}};return function(r){return"function"==typeof r.update?r.update(function(r){return n.setCurrent(r),n.stem(),n.getCurrent()}):(n.setCurrent(r),n.stem(),n.getCurrent())}}(),r.Pipeline.registerFunction(r.nl.stemmer,"stemmer-nl"),r.nl.stopWordFilter=r.generateStopWordFilter(" aan al alles als altijd andere ben bij daar dan dat de der deze die dit doch doen door dus een eens en er ge geen geweest haar had heb hebben heeft hem het hier hij hoe hun iemand iets ik in is ja je kan kon kunnen maar me meer men met mij mijn moet na naar niet niets nog nu of om omdat onder ons ook op over reeds te tegen toch toen tot u uit uw van veel voor want waren was wat werd wezen wie wil worden wordt zal ze zelf zich zij zijn zo zonder zou".split(" ")),r.Pipeline.registerFunction(r.nl.stopWordFilter,"stopWordFilter-nl")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.no.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.no.min.js new file mode 100644 index 000000000..92bc7e4e8 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.no.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Norwegian` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.no=function(){this.pipeline.reset(),this.pipeline.add(e.no.trimmer,e.no.stopWordFilter,e.no.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.no.stemmer))},e.no.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.no.trimmer=e.trimmerSupport.generateTrimmer(e.no.wordCharacters),e.Pipeline.registerFunction(e.no.trimmer,"trimmer-no"),e.no.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){function e(){var e,r=w.cursor+3;if(a=w.limit,0<=r||r<=w.limit){for(s=r;;){if(e=w.cursor,w.in_grouping(d,97,248)){w.cursor=e;break}if(e>=w.limit)return;w.cursor=e+1}for(;!w.out_grouping(d,97,248);){if(w.cursor>=w.limit)return;w.cursor++}a=w.cursor,a=a&&(r=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,e=w.find_among_b(m,29),w.limit_backward=r,e))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:n=w.limit-w.cursor,w.in_grouping_b(c,98,122)?w.slice_del():(w.cursor=w.limit-n,w.eq_s_b(1,"k")&&w.out_grouping_b(d,97,248)&&w.slice_del());break;case 3:w.slice_from("er")}}function t(){var e,r=w.limit-w.cursor;w.cursor>=a&&(e=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,w.find_among_b(u,2)?(w.bra=w.cursor,w.limit_backward=e,w.cursor=w.limit-r,w.cursor>w.limit_backward&&(w.cursor--,w.bra=w.cursor,w.slice_del())):w.limit_backward=e)}function o(){var e,r;w.cursor>=a&&(r=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,e=w.find_among_b(l,11),e?(w.bra=w.cursor,w.limit_backward=r,1==e&&w.slice_del()):w.limit_backward=r)}var s,a,m=[new r("a",-1,1),new r("e",-1,1),new r("ede",1,1),new r("ande",1,1),new r("ende",1,1),new r("ane",1,1),new r("ene",1,1),new r("hetene",6,1),new r("erte",1,3),new r("en",-1,1),new r("heten",9,1),new r("ar",-1,1),new r("er",-1,1),new r("heter",12,1),new r("s",-1,2),new r("as",14,1),new r("es",14,1),new r("edes",16,1),new r("endes",16,1),new r("enes",16,1),new r("hetenes",19,1),new r("ens",14,1),new r("hetens",21,1),new r("ers",14,1),new r("ets",14,1),new r("et",-1,1),new r("het",25,1),new r("ert",-1,3),new r("ast",-1,1)],u=[new r("dt",-1,-1),new r("vt",-1,-1)],l=[new r("leg",-1,1),new r("eleg",0,1),new r("ig",-1,1),new r("eig",2,1),new r("lig",2,1),new r("elig",4,1),new r("els",-1,1),new r("lov",-1,1),new r("elov",7,1),new r("slov",7,1),new r("hetslov",9,1)],d=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],c=[119,125,149,1],w=new n;this.setCurrent=function(e){w.setCurrent(e)},this.getCurrent=function(){return w.getCurrent()},this.stem=function(){var r=w.cursor;return e(),w.limit_backward=r,w.cursor=w.limit,i(),w.cursor=w.limit,t(),w.cursor=w.limit,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.no.stemmer,"stemmer-no"),e.no.stopWordFilter=e.generateStopWordFilter("alle at av bare begge ble blei bli blir blitt både båe da de deg dei deim deira deires dem den denne der dere deres det dette di din disse ditt du dykk dykkar då eg ein eit eitt eller elles en enn er et ett etter for fordi fra før ha hadde han hans har hennar henne hennes her hjå ho hoe honom hoss hossen hun hva hvem hver hvilke hvilken hvis hvor hvordan hvorfor i ikke ikkje ikkje ingen ingi inkje inn inni ja jeg kan kom korleis korso kun kunne kva kvar kvarhelst kven kvi kvifor man mange me med medan meg meget mellom men mi min mine mitt mot mykje ned no noe noen noka noko nokon nokor nokre nå når og også om opp oss over på samme seg selv si si sia sidan siden sin sine sitt sjøl skal skulle slik so som som somme somt så sånn til um upp ut uten var vart varte ved vere verte vi vil ville vore vors vort vår være være vært å".split(" ")),e.Pipeline.registerFunction(e.no.stopWordFilter,"stopWordFilter-no")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.pt.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.pt.min.js new file mode 100644 index 000000000..6c16996d6 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.pt.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Portuguese` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.pt=function(){this.pipeline.reset(),this.pipeline.add(e.pt.trimmer,e.pt.stopWordFilter,e.pt.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.pt.stemmer))},e.pt.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.pt.trimmer=e.trimmerSupport.generateTrimmer(e.pt.wordCharacters),e.Pipeline.registerFunction(e.pt.trimmer,"trimmer-pt"),e.pt.stemmer=function(){var r=e.stemmerSupport.Among,s=e.stemmerSupport.SnowballProgram,n=new function(){function e(){for(var e;;){if(z.bra=z.cursor,e=z.find_among(k,3))switch(z.ket=z.cursor,e){case 1:z.slice_from("a~");continue;case 2:z.slice_from("o~");continue;case 3:if(z.cursor>=z.limit)break;z.cursor++;continue}break}}function n(){if(z.out_grouping(y,97,250)){for(;!z.in_grouping(y,97,250);){if(z.cursor>=z.limit)return!0;z.cursor++}return!1}return!0}function i(){if(z.in_grouping(y,97,250))for(;!z.out_grouping(y,97,250);){if(z.cursor>=z.limit)return!1;z.cursor++}return g=z.cursor,!0}function o(){var e,r,s=z.cursor;if(z.in_grouping(y,97,250))if(e=z.cursor,n()){if(z.cursor=e,i())return}else g=z.cursor;if(z.cursor=s,z.out_grouping(y,97,250)){if(r=z.cursor,n()){if(z.cursor=r,!z.in_grouping(y,97,250)||z.cursor>=z.limit)return;z.cursor++}g=z.cursor}}function t(){for(;!z.in_grouping(y,97,250);){if(z.cursor>=z.limit)return!1;z.cursor++}for(;!z.out_grouping(y,97,250);){if(z.cursor>=z.limit)return!1;z.cursor++}return!0}function a(){var e=z.cursor;g=z.limit,b=g,h=g,o(),z.cursor=e,t()&&(b=z.cursor,t()&&(h=z.cursor))}function u(){for(var e;;){if(z.bra=z.cursor,e=z.find_among(q,3))switch(z.ket=z.cursor,e){case 1:z.slice_from("ã");continue;case 2:z.slice_from("õ");continue;case 3:if(z.cursor>=z.limit)break;z.cursor++;continue}break}}function w(){return g<=z.cursor}function m(){return b<=z.cursor}function c(){return h<=z.cursor}function l(){var e;if(z.ket=z.cursor,!(e=z.find_among_b(F,45)))return!1;switch(z.bra=z.cursor,e){case 1:if(!c())return!1;z.slice_del();break;case 2:if(!c())return!1;z.slice_from("log");break;case 3:if(!c())return!1;z.slice_from("u");break;case 4:if(!c())return!1;z.slice_from("ente");break;case 5:if(!m())return!1;z.slice_del(),z.ket=z.cursor,e=z.find_among_b(j,4),e&&(z.bra=z.cursor,c()&&(z.slice_del(),1==e&&(z.ket=z.cursor,z.eq_s_b(2,"at")&&(z.bra=z.cursor,c()&&z.slice_del()))));break;case 6:if(!c())return!1;z.slice_del(),z.ket=z.cursor,e=z.find_among_b(C,3),e&&(z.bra=z.cursor,1==e&&c()&&z.slice_del());break;case 7:if(!c())return!1;z.slice_del(),z.ket=z.cursor,e=z.find_among_b(P,3),e&&(z.bra=z.cursor,1==e&&c()&&z.slice_del());break;case 8:if(!c())return!1;z.slice_del(),z.ket=z.cursor,z.eq_s_b(2,"at")&&(z.bra=z.cursor,c()&&z.slice_del());break;case 9:if(!w()||!z.eq_s_b(1,"e"))return!1;z.slice_from("ir")}return!0}function f(){var e,r;if(z.cursor>=g){if(r=z.limit_backward,z.limit_backward=g,z.ket=z.cursor,e=z.find_among_b(S,120))return z.bra=z.cursor,1==e&&z.slice_del(),z.limit_backward=r,!0;z.limit_backward=r}return!1}function d(){var e;z.ket=z.cursor,(e=z.find_among_b(W,7))&&(z.bra=z.cursor,1==e&&w()&&z.slice_del())}function v(e,r){if(z.eq_s_b(1,e)){z.bra=z.cursor;var s=z.limit-z.cursor;if(z.eq_s_b(1,r))return z.cursor=z.limit-s,w()&&z.slice_del(),!1}return!0}function p(){var e;if(z.ket=z.cursor,e=z.find_among_b(L,4))switch(z.bra=z.cursor,e){case 1:w()&&(z.slice_del(),z.ket=z.cursor,z.limit-z.cursor,v("u","g")&&v("i","c"));break;case 2:z.slice_from("c")}}function _(){if(!l()&&(z.cursor=z.limit,!f()))return z.cursor=z.limit,void d();z.cursor=z.limit,z.ket=z.cursor,z.eq_s_b(1,"i")&&(z.bra=z.cursor,z.eq_s_b(1,"c")&&(z.cursor=z.limit,w()&&z.slice_del()))}var h,b,g,k=[new r("",-1,3),new r("ã",0,1),new r("õ",0,2)],q=[new r("",-1,3),new r("a~",0,1),new r("o~",0,2)],j=[new r("ic",-1,-1),new r("ad",-1,-1),new r("os",-1,-1),new r("iv",-1,1)],C=[new r("ante",-1,1),new r("avel",-1,1),new r("ível",-1,1)],P=[new r("ic",-1,1),new r("abil",-1,1),new r("iv",-1,1)],F=[new r("ica",-1,1),new r("ância",-1,1),new r("ência",-1,4),new r("ira",-1,9),new r("adora",-1,1),new r("osa",-1,1),new r("ista",-1,1),new r("iva",-1,8),new r("eza",-1,1),new r("logía",-1,2),new r("idade",-1,7),new r("ante",-1,1),new r("mente",-1,6),new r("amente",12,5),new r("ável",-1,1),new r("ível",-1,1),new r("ución",-1,3),new r("ico",-1,1),new r("ismo",-1,1),new r("oso",-1,1),new r("amento",-1,1),new r("imento",-1,1),new r("ivo",-1,8),new r("aça~o",-1,1),new r("ador",-1,1),new r("icas",-1,1),new r("ências",-1,4),new r("iras",-1,9),new r("adoras",-1,1),new r("osas",-1,1),new r("istas",-1,1),new r("ivas",-1,8),new r("ezas",-1,1),new r("logías",-1,2),new r("idades",-1,7),new r("uciones",-1,3),new r("adores",-1,1),new r("antes",-1,1),new r("aço~es",-1,1),new r("icos",-1,1),new r("ismos",-1,1),new r("osos",-1,1),new r("amentos",-1,1),new r("imentos",-1,1),new r("ivos",-1,8)],S=[new r("ada",-1,1),new r("ida",-1,1),new r("ia",-1,1),new r("aria",2,1),new r("eria",2,1),new r("iria",2,1),new r("ara",-1,1),new r("era",-1,1),new r("ira",-1,1),new r("ava",-1,1),new r("asse",-1,1),new r("esse",-1,1),new r("isse",-1,1),new r("aste",-1,1),new r("este",-1,1),new r("iste",-1,1),new r("ei",-1,1),new r("arei",16,1),new r("erei",16,1),new r("irei",16,1),new r("am",-1,1),new r("iam",20,1),new r("ariam",21,1),new r("eriam",21,1),new r("iriam",21,1),new r("aram",20,1),new r("eram",20,1),new r("iram",20,1),new r("avam",20,1),new r("em",-1,1),new r("arem",29,1),new r("erem",29,1),new r("irem",29,1),new r("assem",29,1),new r("essem",29,1),new r("issem",29,1),new r("ado",-1,1),new r("ido",-1,1),new r("ando",-1,1),new r("endo",-1,1),new r("indo",-1,1),new r("ara~o",-1,1),new r("era~o",-1,1),new r("ira~o",-1,1),new r("ar",-1,1),new r("er",-1,1),new r("ir",-1,1),new r("as",-1,1),new r("adas",47,1),new r("idas",47,1),new r("ias",47,1),new r("arias",50,1),new r("erias",50,1),new r("irias",50,1),new r("aras",47,1),new r("eras",47,1),new r("iras",47,1),new r("avas",47,1),new r("es",-1,1),new r("ardes",58,1),new r("erdes",58,1),new r("irdes",58,1),new r("ares",58,1),new r("eres",58,1),new r("ires",58,1),new r("asses",58,1),new r("esses",58,1),new r("isses",58,1),new r("astes",58,1),new r("estes",58,1),new r("istes",58,1),new r("is",-1,1),new r("ais",71,1),new r("eis",71,1),new r("areis",73,1),new r("ereis",73,1),new r("ireis",73,1),new r("áreis",73,1),new r("éreis",73,1),new r("íreis",73,1),new r("ásseis",73,1),new r("ésseis",73,1),new r("ísseis",73,1),new r("áveis",73,1),new r("íeis",73,1),new r("aríeis",84,1),new r("eríeis",84,1),new r("iríeis",84,1),new r("ados",-1,1),new r("idos",-1,1),new r("amos",-1,1),new r("áramos",90,1),new r("éramos",90,1),new r("íramos",90,1),new r("ávamos",90,1),new r("íamos",90,1),new r("aríamos",95,1),new r("eríamos",95,1),new r("iríamos",95,1),new r("emos",-1,1),new r("aremos",99,1),new r("eremos",99,1),new r("iremos",99,1),new r("ássemos",99,1),new r("êssemos",99,1),new r("íssemos",99,1),new r("imos",-1,1),new r("armos",-1,1),new r("ermos",-1,1),new r("irmos",-1,1),new r("ámos",-1,1),new r("arás",-1,1),new r("erás",-1,1),new r("irás",-1,1),new r("eu",-1,1),new r("iu",-1,1),new r("ou",-1,1),new r("ará",-1,1),new r("erá",-1,1),new r("irá",-1,1)],W=[new r("a",-1,1),new r("i",-1,1),new r("o",-1,1),new r("os",-1,1),new r("á",-1,1),new r("í",-1,1),new r("ó",-1,1)],L=[new r("e",-1,1),new r("ç",-1,2),new r("é",-1,1),new r("ê",-1,1)],y=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,3,19,12,2],z=new s;this.setCurrent=function(e){z.setCurrent(e)},this.getCurrent=function(){return z.getCurrent()},this.stem=function(){var r=z.cursor;return e(),z.cursor=r,a(),z.limit_backward=r,z.cursor=z.limit,_(),z.cursor=z.limit,p(),z.cursor=z.limit_backward,u(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.pt.stemmer,"stemmer-pt"),e.pt.stopWordFilter=e.generateStopWordFilter("a ao aos aquela aquelas aquele aqueles aquilo as até com como da das de dela delas dele deles depois do dos e ela elas ele eles em entre era eram essa essas esse esses esta estamos estas estava estavam este esteja estejam estejamos estes esteve estive estivemos estiver estivera estiveram estiverem estivermos estivesse estivessem estivéramos estivéssemos estou está estávamos estão eu foi fomos for fora foram forem formos fosse fossem fui fôramos fôssemos haja hajam hajamos havemos hei houve houvemos houver houvera houveram houverei houverem houveremos houveria houveriam houvermos houverá houverão houveríamos houvesse houvessem houvéramos houvéssemos há hão isso isto já lhe lhes mais mas me mesmo meu meus minha minhas muito na nas nem no nos nossa nossas nosso nossos num numa não nós o os ou para pela pelas pelo pelos por qual quando que quem se seja sejam sejamos sem serei seremos seria seriam será serão seríamos seu seus somos sou sua suas são só também te tem temos tenha tenham tenhamos tenho terei teremos teria teriam terá terão teríamos teu teus teve tinha tinham tive tivemos tiver tivera tiveram tiverem tivermos tivesse tivessem tivéramos tivéssemos tu tua tuas tém tínhamos um uma você vocês vos à às éramos".split(" ")),e.Pipeline.registerFunction(e.pt.stopWordFilter,"stopWordFilter-pt")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.ro.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.ro.min.js new file mode 100644 index 000000000..727714018 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.ro.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Romanian` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,i){"function"==typeof define&&define.amd?define(i):"object"==typeof exports?module.exports=i():i()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.ro=function(){this.pipeline.reset(),this.pipeline.add(e.ro.trimmer,e.ro.stopWordFilter,e.ro.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.ro.stemmer))},e.ro.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.ro.trimmer=e.trimmerSupport.generateTrimmer(e.ro.wordCharacters),e.Pipeline.registerFunction(e.ro.trimmer,"trimmer-ro"),e.ro.stemmer=function(){var i=e.stemmerSupport.Among,r=e.stemmerSupport.SnowballProgram,n=new function(){function e(e,i){L.eq_s(1,e)&&(L.ket=L.cursor,L.in_grouping(W,97,259)&&L.slice_from(i))}function n(){for(var i,r;;){if(i=L.cursor,L.in_grouping(W,97,259)&&(r=L.cursor,L.bra=r,e("u","U"),L.cursor=r,e("i","I")),L.cursor=i,L.cursor>=L.limit)break;L.cursor++}}function t(){if(L.out_grouping(W,97,259)){for(;!L.in_grouping(W,97,259);){if(L.cursor>=L.limit)return!0;L.cursor++}return!1}return!0}function a(){if(L.in_grouping(W,97,259))for(;!L.out_grouping(W,97,259);){if(L.cursor>=L.limit)return!0;L.cursor++}return!1}function o(){var e,i,r=L.cursor;if(L.in_grouping(W,97,259)){if(e=L.cursor,!t())return void(h=L.cursor);if(L.cursor=e,!a())return void(h=L.cursor)}L.cursor=r,L.out_grouping(W,97,259)&&(i=L.cursor,t()&&(L.cursor=i,L.in_grouping(W,97,259)&&L.cursor=L.limit)return!1;L.cursor++}for(;!L.out_grouping(W,97,259);){if(L.cursor>=L.limit)return!1;L.cursor++}return!0}function c(){var e=L.cursor;h=L.limit,k=h,g=h,o(),L.cursor=e,u()&&(k=L.cursor,u()&&(g=L.cursor))}function s(){for(var e;;){if(L.bra=L.cursor,e=L.find_among(z,3))switch(L.ket=L.cursor,e){case 1:L.slice_from("i");continue;case 2:L.slice_from("u");continue;case 3:if(L.cursor>=L.limit)break;L.cursor++;continue}break}}function w(){return h<=L.cursor}function m(){return k<=L.cursor}function l(){return g<=L.cursor}function f(){var e,i;if(L.ket=L.cursor,(e=L.find_among_b(C,16))&&(L.bra=L.cursor,m()))switch(e){case 1:L.slice_del();break;case 2:L.slice_from("a");break;case 3:L.slice_from("e");break;case 4:L.slice_from("i");break;case 5:i=L.limit-L.cursor,L.eq_s_b(2,"ab")||(L.cursor=L.limit-i,L.slice_from("i"));break;case 6:L.slice_from("at");break;case 7:L.slice_from("aţi")}}function p(){var e,i=L.limit-L.cursor;if(L.ket=L.cursor,(e=L.find_among_b(P,46))&&(L.bra=L.cursor,m())){switch(e){case 1:L.slice_from("abil");break;case 2:L.slice_from("ibil");break;case 3:L.slice_from("iv");break;case 4:L.slice_from("ic");break;case 5:L.slice_from("at");break;case 6:L.slice_from("it")}return _=!0,L.cursor=L.limit-i,!0}return!1}function d(){var e,i;for(_=!1;;)if(i=L.limit-L.cursor,!p()){L.cursor=L.limit-i;break}if(L.ket=L.cursor,(e=L.find_among_b(F,62))&&(L.bra=L.cursor,l())){switch(e){case 1:L.slice_del();break;case 2:L.eq_s_b(1,"ţ")&&(L.bra=L.cursor,L.slice_from("t"));break;case 3:L.slice_from("ist")}_=!0}}function b(){var e,i,r;if(L.cursor>=h){if(i=L.limit_backward,L.limit_backward=h,L.ket=L.cursor,e=L.find_among_b(q,94))switch(L.bra=L.cursor,e){case 1:if(r=L.limit-L.cursor,!L.out_grouping_b(W,97,259)&&(L.cursor=L.limit-r,!L.eq_s_b(1,"u")))break;case 2:L.slice_del()}L.limit_backward=i}}function v(){var e;L.ket=L.cursor,(e=L.find_among_b(S,5))&&(L.bra=L.cursor,w()&&1==e&&L.slice_del())}var _,g,k,h,z=[new i("",-1,3),new i("I",0,1),new i("U",0,2)],C=[new i("ea",-1,3),new i("aţia",-1,7),new i("aua",-1,2),new i("iua",-1,4),new i("aţie",-1,7),new i("ele",-1,3),new i("ile",-1,5),new i("iile",6,4),new i("iei",-1,4),new i("atei",-1,6),new i("ii",-1,4),new i("ului",-1,1),new i("ul",-1,1),new i("elor",-1,3),new i("ilor",-1,4),new i("iilor",14,4)],P=[new i("icala",-1,4),new i("iciva",-1,4),new i("ativa",-1,5),new i("itiva",-1,6),new i("icale",-1,4),new i("aţiune",-1,5),new i("iţiune",-1,6),new i("atoare",-1,5),new i("itoare",-1,6),new i("ătoare",-1,5),new i("icitate",-1,4),new i("abilitate",-1,1),new i("ibilitate",-1,2),new i("ivitate",-1,3),new i("icive",-1,4),new i("ative",-1,5),new i("itive",-1,6),new i("icali",-1,4),new i("atori",-1,5),new i("icatori",18,4),new i("itori",-1,6),new i("ători",-1,5),new i("icitati",-1,4),new i("abilitati",-1,1),new i("ivitati",-1,3),new i("icivi",-1,4),new i("ativi",-1,5),new i("itivi",-1,6),new i("icităi",-1,4),new i("abilităi",-1,1),new i("ivităi",-1,3),new i("icităţi",-1,4),new i("abilităţi",-1,1),new i("ivităţi",-1,3),new i("ical",-1,4),new i("ator",-1,5),new i("icator",35,4),new i("itor",-1,6),new i("ător",-1,5),new i("iciv",-1,4),new i("ativ",-1,5),new i("itiv",-1,6),new i("icală",-1,4),new i("icivă",-1,4),new i("ativă",-1,5),new i("itivă",-1,6)],F=[new i("ica",-1,1),new i("abila",-1,1),new i("ibila",-1,1),new i("oasa",-1,1),new i("ata",-1,1),new i("ita",-1,1),new i("anta",-1,1),new i("ista",-1,3),new i("uta",-1,1),new i("iva",-1,1),new i("ic",-1,1),new i("ice",-1,1),new i("abile",-1,1),new i("ibile",-1,1),new i("isme",-1,3),new i("iune",-1,2),new i("oase",-1,1),new i("ate",-1,1),new i("itate",17,1),new i("ite",-1,1),new i("ante",-1,1),new i("iste",-1,3),new i("ute",-1,1),new i("ive",-1,1),new i("ici",-1,1),new i("abili",-1,1),new i("ibili",-1,1),new i("iuni",-1,2),new i("atori",-1,1),new i("osi",-1,1),new i("ati",-1,1),new i("itati",30,1),new i("iti",-1,1),new i("anti",-1,1),new i("isti",-1,3),new i("uti",-1,1),new i("işti",-1,3),new i("ivi",-1,1),new i("ităi",-1,1),new i("oşi",-1,1),new i("ităţi",-1,1),new i("abil",-1,1),new i("ibil",-1,1),new i("ism",-1,3),new i("ator",-1,1),new i("os",-1,1),new i("at",-1,1),new i("it",-1,1),new i("ant",-1,1),new i("ist",-1,3),new i("ut",-1,1),new i("iv",-1,1),new i("ică",-1,1),new i("abilă",-1,1),new i("ibilă",-1,1),new i("oasă",-1,1),new i("ată",-1,1),new i("ită",-1,1),new i("antă",-1,1),new i("istă",-1,3),new i("ută",-1,1),new i("ivă",-1,1)],q=[new i("ea",-1,1),new i("ia",-1,1),new i("esc",-1,1),new i("ăsc",-1,1),new i("ind",-1,1),new i("ând",-1,1),new i("are",-1,1),new i("ere",-1,1),new i("ire",-1,1),new i("âre",-1,1),new i("se",-1,2),new i("ase",10,1),new i("sese",10,2),new i("ise",10,1),new i("use",10,1),new i("âse",10,1),new i("eşte",-1,1),new i("ăşte",-1,1),new i("eze",-1,1),new i("ai",-1,1),new i("eai",19,1),new i("iai",19,1),new i("sei",-1,2),new i("eşti",-1,1),new i("ăşti",-1,1),new i("ui",-1,1),new i("ezi",-1,1),new i("âi",-1,1),new i("aşi",-1,1),new i("seşi",-1,2),new i("aseşi",29,1),new i("seseşi",29,2),new i("iseşi",29,1),new i("useşi",29,1),new i("âseşi",29,1),new i("işi",-1,1),new i("uşi",-1,1),new i("âşi",-1,1),new i("aţi",-1,2),new i("eaţi",38,1),new i("iaţi",38,1),new i("eţi",-1,2),new i("iţi",-1,2),new i("âţi",-1,2),new i("arăţi",-1,1),new i("serăţi",-1,2),new i("aserăţi",45,1),new i("seserăţi",45,2),new i("iserăţi",45,1),new i("userăţi",45,1),new i("âserăţi",45,1),new i("irăţi",-1,1),new i("urăţi",-1,1),new i("ârăţi",-1,1),new i("am",-1,1),new i("eam",54,1),new i("iam",54,1),new i("em",-1,2),new i("asem",57,1),new i("sesem",57,2),new i("isem",57,1),new i("usem",57,1),new i("âsem",57,1),new i("im",-1,2),new i("âm",-1,2),new i("ăm",-1,2),new i("arăm",65,1),new i("serăm",65,2),new i("aserăm",67,1),new i("seserăm",67,2),new i("iserăm",67,1),new i("userăm",67,1),new i("âserăm",67,1),new i("irăm",65,1),new i("urăm",65,1),new i("ârăm",65,1),new i("au",-1,1),new i("eau",76,1),new i("iau",76,1),new i("indu",-1,1),new i("ându",-1,1),new i("ez",-1,1),new i("ească",-1,1),new i("ară",-1,1),new i("seră",-1,2),new i("aseră",84,1),new i("seseră",84,2),new i("iseră",84,1),new i("useră",84,1),new i("âseră",84,1),new i("iră",-1,1),new i("ură",-1,1),new i("âră",-1,1),new i("ează",-1,1)],S=[new i("a",-1,1),new i("e",-1,1),new i("ie",1,1),new i("i",-1,1),new i("ă",-1,1)],W=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,0,4],L=new r;this.setCurrent=function(e){L.setCurrent(e)},this.getCurrent=function(){return L.getCurrent()},this.stem=function(){var e=L.cursor;return n(),L.cursor=e,c(),L.limit_backward=e,L.cursor=L.limit,f(),L.cursor=L.limit,d(),L.cursor=L.limit,_||(L.cursor=L.limit,b(),L.cursor=L.limit),v(),L.cursor=L.limit_backward,s(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.ro.stemmer,"stemmer-ro"),e.ro.stopWordFilter=e.generateStopWordFilter("acea aceasta această aceea acei aceia acel acela acele acelea acest acesta aceste acestea aceşti aceştia acolo acord acum ai aia aibă aici al ale alea altceva altcineva am ar are asemenea asta astea astăzi asupra au avea avem aveţi azi aş aşadar aţi bine bucur bună ca care caut ce cel ceva chiar cinci cine cineva contra cu cum cumva curând curînd când cât câte câtva câţi cînd cît cîte cîtva cîţi că căci cărei căror cărui către da dacă dar datorită dată dau de deci deja deoarece departe deşi din dinaintea dintr- dintre doi doilea două drept după dă ea ei el ele eram este eu eşti face fata fi fie fiecare fii fim fiu fiţi frumos fără graţie halbă iar ieri la le li lor lui lângă lîngă mai mea mei mele mereu meu mi mie mine mult multă mulţi mulţumesc mâine mîine mă ne nevoie nici nicăieri nimeni nimeri nimic nişte noastre noastră noi noroc nostru nouă noştri nu opt ori oricare orice oricine oricum oricând oricât oricînd oricît oriunde patra patru patrulea pe pentru peste pic poate pot prea prima primul prin puţin puţina puţină până pînă rog sa sale sau se spate spre sub sunt suntem sunteţi sută sînt sîntem sînteţi să săi său ta tale te timp tine toate toată tot totuşi toţi trei treia treilea tu tăi tău un una unde undeva unei uneia unele uneori unii unor unora unu unui unuia unul vi voastre voastră voi vostru vouă voştri vreme vreo vreun vă zece zero zi zice îi îl îmi împotriva în înainte înaintea încotro încât încît între întrucât întrucît îţi ăla ălea ăsta ăstea ăştia şapte şase şi ştiu ţi ţie".split(" ")),e.Pipeline.registerFunction(e.ro.stopWordFilter,"stopWordFilter-ro")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.ru.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.ru.min.js new file mode 100644 index 000000000..186cc485c --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.ru.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Russian` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,n){"function"==typeof define&&define.amd?define(n):"object"==typeof exports?module.exports=n():n()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.ru=function(){this.pipeline.reset(),this.pipeline.add(e.ru.trimmer,e.ru.stopWordFilter,e.ru.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.ru.stemmer))},e.ru.wordCharacters="Ѐ-҄҇-ԯᴫᵸⷠ-ⷿꙀ-ꚟ︮︯",e.ru.trimmer=e.trimmerSupport.generateTrimmer(e.ru.wordCharacters),e.Pipeline.registerFunction(e.ru.trimmer,"trimmer-ru"),e.ru.stemmer=function(){var n=e.stemmerSupport.Among,r=e.stemmerSupport.SnowballProgram,t=new function(){function e(){for(;!W.in_grouping(S,1072,1103);){if(W.cursor>=W.limit)return!1;W.cursor++}return!0}function t(){for(;!W.out_grouping(S,1072,1103);){if(W.cursor>=W.limit)return!1;W.cursor++}return!0}function w(){b=W.limit,_=b,e()&&(b=W.cursor,t()&&e()&&t()&&(_=W.cursor))}function i(){return _<=W.cursor}function u(e,n){var r,t;if(W.ket=W.cursor,r=W.find_among_b(e,n)){switch(W.bra=W.cursor,r){case 1:if(t=W.limit-W.cursor,!W.eq_s_b(1,"а")&&(W.cursor=W.limit-t,!W.eq_s_b(1,"я")))return!1;case 2:W.slice_del()}return!0}return!1}function o(){return u(h,9)}function s(e,n){var r;return W.ket=W.cursor,!!(r=W.find_among_b(e,n))&&(W.bra=W.cursor,1==r&&W.slice_del(),!0)}function c(){return s(g,26)}function m(){return!!c()&&(u(C,8),!0)}function f(){return s(k,2)}function l(){return u(P,46)}function a(){s(v,36)}function p(){var e;W.ket=W.cursor,(e=W.find_among_b(F,2))&&(W.bra=W.cursor,i()&&1==e&&W.slice_del())}function d(){var e;if(W.ket=W.cursor,e=W.find_among_b(q,4))switch(W.bra=W.cursor,e){case 1:if(W.slice_del(),W.ket=W.cursor,!W.eq_s_b(1,"н"))break;W.bra=W.cursor;case 2:if(!W.eq_s_b(1,"н"))break;case 3:W.slice_del()}}var _,b,h=[new n("в",-1,1),new n("ив",0,2),new n("ыв",0,2),new n("вши",-1,1),new n("ивши",3,2),new n("ывши",3,2),new n("вшись",-1,1),new n("ившись",6,2),new n("ывшись",6,2)],g=[new n("ее",-1,1),new n("ие",-1,1),new n("ое",-1,1),new n("ые",-1,1),new n("ими",-1,1),new n("ыми",-1,1),new n("ей",-1,1),new n("ий",-1,1),new n("ой",-1,1),new n("ый",-1,1),new n("ем",-1,1),new n("им",-1,1),new n("ом",-1,1),new n("ым",-1,1),new n("его",-1,1),new n("ого",-1,1),new n("ему",-1,1),new n("ому",-1,1),new n("их",-1,1),new n("ых",-1,1),new n("ею",-1,1),new n("ою",-1,1),new n("ую",-1,1),new n("юю",-1,1),new n("ая",-1,1),new n("яя",-1,1)],C=[new n("ем",-1,1),new n("нн",-1,1),new n("вш",-1,1),new n("ивш",2,2),new n("ывш",2,2),new n("щ",-1,1),new n("ющ",5,1),new n("ующ",6,2)],k=[new n("сь",-1,1),new n("ся",-1,1)],P=[new n("ла",-1,1),new n("ила",0,2),new n("ыла",0,2),new n("на",-1,1),new n("ена",3,2),new n("ете",-1,1),new n("ите",-1,2),new n("йте",-1,1),new n("ейте",7,2),new n("уйте",7,2),new n("ли",-1,1),new n("или",10,2),new n("ыли",10,2),new n("й",-1,1),new n("ей",13,2),new n("уй",13,2),new n("л",-1,1),new n("ил",16,2),new n("ыл",16,2),new n("ем",-1,1),new n("им",-1,2),new n("ым",-1,2),new n("н",-1,1),new n("ен",22,2),new n("ло",-1,1),new n("ило",24,2),new n("ыло",24,2),new n("но",-1,1),new n("ено",27,2),new n("нно",27,1),new n("ет",-1,1),new n("ует",30,2),new n("ит",-1,2),new n("ыт",-1,2),new n("ют",-1,1),new n("уют",34,2),new n("ят",-1,2),new n("ны",-1,1),new n("ены",37,2),new n("ть",-1,1),new n("ить",39,2),new n("ыть",39,2),new n("ешь",-1,1),new n("ишь",-1,2),new n("ю",-1,2),new n("ую",44,2)],v=[new n("а",-1,1),new n("ев",-1,1),new n("ов",-1,1),new n("е",-1,1),new n("ие",3,1),new n("ье",3,1),new n("и",-1,1),new n("еи",6,1),new n("ии",6,1),new n("ами",6,1),new n("ями",6,1),new n("иями",10,1),new n("й",-1,1),new n("ей",12,1),new n("ией",13,1),new n("ий",12,1),new n("ой",12,1),new n("ам",-1,1),new n("ем",-1,1),new n("ием",18,1),new n("ом",-1,1),new n("ям",-1,1),new n("иям",21,1),new n("о",-1,1),new n("у",-1,1),new n("ах",-1,1),new n("ях",-1,1),new n("иях",26,1),new n("ы",-1,1),new n("ь",-1,1),new n("ю",-1,1),new n("ию",30,1),new n("ью",30,1),new n("я",-1,1),new n("ия",33,1),new n("ья",33,1)],F=[new n("ост",-1,1),new n("ость",-1,1)],q=[new n("ейше",-1,1),new n("н",-1,2),new n("ейш",-1,1),new n("ь",-1,3)],S=[33,65,8,232],W=new r;this.setCurrent=function(e){W.setCurrent(e)},this.getCurrent=function(){return W.getCurrent()},this.stem=function(){return w(),W.cursor=W.limit,!(W.cursor=i&&(e-=i,t[e>>3]&1<<(7&e)))return this.cursor++,!0}return!1},in_grouping_b:function(t,i,s){if(this.cursor>this.limit_backward){var e=r.charCodeAt(this.cursor-1);if(e<=s&&e>=i&&(e-=i,t[e>>3]&1<<(7&e)))return this.cursor--,!0}return!1},out_grouping:function(t,i,s){if(this.cursors||e>3]&1<<(7&e)))return this.cursor++,!0}return!1},out_grouping_b:function(t,i,s){if(this.cursor>this.limit_backward){var e=r.charCodeAt(this.cursor-1);if(e>s||e>3]&1<<(7&e)))return this.cursor--,!0}return!1},eq_s:function(t,i){if(this.limit-this.cursor>1),f=0,l=o0||e==s||c)break;c=!0}}for(;;){var _=t[s];if(o>=_.s_size){if(this.cursor=n+_.s_size,!_.method)return _.result;var b=_.method();if(this.cursor=n+_.s_size,b)return _.result}if((s=_.substring_i)<0)return 0}},find_among_b:function(t,i){for(var s=0,e=i,n=this.cursor,u=this.limit_backward,o=0,h=0,c=!1;;){for(var a=s+(e-s>>1),f=0,l=o=0;m--){if(n-l==u){f=-1;break}if(f=r.charCodeAt(n-1-l)-_.s[m])break;l++}if(f<0?(e=a,h=l):(s=a,o=l),e-s<=1){if(s>0||e==s||c)break;c=!0}}for(;;){var _=t[s];if(o>=_.s_size){if(this.cursor=n-_.s_size,!_.method)return _.result;var b=_.method();if(this.cursor=n-_.s_size,b)return _.result}if((s=_.substring_i)<0)return 0}},replace_s:function(t,i,s){var e=s.length-(i-t),n=r.substring(0,t),u=r.substring(i);return r=n+s+u,this.limit+=e,this.cursor>=i?this.cursor+=e:this.cursor>t&&(this.cursor=t),e},slice_check:function(){if(this.bra<0||this.bra>this.ket||this.ket>this.limit||this.limit>r.length)throw"faulty slice operation"},slice_from:function(r){this.slice_check(),this.replace_s(this.bra,this.ket,r)},slice_del:function(){this.slice_from("")},insert:function(r,t,i){var s=this.replace_s(r,t,i);r<=this.bra&&(this.bra+=s),r<=this.ket&&(this.ket+=s)},slice_to:function(){return this.slice_check(),r.substring(this.bra,this.ket)},eq_v_b:function(r){return this.eq_s_b(r.length,r)}}}},r.trimmerSupport={generateTrimmer:function(r){var t=new RegExp("^[^"+r+"]+"),i=new RegExp("[^"+r+"]+$");return function(r){return"function"==typeof r.update?r.update(function(r){return r.replace(t,"").replace(i,"")}):r.replace(t,"").replace(i,"")}}}}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.sv.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.sv.min.js new file mode 100644 index 000000000..3e5eb6400 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.sv.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Swedish` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.sv=function(){this.pipeline.reset(),this.pipeline.add(e.sv.trimmer,e.sv.stopWordFilter,e.sv.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.sv.stemmer))},e.sv.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.sv.trimmer=e.trimmerSupport.generateTrimmer(e.sv.wordCharacters),e.Pipeline.registerFunction(e.sv.trimmer,"trimmer-sv"),e.sv.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,t=new function(){function e(){var e,r=w.cursor+3;if(o=w.limit,0<=r||r<=w.limit){for(a=r;;){if(e=w.cursor,w.in_grouping(l,97,246)){w.cursor=e;break}if(w.cursor=e,w.cursor>=w.limit)return;w.cursor++}for(;!w.out_grouping(l,97,246);){if(w.cursor>=w.limit)return;w.cursor++}o=w.cursor,o=o&&(w.limit_backward=o,w.cursor=w.limit,w.ket=w.cursor,e=w.find_among_b(u,37),w.limit_backward=r,e))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:w.in_grouping_b(d,98,121)&&w.slice_del()}}function i(){var e=w.limit_backward;w.cursor>=o&&(w.limit_backward=o,w.cursor=w.limit,w.find_among_b(c,7)&&(w.cursor=w.limit,w.ket=w.cursor,w.cursor>w.limit_backward&&(w.bra=--w.cursor,w.slice_del())),w.limit_backward=e)}function s(){var e,r;if(w.cursor>=o){if(r=w.limit_backward,w.limit_backward=o,w.cursor=w.limit,w.ket=w.cursor,e=w.find_among_b(m,5))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:w.slice_from("lös");break;case 3:w.slice_from("full")}w.limit_backward=r}}var a,o,u=[new r("a",-1,1),new r("arna",0,1),new r("erna",0,1),new r("heterna",2,1),new r("orna",0,1),new r("ad",-1,1),new r("e",-1,1),new r("ade",6,1),new r("ande",6,1),new r("arne",6,1),new r("are",6,1),new r("aste",6,1),new r("en",-1,1),new r("anden",12,1),new r("aren",12,1),new r("heten",12,1),new r("ern",-1,1),new r("ar",-1,1),new r("er",-1,1),new r("heter",18,1),new r("or",-1,1),new r("s",-1,2),new r("as",21,1),new r("arnas",22,1),new r("ernas",22,1),new r("ornas",22,1),new r("es",21,1),new r("ades",26,1),new r("andes",26,1),new r("ens",21,1),new r("arens",29,1),new r("hetens",29,1),new r("erns",21,1),new r("at",-1,1),new r("andet",-1,1),new r("het",-1,1),new r("ast",-1,1)],c=[new r("dd",-1,-1),new r("gd",-1,-1),new r("nn",-1,-1),new r("dt",-1,-1),new r("gt",-1,-1),new r("kt",-1,-1),new r("tt",-1,-1)],m=[new r("ig",-1,1),new r("lig",0,1),new r("els",-1,1),new r("fullt",-1,3),new r("löst",-1,2)],l=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,24,0,32],d=[119,127,149],w=new n;this.setCurrent=function(e){w.setCurrent(e)},this.getCurrent=function(){return w.getCurrent()},this.stem=function(){var r=w.cursor;return e(),w.limit_backward=r,w.cursor=w.limit,t(),w.cursor=w.limit,i(),w.cursor=w.limit,s(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return t.setCurrent(e),t.stem(),t.getCurrent()}):(t.setCurrent(e),t.stem(),t.getCurrent())}}(),e.Pipeline.registerFunction(e.sv.stemmer,"stemmer-sv"),e.sv.stopWordFilter=e.generateStopWordFilter("alla allt att av blev bli blir blivit de dem den denna deras dess dessa det detta dig din dina ditt du där då efter ej eller en er era ert ett från för ha hade han hans har henne hennes hon honom hur här i icke ingen inom inte jag ju kan kunde man med mellan men mig min mina mitt mot mycket ni nu när någon något några och om oss på samma sedan sig sin sina sitta själv skulle som så sådan sådana sådant till under upp ut utan vad var vara varför varit varje vars vart vem vi vid vilka vilkas vilken vilket vår våra vårt än är åt över".split(" ")),e.Pipeline.registerFunction(e.sv.stopWordFilter,"stopWordFilter-sv")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.tr.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.tr.min.js new file mode 100644 index 000000000..563f6ec1f --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.tr.min.js @@ -0,0 +1,18 @@ +/*! + * Lunr languages, `Turkish` language + * https://github.com/MihaiValentin/lunr-languages + * + * Copyright 2014, Mihai Valentin + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +!function(r,i){"function"==typeof define&&define.amd?define(i):"object"==typeof exports?module.exports=i():i()(r.lunr)}(this,function(){return function(r){if(void 0===r)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===r.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");r.tr=function(){this.pipeline.reset(),this.pipeline.add(r.tr.trimmer,r.tr.stopWordFilter,r.tr.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(r.tr.stemmer))},r.tr.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",r.tr.trimmer=r.trimmerSupport.generateTrimmer(r.tr.wordCharacters),r.Pipeline.registerFunction(r.tr.trimmer,"trimmer-tr"),r.tr.stemmer=function(){var i=r.stemmerSupport.Among,e=r.stemmerSupport.SnowballProgram,n=new function(){function r(r,i,e){for(;;){var n=Dr.limit-Dr.cursor;if(Dr.in_grouping_b(r,i,e)){Dr.cursor=Dr.limit-n;break}if(Dr.cursor=Dr.limit-n,Dr.cursor<=Dr.limit_backward)return!1;Dr.cursor--}return!0}function n(){var i,e;i=Dr.limit-Dr.cursor,r(Wr,97,305);for(var n=0;nDr.limit_backward&&(Dr.cursor--,e=Dr.limit-Dr.cursor,i()))?(Dr.cursor=Dr.limit-e,!0):(Dr.cursor=Dr.limit-n,r()?(Dr.cursor=Dr.limit-n,!1):(Dr.cursor=Dr.limit-n,!(Dr.cursor<=Dr.limit_backward)&&(Dr.cursor--,!!i()&&(Dr.cursor=Dr.limit-n,!0))))}function u(r){return t(r,function(){return Dr.in_grouping_b(Wr,97,305)})}function o(){return u(function(){return Dr.eq_s_b(1,"n")})}function s(){return u(function(){return Dr.eq_s_b(1,"s")})}function c(){return u(function(){return Dr.eq_s_b(1,"y")})}function l(){return t(function(){return Dr.in_grouping_b(Lr,105,305)},function(){return Dr.out_grouping_b(Wr,97,305)})}function a(){return Dr.find_among_b(ur,10)&&l()}function m(){return n()&&Dr.in_grouping_b(Lr,105,305)&&s()}function d(){return Dr.find_among_b(or,2)}function f(){return n()&&Dr.in_grouping_b(Lr,105,305)&&c()}function b(){return n()&&Dr.find_among_b(sr,4)}function w(){return n()&&Dr.find_among_b(cr,4)&&o()}function _(){return n()&&Dr.find_among_b(lr,2)&&c()}function k(){return n()&&Dr.find_among_b(ar,2)}function p(){return n()&&Dr.find_among_b(mr,4)}function g(){return n()&&Dr.find_among_b(dr,2)}function y(){return n()&&Dr.find_among_b(fr,4)}function z(){return n()&&Dr.find_among_b(br,2)}function v(){return n()&&Dr.find_among_b(wr,2)&&c()}function h(){return Dr.eq_s_b(2,"ki")}function q(){return n()&&Dr.find_among_b(_r,2)&&o()}function C(){return n()&&Dr.find_among_b(kr,4)&&c()}function P(){return n()&&Dr.find_among_b(pr,4)}function F(){return n()&&Dr.find_among_b(gr,4)&&c()}function S(){return Dr.find_among_b(yr,4)}function W(){return n()&&Dr.find_among_b(zr,2)}function L(){return n()&&Dr.find_among_b(vr,4)}function x(){return n()&&Dr.find_among_b(hr,8)}function A(){return Dr.find_among_b(qr,2)}function E(){return n()&&Dr.find_among_b(Cr,32)&&c()}function j(){return Dr.find_among_b(Pr,8)&&c()}function T(){return n()&&Dr.find_among_b(Fr,4)&&c()}function Z(){return Dr.eq_s_b(3,"ken")&&c()}function B(){var r=Dr.limit-Dr.cursor;return!(T()||(Dr.cursor=Dr.limit-r,E()||(Dr.cursor=Dr.limit-r,j()||(Dr.cursor=Dr.limit-r,Z()))))}function D(){if(A()){var r=Dr.limit-Dr.cursor;if(S()||(Dr.cursor=Dr.limit-r,W()||(Dr.cursor=Dr.limit-r,C()||(Dr.cursor=Dr.limit-r,P()||(Dr.cursor=Dr.limit-r,F()||(Dr.cursor=Dr.limit-r))))),T())return!1}return!0}function G(){if(W()){Dr.bra=Dr.cursor,Dr.slice_del();var r=Dr.limit-Dr.cursor;return Dr.ket=Dr.cursor,x()||(Dr.cursor=Dr.limit-r,E()||(Dr.cursor=Dr.limit-r,j()||(Dr.cursor=Dr.limit-r,T()||(Dr.cursor=Dr.limit-r)))),nr=!1,!1}return!0}function H(){if(!L())return!0;var r=Dr.limit-Dr.cursor;return!E()&&(Dr.cursor=Dr.limit-r,!j())}function I(){var r,i=Dr.limit-Dr.cursor;return!(S()||(Dr.cursor=Dr.limit-i,F()||(Dr.cursor=Dr.limit-i,P()||(Dr.cursor=Dr.limit-i,C()))))||(Dr.bra=Dr.cursor,Dr.slice_del(),r=Dr.limit-Dr.cursor,Dr.ket=Dr.cursor,T()||(Dr.cursor=Dr.limit-r),!1)}function J(){var r,i=Dr.limit-Dr.cursor;if(Dr.ket=Dr.cursor,nr=!0,B()&&(Dr.cursor=Dr.limit-i,D()&&(Dr.cursor=Dr.limit-i,G()&&(Dr.cursor=Dr.limit-i,H()&&(Dr.cursor=Dr.limit-i,I()))))){if(Dr.cursor=Dr.limit-i,!x())return;Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,r=Dr.limit-Dr.cursor,S()||(Dr.cursor=Dr.limit-r,W()||(Dr.cursor=Dr.limit-r,C()||(Dr.cursor=Dr.limit-r,P()||(Dr.cursor=Dr.limit-r,F()||(Dr.cursor=Dr.limit-r))))),T()||(Dr.cursor=Dr.limit-r)}Dr.bra=Dr.cursor,Dr.slice_del()}function K(){var r,i,e,n;if(Dr.ket=Dr.cursor,h()){if(r=Dr.limit-Dr.cursor,p())return Dr.bra=Dr.cursor,Dr.slice_del(),i=Dr.limit-Dr.cursor,Dr.ket=Dr.cursor,W()?(Dr.bra=Dr.cursor,Dr.slice_del(),K()):(Dr.cursor=Dr.limit-i,a()&&(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K()))),!0;if(Dr.cursor=Dr.limit-r,w()){if(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,e=Dr.limit-Dr.cursor,d())Dr.bra=Dr.cursor,Dr.slice_del();else{if(Dr.cursor=Dr.limit-e,Dr.ket=Dr.cursor,!a()&&(Dr.cursor=Dr.limit-e,!m()&&(Dr.cursor=Dr.limit-e,!K())))return!0;Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K())}return!0}if(Dr.cursor=Dr.limit-r,g()){if(n=Dr.limit-Dr.cursor,d())Dr.bra=Dr.cursor,Dr.slice_del();else if(Dr.cursor=Dr.limit-n,m())Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K());else if(Dr.cursor=Dr.limit-n,!K())return!1;return!0}}return!1}function M(r){if(Dr.ket=Dr.cursor,!g()&&(Dr.cursor=Dr.limit-r,!k()))return!1;var i=Dr.limit-Dr.cursor;if(d())Dr.bra=Dr.cursor,Dr.slice_del();else if(Dr.cursor=Dr.limit-i,m())Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K());else if(Dr.cursor=Dr.limit-i,!K())return!1;return!0}function N(r){if(Dr.ket=Dr.cursor,!z()&&(Dr.cursor=Dr.limit-r,!b()))return!1;var i=Dr.limit-Dr.cursor;return!(!m()&&(Dr.cursor=Dr.limit-i,!d()))&&(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K()),!0)}function O(){var r,i=Dr.limit-Dr.cursor;return Dr.ket=Dr.cursor,!(!w()&&(Dr.cursor=Dr.limit-i,!v()))&&(Dr.bra=Dr.cursor,Dr.slice_del(),r=Dr.limit-Dr.cursor,Dr.ket=Dr.cursor,!(!W()||(Dr.bra=Dr.cursor,Dr.slice_del(),!K()))||(Dr.cursor=Dr.limit-r,Dr.ket=Dr.cursor,!(a()||(Dr.cursor=Dr.limit-r,m()||(Dr.cursor=Dr.limit-r,K())))||(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K()),!0)))}function Q(){var r,i,e=Dr.limit-Dr.cursor;if(Dr.ket=Dr.cursor,!p()&&(Dr.cursor=Dr.limit-e,!f()&&(Dr.cursor=Dr.limit-e,!_())))return!1;if(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,r=Dr.limit-Dr.cursor,a())Dr.bra=Dr.cursor,Dr.slice_del(),i=Dr.limit-Dr.cursor,Dr.ket=Dr.cursor,W()||(Dr.cursor=Dr.limit-i);else if(Dr.cursor=Dr.limit-r,!W())return!0;return Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,K(),!0}function R(){var r,i,e=Dr.limit-Dr.cursor;if(Dr.ket=Dr.cursor,W())return Dr.bra=Dr.cursor,Dr.slice_del(),void K();if(Dr.cursor=Dr.limit-e,Dr.ket=Dr.cursor,q())if(Dr.bra=Dr.cursor,Dr.slice_del(),r=Dr.limit-Dr.cursor,Dr.ket=Dr.cursor,d())Dr.bra=Dr.cursor,Dr.slice_del();else{if(Dr.cursor=Dr.limit-r,Dr.ket=Dr.cursor,!a()&&(Dr.cursor=Dr.limit-r,!m())){if(Dr.cursor=Dr.limit-r,Dr.ket=Dr.cursor,!W())return;if(Dr.bra=Dr.cursor,Dr.slice_del(),!K())return}Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K())}else if(Dr.cursor=Dr.limit-e,!M(e)&&(Dr.cursor=Dr.limit-e,!N(e))){if(Dr.cursor=Dr.limit-e,Dr.ket=Dr.cursor,y())return Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,i=Dr.limit-Dr.cursor,void(a()?(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K())):(Dr.cursor=Dr.limit-i,W()?(Dr.bra=Dr.cursor,Dr.slice_del(),K()):(Dr.cursor=Dr.limit-i,K())));if(Dr.cursor=Dr.limit-e,!O()){if(Dr.cursor=Dr.limit-e,d())return Dr.bra=Dr.cursor,void Dr.slice_del();Dr.cursor=Dr.limit-e,K()||(Dr.cursor=Dr.limit-e,Q()||(Dr.cursor=Dr.limit-e,Dr.ket=Dr.cursor,(a()||(Dr.cursor=Dr.limit-e,m()))&&(Dr.bra=Dr.cursor,Dr.slice_del(),Dr.ket=Dr.cursor,W()&&(Dr.bra=Dr.cursor,Dr.slice_del(),K()))))}}}function U(){var r;if(Dr.ket=Dr.cursor,r=Dr.find_among_b(Sr,4))switch(Dr.bra=Dr.cursor,r){case 1:Dr.slice_from("p");break;case 2:Dr.slice_from("ç");break;case 3:Dr.slice_from("t");break;case 4:Dr.slice_from("k")}}function V(){for(;;){var r=Dr.limit-Dr.cursor;if(Dr.in_grouping_b(Wr,97,305)){Dr.cursor=Dr.limit-r;break}if(Dr.cursor=Dr.limit-r,Dr.cursor<=Dr.limit_backward)return!1;Dr.cursor--}return!0}function X(r,i,e){if(Dr.cursor=Dr.limit-r,V()){var n=Dr.limit-Dr.cursor;if(!Dr.eq_s_b(1,i)&&(Dr.cursor=Dr.limit-n,!Dr.eq_s_b(1,e)))return!0;Dr.cursor=Dr.limit-r;var t=Dr.cursor;return Dr.insert(Dr.cursor,Dr.cursor,e),Dr.cursor=t,!1}return!0}function Y(){var r=Dr.limit-Dr.cursor;(Dr.eq_s_b(1,"d")||(Dr.cursor=Dr.limit-r,Dr.eq_s_b(1,"g")))&&X(r,"a","ı")&&X(r,"e","i")&&X(r,"o","u")&&X(r,"ö","ü")}function $(){for(var r,i=Dr.cursor,e=2;;){for(r=Dr.cursor;!Dr.in_grouping(Wr,97,305);){if(Dr.cursor>=Dr.limit)return Dr.cursor=r,!(e>0)&&(Dr.cursor=i,!0);Dr.cursor++}e--}}function rr(r,i,e){for(;!Dr.eq_s(i,e);){if(Dr.cursor>=Dr.limit)return!0;Dr.cursor++}return(tr=i)!=Dr.limit||(Dr.cursor=r,!1)}function ir(){var r=Dr.cursor;return!rr(r,2,"ad")||(Dr.cursor=r,!rr(r,5,"soyad"))}function er(){var r=Dr.cursor;return!ir()&&(Dr.limit_backward=r,Dr.cursor=Dr.limit,Y(),Dr.cursor=Dr.limit,U(),!0)}var nr,tr,ur=[new i("m",-1,-1),new i("n",-1,-1),new i("miz",-1,-1),new i("niz",-1,-1),new i("muz",-1,-1),new i("nuz",-1,-1),new i("müz",-1,-1),new i("nüz",-1,-1),new i("mız",-1,-1),new i("nız",-1,-1)],or=[new i("leri",-1,-1),new i("ları",-1,-1)],sr=[new i("ni",-1,-1),new i("nu",-1,-1),new i("nü",-1,-1),new i("nı",-1,-1)],cr=[new i("in",-1,-1),new i("un",-1,-1),new i("ün",-1,-1),new i("ın",-1,-1)],lr=[new i("a",-1,-1),new i("e",-1,-1)],ar=[new i("na",-1,-1),new i("ne",-1,-1)],mr=[new i("da",-1,-1),new i("ta",-1,-1),new i("de",-1,-1),new i("te",-1,-1)],dr=[new i("nda",-1,-1),new i("nde",-1,-1)],fr=[new i("dan",-1,-1),new i("tan",-1,-1),new i("den",-1,-1),new i("ten",-1,-1)],br=[new i("ndan",-1,-1),new i("nden",-1,-1)],wr=[new i("la",-1,-1),new i("le",-1,-1)],_r=[new i("ca",-1,-1),new i("ce",-1,-1)],kr=[new i("im",-1,-1),new i("um",-1,-1),new i("üm",-1,-1),new i("ım",-1,-1)],pr=[new i("sin",-1,-1),new i("sun",-1,-1),new i("sün",-1,-1),new i("sın",-1,-1)],gr=[new i("iz",-1,-1),new i("uz",-1,-1),new i("üz",-1,-1),new i("ız",-1,-1)],yr=[new i("siniz",-1,-1),new i("sunuz",-1,-1),new i("sünüz",-1,-1),new i("sınız",-1,-1)],zr=[new i("lar",-1,-1),new i("ler",-1,-1)],vr=[new i("niz",-1,-1),new i("nuz",-1,-1),new i("nüz",-1,-1),new i("nız",-1,-1)],hr=[new i("dir",-1,-1),new i("tir",-1,-1),new i("dur",-1,-1),new i("tur",-1,-1),new i("dür",-1,-1),new i("tür",-1,-1),new i("dır",-1,-1),new i("tır",-1,-1)],qr=[new i("casına",-1,-1),new i("cesine",-1,-1)],Cr=[new i("di",-1,-1),new i("ti",-1,-1),new i("dik",-1,-1),new i("tik",-1,-1),new i("duk",-1,-1),new i("tuk",-1,-1),new i("dük",-1,-1),new i("tük",-1,-1),new i("dık",-1,-1),new i("tık",-1,-1),new i("dim",-1,-1),new i("tim",-1,-1),new i("dum",-1,-1),new i("tum",-1,-1),new i("düm",-1,-1),new i("tüm",-1,-1),new i("dım",-1,-1),new i("tım",-1,-1),new i("din",-1,-1),new i("tin",-1,-1),new i("dun",-1,-1),new i("tun",-1,-1),new i("dün",-1,-1),new i("tün",-1,-1),new i("dın",-1,-1),new i("tın",-1,-1),new i("du",-1,-1),new i("tu",-1,-1),new i("dü",-1,-1),new i("tü",-1,-1),new i("dı",-1,-1),new i("tı",-1,-1)],Pr=[new i("sa",-1,-1),new i("se",-1,-1),new i("sak",-1,-1),new i("sek",-1,-1),new i("sam",-1,-1),new i("sem",-1,-1),new i("san",-1,-1),new i("sen",-1,-1)],Fr=[new i("miş",-1,-1),new i("muş",-1,-1),new i("müş",-1,-1),new i("mış",-1,-1)],Sr=[new i("b",-1,1),new i("c",-1,2),new i("d",-1,3),new i("ğ",-1,4)],Wr=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,8,0,0,0,0,0,0,1],Lr=[1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,1],xr=[1,64,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],Ar=[17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130],Er=[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],jr=[17],Tr=[65],Zr=[65],Br=[["a",xr,97,305],["e",Ar,101,252],["ı",Er,97,305],["i",jr,101,105],["o",Tr,111,117],["ö",Zr,246,252],["u",Tr,111,117]],Dr=new e;this.setCurrent=function(r){Dr.setCurrent(r)},this.getCurrent=function(){return Dr.getCurrent()},this.stem=function(){return!!($()&&(Dr.limit_backward=Dr.cursor,Dr.cursor=Dr.limit,J(),Dr.cursor=Dr.limit,nr&&(R(),Dr.cursor=Dr.limit_backward,er())))}};return function(r){return"function"==typeof r.update?r.update(function(r){return n.setCurrent(r),n.stem(),n.getCurrent()}):(n.setCurrent(r),n.stem(),n.getCurrent())}}(),r.Pipeline.registerFunction(r.tr.stemmer,"stemmer-tr"),r.tr.stopWordFilter=r.generateStopWordFilter("acaba altmış altı ama ancak arada aslında ayrıca bana bazı belki ben benden beni benim beri beş bile bin bir biri birkaç birkez birçok birşey birşeyi biz bizden bize bizi bizim bu buna bunda bundan bunlar bunları bunların bunu bunun burada böyle böylece da daha dahi de defa değil diye diğer doksan dokuz dolayı dolayısıyla dört edecek eden ederek edilecek ediliyor edilmesi ediyor elli en etmesi etti ettiği ettiğini eğer gibi göre halen hangi hatta hem henüz hep hepsi her herhangi herkesin hiç hiçbir iki ile ilgili ise itibaren itibariyle için işte kadar karşın katrilyon kendi kendilerine kendini kendisi kendisine kendisini kez ki kim kimden kime kimi kimse kırk milyar milyon mu mü mı nasıl ne neden nedenle nerde nerede nereye niye niçin o olan olarak oldu olduklarını olduğu olduğunu olmadı olmadığı olmak olması olmayan olmaz olsa olsun olup olur olursa oluyor on ona ondan onlar onlardan onları onların onu onun otuz oysa pek rağmen sadece sanki sekiz seksen sen senden seni senin siz sizden sizi sizin tarafından trilyon tüm var vardı ve veya ya yani yapacak yapmak yaptı yaptıkları yaptığı yaptığını yapılan yapılması yapıyor yedi yerine yetmiş yine yirmi yoksa yüz zaten çok çünkü öyle üzere üç şey şeyden şeyi şeyler şu şuna şunda şundan şunları şunu şöyle".split(" ")),r.Pipeline.registerFunction(r.tr.stopWordFilter,"stopWordFilter-tr")}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/min/lunr.vi.min.js b/en/2021.5/assets/javascripts/lunr/min/lunr.vi.min.js new file mode 100644 index 000000000..22aed28c4 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/min/lunr.vi.min.js @@ -0,0 +1 @@ +!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.vi=function(){this.pipeline.reset(),this.pipeline.add(e.vi.stopWordFilter,e.vi.trimmer)},e.vi.wordCharacters="[A-Za-ẓ̀͐́͑̉̃̓ÂâÊêÔôĂ-ăĐ-đƠ-ơƯ-ư]",e.vi.trimmer=e.trimmerSupport.generateTrimmer(e.vi.wordCharacters),e.Pipeline.registerFunction(e.vi.trimmer,"trimmer-vi"),e.vi.stopWordFilter=e.generateStopWordFilter("là cái nhưng mà".split(" "))}}); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/lunr/tinyseg.js b/en/2021.5/assets/javascripts/lunr/tinyseg.js new file mode 100644 index 000000000..167fa6dd6 --- /dev/null +++ b/en/2021.5/assets/javascripts/lunr/tinyseg.js @@ -0,0 +1,206 @@ +/** + * export the module via AMD, CommonJS or as a browser global + * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js + */ +;(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(factory) + } else if (typeof exports === 'object') { + /** + * Node. Does not work with strict CommonJS, but + * only CommonJS-like environments that support module.exports, + * like Node. + */ + module.exports = factory() + } else { + // Browser globals (root is window) + factory()(root.lunr); + } +}(this, function () { + /** + * Just return a value to define the module export. + * This example returns an object, but the module + * can return a function as the exported value. + */ + + return function(lunr) { + // TinySegmenter 0.1 -- Super compact Japanese tokenizer in Javascript + // (c) 2008 Taku Kudo + // TinySegmenter is freely distributable under the terms of a new BSD licence. + // For details, see http://chasen.org/~taku/software/TinySegmenter/LICENCE.txt + + function TinySegmenter() { + var patterns = { + "[一二三四五六七八九十百千万億兆]":"M", + "[一-龠々〆ヵヶ]":"H", + "[ぁ-ん]":"I", + "[ァ-ヴーア-ン゙ー]":"K", + "[a-zA-Za-zA-Z]":"A", + "[0-90-9]":"N" + } + this.chartype_ = []; + for (var i in patterns) { + var regexp = new RegExp(i); + this.chartype_.push([regexp, patterns[i]]); + } + + this.BIAS__ = -332 + this.BC1__ = {"HH":6,"II":2461,"KH":406,"OH":-1378}; + this.BC2__ = {"AA":-3267,"AI":2744,"AN":-878,"HH":-4070,"HM":-1711,"HN":4012,"HO":3761,"IA":1327,"IH":-1184,"II":-1332,"IK":1721,"IO":5492,"KI":3831,"KK":-8741,"MH":-3132,"MK":3334,"OO":-2920}; + this.BC3__ = {"HH":996,"HI":626,"HK":-721,"HN":-1307,"HO":-836,"IH":-301,"KK":2762,"MK":1079,"MM":4034,"OA":-1652,"OH":266}; + this.BP1__ = {"BB":295,"OB":304,"OO":-125,"UB":352}; + this.BP2__ = {"BO":60,"OO":-1762}; + this.BQ1__ = {"BHH":1150,"BHM":1521,"BII":-1158,"BIM":886,"BMH":1208,"BNH":449,"BOH":-91,"BOO":-2597,"OHI":451,"OIH":-296,"OKA":1851,"OKH":-1020,"OKK":904,"OOO":2965}; + this.BQ2__ = {"BHH":118,"BHI":-1159,"BHM":466,"BIH":-919,"BKK":-1720,"BKO":864,"OHH":-1139,"OHM":-181,"OIH":153,"UHI":-1146}; + this.BQ3__ = {"BHH":-792,"BHI":2664,"BII":-299,"BKI":419,"BMH":937,"BMM":8335,"BNN":998,"BOH":775,"OHH":2174,"OHM":439,"OII":280,"OKH":1798,"OKI":-793,"OKO":-2242,"OMH":-2402,"OOO":11699}; + this.BQ4__ = {"BHH":-3895,"BIH":3761,"BII":-4654,"BIK":1348,"BKK":-1806,"BMI":-3385,"BOO":-12396,"OAH":926,"OHH":266,"OHK":-2036,"ONN":-973}; + this.BW1__ = {",と":660,",同":727,"B1あ":1404,"B1同":542,"、と":660,"、同":727,"」と":1682,"あっ":1505,"いう":1743,"いっ":-2055,"いる":672,"うし":-4817,"うん":665,"から":3472,"がら":600,"こう":-790,"こと":2083,"こん":-1262,"さら":-4143,"さん":4573,"した":2641,"して":1104,"すで":-3399,"そこ":1977,"それ":-871,"たち":1122,"ため":601,"った":3463,"つい":-802,"てい":805,"てき":1249,"でき":1127,"です":3445,"では":844,"とい":-4915,"とみ":1922,"どこ":3887,"ない":5713,"なっ":3015,"など":7379,"なん":-1113,"にし":2468,"には":1498,"にも":1671,"に対":-912,"の一":-501,"の中":741,"ませ":2448,"まで":1711,"まま":2600,"まる":-2155,"やむ":-1947,"よっ":-2565,"れた":2369,"れで":-913,"をし":1860,"を見":731,"亡く":-1886,"京都":2558,"取り":-2784,"大き":-2604,"大阪":1497,"平方":-2314,"引き":-1336,"日本":-195,"本当":-2423,"毎日":-2113,"目指":-724,"B1あ":1404,"B1同":542,"」と":1682}; + this.BW2__ = {"..":-11822,"11":-669,"――":-5730,"−−":-13175,"いう":-1609,"うか":2490,"かし":-1350,"かも":-602,"から":-7194,"かれ":4612,"がい":853,"がら":-3198,"きた":1941,"くな":-1597,"こと":-8392,"この":-4193,"させ":4533,"され":13168,"さん":-3977,"しい":-1819,"しか":-545,"した":5078,"して":972,"しな":939,"その":-3744,"たい":-1253,"たた":-662,"ただ":-3857,"たち":-786,"たと":1224,"たは":-939,"った":4589,"って":1647,"っと":-2094,"てい":6144,"てき":3640,"てく":2551,"ては":-3110,"ても":-3065,"でい":2666,"でき":-1528,"でし":-3828,"です":-4761,"でも":-4203,"とい":1890,"とこ":-1746,"とと":-2279,"との":720,"とみ":5168,"とも":-3941,"ない":-2488,"なが":-1313,"など":-6509,"なの":2614,"なん":3099,"にお":-1615,"にし":2748,"にな":2454,"によ":-7236,"に対":-14943,"に従":-4688,"に関":-11388,"のか":2093,"ので":-7059,"のに":-6041,"のの":-6125,"はい":1073,"はが":-1033,"はず":-2532,"ばれ":1813,"まし":-1316,"まで":-6621,"まれ":5409,"めて":-3153,"もい":2230,"もの":-10713,"らか":-944,"らし":-1611,"らに":-1897,"りし":651,"りま":1620,"れた":4270,"れて":849,"れば":4114,"ろう":6067,"われ":7901,"を通":-11877,"んだ":728,"んな":-4115,"一人":602,"一方":-1375,"一日":970,"一部":-1051,"上が":-4479,"会社":-1116,"出て":2163,"分の":-7758,"同党":970,"同日":-913,"大阪":-2471,"委員":-1250,"少な":-1050,"年度":-8669,"年間":-1626,"府県":-2363,"手権":-1982,"新聞":-4066,"日新":-722,"日本":-7068,"日米":3372,"曜日":-601,"朝鮮":-2355,"本人":-2697,"東京":-1543,"然と":-1384,"社会":-1276,"立て":-990,"第に":-1612,"米国":-4268,"11":-669}; + this.BW3__ = {"あた":-2194,"あり":719,"ある":3846,"い.":-1185,"い。":-1185,"いい":5308,"いえ":2079,"いく":3029,"いた":2056,"いっ":1883,"いる":5600,"いわ":1527,"うち":1117,"うと":4798,"えと":1454,"か.":2857,"か。":2857,"かけ":-743,"かっ":-4098,"かに":-669,"から":6520,"かり":-2670,"が,":1816,"が、":1816,"がき":-4855,"がけ":-1127,"がっ":-913,"がら":-4977,"がり":-2064,"きた":1645,"けど":1374,"こと":7397,"この":1542,"ころ":-2757,"さい":-714,"さを":976,"し,":1557,"し、":1557,"しい":-3714,"した":3562,"して":1449,"しな":2608,"しま":1200,"す.":-1310,"す。":-1310,"する":6521,"ず,":3426,"ず、":3426,"ずに":841,"そう":428,"た.":8875,"た。":8875,"たい":-594,"たの":812,"たり":-1183,"たる":-853,"だ.":4098,"だ。":4098,"だっ":1004,"った":-4748,"って":300,"てい":6240,"てお":855,"ても":302,"です":1437,"でに":-1482,"では":2295,"とう":-1387,"とし":2266,"との":541,"とも":-3543,"どう":4664,"ない":1796,"なく":-903,"など":2135,"に,":-1021,"に、":-1021,"にし":1771,"にな":1906,"には":2644,"の,":-724,"の、":-724,"の子":-1000,"は,":1337,"は、":1337,"べき":2181,"まし":1113,"ます":6943,"まっ":-1549,"まで":6154,"まれ":-793,"らし":1479,"られ":6820,"るる":3818,"れ,":854,"れ、":854,"れた":1850,"れて":1375,"れば":-3246,"れる":1091,"われ":-605,"んだ":606,"んで":798,"カ月":990,"会議":860,"入り":1232,"大会":2217,"始め":1681,"市":965,"新聞":-5055,"日,":974,"日、":974,"社会":2024,"カ月":990}; + this.TC1__ = {"AAA":1093,"HHH":1029,"HHM":580,"HII":998,"HOH":-390,"HOM":-331,"IHI":1169,"IOH":-142,"IOI":-1015,"IOM":467,"MMH":187,"OOI":-1832}; + this.TC2__ = {"HHO":2088,"HII":-1023,"HMM":-1154,"IHI":-1965,"KKH":703,"OII":-2649}; + this.TC3__ = {"AAA":-294,"HHH":346,"HHI":-341,"HII":-1088,"HIK":731,"HOH":-1486,"IHH":128,"IHI":-3041,"IHO":-1935,"IIH":-825,"IIM":-1035,"IOI":-542,"KHH":-1216,"KKA":491,"KKH":-1217,"KOK":-1009,"MHH":-2694,"MHM":-457,"MHO":123,"MMH":-471,"NNH":-1689,"NNO":662,"OHO":-3393}; + this.TC4__ = {"HHH":-203,"HHI":1344,"HHK":365,"HHM":-122,"HHN":182,"HHO":669,"HIH":804,"HII":679,"HOH":446,"IHH":695,"IHO":-2324,"IIH":321,"III":1497,"IIO":656,"IOO":54,"KAK":4845,"KKA":3386,"KKK":3065,"MHH":-405,"MHI":201,"MMH":-241,"MMM":661,"MOM":841}; + this.TQ1__ = {"BHHH":-227,"BHHI":316,"BHIH":-132,"BIHH":60,"BIII":1595,"BNHH":-744,"BOHH":225,"BOOO":-908,"OAKK":482,"OHHH":281,"OHIH":249,"OIHI":200,"OIIH":-68}; + this.TQ2__ = {"BIHH":-1401,"BIII":-1033,"BKAK":-543,"BOOO":-5591}; + this.TQ3__ = {"BHHH":478,"BHHM":-1073,"BHIH":222,"BHII":-504,"BIIH":-116,"BIII":-105,"BMHI":-863,"BMHM":-464,"BOMH":620,"OHHH":346,"OHHI":1729,"OHII":997,"OHMH":481,"OIHH":623,"OIIH":1344,"OKAK":2792,"OKHH":587,"OKKA":679,"OOHH":110,"OOII":-685}; + this.TQ4__ = {"BHHH":-721,"BHHM":-3604,"BHII":-966,"BIIH":-607,"BIII":-2181,"OAAA":-2763,"OAKK":180,"OHHH":-294,"OHHI":2446,"OHHO":480,"OHIH":-1573,"OIHH":1935,"OIHI":-493,"OIIH":626,"OIII":-4007,"OKAK":-8156}; + this.TW1__ = {"につい":-4681,"東京都":2026}; + this.TW2__ = {"ある程":-2049,"いった":-1256,"ころが":-2434,"しょう":3873,"その後":-4430,"だって":-1049,"ていた":1833,"として":-4657,"ともに":-4517,"もので":1882,"一気に":-792,"初めて":-1512,"同時に":-8097,"大きな":-1255,"対して":-2721,"社会党":-3216}; + this.TW3__ = {"いただ":-1734,"してい":1314,"として":-4314,"につい":-5483,"にとっ":-5989,"に当た":-6247,"ので,":-727,"ので、":-727,"のもの":-600,"れから":-3752,"十二月":-2287}; + this.TW4__ = {"いう.":8576,"いう。":8576,"からな":-2348,"してい":2958,"たが,":1516,"たが、":1516,"ている":1538,"という":1349,"ました":5543,"ません":1097,"ようと":-4258,"よると":5865}; + this.UC1__ = {"A":484,"K":93,"M":645,"O":-505}; + this.UC2__ = {"A":819,"H":1059,"I":409,"M":3987,"N":5775,"O":646}; + this.UC3__ = {"A":-1370,"I":2311}; + this.UC4__ = {"A":-2643,"H":1809,"I":-1032,"K":-3450,"M":3565,"N":3876,"O":6646}; + this.UC5__ = {"H":313,"I":-1238,"K":-799,"M":539,"O":-831}; + this.UC6__ = {"H":-506,"I":-253,"K":87,"M":247,"O":-387}; + this.UP1__ = {"O":-214}; + this.UP2__ = {"B":69,"O":935}; + this.UP3__ = {"B":189}; + this.UQ1__ = {"BH":21,"BI":-12,"BK":-99,"BN":142,"BO":-56,"OH":-95,"OI":477,"OK":410,"OO":-2422}; + this.UQ2__ = {"BH":216,"BI":113,"OK":1759}; + this.UQ3__ = {"BA":-479,"BH":42,"BI":1913,"BK":-7198,"BM":3160,"BN":6427,"BO":14761,"OI":-827,"ON":-3212}; + this.UW1__ = {",":156,"、":156,"「":-463,"あ":-941,"う":-127,"が":-553,"き":121,"こ":505,"で":-201,"と":-547,"ど":-123,"に":-789,"の":-185,"は":-847,"も":-466,"や":-470,"よ":182,"ら":-292,"り":208,"れ":169,"を":-446,"ん":-137,"・":-135,"主":-402,"京":-268,"区":-912,"午":871,"国":-460,"大":561,"委":729,"市":-411,"日":-141,"理":361,"生":-408,"県":-386,"都":-718,"「":-463,"・":-135}; + this.UW2__ = {",":-829,"、":-829,"〇":892,"「":-645,"」":3145,"あ":-538,"い":505,"う":134,"お":-502,"か":1454,"が":-856,"く":-412,"こ":1141,"さ":878,"ざ":540,"し":1529,"す":-675,"せ":300,"そ":-1011,"た":188,"だ":1837,"つ":-949,"て":-291,"で":-268,"と":-981,"ど":1273,"な":1063,"に":-1764,"の":130,"は":-409,"ひ":-1273,"べ":1261,"ま":600,"も":-1263,"や":-402,"よ":1639,"り":-579,"る":-694,"れ":571,"を":-2516,"ん":2095,"ア":-587,"カ":306,"キ":568,"ッ":831,"三":-758,"不":-2150,"世":-302,"中":-968,"主":-861,"事":492,"人":-123,"会":978,"保":362,"入":548,"初":-3025,"副":-1566,"北":-3414,"区":-422,"大":-1769,"天":-865,"太":-483,"子":-1519,"学":760,"実":1023,"小":-2009,"市":-813,"年":-1060,"強":1067,"手":-1519,"揺":-1033,"政":1522,"文":-1355,"新":-1682,"日":-1815,"明":-1462,"最":-630,"朝":-1843,"本":-1650,"東":-931,"果":-665,"次":-2378,"民":-180,"気":-1740,"理":752,"発":529,"目":-1584,"相":-242,"県":-1165,"立":-763,"第":810,"米":509,"自":-1353,"行":838,"西":-744,"見":-3874,"調":1010,"議":1198,"込":3041,"開":1758,"間":-1257,"「":-645,"」":3145,"ッ":831,"ア":-587,"カ":306,"キ":568}; + this.UW3__ = {",":4889,"1":-800,"−":-1723,"、":4889,"々":-2311,"〇":5827,"」":2670,"〓":-3573,"あ":-2696,"い":1006,"う":2342,"え":1983,"お":-4864,"か":-1163,"が":3271,"く":1004,"け":388,"げ":401,"こ":-3552,"ご":-3116,"さ":-1058,"し":-395,"す":584,"せ":3685,"そ":-5228,"た":842,"ち":-521,"っ":-1444,"つ":-1081,"て":6167,"で":2318,"と":1691,"ど":-899,"な":-2788,"に":2745,"の":4056,"は":4555,"ひ":-2171,"ふ":-1798,"へ":1199,"ほ":-5516,"ま":-4384,"み":-120,"め":1205,"も":2323,"や":-788,"よ":-202,"ら":727,"り":649,"る":5905,"れ":2773,"わ":-1207,"を":6620,"ん":-518,"ア":551,"グ":1319,"ス":874,"ッ":-1350,"ト":521,"ム":1109,"ル":1591,"ロ":2201,"ン":278,"・":-3794,"一":-1619,"下":-1759,"世":-2087,"両":3815,"中":653,"主":-758,"予":-1193,"二":974,"人":2742,"今":792,"他":1889,"以":-1368,"低":811,"何":4265,"作":-361,"保":-2439,"元":4858,"党":3593,"全":1574,"公":-3030,"六":755,"共":-1880,"円":5807,"再":3095,"分":457,"初":2475,"別":1129,"前":2286,"副":4437,"力":365,"動":-949,"務":-1872,"化":1327,"北":-1038,"区":4646,"千":-2309,"午":-783,"協":-1006,"口":483,"右":1233,"各":3588,"合":-241,"同":3906,"和":-837,"員":4513,"国":642,"型":1389,"場":1219,"外":-241,"妻":2016,"学":-1356,"安":-423,"実":-1008,"家":1078,"小":-513,"少":-3102,"州":1155,"市":3197,"平":-1804,"年":2416,"広":-1030,"府":1605,"度":1452,"建":-2352,"当":-3885,"得":1905,"思":-1291,"性":1822,"戸":-488,"指":-3973,"政":-2013,"教":-1479,"数":3222,"文":-1489,"新":1764,"日":2099,"旧":5792,"昨":-661,"時":-1248,"曜":-951,"最":-937,"月":4125,"期":360,"李":3094,"村":364,"東":-805,"核":5156,"森":2438,"業":484,"氏":2613,"民":-1694,"決":-1073,"法":1868,"海":-495,"無":979,"物":461,"特":-3850,"生":-273,"用":914,"町":1215,"的":7313,"直":-1835,"省":792,"県":6293,"知":-1528,"私":4231,"税":401,"立":-960,"第":1201,"米":7767,"系":3066,"約":3663,"級":1384,"統":-4229,"総":1163,"線":1255,"者":6457,"能":725,"自":-2869,"英":785,"見":1044,"調":-562,"財":-733,"費":1777,"車":1835,"軍":1375,"込":-1504,"通":-1136,"選":-681,"郎":1026,"郡":4404,"部":1200,"金":2163,"長":421,"開":-1432,"間":1302,"関":-1282,"雨":2009,"電":-1045,"非":2066,"駅":1620,"1":-800,"」":2670,"・":-3794,"ッ":-1350,"ア":551,"グ":1319,"ス":874,"ト":521,"ム":1109,"ル":1591,"ロ":2201,"ン":278}; + this.UW4__ = {",":3930,".":3508,"―":-4841,"、":3930,"。":3508,"〇":4999,"「":1895,"」":3798,"〓":-5156,"あ":4752,"い":-3435,"う":-640,"え":-2514,"お":2405,"か":530,"が":6006,"き":-4482,"ぎ":-3821,"く":-3788,"け":-4376,"げ":-4734,"こ":2255,"ご":1979,"さ":2864,"し":-843,"じ":-2506,"す":-731,"ず":1251,"せ":181,"そ":4091,"た":5034,"だ":5408,"ち":-3654,"っ":-5882,"つ":-1659,"て":3994,"で":7410,"と":4547,"な":5433,"に":6499,"ぬ":1853,"ね":1413,"の":7396,"は":8578,"ば":1940,"ひ":4249,"び":-4134,"ふ":1345,"へ":6665,"べ":-744,"ほ":1464,"ま":1051,"み":-2082,"む":-882,"め":-5046,"も":4169,"ゃ":-2666,"や":2795,"ょ":-1544,"よ":3351,"ら":-2922,"り":-9726,"る":-14896,"れ":-2613,"ろ":-4570,"わ":-1783,"を":13150,"ん":-2352,"カ":2145,"コ":1789,"セ":1287,"ッ":-724,"ト":-403,"メ":-1635,"ラ":-881,"リ":-541,"ル":-856,"ン":-3637,"・":-4371,"ー":-11870,"一":-2069,"中":2210,"予":782,"事":-190,"井":-1768,"人":1036,"以":544,"会":950,"体":-1286,"作":530,"側":4292,"先":601,"党":-2006,"共":-1212,"内":584,"円":788,"初":1347,"前":1623,"副":3879,"力":-302,"動":-740,"務":-2715,"化":776,"区":4517,"協":1013,"参":1555,"合":-1834,"和":-681,"員":-910,"器":-851,"回":1500,"国":-619,"園":-1200,"地":866,"場":-1410,"塁":-2094,"士":-1413,"多":1067,"大":571,"子":-4802,"学":-1397,"定":-1057,"寺":-809,"小":1910,"屋":-1328,"山":-1500,"島":-2056,"川":-2667,"市":2771,"年":374,"庁":-4556,"後":456,"性":553,"感":916,"所":-1566,"支":856,"改":787,"政":2182,"教":704,"文":522,"方":-856,"日":1798,"時":1829,"最":845,"月":-9066,"木":-485,"来":-442,"校":-360,"業":-1043,"氏":5388,"民":-2716,"気":-910,"沢":-939,"済":-543,"物":-735,"率":672,"球":-1267,"生":-1286,"産":-1101,"田":-2900,"町":1826,"的":2586,"目":922,"省":-3485,"県":2997,"空":-867,"立":-2112,"第":788,"米":2937,"系":786,"約":2171,"経":1146,"統":-1169,"総":940,"線":-994,"署":749,"者":2145,"能":-730,"般":-852,"行":-792,"規":792,"警":-1184,"議":-244,"谷":-1000,"賞":730,"車":-1481,"軍":1158,"輪":-1433,"込":-3370,"近":929,"道":-1291,"選":2596,"郎":-4866,"都":1192,"野":-1100,"銀":-2213,"長":357,"間":-2344,"院":-2297,"際":-2604,"電":-878,"領":-1659,"題":-792,"館":-1984,"首":1749,"高":2120,"「":1895,"」":3798,"・":-4371,"ッ":-724,"ー":-11870,"カ":2145,"コ":1789,"セ":1287,"ト":-403,"メ":-1635,"ラ":-881,"リ":-541,"ル":-856,"ン":-3637}; + this.UW5__ = {",":465,".":-299,"1":-514,"E2":-32768,"]":-2762,"、":465,"。":-299,"「":363,"あ":1655,"い":331,"う":-503,"え":1199,"お":527,"か":647,"が":-421,"き":1624,"ぎ":1971,"く":312,"げ":-983,"さ":-1537,"し":-1371,"す":-852,"だ":-1186,"ち":1093,"っ":52,"つ":921,"て":-18,"で":-850,"と":-127,"ど":1682,"な":-787,"に":-1224,"の":-635,"は":-578,"べ":1001,"み":502,"め":865,"ゃ":3350,"ょ":854,"り":-208,"る":429,"れ":504,"わ":419,"を":-1264,"ん":327,"イ":241,"ル":451,"ン":-343,"中":-871,"京":722,"会":-1153,"党":-654,"務":3519,"区":-901,"告":848,"員":2104,"大":-1296,"学":-548,"定":1785,"嵐":-1304,"市":-2991,"席":921,"年":1763,"思":872,"所":-814,"挙":1618,"新":-1682,"日":218,"月":-4353,"査":932,"格":1356,"機":-1508,"氏":-1347,"田":240,"町":-3912,"的":-3149,"相":1319,"省":-1052,"県":-4003,"研":-997,"社":-278,"空":-813,"統":1955,"者":-2233,"表":663,"語":-1073,"議":1219,"選":-1018,"郎":-368,"長":786,"間":1191,"題":2368,"館":-689,"1":-514,"E2":-32768,"「":363,"イ":241,"ル":451,"ン":-343}; + this.UW6__ = {",":227,".":808,"1":-270,"E1":306,"、":227,"。":808,"あ":-307,"う":189,"か":241,"が":-73,"く":-121,"こ":-200,"じ":1782,"す":383,"た":-428,"っ":573,"て":-1014,"で":101,"と":-105,"な":-253,"に":-149,"の":-417,"は":-236,"も":-206,"り":187,"る":-135,"を":195,"ル":-673,"ン":-496,"一":-277,"中":201,"件":-800,"会":624,"前":302,"区":1792,"員":-1212,"委":798,"学":-960,"市":887,"広":-695,"後":535,"業":-697,"相":753,"社":-507,"福":974,"空":-822,"者":1811,"連":463,"郎":1082,"1":-270,"E1":306,"ル":-673,"ン":-496}; + + return this; + } + TinySegmenter.prototype.ctype_ = function(str) { + for (var i in this.chartype_) { + if (str.match(this.chartype_[i][0])) { + return this.chartype_[i][1]; + } + } + return "O"; + } + + TinySegmenter.prototype.ts_ = function(v) { + if (v) { return v; } + return 0; + } + + TinySegmenter.prototype.segment = function(input) { + if (input == null || input == undefined || input == "") { + return []; + } + var result = []; + var seg = ["B3","B2","B1"]; + var ctype = ["O","O","O"]; + var o = input.split(""); + for (i = 0; i < o.length; ++i) { + seg.push(o[i]); + ctype.push(this.ctype_(o[i])) + } + seg.push("E1"); + seg.push("E2"); + seg.push("E3"); + ctype.push("O"); + ctype.push("O"); + ctype.push("O"); + var word = seg[3]; + var p1 = "U"; + var p2 = "U"; + var p3 = "U"; + for (var i = 4; i < seg.length - 3; ++i) { + var score = this.BIAS__; + var w1 = seg[i-3]; + var w2 = seg[i-2]; + var w3 = seg[i-1]; + var w4 = seg[i]; + var w5 = seg[i+1]; + var w6 = seg[i+2]; + var c1 = ctype[i-3]; + var c2 = ctype[i-2]; + var c3 = ctype[i-1]; + var c4 = ctype[i]; + var c5 = ctype[i+1]; + var c6 = ctype[i+2]; + score += this.ts_(this.UP1__[p1]); + score += this.ts_(this.UP2__[p2]); + score += this.ts_(this.UP3__[p3]); + score += this.ts_(this.BP1__[p1 + p2]); + score += this.ts_(this.BP2__[p2 + p3]); + score += this.ts_(this.UW1__[w1]); + score += this.ts_(this.UW2__[w2]); + score += this.ts_(this.UW3__[w3]); + score += this.ts_(this.UW4__[w4]); + score += this.ts_(this.UW5__[w5]); + score += this.ts_(this.UW6__[w6]); + score += this.ts_(this.BW1__[w2 + w3]); + score += this.ts_(this.BW2__[w3 + w4]); + score += this.ts_(this.BW3__[w4 + w5]); + score += this.ts_(this.TW1__[w1 + w2 + w3]); + score += this.ts_(this.TW2__[w2 + w3 + w4]); + score += this.ts_(this.TW3__[w3 + w4 + w5]); + score += this.ts_(this.TW4__[w4 + w5 + w6]); + score += this.ts_(this.UC1__[c1]); + score += this.ts_(this.UC2__[c2]); + score += this.ts_(this.UC3__[c3]); + score += this.ts_(this.UC4__[c4]); + score += this.ts_(this.UC5__[c5]); + score += this.ts_(this.UC6__[c6]); + score += this.ts_(this.BC1__[c2 + c3]); + score += this.ts_(this.BC2__[c3 + c4]); + score += this.ts_(this.BC3__[c4 + c5]); + score += this.ts_(this.TC1__[c1 + c2 + c3]); + score += this.ts_(this.TC2__[c2 + c3 + c4]); + score += this.ts_(this.TC3__[c3 + c4 + c5]); + score += this.ts_(this.TC4__[c4 + c5 + c6]); + // score += this.ts_(this.TC5__[c4 + c5 + c6]); + score += this.ts_(this.UQ1__[p1 + c1]); + score += this.ts_(this.UQ2__[p2 + c2]); + score += this.ts_(this.UQ3__[p3 + c3]); + score += this.ts_(this.BQ1__[p2 + c2 + c3]); + score += this.ts_(this.BQ2__[p2 + c3 + c4]); + score += this.ts_(this.BQ3__[p3 + c2 + c3]); + score += this.ts_(this.BQ4__[p3 + c3 + c4]); + score += this.ts_(this.TQ1__[p2 + c1 + c2 + c3]); + score += this.ts_(this.TQ2__[p2 + c2 + c3 + c4]); + score += this.ts_(this.TQ3__[p3 + c1 + c2 + c3]); + score += this.ts_(this.TQ4__[p3 + c2 + c3 + c4]); + var p = "O"; + if (score > 0) { + result.push(word); + word = ""; + p = "B"; + } + p1 = p2; + p2 = p3; + p3 = p; + word += seg[i]; + } + result.push(word); + + return result; + } + + lunr.TinySegmenter = TinySegmenter; + }; + +})); \ No newline at end of file diff --git a/en/2021.5/assets/javascripts/workers/search.d351de03.min.js b/en/2021.5/assets/javascripts/workers/search.d351de03.min.js new file mode 100644 index 000000000..84aa5bd5c --- /dev/null +++ b/en/2021.5/assets/javascripts/workers/search.d351de03.min.js @@ -0,0 +1,61 @@ +(()=>{var le=Object.create,U=Object.defineProperty;var he=Object.getOwnPropertyDescriptor;var de=Object.getOwnPropertyNames;var fe=Object.getPrototypeOf,pe=Object.prototype.hasOwnProperty;var ge=t=>U(t,"__esModule",{value:!0});var q=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var ye=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of de(e))!pe.call(t,n)&&n!=="default"&&U(t,n,{get:()=>e[n],enumerable:!(r=he(e,n))||r.enumerable});return t},Y=t=>ye(ge(U(t!=null?le(fe(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var z=(t,e,r)=>new Promise((n,i)=>{var s=u=>{try{a(r.next(u))}catch(c){i(c)}},o=u=>{try{a(r.throw(u))}catch(c){i(c)}},a=u=>u.done?n(u.value):Promise.resolve(u.value).then(s,o);a((r=r.apply(t,e)).next())});var X=q((G,J)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var d=t.utils.clone(r)||{};d.position=[a,c],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?d+=2:a==u&&(r+=n[c+1]*i[d+1],c+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}s.str.length==1&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),y=s.str.charAt(1),p;y in s.node.edges?p=s.node.edges[y]:(p=new t.TokenSet,s.node.edges[y]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof G=="object"?J.exports=r():e.lunr=r()}(this,function(){return t})})()});var K=q((we,Z)=>{"use strict";var me=/["'&<>]/;Z.exports=ve;function ve(t){var e=""+t,r=me.exec(e);if(!r)return e;var n,i="",s=0,o=0;for(s=r.index;s`${i}${s}`;return n=>{n=n.replace(/[\s*+\-:~^]+/g," ").trim();let i=new RegExp(`(^|${t.separator})(${n.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&").replace(e,"|")})`,"img");return s=>s.replace(i,r).replace(/<\/mark>(\s+)]*>/img,"$1")}}function ne(t){let e=new lunr.Query(["title","text"]);return new lunr.QueryParser(t,e).parse(),e.clauses}function ie(t,e){let r=new Set(t),n={};for(let i=0;i!n.has(i)))]}var W=class{constructor({config:e,docs:r,pipeline:n,index:i}){this.documents=te(r),this.highlight=re(e),lunr.tokenizer.separator=new RegExp(e.separator),typeof i=="undefined"?this.index=lunr(function(){e.lang.length===1&&e.lang[0]!=="en"?this.use(lunr[e.lang[0]]):e.lang.length>1&&this.use(lunr.multiLanguage(...e.lang));let s=xe(["trimmer","stopWordFilter","stemmer"],n);for(let o of e.lang.map(a=>a==="en"?lunr:lunr[a]))for(let a of s)this.pipeline.remove(o[a]),this.searchPipeline.remove(o[a]);this.field("title",{boost:1e3}),this.field("text"),this.ref("location");for(let o of r)this.add(o)}):this.index=lunr.Index.load(i)}search(e){if(e)try{let r=this.highlight(e),n=ne(e).filter(s=>s.presence!==lunr.Query.presence.PROHIBITED);return[...this.index.search(`${e}*`).reduce((s,{ref:o,score:a,matchData:u})=>{let c=this.documents.get(o);if(typeof c!="undefined"){let{location:d,title:y,text:p,parent:b}=c,m=ie(n,Object.keys(u.metadata)),Q=+!b+ +Object.values(m).every(f=>f);s.push({location:d,title:r(y),text:r(p),score:a*(1+Q),terms:m})}return s},[]).sort((s,o)=>o.score-s.score).reduce((s,o)=>{let a=this.documents.get(o.location);if(typeof a!="undefined"){let u="parent"in a?a.parent.location:a.location;s.set(u,[...s.get(u)||[],o])}return s},new Map).values()]}catch(r){console.warn(`Invalid query: ${e} \u2013 see https://bit.ly/2s3ChXG`)}return[]}};var R;(function(i){i[i.SETUP=0]="SETUP",i[i.READY=1]="READY",i[i.QUERY=2]="QUERY",i[i.RESULT=3]="RESULT"})(R||(R={}));var H;function Se(t){return z(this,null,function*(){let e="../lunr";if(typeof parent!="undefined"&&"IFrameWorker"in parent){let n=document.querySelector("script[src]"),[i]=n.src.split("/worker");e=e.replace("..",i)}let r=[];for(let n of t.lang)n==="ja"&&r.push(`${e}/tinyseg.js`),n!=="en"&&r.push(`${e}/min/lunr.${n}.min.js`);t.lang.length>1&&r.push(`${e}/min/lunr.multi.min.js`),r.length&&(yield importScripts(`${e}/min/lunr.stemmer.support.min.js`,...r))})}function Qe(t){return z(this,null,function*(){switch(t.type){case R.SETUP:return yield Se(t.data.config),H=new W(t.data),{type:R.READY};case R.QUERY:return{type:R.RESULT,data:H?H.search(t.data):[]};default:throw new TypeError("Invalid message type")}})}self.lunr=se.default;addEventListener("message",t=>z(void 0,null,function*(){postMessage(yield Qe(t.data))}));})(); +/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */ +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ +//# sourceMappingURL=search.d351de03.min.js.map + diff --git a/en/2021.5/assets/javascripts/workers/search.d351de03.min.js.map b/en/2021.5/assets/javascripts/workers/search.d351de03.min.js.map new file mode 100644 index 000000000..6dc44fdc6 --- /dev/null +++ b/en/2021.5/assets/javascripts/workers/search.d351de03.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/lunr/lunr.js", "node_modules/escape-html/index.js", "src/assets/javascripts/integrations/search/worker/main/index.ts", "src/assets/javascripts/integrations/search/document/index.ts", "src/assets/javascripts/integrations/search/highlighter/index.ts", "src/assets/javascripts/integrations/search/query/_/index.ts", "src/assets/javascripts/integrations/search/_/index.ts", "src/assets/javascripts/integrations/search/worker/message/index.ts"], + "sourcesContent": ["/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n * this.field('title')\n * this.field('body')\n * this.ref('id')\n *\n * documents.forEach(function (doc) {\n * this.add(doc)\n * }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n var builder = new lunr.Builder\n\n builder.pipeline.add(\n lunr.trimmer,\n lunr.stopWordFilter,\n lunr.stemmer\n )\n\n builder.searchPipeline.add(\n lunr.stemmer\n )\n\n config.call(builder, builder)\n return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n /* eslint-disable no-console */\n return function (message) {\n if (global.console && console.warn) {\n console.warn(message)\n }\n }\n /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n if (obj === void 0 || obj === null) {\n return \"\"\n } else {\n return obj.toString()\n }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n if (obj === null || obj === undefined) {\n return obj\n }\n\n var clone = Object.create(null),\n keys = Object.keys(obj)\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i],\n val = obj[key]\n\n if (Array.isArray(val)) {\n clone[key] = val.slice()\n continue\n }\n\n if (typeof val === 'string' ||\n typeof val === 'number' ||\n typeof val === 'boolean') {\n clone[key] = val\n continue\n }\n\n throw new TypeError(\"clone is not deep and does not support nested objects\")\n }\n\n return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n this.docRef = docRef\n this.fieldName = fieldName\n this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n var n = s.indexOf(lunr.FieldRef.joiner)\n\n if (n === -1) {\n throw \"malformed field ref string\"\n }\n\n var fieldRef = s.slice(0, n),\n docRef = s.slice(n + 1)\n\n return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n if (this._stringValue == undefined) {\n this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n }\n\n return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n this.elements = Object.create(null)\n\n if (elements) {\n this.length = elements.length\n\n for (var i = 0; i < this.length; i++) {\n this.elements[elements[i]] = true\n }\n } else {\n this.length = 0\n }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n intersect: function (other) {\n return other\n },\n\n union: function () {\n return this\n },\n\n contains: function () {\n return true\n }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n intersect: function () {\n return this\n },\n\n union: function (other) {\n return other\n },\n\n contains: function () {\n return false\n }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n var a, b, elements, intersection = []\n\n if (other === lunr.Set.complete) {\n return this\n }\n\n if (other === lunr.Set.empty) {\n return other\n }\n\n if (this.length < other.length) {\n a = this\n b = other\n } else {\n a = other\n b = this\n }\n\n elements = Object.keys(a.elements)\n\n for (var i = 0; i < elements.length; i++) {\n var element = elements[i]\n if (element in b.elements) {\n intersection.push(element)\n }\n }\n\n return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n if (other === lunr.Set.complete) {\n return lunr.Set.complete\n }\n\n if (other === lunr.Set.empty) {\n return this\n }\n\n return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n var documentsWithTerm = 0\n\n for (var fieldName in posting) {\n if (fieldName == '_index') continue // Ignore the term index, its not a field\n documentsWithTerm += Object.keys(posting[fieldName]).length\n }\n\n var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n this.str = str || \"\"\n this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n * return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n this.str = fn(this.str, this.metadata)\n return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n fn = fn || function (s) { return s }\n return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n if (obj == null || obj == undefined) {\n return []\n }\n\n if (Array.isArray(obj)) {\n return obj.map(function (t) {\n return new lunr.Token(\n lunr.utils.asString(t).toLowerCase(),\n lunr.utils.clone(metadata)\n )\n })\n }\n\n var str = obj.toString().toLowerCase(),\n len = str.length,\n tokens = []\n\n for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n var char = str.charAt(sliceEnd),\n sliceLength = sliceEnd - sliceStart\n\n if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n if (sliceLength > 0) {\n var tokenMetadata = lunr.utils.clone(metadata) || {}\n tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n tokenMetadata[\"index\"] = tokens.length\n\n tokens.push(\n new lunr.Token (\n str.slice(sliceStart, sliceEnd),\n tokenMetadata\n )\n )\n }\n\n sliceStart = sliceEnd + 1\n }\n\n }\n\n return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n if (label in this.registeredFunctions) {\n lunr.utils.warn('Overwriting existing registered function: ' + label)\n }\n\n fn.label = label\n lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n if (!isRegistered) {\n lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n var pipeline = new lunr.Pipeline\n\n serialised.forEach(function (fnName) {\n var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n if (fn) {\n pipeline.add(fn)\n } else {\n throw new Error('Cannot load unregistered function: ' + fnName)\n }\n })\n\n return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n var fns = Array.prototype.slice.call(arguments)\n\n fns.forEach(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n this._stack.push(fn)\n }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n pos = pos + 1\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n var pos = this._stack.indexOf(fn)\n if (pos == -1) {\n return\n }\n\n this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n var stackLength = this._stack.length\n\n for (var i = 0; i < stackLength; i++) {\n var fn = this._stack[i]\n var memo = []\n\n for (var j = 0; j < tokens.length; j++) {\n var result = fn(tokens[j], j, tokens)\n\n if (result === null || result === void 0 || result === '') continue\n\n if (Array.isArray(result)) {\n for (var k = 0; k < result.length; k++) {\n memo.push(result[k])\n }\n } else {\n memo.push(result)\n }\n }\n\n tokens = memo\n }\n\n return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n var token = new lunr.Token (str, metadata)\n\n return this.run([token]).map(function (t) {\n return t.toString()\n })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n return this._stack.map(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n return fn.label\n })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n this._magnitude = 0\n this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n // For an empty vector the tuple can be inserted at the beginning\n if (this.elements.length == 0) {\n return 0\n }\n\n var start = 0,\n end = this.elements.length / 2,\n sliceLength = end - start,\n pivotPoint = Math.floor(sliceLength / 2),\n pivotIndex = this.elements[pivotPoint * 2]\n\n while (sliceLength > 1) {\n if (pivotIndex < index) {\n start = pivotPoint\n }\n\n if (pivotIndex > index) {\n end = pivotPoint\n }\n\n if (pivotIndex == index) {\n break\n }\n\n sliceLength = end - start\n pivotPoint = start + Math.floor(sliceLength / 2)\n pivotIndex = this.elements[pivotPoint * 2]\n }\n\n if (pivotIndex == index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex > index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex < index) {\n return (pivotPoint + 1) * 2\n }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n this.upsert(insertIdx, val, function () {\n throw \"duplicate index\"\n })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n this._magnitude = 0\n var position = this.positionForIndex(insertIdx)\n\n if (this.elements[position] == insertIdx) {\n this.elements[position + 1] = fn(this.elements[position + 1], val)\n } else {\n this.elements.splice(position, 0, insertIdx, val)\n }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n if (this._magnitude) return this._magnitude\n\n var sumOfSquares = 0,\n elementsLength = this.elements.length\n\n for (var i = 1; i < elementsLength; i += 2) {\n var val = this.elements[i]\n sumOfSquares += val * val\n }\n\n return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n var dotProduct = 0,\n a = this.elements, b = otherVector.elements,\n aLen = a.length, bLen = b.length,\n aVal = 0, bVal = 0,\n i = 0, j = 0\n\n while (i < aLen && j < bLen) {\n aVal = a[i], bVal = b[j]\n if (aVal < bVal) {\n i += 2\n } else if (aVal > bVal) {\n j += 2\n } else if (aVal == bVal) {\n dotProduct += a[i + 1] * b[j + 1]\n i += 2\n j += 2\n }\n }\n\n return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n var output = new Array (this.elements.length / 2)\n\n for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n output[j] = this.elements[i]\n }\n\n return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n var step2list = {\n \"ational\" : \"ate\",\n \"tional\" : \"tion\",\n \"enci\" : \"ence\",\n \"anci\" : \"ance\",\n \"izer\" : \"ize\",\n \"bli\" : \"ble\",\n \"alli\" : \"al\",\n \"entli\" : \"ent\",\n \"eli\" : \"e\",\n \"ousli\" : \"ous\",\n \"ization\" : \"ize\",\n \"ation\" : \"ate\",\n \"ator\" : \"ate\",\n \"alism\" : \"al\",\n \"iveness\" : \"ive\",\n \"fulness\" : \"ful\",\n \"ousness\" : \"ous\",\n \"aliti\" : \"al\",\n \"iviti\" : \"ive\",\n \"biliti\" : \"ble\",\n \"logi\" : \"log\"\n },\n\n step3list = {\n \"icate\" : \"ic\",\n \"ative\" : \"\",\n \"alize\" : \"al\",\n \"iciti\" : \"ic\",\n \"ical\" : \"ic\",\n \"ful\" : \"\",\n \"ness\" : \"\"\n },\n\n c = \"[^aeiou]\", // consonant\n v = \"[aeiouy]\", // vowel\n C = c + \"[^aeiouy]*\", // consonant sequence\n V = v + \"[aeiou]*\", // vowel sequence\n\n mgr0 = \"^(\" + C + \")?\" + V + C, // [C]VC... is m>0\n meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\", // [C]VC[V] is m=1\n mgr1 = \"^(\" + C + \")?\" + V + C + V + C, // [C]VCVC... is m>1\n s_v = \"^(\" + C + \")?\" + v; // vowel in stem\n\n var re_mgr0 = new RegExp(mgr0);\n var re_mgr1 = new RegExp(mgr1);\n var re_meq1 = new RegExp(meq1);\n var re_s_v = new RegExp(s_v);\n\n var re_1a = /^(.+?)(ss|i)es$/;\n var re2_1a = /^(.+?)([^s])s$/;\n var re_1b = /^(.+?)eed$/;\n var re2_1b = /^(.+?)(ed|ing)$/;\n var re_1b_2 = /.$/;\n var re2_1b_2 = /(at|bl|iz)$/;\n var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var re_1c = /^(.+?[^aeiou])y$/;\n var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n var re_5 = /^(.+?)e$/;\n var re_5_1 = /ll$/;\n var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var porterStemmer = function porterStemmer(w) {\n var stem,\n suffix,\n firstch,\n re,\n re2,\n re3,\n re4;\n\n if (w.length < 3) { return w; }\n\n firstch = w.substr(0,1);\n if (firstch == \"y\") {\n w = firstch.toUpperCase() + w.substr(1);\n }\n\n // Step 1a\n re = re_1a\n re2 = re2_1a;\n\n if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n // Step 1b\n re = re_1b;\n re2 = re2_1b;\n if (re.test(w)) {\n var fp = re.exec(w);\n re = re_mgr0;\n if (re.test(fp[1])) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1];\n re2 = re_s_v;\n if (re2.test(stem)) {\n w = stem;\n re2 = re2_1b_2;\n re3 = re3_1b_2;\n re4 = re4_1b_2;\n if (re2.test(w)) { w = w + \"e\"; }\n else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n else if (re4.test(w)) { w = w + \"e\"; }\n }\n }\n\n // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n re = re_1c;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n w = stem + \"i\";\n }\n\n // Step 2\n re = re_2;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step2list[suffix];\n }\n }\n\n // Step 3\n re = re_3;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step3list[suffix];\n }\n }\n\n // Step 4\n re = re_4;\n re2 = re2_4;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n if (re.test(stem)) {\n w = stem;\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1] + fp[2];\n re2 = re_mgr1;\n if (re2.test(stem)) {\n w = stem;\n }\n }\n\n // Step 5\n re = re_5;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n re2 = re_meq1;\n re3 = re3_5;\n if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n w = stem;\n }\n }\n\n re = re_5_1;\n re2 = re_mgr1;\n if (re.test(w) && re2.test(w)) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n\n // and turn initial Y back to y\n\n if (firstch == \"y\") {\n w = firstch.toLowerCase() + w.substr(1);\n }\n\n return w;\n };\n\n return function (token) {\n return token.update(porterStemmer);\n }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n var words = stopWords.reduce(function (memo, stopWord) {\n memo[stopWord] = stopWord\n return memo\n }, {})\n\n return function (token) {\n if (token && words[token.toString()] !== token.toString()) return token\n }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n 'a',\n 'able',\n 'about',\n 'across',\n 'after',\n 'all',\n 'almost',\n 'also',\n 'am',\n 'among',\n 'an',\n 'and',\n 'any',\n 'are',\n 'as',\n 'at',\n 'be',\n 'because',\n 'been',\n 'but',\n 'by',\n 'can',\n 'cannot',\n 'could',\n 'dear',\n 'did',\n 'do',\n 'does',\n 'either',\n 'else',\n 'ever',\n 'every',\n 'for',\n 'from',\n 'get',\n 'got',\n 'had',\n 'has',\n 'have',\n 'he',\n 'her',\n 'hers',\n 'him',\n 'his',\n 'how',\n 'however',\n 'i',\n 'if',\n 'in',\n 'into',\n 'is',\n 'it',\n 'its',\n 'just',\n 'least',\n 'let',\n 'like',\n 'likely',\n 'may',\n 'me',\n 'might',\n 'most',\n 'must',\n 'my',\n 'neither',\n 'no',\n 'nor',\n 'not',\n 'of',\n 'off',\n 'often',\n 'on',\n 'only',\n 'or',\n 'other',\n 'our',\n 'own',\n 'rather',\n 'said',\n 'say',\n 'says',\n 'she',\n 'should',\n 'since',\n 'so',\n 'some',\n 'than',\n 'that',\n 'the',\n 'their',\n 'them',\n 'then',\n 'there',\n 'these',\n 'they',\n 'this',\n 'tis',\n 'to',\n 'too',\n 'twas',\n 'us',\n 'wants',\n 'was',\n 'we',\n 'were',\n 'what',\n 'when',\n 'where',\n 'which',\n 'while',\n 'who',\n 'whom',\n 'why',\n 'will',\n 'with',\n 'would',\n 'yet',\n 'you',\n 'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n return token.update(function (s) {\n return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n this.final = false\n this.edges = {}\n this.id = lunr.TokenSet._nextId\n lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n var builder = new lunr.TokenSet.Builder\n\n for (var i = 0, len = arr.length; i < len; i++) {\n builder.insert(arr[i])\n }\n\n builder.finish()\n return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n if ('editDistance' in clause) {\n return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n } else {\n return lunr.TokenSet.fromString(clause.term)\n }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n var root = new lunr.TokenSet\n\n var stack = [{\n node: root,\n editsRemaining: editDistance,\n str: str\n }]\n\n while (stack.length) {\n var frame = stack.pop()\n\n // no edit\n if (frame.str.length > 0) {\n var char = frame.str.charAt(0),\n noEditNode\n\n if (char in frame.node.edges) {\n noEditNode = frame.node.edges[char]\n } else {\n noEditNode = new lunr.TokenSet\n frame.node.edges[char] = noEditNode\n }\n\n if (frame.str.length == 1) {\n noEditNode.final = true\n }\n\n stack.push({\n node: noEditNode,\n editsRemaining: frame.editsRemaining,\n str: frame.str.slice(1)\n })\n }\n\n if (frame.editsRemaining == 0) {\n continue\n }\n\n // insertion\n if (\"*\" in frame.node.edges) {\n var insertionNode = frame.node.edges[\"*\"]\n } else {\n var insertionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = insertionNode\n }\n\n if (frame.str.length == 0) {\n insertionNode.final = true\n }\n\n stack.push({\n node: insertionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str\n })\n\n // deletion\n // can only do a deletion if we have enough edits remaining\n // and if there are characters left to delete in the string\n if (frame.str.length > 1) {\n stack.push({\n node: frame.node,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // deletion\n // just removing the last character from the str\n if (frame.str.length == 1) {\n frame.node.final = true\n }\n\n // substitution\n // can only do a substitution if we have enough edits remaining\n // and if there are characters left to substitute\n if (frame.str.length >= 1) {\n if (\"*\" in frame.node.edges) {\n var substitutionNode = frame.node.edges[\"*\"]\n } else {\n var substitutionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = substitutionNode\n }\n\n if (frame.str.length == 1) {\n substitutionNode.final = true\n }\n\n stack.push({\n node: substitutionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // transposition\n // can only do a transposition if there are edits remaining\n // and there are enough characters to transpose\n if (frame.str.length > 1) {\n var charA = frame.str.charAt(0),\n charB = frame.str.charAt(1),\n transposeNode\n\n if (charB in frame.node.edges) {\n transposeNode = frame.node.edges[charB]\n } else {\n transposeNode = new lunr.TokenSet\n frame.node.edges[charB] = transposeNode\n }\n\n if (frame.str.length == 1) {\n transposeNode.final = true\n }\n\n stack.push({\n node: transposeNode,\n editsRemaining: frame.editsRemaining - 1,\n str: charA + frame.str.slice(2)\n })\n }\n }\n\n return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n var node = new lunr.TokenSet,\n root = node\n\n /*\n * Iterates through all characters within the passed string\n * appending a node for each character.\n *\n * When a wildcard character is found then a self\n * referencing edge is introduced to continually match\n * any number of any characters.\n */\n for (var i = 0, len = str.length; i < len; i++) {\n var char = str[i],\n final = (i == len - 1)\n\n if (char == \"*\") {\n node.edges[char] = node\n node.final = final\n\n } else {\n var next = new lunr.TokenSet\n next.final = final\n\n node.edges[char] = next\n node = next\n }\n }\n\n return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n var words = []\n\n var stack = [{\n prefix: \"\",\n node: this\n }]\n\n while (stack.length) {\n var frame = stack.pop(),\n edges = Object.keys(frame.node.edges),\n len = edges.length\n\n if (frame.node.final) {\n /* In Safari, at this point the prefix is sometimes corrupted, see:\n * https://github.com/olivernn/lunr.js/issues/279 Calling any\n * String.prototype method forces Safari to \"cast\" this string to what\n * it's supposed to be, fixing the bug. */\n frame.prefix.charAt(0)\n words.push(frame.prefix)\n }\n\n for (var i = 0; i < len; i++) {\n var edge = edges[i]\n\n stack.push({\n prefix: frame.prefix.concat(edge),\n node: frame.node.edges[edge]\n })\n }\n }\n\n return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n // NOTE: Using Object.keys here as this.edges is very likely\n // to enter 'hash-mode' with many keys being added\n //\n // avoiding a for-in loop here as it leads to the function\n // being de-optimised (at least in V8). From some simple\n // benchmarks the performance is comparable, but allowing\n // V8 to optimize may mean easy performance wins in the future.\n\n if (this._str) {\n return this._str\n }\n\n var str = this.final ? '1' : '0',\n labels = Object.keys(this.edges).sort(),\n len = labels.length\n\n for (var i = 0; i < len; i++) {\n var label = labels[i],\n node = this.edges[label]\n\n str = str + label + node.id\n }\n\n return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n var output = new lunr.TokenSet,\n frame = undefined\n\n var stack = [{\n qNode: b,\n output: output,\n node: this\n }]\n\n while (stack.length) {\n frame = stack.pop()\n\n // NOTE: As with the #toString method, we are using\n // Object.keys and a for loop instead of a for-in loop\n // as both of these objects enter 'hash' mode, causing\n // the function to be de-optimised in V8\n var qEdges = Object.keys(frame.qNode.edges),\n qLen = qEdges.length,\n nEdges = Object.keys(frame.node.edges),\n nLen = nEdges.length\n\n for (var q = 0; q < qLen; q++) {\n var qEdge = qEdges[q]\n\n for (var n = 0; n < nLen; n++) {\n var nEdge = nEdges[n]\n\n if (nEdge == qEdge || qEdge == '*') {\n var node = frame.node.edges[nEdge],\n qNode = frame.qNode.edges[qEdge],\n final = node.final && qNode.final,\n next = undefined\n\n if (nEdge in frame.output.edges) {\n // an edge already exists for this character\n // no need to create a new node, just set the finality\n // bit unless this node is already final\n next = frame.output.edges[nEdge]\n next.final = next.final || final\n\n } else {\n // no edge exists yet, must create one\n // set the finality bit and insert it\n // into the output\n next = new lunr.TokenSet\n next.final = final\n frame.output.edges[nEdge] = next\n }\n\n stack.push({\n qNode: qNode,\n output: next,\n node: node\n })\n }\n }\n }\n }\n\n return output\n}\nlunr.TokenSet.Builder = function () {\n this.previousWord = \"\"\n this.root = new lunr.TokenSet\n this.uncheckedNodes = []\n this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n var node,\n commonPrefix = 0\n\n if (word < this.previousWord) {\n throw new Error (\"Out of order word insertion\")\n }\n\n for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n if (word[i] != this.previousWord[i]) break\n commonPrefix++\n }\n\n this.minimize(commonPrefix)\n\n if (this.uncheckedNodes.length == 0) {\n node = this.root\n } else {\n node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n }\n\n for (var i = commonPrefix; i < word.length; i++) {\n var nextNode = new lunr.TokenSet,\n char = word[i]\n\n node.edges[char] = nextNode\n\n this.uncheckedNodes.push({\n parent: node,\n char: char,\n child: nextNode\n })\n\n node = nextNode\n }\n\n node.final = true\n this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n var node = this.uncheckedNodes[i],\n childKey = node.child.toString()\n\n if (childKey in this.minimizedNodes) {\n node.parent.edges[node.char] = this.minimizedNodes[childKey]\n } else {\n // Cache the key for this node since\n // we know it can't change anymore\n node.child._str = childKey\n\n this.minimizedNodes[childKey] = node.child\n }\n\n this.uncheckedNodes.pop()\n }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n this.invertedIndex = attrs.invertedIndex\n this.fieldVectors = attrs.fieldVectors\n this.tokenSet = attrs.tokenSet\n this.fields = attrs.fields\n this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example Simple single term query\n * hello\n * @example Multiple term query\n * hello world\n * @example term scoped to a field\n * title:hello\n * @example term with a boost of 10\n * hello^10\n * @example term with an edit distance of 2\n * hello~2\n * @example terms with presence modifiers\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first. For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n return this.query(function (query) {\n var parser = new lunr.QueryParser(queryString, query)\n parser.parse()\n })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n // for each query clause\n // * process terms\n // * expand terms from token set\n // * find matching documents and metadata\n // * get document vectors\n // * score documents\n\n var query = new lunr.Query(this.fields),\n matchingFields = Object.create(null),\n queryVectors = Object.create(null),\n termFieldCache = Object.create(null),\n requiredMatches = Object.create(null),\n prohibitedMatches = Object.create(null)\n\n /*\n * To support field level boosts a query vector is created per\n * field. An empty vector is eagerly created to support negated\n * queries.\n */\n for (var i = 0; i < this.fields.length; i++) {\n queryVectors[this.fields[i]] = new lunr.Vector\n }\n\n fn.call(query, query)\n\n for (var i = 0; i < query.clauses.length; i++) {\n /*\n * Unless the pipeline has been disabled for this term, which is\n * the case for terms with wildcards, we need to pass the clause\n * term through the search pipeline. A pipeline returns an array\n * of processed terms. Pipeline functions may expand the passed\n * term, which means we may end up performing multiple index lookups\n * for a single query term.\n */\n var clause = query.clauses[i],\n terms = null,\n clauseMatches = lunr.Set.empty\n\n if (clause.usePipeline) {\n terms = this.pipeline.runString(clause.term, {\n fields: clause.fields\n })\n } else {\n terms = [clause.term]\n }\n\n for (var m = 0; m < terms.length; m++) {\n var term = terms[m]\n\n /*\n * Each term returned from the pipeline needs to use the same query\n * clause object, e.g. the same boost and or edit distance. The\n * simplest way to do this is to re-use the clause object but mutate\n * its term property.\n */\n clause.term = term\n\n /*\n * From the term in the clause we create a token set which will then\n * be used to intersect the indexes token set to get a list of terms\n * to lookup in the inverted index\n */\n var termTokenSet = lunr.TokenSet.fromClause(clause),\n expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n /*\n * If a term marked as required does not exist in the tokenSet it is\n * impossible for the search to return any matches. We set all the field\n * scoped required matches set to empty and stop examining any further\n * clauses.\n */\n if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = lunr.Set.empty\n }\n\n break\n }\n\n for (var j = 0; j < expandedTerms.length; j++) {\n /*\n * For each term get the posting and termIndex, this is required for\n * building the query vector.\n */\n var expandedTerm = expandedTerms[j],\n posting = this.invertedIndex[expandedTerm],\n termIndex = posting._index\n\n for (var k = 0; k < clause.fields.length; k++) {\n /*\n * For each field that this query term is scoped by (by default\n * all fields are in scope) we need to get all the document refs\n * that have this term in that field.\n *\n * The posting is the entry in the invertedIndex for the matching\n * term from above.\n */\n var field = clause.fields[k],\n fieldPosting = posting[field],\n matchingDocumentRefs = Object.keys(fieldPosting),\n termField = expandedTerm + \"/\" + field,\n matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n /*\n * if the presence of this term is required ensure that the matching\n * documents are added to the set of required matches for this clause.\n *\n */\n if (clause.presence == lunr.Query.presence.REQUIRED) {\n clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n if (requiredMatches[field] === undefined) {\n requiredMatches[field] = lunr.Set.complete\n }\n }\n\n /*\n * if the presence of this term is prohibited ensure that the matching\n * documents are added to the set of prohibited matches for this field,\n * creating that set if it does not yet exist.\n */\n if (clause.presence == lunr.Query.presence.PROHIBITED) {\n if (prohibitedMatches[field] === undefined) {\n prohibitedMatches[field] = lunr.Set.empty\n }\n\n prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n /*\n * Prohibited matches should not be part of the query vector used for\n * similarity scoring and no metadata should be extracted so we continue\n * to the next field\n */\n continue\n }\n\n /*\n * The query field vector is populated using the termIndex found for\n * the term and a unit value with the appropriate boost applied.\n * Using upsert because there could already be an entry in the vector\n * for the term we are working with. In that case we just add the scores\n * together.\n */\n queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n /**\n * If we've already seen this term, field combo then we've already collected\n * the matching documents and metadata, no need to go through all that again\n */\n if (termFieldCache[termField]) {\n continue\n }\n\n for (var l = 0; l < matchingDocumentRefs.length; l++) {\n /*\n * All metadata for this term/field/document triple\n * are then extracted and collected into an instance\n * of lunr.MatchData ready to be returned in the query\n * results\n */\n var matchingDocumentRef = matchingDocumentRefs[l],\n matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n metadata = fieldPosting[matchingDocumentRef],\n fieldMatch\n\n if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n } else {\n fieldMatch.add(expandedTerm, field, metadata)\n }\n\n }\n\n termFieldCache[termField] = true\n }\n }\n }\n\n /**\n * If the presence was required we need to update the requiredMatches field sets.\n * We do this after all fields for the term have collected their matches because\n * the clause terms presence is required in _any_ of the fields not _all_ of the\n * fields.\n */\n if (clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n }\n }\n }\n\n /**\n * Need to combine the field scoped required and prohibited\n * matching documents into a global set of required and prohibited\n * matches\n */\n var allRequiredMatches = lunr.Set.complete,\n allProhibitedMatches = lunr.Set.empty\n\n for (var i = 0; i < this.fields.length; i++) {\n var field = this.fields[i]\n\n if (requiredMatches[field]) {\n allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n }\n\n if (prohibitedMatches[field]) {\n allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n }\n }\n\n var matchingFieldRefs = Object.keys(matchingFields),\n results = [],\n matches = Object.create(null)\n\n /*\n * If the query is negated (contains only prohibited terms)\n * we need to get _all_ fieldRefs currently existing in the\n * index. This is only done when we know that the query is\n * entirely prohibited terms to avoid any cost of getting all\n * fieldRefs unnecessarily.\n *\n * Additionally, blank MatchData must be created to correctly\n * populate the results.\n */\n if (query.isNegated()) {\n matchingFieldRefs = Object.keys(this.fieldVectors)\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n var matchingFieldRef = matchingFieldRefs[i]\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n matchingFields[matchingFieldRef] = new lunr.MatchData\n }\n }\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n /*\n * Currently we have document fields that match the query, but we\n * need to return documents. The matchData and scores are combined\n * from multiple fields belonging to the same document.\n *\n * Scores are calculated by field, using the query vectors created\n * above, and combined into a final document score using addition.\n */\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n docRef = fieldRef.docRef\n\n if (!allRequiredMatches.contains(docRef)) {\n continue\n }\n\n if (allProhibitedMatches.contains(docRef)) {\n continue\n }\n\n var fieldVector = this.fieldVectors[fieldRef],\n score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n docMatch\n\n if ((docMatch = matches[docRef]) !== undefined) {\n docMatch.score += score\n docMatch.matchData.combine(matchingFields[fieldRef])\n } else {\n var match = {\n ref: docRef,\n score: score,\n matchData: matchingFields[fieldRef]\n }\n matches[docRef] = match\n results.push(match)\n }\n }\n\n /*\n * Sort the results objects by score, highest first.\n */\n return results.sort(function (a, b) {\n return b.score - a.score\n })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n var invertedIndex = Object.keys(this.invertedIndex)\n .sort()\n .map(function (term) {\n return [term, this.invertedIndex[term]]\n }, this)\n\n var fieldVectors = Object.keys(this.fieldVectors)\n .map(function (ref) {\n return [ref, this.fieldVectors[ref].toJSON()]\n }, this)\n\n return {\n version: lunr.version,\n fields: this.fields,\n fieldVectors: fieldVectors,\n invertedIndex: invertedIndex,\n pipeline: this.pipeline.toJSON()\n }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n var attrs = {},\n fieldVectors = {},\n serializedVectors = serializedIndex.fieldVectors,\n invertedIndex = Object.create(null),\n serializedInvertedIndex = serializedIndex.invertedIndex,\n tokenSetBuilder = new lunr.TokenSet.Builder,\n pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n if (serializedIndex.version != lunr.version) {\n lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n }\n\n for (var i = 0; i < serializedVectors.length; i++) {\n var tuple = serializedVectors[i],\n ref = tuple[0],\n elements = tuple[1]\n\n fieldVectors[ref] = new lunr.Vector(elements)\n }\n\n for (var i = 0; i < serializedInvertedIndex.length; i++) {\n var tuple = serializedInvertedIndex[i],\n term = tuple[0],\n posting = tuple[1]\n\n tokenSetBuilder.insert(term)\n invertedIndex[term] = posting\n }\n\n tokenSetBuilder.finish()\n\n attrs.fields = serializedIndex.fields\n\n attrs.fieldVectors = fieldVectors\n attrs.invertedIndex = invertedIndex\n attrs.tokenSet = tokenSetBuilder.root\n attrs.pipeline = pipeline\n\n return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n this._ref = \"id\"\n this._fields = Object.create(null)\n this._documents = Object.create(null)\n this.invertedIndex = Object.create(null)\n this.fieldTermFrequencies = {}\n this.fieldLengths = {}\n this.tokenizer = lunr.tokenizer\n this.pipeline = new lunr.Pipeline\n this.searchPipeline = new lunr.Pipeline\n this.documentCount = 0\n this._b = 0.75\n this._k1 = 1.2\n this.termIndex = 0\n this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example Extracting a nested field\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n if (/\\//.test(fieldName)) {\n throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n }\n\n this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n if (number < 0) {\n this._b = 0\n } else if (number > 1) {\n this._b = 1\n } else {\n this._b = number\n }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n var docRef = doc[this._ref],\n fields = Object.keys(this._fields)\n\n this._documents[docRef] = attributes || {}\n this.documentCount += 1\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i],\n extractor = this._fields[fieldName].extractor,\n field = extractor ? extractor(doc) : doc[fieldName],\n tokens = this.tokenizer(field, {\n fields: [fieldName]\n }),\n terms = this.pipeline.run(tokens),\n fieldRef = new lunr.FieldRef (docRef, fieldName),\n fieldTerms = Object.create(null)\n\n this.fieldTermFrequencies[fieldRef] = fieldTerms\n this.fieldLengths[fieldRef] = 0\n\n // store the length of this field for this document\n this.fieldLengths[fieldRef] += terms.length\n\n // calculate term frequencies for this field\n for (var j = 0; j < terms.length; j++) {\n var term = terms[j]\n\n if (fieldTerms[term] == undefined) {\n fieldTerms[term] = 0\n }\n\n fieldTerms[term] += 1\n\n // add to inverted index\n // create an initial posting if one doesn't exist\n if (this.invertedIndex[term] == undefined) {\n var posting = Object.create(null)\n posting[\"_index\"] = this.termIndex\n this.termIndex += 1\n\n for (var k = 0; k < fields.length; k++) {\n posting[fields[k]] = Object.create(null)\n }\n\n this.invertedIndex[term] = posting\n }\n\n // add an entry for this term/fieldName/docRef to the invertedIndex\n if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n }\n\n // store all whitelisted metadata about this token in the\n // inverted index\n for (var l = 0; l < this.metadataWhitelist.length; l++) {\n var metadataKey = this.metadataWhitelist[l],\n metadata = term.metadata[metadataKey]\n\n if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n }\n\n this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n }\n }\n\n }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n var fieldRefs = Object.keys(this.fieldLengths),\n numberOfFields = fieldRefs.length,\n accumulator = {},\n documentsWithField = {}\n\n for (var i = 0; i < numberOfFields; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n field = fieldRef.fieldName\n\n documentsWithField[field] || (documentsWithField[field] = 0)\n documentsWithField[field] += 1\n\n accumulator[field] || (accumulator[field] = 0)\n accumulator[field] += this.fieldLengths[fieldRef]\n }\n\n var fields = Object.keys(this._fields)\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i]\n accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n }\n\n this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n var fieldVectors = {},\n fieldRefs = Object.keys(this.fieldTermFrequencies),\n fieldRefsLength = fieldRefs.length,\n termIdfCache = Object.create(null)\n\n for (var i = 0; i < fieldRefsLength; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n fieldName = fieldRef.fieldName,\n fieldLength = this.fieldLengths[fieldRef],\n fieldVector = new lunr.Vector,\n termFrequencies = this.fieldTermFrequencies[fieldRef],\n terms = Object.keys(termFrequencies),\n termsLength = terms.length\n\n\n var fieldBoost = this._fields[fieldName].boost || 1,\n docBoost = this._documents[fieldRef.docRef].boost || 1\n\n for (var j = 0; j < termsLength; j++) {\n var term = terms[j],\n tf = termFrequencies[term],\n termIndex = this.invertedIndex[term]._index,\n idf, score, scoreWithPrecision\n\n if (termIdfCache[term] === undefined) {\n idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n termIdfCache[term] = idf\n } else {\n idf = termIdfCache[term]\n }\n\n score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n score *= fieldBoost\n score *= docBoost\n scoreWithPrecision = Math.round(score * 1000) / 1000\n // Converts 1.23456789 to 1.234.\n // Reducing the precision so that the vectors take up less\n // space when serialised. Doing it now so that they behave\n // the same before and after serialisation. Also, this is\n // the fastest approach to reducing a number's precision in\n // JavaScript.\n\n fieldVector.insert(termIndex, scoreWithPrecision)\n }\n\n fieldVectors[fieldRef] = fieldVector\n }\n\n this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n this.tokenSet = lunr.TokenSet.fromArray(\n Object.keys(this.invertedIndex).sort()\n )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n this.calculateAverageFieldLengths()\n this.createFieldVectors()\n this.createTokenSet()\n\n return new lunr.Index({\n invertedIndex: this.invertedIndex,\n fieldVectors: this.fieldVectors,\n tokenSet: this.tokenSet,\n fields: Object.keys(this._fields),\n pipeline: this.searchPipeline\n })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n var args = Array.prototype.slice.call(arguments, 1)\n args.unshift(this)\n fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n var clonedMetadata = Object.create(null),\n metadataKeys = Object.keys(metadata || {})\n\n // Cloning the metadata to prevent the original\n // being mutated during match data combination.\n // Metadata is kept in an array within the inverted\n // index so cloning the data can be done with\n // Array#slice\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n clonedMetadata[key] = metadata[key].slice()\n }\n\n this.metadata = Object.create(null)\n\n if (term !== undefined) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = clonedMetadata\n }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n var terms = Object.keys(otherMatchData.metadata)\n\n for (var i = 0; i < terms.length; i++) {\n var term = terms[i],\n fields = Object.keys(otherMatchData.metadata[term])\n\n if (this.metadata[term] == undefined) {\n this.metadata[term] = Object.create(null)\n }\n\n for (var j = 0; j < fields.length; j++) {\n var field = fields[j],\n keys = Object.keys(otherMatchData.metadata[term][field])\n\n if (this.metadata[term][field] == undefined) {\n this.metadata[term][field] = Object.create(null)\n }\n\n for (var k = 0; k < keys.length; k++) {\n var key = keys[k]\n\n if (this.metadata[term][field][key] == undefined) {\n this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n } else {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n }\n\n }\n }\n }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n if (!(term in this.metadata)) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = metadata\n return\n }\n\n if (!(field in this.metadata[term])) {\n this.metadata[term][field] = metadata\n return\n }\n\n var metadataKeys = Object.keys(metadata)\n\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n\n if (key in this.metadata[term][field]) {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n } else {\n this.metadata[term][field][key] = metadata[key]\n }\n }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n this.clauses = []\n this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with trailing wildcard\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example query term with leading and trailing wildcard\n * query.term('foo', {\n * wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with required presence\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n /**\n * Term's presence in a document is optional, this is the default value.\n */\n OPTIONAL: 1,\n\n /**\n * Term's presence in a document is required, documents that do not contain\n * this term will not be returned.\n */\n REQUIRED: 2,\n\n /**\n * Term's presence in a document is prohibited, documents that do contain\n * this term will not be returned.\n */\n PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n if (!('fields' in clause)) {\n clause.fields = this.allFields\n }\n\n if (!('boost' in clause)) {\n clause.boost = 1\n }\n\n if (!('usePipeline' in clause)) {\n clause.usePipeline = true\n }\n\n if (!('wildcard' in clause)) {\n clause.wildcard = lunr.Query.wildcard.NONE\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n clause.term = \"*\" + clause.term\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n clause.term = \"\" + clause.term + \"*\"\n }\n\n if (!('presence' in clause)) {\n clause.presence = lunr.Query.presence.OPTIONAL\n }\n\n this.clauses.push(clause)\n\n return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n for (var i = 0; i < this.clauses.length; i++) {\n if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n return false\n }\n }\n\n return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example adding a single term to a query\n * query.term(\"foo\")\n * @example adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard\n * query.term(\"foo\", {\n * fields: [\"title\"],\n * boost: 10,\n * wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example using lunr.tokenizer to convert a string to tokens before using them as terms\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n if (Array.isArray(term)) {\n term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n return this\n }\n\n var clause = options || {}\n clause.term = term.toString()\n\n this.clause(clause)\n\n return this\n}\nlunr.QueryParseError = function (message, start, end) {\n this.name = \"QueryParseError\"\n this.message = message\n this.start = start\n this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n this.lexemes = []\n this.str = str\n this.length = str.length\n this.pos = 0\n this.start = 0\n this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n var state = lunr.QueryLexer.lexText\n\n while (state) {\n state = state(this)\n }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n var subSlices = [],\n sliceStart = this.start,\n sliceEnd = this.pos\n\n for (var i = 0; i < this.escapeCharPositions.length; i++) {\n sliceEnd = this.escapeCharPositions[i]\n subSlices.push(this.str.slice(sliceStart, sliceEnd))\n sliceStart = sliceEnd + 1\n }\n\n subSlices.push(this.str.slice(sliceStart, this.pos))\n this.escapeCharPositions.length = 0\n\n return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n this.lexemes.push({\n type: type,\n str: this.sliceString(),\n start: this.start,\n end: this.pos\n })\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n this.escapeCharPositions.push(this.pos - 1)\n this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n if (this.pos >= this.length) {\n return lunr.QueryLexer.EOS\n }\n\n var char = this.str.charAt(this.pos)\n this.pos += 1\n return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n if (this.start == this.pos) {\n this.pos += 1\n }\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n var char, charCode\n\n do {\n char = this.next()\n charCode = char.charCodeAt(0)\n } while (charCode > 47 && charCode < 58)\n\n if (char != lunr.QueryLexer.EOS) {\n this.backup()\n }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.FIELD)\n lexer.ignore()\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n if (lexer.width() > 1) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.TERM)\n }\n\n lexer.ignore()\n\n if (lexer.more()) {\n return lunr.QueryLexer.lexText\n }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.BOOST)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n while (true) {\n var char = lexer.next()\n\n if (char == lunr.QueryLexer.EOS) {\n return lunr.QueryLexer.lexEOS\n }\n\n // Escape character is '\\'\n if (char.charCodeAt(0) == 92) {\n lexer.escapeCharacter()\n continue\n }\n\n if (char == \":\") {\n return lunr.QueryLexer.lexField\n }\n\n if (char == \"~\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexEditDistance\n }\n\n if (char == \"^\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexBoost\n }\n\n // \"+\" indicates term presence is required\n // checking for length to ensure that only\n // leading \"+\" are considered\n if (char == \"+\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n // \"-\" indicates term presence is prohibited\n // checking for length to ensure that only\n // leading \"-\" are considered\n if (char == \"-\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n if (char.match(lunr.QueryLexer.termSeparator)) {\n return lunr.QueryLexer.lexTerm\n }\n }\n}\n\nlunr.QueryParser = function (str, query) {\n this.lexer = new lunr.QueryLexer (str)\n this.query = query\n this.currentClause = {}\n this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n this.lexer.run()\n this.lexemes = this.lexer.lexemes\n\n var state = lunr.QueryParser.parseClause\n\n while (state) {\n state = state(this)\n }\n\n return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n var lexeme = this.peekLexeme()\n this.lexemeIdx += 1\n return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n var completedClause = this.currentClause\n this.query.clause(completedClause)\n this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n var lexeme = parser.peekLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.type) {\n case lunr.QueryLexer.PRESENCE:\n return lunr.QueryParser.parsePresence\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n if (lexeme.str.length >= 1) {\n errorMessage += \" with value '\" + lexeme.str + \"'\"\n }\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.str) {\n case \"-\":\n parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n break\n case \"+\":\n parser.currentClause.presence = lunr.Query.presence.REQUIRED\n break\n default:\n var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term or field, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.fields = [lexeme.str]\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n parser.currentClause.term = lexeme.str.toLowerCase()\n\n if (lexeme.str.indexOf(\"*\") != -1) {\n parser.currentClause.usePipeline = false\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var editDistance = parseInt(lexeme.str, 10)\n\n if (isNaN(editDistance)) {\n var errorMessage = \"edit distance must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.editDistance = editDistance\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var boost = parseInt(lexeme.str, 10)\n\n if (isNaN(boost)) {\n var errorMessage = \"boost must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.boost = boost\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\n /**\n * export the module via AMD, CommonJS or as a browser global\n * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n */\n ;(function (root, factory) {\n if (typeof define === 'function' && define.amd) {\n // AMD. Register as an anonymous module.\n define(factory)\n } else if (typeof exports === 'object') {\n /**\n * Node. Does not work with strict CommonJS, but\n * only CommonJS-like enviroments that support module.exports,\n * like Node.\n */\n module.exports = factory()\n } else {\n // Browser globals (root is window)\n root.lunr = factory()\n }\n }(this, function () {\n /**\n * Just return a value to define the module export.\n * This example returns an object, but the module\n * can return a function as the exported value.\n */\n return lunr\n }))\n})();\n", "/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A RTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport lunr from \"lunr\"\n\nimport { Search, SearchIndexConfig } from \"../../_\"\nimport {\n SearchMessage,\n SearchMessageType\n} from \"../message\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Add support for usage with `iframe-worker` polyfill\n *\n * While `importScripts` is synchronous when executed inside of a web worker,\n * it's not possible to provide a synchronous polyfilled implementation. The\n * cool thing is that awaiting a non-Promise is a noop, so extending the type\n * definition to return a `Promise` shouldn't break anything.\n *\n * @see https://bit.ly/2PjDnXi - GitHub comment\n */\ndeclare global {\n function importScripts(...urls: string[]): Promise | void\n}\n\n/* ----------------------------------------------------------------------------\n * Data\n * ------------------------------------------------------------------------- */\n\n/**\n * Search index\n */\nlet index: Search\n\n/* ----------------------------------------------------------------------------\n * Helper functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch (= import) multi-language support through `lunr-languages`\n *\n * This function automatically imports the stemmers necessary to process the\n * languages, which are defined through the search index configuration.\n *\n * If the worker runs inside of an `iframe` (when using `iframe-worker` as\n * a shim), the base URL for the stemmers to be loaded must be determined by\n * searching for the first `script` element with a `src` attribute, which will\n * contain the contents of this script.\n *\n * @param config - Search index configuration\n *\n * @returns Promise resolving with no result\n */\nasync function setupSearchLanguages(\n config: SearchIndexConfig\n): Promise {\n let base = \"../lunr\"\n\n /* Detect `iframe-worker` and fix base URL */\n if (typeof parent !== \"undefined\" && \"IFrameWorker\" in parent) {\n const worker = document.querySelector(\"script[src]\")!\n const [path] = worker.src.split(\"/worker\")\n\n /* Prefix base with path */\n base = base.replace(\"..\", path)\n }\n\n /* Add scripts for languages */\n const scripts = []\n for (const lang of config.lang) {\n if (lang === \"ja\") scripts.push(`${base}/tinyseg.js`)\n if (lang !== \"en\") scripts.push(`${base}/min/lunr.${lang}.min.js`)\n }\n\n /* Add multi-language support */\n if (config.lang.length > 1)\n scripts.push(`${base}/min/lunr.multi.min.js`)\n\n /* Load scripts synchronously */\n if (scripts.length)\n await importScripts(\n `${base}/min/lunr.stemmer.support.min.js`,\n ...scripts\n )\n}\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Message handler\n *\n * @param message - Source message\n *\n * @returns Target message\n */\nexport async function handler(\n message: SearchMessage\n): Promise {\n switch (message.type) {\n\n /* Search setup message */\n case SearchMessageType.SETUP:\n await setupSearchLanguages(message.data.config)\n index = new Search(message.data)\n return {\n type: SearchMessageType.READY\n }\n\n /* Search query message */\n case SearchMessageType.QUERY:\n return {\n type: SearchMessageType.RESULT,\n data: index ? index.search(message.data) : []\n }\n\n /* All other messages */\n default:\n throw new TypeError(\"Invalid message type\")\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Worker\n * ------------------------------------------------------------------------- */\n\n/* @ts-ignore - expose Lunr.js in global scope, or stemmers will not work */\nself.lunr = lunr\n\n/* Handle messages */\naddEventListener(\"message\", async ev => {\n postMessage(await handler(ev.data))\n})\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport escapeHTML from \"escape-html\"\n\nimport { SearchIndexDocument } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search document\n */\nexport interface SearchDocument extends SearchIndexDocument {\n parent?: SearchIndexDocument /* Parent article */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search document mapping\n */\nexport type SearchDocumentMap = Map\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Create a search document mapping\n *\n * @param docs - Search index documents\n *\n * @returns Search document map\n */\nexport function setupSearchDocumentMap(\n docs: SearchIndexDocument[]\n): SearchDocumentMap {\n const documents = new Map()\n const parents = new Set()\n for (const doc of docs) {\n const [path, hash] = doc.location.split(\"#\")\n\n /* Extract location and title */\n const location = doc.location\n const title = doc.title\n\n /* Escape and cleanup text */\n const text = escapeHTML(doc.text)\n .replace(/\\s+(?=[,.:;!?])/g, \"\")\n .replace(/\\s+/g, \" \")\n\n /* Handle section */\n if (hash) {\n const parent = documents.get(path)!\n\n /* Ignore first section, override article */\n if (!parents.has(parent)) {\n parent.title = doc.title\n parent.text = text\n\n /* Remember that we processed the article */\n parents.add(parent)\n\n /* Add subsequent section */\n } else {\n documents.set(location, {\n location,\n title,\n text,\n parent\n })\n }\n\n /* Add article */\n } else {\n documents.set(location, {\n location,\n title,\n text\n })\n }\n }\n return documents\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { SearchIndexConfig } from \"../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search highlight function\n *\n * @param value - Value\n *\n * @returns Highlighted value\n */\nexport type SearchHighlightFn = (value: string) => string\n\n/**\n * Search highlight factory function\n *\n * @param query - Query value\n *\n * @returns Search highlight function\n */\nexport type SearchHighlightFactoryFn = (query: string) => SearchHighlightFn\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Create a search highlighter\n *\n * @param config - Search index configuration\n *\n * @returns Search highlight factory function\n */\nexport function setupSearchHighlighter(\n config: SearchIndexConfig\n): SearchHighlightFactoryFn {\n const separator = new RegExp(config.separator, \"img\")\n const highlight = (_: unknown, data: string, term: string) => {\n return `${data}${term}`\n }\n\n /* Return factory function */\n return (query: string) => {\n query = query\n .replace(/[\\s*+\\-:~^]+/g, \" \")\n .trim()\n\n /* Create search term match expression */\n const match = new RegExp(`(^|${config.separator})(${\n query\n .replace(/[|\\\\{}()[\\]^$+*?.-]/g, \"\\\\$&\")\n .replace(separator, \"|\")\n })`, \"img\")\n\n /* Highlight string value */\n return value => value\n .replace(match, highlight)\n .replace(/<\\/mark>(\\s+)]*>/img, \"$1\")\n }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search query clause\n */\nexport interface SearchQueryClause {\n presence: lunr.Query.presence /* Clause presence */\n term: string /* Clause term */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search query terms\n */\nexport type SearchQueryTerms = Record\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Parse a search query for analysis\n *\n * @param value - Query value\n *\n * @returns Search query clauses\n */\nexport function parseSearchQuery(\n value: string\n): SearchQueryClause[] {\n const query = new (lunr as any).Query([\"title\", \"text\"])\n const parser = new (lunr as any).QueryParser(value, query)\n\n /* Parse and return query clauses */\n parser.parse()\n return query.clauses\n}\n\n/**\n * Analyze the search query clauses in regard to the search terms found\n *\n * @param query - Search query clauses\n * @param terms - Search terms\n *\n * @returns Search query terms\n */\nexport function getSearchQueryTerms(\n query: SearchQueryClause[], terms: string[]\n): SearchQueryTerms {\n const clauses = new Set(query)\n\n /* Match query clauses against terms */\n const result: SearchQueryTerms = {}\n for (let t = 0; t < terms.length; t++)\n for (const clause of clauses)\n if (terms[t].startsWith(clause.term)) {\n result[clause.term] = true\n clauses.delete(clause)\n }\n\n /* Annotate unmatched query clauses */\n for (const clause of clauses)\n result[clause.term] = false\n\n /* Return query terms */\n return result\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport {\n SearchDocument,\n SearchDocumentMap,\n setupSearchDocumentMap\n} from \"../document\"\nimport {\n SearchHighlightFactoryFn,\n setupSearchHighlighter\n} from \"../highlighter\"\nimport {\n SearchQueryTerms,\n getSearchQueryTerms,\n parseSearchQuery\n} from \"../query\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search index configuration\n */\nexport interface SearchIndexConfig {\n lang: string[] /* Search languages */\n separator: string /* Search separator */\n}\n\n/**\n * Search index document\n */\nexport interface SearchIndexDocument {\n location: string /* Document location */\n title: string /* Document title */\n text: string /* Document text */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search index pipeline function\n */\nexport type SearchIndexPipelineFn =\n | \"trimmer\" /* Trimmer */\n | \"stopWordFilter\" /* Stop word filter */\n | \"stemmer\" /* Stemmer */\n\n/**\n * Search index pipeline\n */\nexport type SearchIndexPipeline = SearchIndexPipelineFn[]\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search index\n *\n * This interfaces describes the format of the `search_index.json` file which\n * is automatically built by the MkDocs search plugin.\n */\nexport interface SearchIndex {\n config: SearchIndexConfig /* Search index configuration */\n docs: SearchIndexDocument[] /* Search index documents */\n index?: object /* Prebuilt index */\n pipeline?: SearchIndexPipeline /* Search index pipeline */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search metadata\n */\nexport interface SearchMetadata {\n score: number /* Score (relevance) */\n terms: SearchQueryTerms /* Search query terms */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * Search result\n */\nexport type SearchResult = Array\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Compute the difference of two lists of strings\n *\n * @param a - 1st list of strings\n * @param b - 2nd list of strings\n *\n * @returns Difference\n */\nfunction difference(a: string[], b: string[]): string[] {\n const [x, y] = [new Set(a), new Set(b)]\n return [\n ...new Set([...x].filter(value => !y.has(value)))\n ]\n}\n\n/* ----------------------------------------------------------------------------\n * Class\n * ------------------------------------------------------------------------- */\n\n/**\n * Search index\n */\nexport class Search {\n\n /**\n * Search document mapping\n *\n * A mapping of URLs (including hash fragments) to the actual articles and\n * sections of the documentation. The search document mapping must be created\n * regardless of whether the index was prebuilt or not, as Lunr.js itself\n * only stores the actual index.\n */\n protected documents: SearchDocumentMap\n\n /**\n * Search highlight factory function\n */\n protected highlight: SearchHighlightFactoryFn\n\n /**\n * The underlying Lunr.js search index\n */\n protected index: lunr.Index\n\n /**\n * Create the search integration\n *\n * @param data - Search index\n */\n public constructor({ config, docs, pipeline, index }: SearchIndex) {\n this.documents = setupSearchDocumentMap(docs)\n this.highlight = setupSearchHighlighter(config)\n\n /* Set separator for tokenizer */\n lunr.tokenizer.separator = new RegExp(config.separator)\n\n /* If no index was given, create it */\n if (typeof index === \"undefined\") {\n this.index = lunr(function () {\n\n /* Set up multi-language support */\n if (config.lang.length === 1 && config.lang[0] !== \"en\") {\n this.use((lunr as any)[config.lang[0]])\n } else if (config.lang.length > 1) {\n this.use((lunr as any).multiLanguage(...config.lang))\n }\n\n /* Compute functions to be removed from the pipeline */\n const fns = difference([\n \"trimmer\", \"stopWordFilter\", \"stemmer\"\n ], pipeline!)\n\n /* Remove functions from the pipeline for registered languages */\n for (const lang of config.lang.map(language => (\n language === \"en\" ? lunr : (lunr as any)[language]\n ))) {\n for (const fn of fns) {\n this.pipeline.remove(lang[fn])\n this.searchPipeline.remove(lang[fn])\n }\n }\n\n /* Set up fields and reference */\n this.field(\"title\", { boost: 1000 })\n this.field(\"text\")\n this.ref(\"location\")\n\n /* Index documents */\n for (const doc of docs)\n this.add(doc)\n })\n\n /* Handle prebuilt index */\n } else {\n this.index = lunr.Index.load(index)\n }\n }\n\n /**\n * Search for matching documents\n *\n * The search index which MkDocs provides is divided up into articles, which\n * contain the whole content of the individual pages, and sections, which only\n * contain the contents of the subsections obtained by breaking the individual\n * pages up at `h1` ... `h6`. As there may be many sections on different pages\n * with identical titles (for example within this very project, e.g. \"Usage\"\n * or \"Installation\"), they need to be put into the context of the containing\n * page. For this reason, section results are grouped within their respective\n * articles which are the top-level results that are returned.\n *\n * @param query - Query value\n *\n * @returns Search results\n */\n public search(query: string): SearchResult[] {\n if (query) {\n try {\n const highlight = this.highlight(query)\n\n /* Parse query to extract clauses for analysis */\n const clauses = parseSearchQuery(query)\n .filter(clause => (\n clause.presence !== lunr.Query.presence.PROHIBITED\n ))\n\n /* Perform search and post-process results */\n const groups = this.index.search(`${query}*`)\n\n /* Apply post-query boosts based on title and search query terms */\n .reduce((results, { ref, score, matchData }) => {\n const document = this.documents.get(ref)\n if (typeof document !== \"undefined\") {\n const { location, title, text, parent } = document\n\n /* Compute and analyze search query terms */\n const terms = getSearchQueryTerms(\n clauses,\n Object.keys(matchData.metadata)\n )\n\n /* Highlight title and text and apply post-query boosts */\n const boost = +!parent + +Object.values(terms).every(t => t)\n results.push({\n location,\n title: highlight(title),\n text: highlight(text),\n score: score * (1 + boost),\n terms\n })\n }\n return results\n }, [])\n\n /* Sort search results again after applying boosts */\n .sort((a, b) => b.score - a.score)\n\n /* Group search results by page */\n .reduce((results, result) => {\n const document = this.documents.get(result.location)\n if (typeof document !== \"undefined\") {\n const ref = \"parent\" in document\n ? document.parent!.location\n : document.location\n results.set(ref, [...results.get(ref) || [], result])\n }\n return results\n }, new Map())\n\n /* Expand grouped search results */\n return [...groups.values()]\n\n /* Log errors to console (for now) */\n } catch {\n console.warn(`Invalid query: ${query} \u2013 see https://bit.ly/2s3ChXG`)\n }\n }\n\n /* Return nothing in case of error or empty query */\n return []\n }\n}\n", "/*\n * Copyright (c) 2016-2021 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A RTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport { SearchIndex, SearchResult } from \"../../_\"\n\n/* ----------------------------------------------------------------------------\n * Types\n * ------------------------------------------------------------------------- */\n\n/**\n * Search message type\n */\nexport const enum SearchMessageType {\n SETUP, /* Search index setup */\n READY, /* Search index ready */\n QUERY, /* Search query */\n RESULT /* Search results */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * A message containing the data necessary to setup the search index\n */\nexport interface SearchSetupMessage {\n type: SearchMessageType.SETUP /* Message type */\n data: SearchIndex /* Message data */\n}\n\n/**\n * A message indicating the search index is ready\n */\nexport interface SearchReadyMessage {\n type: SearchMessageType.READY /* Message type */\n}\n\n/**\n * A message containing a search query\n */\nexport interface SearchQueryMessage {\n type: SearchMessageType.QUERY /* Message type */\n data: string /* Message data */\n}\n\n/**\n * A message containing results for a search query\n */\nexport interface SearchResultMessage {\n type: SearchMessageType.RESULT /* Message type */\n data: SearchResult[] /* Message data */\n}\n\n/* ------------------------------------------------------------------------- */\n\n/**\n * A message exchanged with the search worker\n */\nexport type SearchMessage =\n | SearchSetupMessage\n | SearchReadyMessage\n | SearchQueryMessage\n | SearchResultMessage\n\n/* ----------------------------------------------------------------------------\n * Functions\n * ------------------------------------------------------------------------- */\n\n/**\n * Type guard for search setup messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchSetupMessage(\n message: SearchMessage\n): message is SearchSetupMessage {\n return message.type === SearchMessageType.SETUP\n}\n\n/**\n * Type guard for search ready messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchReadyMessage(\n message: SearchMessage\n): message is SearchReadyMessage {\n return message.type === SearchMessageType.READY\n}\n\n/**\n * Type guard for search query messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchQueryMessage(\n message: SearchMessage\n): message is SearchQueryMessage {\n return message.type === SearchMessageType.QUERY\n}\n\n/**\n * Type guard for search result messages\n *\n * @param message - Search worker message\n *\n * @returns Test result\n */\nexport function isSearchResultMessage(\n message: SearchMessage\n): message is SearchResultMessage {\n return message.type === SearchMessageType.RESULT\n}\n"], + "mappings": "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AAG,GACV,EAAK,EACD,EAAG,KAAK,IACV,GAAI,WAEG,EAAI,KAAK,GAAI,CACtB,GAAI,GAAK,EAAI,KAAK,GAClB,EAAO,EAAG,GAAK,EAAG,GAClB,EAAM,EACF,EAAI,KAAK,IACX,GAAI,GAMR,GADA,EAAK,EACD,EAAG,KAAK,GAAI,CACd,GAAI,GAAK,EAAG,KAAK,GACjB,EAAO,EAAG,GACV,EAAK,EACL,EAAM,EACN,EAAM,EACF,GAAG,KAAK,IAAU,EAAI,KAAK,IAAS,CAAE,EAAI,KAAK,KACjD,GAAI,GAIR,SAAK,EACL,EAAM,EACF,EAAG,KAAK,IAAM,EAAI,KAAK,IACzB,GAAK,EACL,EAAI,EAAE,QAAQ,EAAG,KAKf,GAAW,KACb,GAAI,EAAQ,cAAgB,EAAE,OAAO,IAGhC,GAGT,MAAO,UAAU,EAAO,CACtB,MAAO,GAAM,OAAO,OAIxB,EAAK,SAAS,iBAAiB,EAAK,QAAS,WAC7C,AAkBA,EAAK,uBAAyB,SAAU,EAAW,CACjD,GAAI,GAAQ,EAAU,OAAO,SAAU,EAAM,EAAU,CACrD,SAAK,GAAY,EACV,GACN,IAEH,MAAO,UAAU,EAAO,CACtB,GAAI,GAAS,EAAM,EAAM,cAAgB,EAAM,WAAY,MAAO,KAiBtE,EAAK,eAAiB,EAAK,uBAAuB,CAChD,IACA,OACA,QACA,SACA,QACA,MACA,SACA,OACA,KACA,QACA,KACA,MACA,MACA,MACA,KACA,KACA,KACA,UACA,OACA,MACA,KACA,MACA,SACA,QACA,OACA,MACA,KACA,OACA,SACA,OACA,OACA,QACA,MACA,OACA,MACA,MACA,MACA,MACA,OACA,KACA,MACA,OACA,MACA,MACA,MACA,UACA,IACA,KACA,KACA,OACA,KACA,KACA,MACA,OACA,QACA,MACA,OACA,SACA,MACA,KACA,QACA,OACA,OACA,KACA,UACA,KACA,MACA,MACA,KACA,MACA,QACA,KACA,OACA,KACA,QACA,MACA,MACA,SACA,OACA,MACA,OACA,MACA,SACA,QACA,KACA,OACA,OACA,OACA,MACA,QACA,OACA,OACA,QACA,QACA,OACA,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", + "names": [] +} diff --git a/en/2021.5/assets/plot-dataframe.png b/en/2021.5/assets/plot-dataframe.png new file mode 100644 index 0000000000000000000000000000000000000000..6310b23b4b8198734173b011bce7c7d079ac3fec GIT binary patch literal 216176 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 z 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

    jj9>k~K~SvRZ|By!WYsQG;i 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

    3Mw#Z*c8)g^BQ;Bau8lf+*Q2n115-$Kcd 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 H*Ynn2bl`;q literal 0 HcmV?d00001 diff --git a/en/2021.5/assets/plot-dataframe2.png b/en/2021.5/assets/plot-dataframe2.png new file mode 100644 index 0000000000000000000000000000000000000000..d744b20358a40d3cfd036719bc0115c7804eff0a GIT binary patch literal 195009 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

    7~F&+3=jsBOlDVmviow#^mN$wy&R@DI=8t$%( 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%0DF*ACRH?C4qbs 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

    tCyNkFHRuu3cx_|_Dl<&EA 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%0Ahi< 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%0Dm%EnmKHbxml|J(ADtNd=d`eTZdDC5bcanVG*V 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:#36464e;--md-code-bg-color:#f5f5f5;--md-code-hl-color:rgba(255,255,0,0.5);--md-code-hl-number-color:#d52a2a;--md-code-hl-special-color:#db1457;--md-code-hl-function-color:#a846b9;--md-code-hl-constant-color:#6e59d9;--md-code-hl-keyword-color:#3f6ec6;--md-code-hl-string-color:#1c7d4d;--md-code-hl-name-color:var(--md-code-fg-color);--md-code-hl-operator-color:var(--md-default-fg-color--light);--md-code-hl-punctuation-color:var(--md-default-fg-color--light);--md-code-hl-comment-color:var(--md-default-fg-color--light);--md-code-hl-generic-color:var(--md-default-fg-color--light);--md-code-hl-variable-color:var(--md-default-fg-color--light);--md-typeset-color:var(--md-default-fg-color);--md-typeset-a-color:var(--md-primary-fg-color);--md-typeset-mark-color:rgba(255,255,0,0.5);--md-typeset-del-color:rgba(245,80,61,0.15);--md-typeset-ins-color:rgba(11,213,112,0.15);--md-typeset-kbd-color:#fafafa;--md-typeset-kbd-accent-color:#fff;--md-typeset-kbd-border-color:#b8b8b8;--md-admonition-fg-color:var(--md-default-fg-color);--md-admonition-bg-color:var(--md-default-bg-color);--md-footer-fg-color:#fff;--md-footer-fg-color--light:hsla(0,0%,100%,0.7);--md-footer-fg-color--lighter:hsla(0,0%,100%,0.3);--md-footer-bg-color:rgba(0,0,0,0.87);--md-footer-bg-color--dark:rgba(0,0,0,0.32)}.md-icon svg{fill:currentColor;display:block;height:1.2rem;width:1.2rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,input{font-family:var(--md-text-font-family,_),-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;font-feature-settings:"kern","liga"}body,code,input,kbd,pre{color:var(--md-typeset-color)}code,kbd,pre{font-family:var(--md-code-font-family,_),SFMono-Regular,Consolas,Menlo,monospace;font-feature-settings:"kern"}:root{--md-typeset-table--ascending:url('data:image/svg+xml;charset=utf-8,');--md-typeset-table--descending:url('data:image/svg+xml;charset=utf-8,')}.md-typeset{-webkit-print-color-adjust:exact;color-adjust:exact;font-size:.8rem;line-height:1.6}@media print{.md-typeset{font-size:.68rem}}.md-typeset blockquote,.md-typeset dl,.md-typeset figure,.md-typeset ol,.md-typeset pre,.md-typeset ul{margin:1em 0}.md-typeset h1{color:var(--md-default-fg-color--light);font-size:2em;line-height:1.3;margin:0 0 1.25em}.md-typeset h1,.md-typeset h2{font-weight:300;letter-spacing:-.01em}.md-typeset h2{font-size:1.5625em;line-height:1.4;margin:1.6em 0 .64em}.md-typeset h3{font-size:1.25em;font-weight:400;letter-spacing:-.01em;line-height:1.5;margin:1.6em 0 .8em}.md-typeset h2+h3{margin-top:.8em}.md-typeset h4{font-weight:700;letter-spacing:-.01em;margin:1em 0}.md-typeset h5,.md-typeset h6{color:var(--md-default-fg-color--light);font-size:.8em;font-weight:700;letter-spacing:-.01em;margin:1.25em 0}.md-typeset h5{text-transform:uppercase}.md-typeset hr{border-bottom:.05rem solid var(--md-default-fg-color--lightest);display:flow-root;margin:1.5em 0}.md-typeset a{color:var(--md-typeset-a-color);word-break:break-word}.md-typeset a,.md-typeset a:before{transition:color 125ms}.md-typeset a:focus,.md-typeset a:hover{color:var(--md-accent-fg-color)}.md-typeset a.focus-visible{outline-color:var(--md-accent-fg-color);outline-offset:.2rem}.md-typeset code,.md-typeset kbd,.md-typeset pre{color:var(--md-code-fg-color);direction:ltr}@media print{.md-typeset code,.md-typeset kbd,.md-typeset pre{white-space:pre-wrap}}.md-typeset code{background-color:var(--md-code-bg-color);border-radius:.1rem;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-size:.85em;padding:0 .2941176471em;word-break:break-word}.md-typeset code:not(.focus-visible){-webkit-tap-highlight-color:transparent;outline:none}.md-typeset h1 code,.md-typeset h2 code,.md-typeset h3 code,.md-typeset h4 code,.md-typeset h5 code,.md-typeset h6 code{background-color:initial;box-shadow:none;margin:initial;padding:initial}.md-typeset a code{color:currentColor}.md-typeset pre{display:flow-root;line-height:1.4;position:relative}.md-typeset pre>code{scrollbar-width:thin;scrollbar-color:var(--md-default-fg-color--lighter) transparent;-webkit-box-decoration-break:slice;box-decoration-break:slice;box-shadow:none;display:block;margin:0;overflow:auto;padding:.7720588235em 1.1764705882em;touch-action:auto;word-break:normal}.md-typeset pre>code:hover{scrollbar-color:var(--md-accent-fg-color) transparent}.md-typeset pre>code::-webkit-scrollbar{height:.2rem;width:.2rem}.md-typeset pre>code::-webkit-scrollbar-thumb{background-color:var(--md-default-fg-color--lighter)}.md-typeset pre>code::-webkit-scrollbar-thumb:hover{background-color:var(--md-accent-fg-color)}@media screen and (max-width:44.9375em){.md-typeset>pre{margin:1em -.8rem}.md-typeset>pre code{border-radius:0}}.md-typeset kbd{background-color:var(--md-typeset-kbd-color);border-radius:.1rem;box-shadow:0 .1rem 0 .05rem var(--md-typeset-kbd-border-color),0 .1rem 0 var(--md-typeset-kbd-border-color),0 -.1rem .2rem var(--md-typeset-kbd-accent-color) inset;color:var(--md-default-fg-color);display:inline-block;font-size:.75em;padding:0 .6666666667em;vertical-align:text-top;word-break:break-word}.md-typeset mark{background-color:var(--md-typeset-mark-color);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:inherit;word-break:break-word}.md-typeset abbr{border-bottom:.05rem dotted var(--md-default-fg-color--light);cursor:help;text-decoration:none}@media (hover:none){.md-typeset abbr{position:relative}.md-typeset abbr[title]:focus:after,.md-typeset abbr[title]:hover:after{background-color:var(--md-default-fg-color);border-radius:.1rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);color:var(--md-default-bg-color);content:attr(title);display:inline-block;font-size:.7rem;left:0;margin-top:2em;max-width:80%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding:.2rem .3rem;position:absolute;width:auto}}.md-typeset small{opacity:.75}.md-typeset sub,.md-typeset sup{margin-left:.078125em}[dir=rtl] .md-typeset sub,[dir=rtl] .md-typeset sup{margin-left:0;margin-right:.078125em}.md-typeset blockquote{border-left:.2rem solid var(--md-default-fg-color--lighter);color:var(--md-default-fg-color--light);display:flow-root;padding-left:.6rem}[dir=rtl] .md-typeset blockquote{border-left:initial;border-right:.2rem solid var(--md-default-fg-color--lighter);padding-left:0;padding-right:.6rem}.md-typeset ul{list-style-type:disc}.md-typeset ol,.md-typeset ul{display:flow-root;margin-left:.625em;padding:0}[dir=rtl] .md-typeset ol,[dir=rtl] .md-typeset ul{margin-left:0;margin-right:.625em}.md-typeset ol ol,.md-typeset ul ol{list-style-type:lower-alpha}.md-typeset ol ol ol,.md-typeset ul ol ol{list-style-type:lower-roman}.md-typeset ol li,.md-typeset ul li{margin-bottom:.5em;margin-left:1.25em}[dir=rtl] .md-typeset ol li,[dir=rtl] .md-typeset ul li{margin-left:0;margin-right:1.25em}.md-typeset ol li blockquote,.md-typeset ol li p,.md-typeset ul li blockquote,.md-typeset ul li p{margin:.5em 0}.md-typeset ol li:last-child,.md-typeset ul li:last-child{margin-bottom:0}.md-typeset ol li ol,.md-typeset ol li ul,.md-typeset ul li ol,.md-typeset ul li ul{margin:.5em 0 .5em .625em}[dir=rtl] .md-typeset ol li ol,[dir=rtl] .md-typeset ol li ul,[dir=rtl] .md-typeset ul li ol,[dir=rtl] .md-typeset ul li ul{margin-left:0;margin-right:.625em}.md-typeset dd{margin:1em 0 1.5em 1.875em}[dir=rtl] .md-typeset dd{margin-left:0;margin-right:1.875em}.md-typeset img,.md-typeset svg{height:auto;max-width:100%}.md-typeset img[align=left],.md-typeset svg[align=left]{margin:1em 1em 1em 0}.md-typeset img[align=right],.md-typeset svg[align=right]{margin:1em 0 1em 1em}.md-typeset img[align]:only-child,.md-typeset svg[align]:only-child{margin-top:0}.md-typeset figure{display:flow-root;margin:0 auto;max-width:100%;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.md-typeset figure img{display:block}.md-typeset figcaption{font-style:italic;margin:1em auto 2em;max-width:24rem}.md-typeset iframe{max-width:100%}.md-typeset table:not([class]){background-color:var(--md-default-bg-color);border-radius:.1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .05rem rgba(0,0,0,.1);display:inline-block;font-size:.64rem;max-width:100%;overflow:auto;touch-action:auto}@media print{.md-typeset table:not([class]){display:table}}.md-typeset table:not([class])+*{margin-top:1.5em}.md-typeset table:not([class]) td>:first-child,.md-typeset table:not([class]) th>:first-child{margin-top:0}.md-typeset table:not([class]) td>:last-child,.md-typeset table:not([class]) th>:last-child{margin-bottom:0}.md-typeset table:not([class]) td:not([align]),.md-typeset table:not([class]) th:not([align]){text-align:left}[dir=rtl] .md-typeset table:not([class]) td:not([align]),[dir=rtl] .md-typeset table:not([class]) th:not([align]){text-align:right}.md-typeset table:not([class]) th{background-color:var(--md-default-fg-color--light);color:var(--md-default-bg-color);min-width:5rem;padding:.9375em 1.25em;vertical-align:top}.md-typeset table:not([class]) th a{color:inherit}.md-typeset table:not([class]) td{border-top:.05rem solid var(--md-default-fg-color--lightest);padding:.9375em 1.25em;vertical-align:top}.md-typeset table:not([class]) tr{transition:background-color 125ms}.md-typeset table:not([class]) tr:hover{background-color:rgba(0,0,0,.035);box-shadow:0 .05rem 0 var(--md-default-bg-color) inset}.md-typeset table:not([class]) tr:first-child td{border-top:0}.md-typeset table:not([class]) a{word-break:normal}.md-typeset table th[role=columnheader]{cursor:pointer}.md-typeset table th[role=columnheader]:after{content:"";display:inline-block;height:1.2em;margin-left:.5em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;vertical-align:sub;width:1.2em}.md-typeset table th[role=columnheader][aria-sort=ascending]:after{background-color:currentColor;-webkit-mask-image:var(--md-typeset-table--ascending);mask-image:var(--md-typeset-table--ascending)}.md-typeset table th[role=columnheader][aria-sort=descending]:after{background-color:currentColor;-webkit-mask-image:var(--md-typeset-table--descending);mask-image:var(--md-typeset-table--descending)}.md-typeset__scrollwrap{margin:1em -.8rem;overflow-x:auto;touch-action:auto}.md-typeset__table{display:inline-block;margin-bottom:.5em;padding:0 .8rem}@media print{.md-typeset__table{display:block}}html .md-typeset__table table{display:table;margin:0;overflow:hidden;width:100%}html{font-size:125%;height:100%;overflow-x:hidden}@media screen and (min-width:100em){html{font-size:137.5%}}@media screen and (min-width:125em){html{font-size:150%}}body{background-color:var(--md-default-bg-color);display:flex;flex-direction:column;font-size:.5rem;min-height:100%;position:relative;width:100%}@media print{body{display:block}}@media screen and (max-width:59.9375em){body[data-md-state=lock]{position:fixed}}.md-grid{margin-left:auto;margin-right:auto;max-width:61rem}.md-container{display:flex;flex-direction:column;flex-grow:1}@media print{.md-container{display:block}}.md-main{flex-grow:1}.md-main__inner{display:flex;height:100%;margin-top:1.5rem}.md-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-toggle{display:none}.md-option{height:0;opacity:0;position:absolute;width:0}.md-option:checked+label:not([hidden]){display:block}.md-option.focus-visible+label{outline-color:var(--md-accent-fg-color);outline-style:auto}.md-skip{background-color:var(--md-default-fg-color);border-radius:.1rem;color:var(--md-default-bg-color);font-size:.64rem;margin:.5rem;opacity:0;outline-color:var(--md-accent-fg-color);padding:.3rem .5rem;position:fixed;transform:translateY(.4rem);z-index:-1}.md-skip:focus{opacity:1;transform:translateY(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity 175ms 75ms;z-index:10}@page{margin:25mm}.md-announce{background-color:var(--md-footer-bg-color);overflow:auto}@media print{.md-announce{display:none}}.md-announce__inner{color:var(--md-footer-fg-color);font-size:.7rem;margin:.6rem auto;padding:0 .8rem}:root{--md-clipboard-icon:url('data:image/svg+xml;charset=utf-8,')}.md-clipboard{border-radius:.1rem;color:var(--md-default-fg-color--lightest);cursor:pointer;height:1.5em;outline-color:var(--md-accent-fg-color);outline-offset:.1rem;position:absolute;right:.5em;top:.5em;transition:color .25s;width:1.5em;z-index:1}@media print{.md-clipboard{display:none}}.md-clipboard:not(.focus-visible){-webkit-tap-highlight-color:transparent;outline:none}:hover>.md-clipboard{color:var(--md-default-fg-color--light)}.md-clipboard:focus,.md-clipboard:hover{color:var(--md-accent-fg-color)}.md-clipboard:after{background-color:currentColor;content:"";display:block;height:1.125em;margin:0 auto;-webkit-mask-image:var(--md-clipboard-icon);mask-image:var(--md-clipboard-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:1.125em}.md-clipboard--inline{cursor:pointer}.md-clipboard--inline code{transition:color .25s,background-color .25s}.md-clipboard--inline:focus code,.md-clipboard--inline:hover code{background-color:var(--md-accent-fg-color--transparent);color:var(--md-accent-fg-color)}.md-content{scroll-padding-top:51.2rem;flex-grow:1;overflow:hidden}.md-content__inner{margin:0 .8rem 1.2rem;padding-top:.6rem}@media screen and (min-width:76.25em){.md-sidebar--primary:not([hidden])~.md-content>.md-content__inner{margin-left:1.2rem}[dir=rtl] .md-sidebar--primary:not([hidden])~.md-content>.md-content__inner{margin-left:.8rem;margin-right:1.2rem}.md-sidebar--secondary:not([hidden])~.md-content>.md-content__inner{margin-right:1.2rem}[dir=rtl] .md-sidebar--secondary:not([hidden])~.md-content>.md-content__inner{margin-left:1.2rem;margin-right:.8rem}}.md-content__inner:before{content:"";display:block;height:.4rem}.md-content__inner>:last-child{margin-bottom:0}.md-content__button{float:right;margin:.4rem 0 .4rem .4rem;padding:0}@media print{.md-content__button{display:none}}[dir=rtl] .md-content__button{float:left;margin-left:0;margin-right:.4rem}[dir=rtl] .md-content__button svg{transform:scaleX(-1)}.md-typeset .md-content__button{color:var(--md-default-fg-color--lighter)}.md-content__button svg{display:inline;vertical-align:top}.md-dialog{background-color:var(--md-default-fg-color);border-radius:.1rem;bottom:.8rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);left:auto;min-width:11.1rem;opacity:0;padding:.4rem .6rem;pointer-events:none;position:fixed;right:.8rem;transform:translateY(100%);transition:transform 0ms .4s,opacity .4s;z-index:2}@media print{.md-dialog{display:none}}[dir=rtl] .md-dialog{left:.8rem;right:auto}.md-dialog[data-md-state=open]{opacity:1;pointer-events:auto;transform:translateY(0);transition:transform .4s cubic-bezier(.075,.85,.175,1),opacity .4s}.md-dialog__inner{color:var(--md-default-bg-color);font-size:.7rem}.md-typeset .md-button{border:.1rem solid;border-radius:.1rem;color:var(--md-primary-fg-color);display:inline-block;font-weight:700;padding:.625em 2em;transition:color 125ms,background-color 125ms,border-color 125ms}.md-typeset .md-button--primary{background-color:var(--md-primary-fg-color);border-color:var(--md-primary-fg-color);color:var(--md-primary-bg-color)}.md-typeset .md-button:focus,.md-typeset .md-button:hover{background-color:var(--md-accent-fg-color);border-color:var(--md-accent-fg-color);color:var(--md-accent-bg-color)}.md-typeset .md-input{border-radius:.1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.1),0 .025rem .05rem rgba(0,0,0,.1);font-size:.8rem;height:1.8rem;padding:0 .6rem;transition:box-shadow .25s}.md-typeset .md-input:focus,.md-typeset .md-input:hover{box-shadow:0 .4rem 1rem rgba(0,0,0,.15),0 .025rem .05rem rgba(0,0,0,.15)}.md-typeset .md-input--stretch{width:100%}.md-header{background-color:var(--md-primary-fg-color);box-shadow:0 0 .2rem transparent,0 .2rem .4rem transparent;color:var(--md-primary-bg-color);left:0;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:2}@media print{.md-header{display:none}}.md-header[data-md-state=shadow]{box-shadow:0 0 .2rem rgba(0,0,0,.1),0 .2rem .4rem rgba(0,0,0,.2);transition:transform .25s cubic-bezier(.1,.7,.1,1),box-shadow .25s}.md-header[data-md-state=hidden]{transform:translateY(-100%);transition:transform .25s cubic-bezier(.8,0,.6,1),box-shadow .25s}.md-header__inner{align-items:center;display:flex;padding:0 .2rem}.md-header__button{color:currentColor;cursor:pointer;margin:.2rem;outline-color:var(--md-accent-fg-color);padding:.4rem;position:relative;transition:opacity .25s;vertical-align:middle;z-index:1}.md-header__button:hover{opacity:.7}.md-header__button:not([hidden]){display:inline-block}.md-header__button:not(.focus-visible){-webkit-tap-highlight-color:transparent;outline:none}.md-header__button.md-logo{margin:.2rem;padding:.4rem}@media screen and (max-width:76.1875em){.md-header__button.md-logo{display:none}}.md-header__button.md-logo img,.md-header__button.md-logo svg{fill:currentColor;display:block;height:1.2rem;width:1.2rem}@media screen and (min-width:60em){.md-header__button[for=__search]{display:none}}.no-js .md-header__button[for=__search]{display:none}[dir=rtl] .md-header__button[for=__search] svg{transform:scaleX(-1)}@media screen and (min-width:76.25em){.md-header__button[for=__drawer]{display:none}}.md-header__topic{display:flex;max-width:100%;position:absolute;transition:transform .4s cubic-bezier(.1,.7,.1,1),opacity .15s}.md-header__topic+.md-header__topic{opacity:0;pointer-events:none;transform:translateX(1.25rem);transition:transform .4s cubic-bezier(1,.7,.1,.1),opacity .15s;z-index:-1}[dir=rtl] .md-header__topic+.md-header__topic{transform:translateX(-1.25rem)}.md-header__title{flex-grow:1;font-size:.9rem;height:2.4rem;line-height:2.4rem;margin-left:1rem;margin-right:.4rem}.md-header__title[data-md-state=active] .md-header__topic{opacity:0;pointer-events:none;transform:translateX(-1.25rem);transition:transform .4s cubic-bezier(1,.7,.1,.1),opacity .15s;z-index:-1}[dir=rtl] .md-header__title[data-md-state=active] .md-header__topic{transform:translateX(1.25rem)}.md-header__title[data-md-state=active] .md-header__topic+.md-header__topic{opacity:1;pointer-events:auto;transform:translateX(0);transition:transform .4s cubic-bezier(.1,.7,.1,1),opacity .15s;z-index:0}.md-header__title>.md-header__ellipsis{height:100%;position:relative;width:100%}.md-header__option{display:flex;flex-shrink:0;max-width:100%;transition:max-width 0ms .25s,opacity .25s .25s;white-space:nowrap}[data-md-toggle=search]:checked~.md-header .md-header__option{max-width:0;opacity:0;transition:max-width 0ms,opacity 0ms}.md-header__source{display:none}@media screen and (min-width:60em){.md-header__source{display:block;margin-left:1rem;max-width:11.7rem;width:11.7rem}[dir=rtl] .md-header__source{margin-left:0;margin-right:1rem}}@media screen and (min-width:76.25em){.md-header__source{margin-left:1.4rem}[dir=rtl] .md-header__source{margin-right:1.4rem}}.md-footer{background-color:var(--md-footer-bg-color);color:var(--md-footer-fg-color)}@media print{.md-footer{display:none}}.md-footer__inner{overflow:auto;padding:.2rem}.md-footer__link{display:flex;outline-color:var(--md-accent-fg-color);padding-bottom:.4rem;padding-top:1.4rem;transition:opacity .25s}@media screen and (min-width:45em){.md-footer__link{width:50%}}.md-footer__link:focus,.md-footer__link:hover{opacity:.7}.md-footer__link--prev{float:left}@media screen and (max-width:44.9375em){.md-footer__link--prev{width:25%}.md-footer__link--prev .md-footer__title{display:none}}[dir=rtl] .md-footer__link--prev{float:right}[dir=rtl] .md-footer__link--prev svg{transform:scaleX(-1)}.md-footer__link--next{float:right;text-align:right}@media screen and (max-width:44.9375em){.md-footer__link--next{width:75%}}[dir=rtl] .md-footer__link--next{float:left;text-align:left}[dir=rtl] .md-footer__link--next svg{transform:scaleX(-1)}.md-footer__title{flex-grow:1;font-size:.9rem;line-height:2.4rem;max-width:calc(100% - 2.4rem);padding:0 1rem;position:relative}.md-footer__button{margin:.2rem;padding:.4rem}.md-footer__direction{font-size:.64rem;left:0;margin-top:-1rem;opacity:.7;padding:0 1rem;position:absolute;right:0}.md-footer-meta{background-color:var(--md-footer-bg-color--dark)}.md-footer-meta__inner{display:flex;flex-wrap:wrap;justify-content:space-between;padding:.2rem}html .md-footer-meta.md-typeset a{color:var(--md-footer-fg-color--light)}html .md-footer-meta.md-typeset a:focus,html .md-footer-meta.md-typeset a:hover{color:var(--md-footer-fg-color)}.md-footer-copyright{color:var(--md-footer-fg-color--lighter);font-size:.64rem;margin:auto .6rem;padding:.4rem 0;width:100%}@media screen and (min-width:45em){.md-footer-copyright{width:auto}}.md-footer-copyright__highlight{color:var(--md-footer-fg-color--light)}.md-footer-social{margin:0 .4rem;padding:.2rem 0 .6rem}@media screen and (min-width:45em){.md-footer-social{padding:.6rem 0}}.md-footer-social__link{display:inline-block;height:1.6rem;text-align:center;width:1.6rem}.md-footer-social__link:before{line-height:1.9}.md-footer-social__link svg{fill:currentColor;max-height:.8rem;vertical-align:-25%}:root{--md-nav-icon--prev:url('data:image/svg+xml;charset=utf-8,');--md-nav-icon--next:url('data:image/svg+xml;charset=utf-8,');--md-toc-icon:url('data:image/svg+xml;charset=utf-8,')}.md-nav{font-size:.7rem;line-height:1.3}.md-nav__title{display:block;font-weight:700;overflow:hidden;padding:0 .6rem;text-overflow:ellipsis}.md-nav__title .md-nav__button{display:none}.md-nav__title .md-nav__button img{height:100%;width:auto}.md-nav__title .md-nav__button.md-logo img,.md-nav__title .md-nav__button.md-logo svg{fill:currentColor;display:block;height:2.4rem;width:2.4rem}.md-nav__list{list-style:none;margin:0;padding:0}.md-nav__item{padding:0 .6rem}.md-nav__item .md-nav__item{padding-right:0}[dir=rtl] .md-nav__item .md-nav__item{padding-left:0;padding-right:.6rem}.md-nav__link{scroll-snap-align:start;cursor:pointer;display:block;margin-top:.625em;overflow:hidden;text-overflow:ellipsis;transition:color 125ms}.md-nav__link[data-md-state=blur]{color:var(--md-default-fg-color--light)}.md-nav__item .md-nav__link--active{color:var(--md-typeset-a-color)}.md-nav__item--nested>.md-nav__link{color:inherit}.md-nav__link:focus,.md-nav__link:hover{color:var(--md-accent-fg-color)}.md-nav__link.focus-visible{outline-color:var(--md-accent-fg-color);outline-offset:.2rem}.md-nav--primary .md-nav__link[for=__toc]{display:none}.md-nav--primary .md-nav__link[for=__toc] .md-icon:after{background-color:currentColor;display:block;height:100%;-webkit-mask-image:var(--md-toc-icon);mask-image:var(--md-toc-icon);width:100%}.md-nav--primary .md-nav__link[for=__toc]~.md-nav,.md-nav__source{display:none}@media screen and (max-width:76.1875em){.md-nav--primary,.md-nav--primary .md-nav{background-color:var(--md-default-bg-color);display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;z-index:1}.md-nav--primary .md-nav__item,.md-nav--primary .md-nav__title{font-size:.8rem;line-height:1.5}.md-nav--primary .md-nav__title{background-color:var(--md-default-fg-color--lightest);color:var(--md-default-fg-color--light);cursor:pointer;font-weight:400;height:5.6rem;line-height:2.4rem;padding:3rem .8rem .2rem;position:relative;white-space:nowrap}.md-nav--primary .md-nav__title .md-nav__icon{display:block;height:1.2rem;left:.4rem;margin:.2rem;position:absolute;top:.4rem;width:1.2rem}[dir=rtl] .md-nav--primary .md-nav__title .md-nav__icon{left:auto;right:.4rem}.md-nav--primary .md-nav__title .md-nav__icon:after{background-color:currentColor;content:"";display:block;height:100%;-webkit-mask-image:var(--md-nav-icon--prev);mask-image:var(--md-nav-icon--prev);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.md-nav--primary .md-nav__title~.md-nav__list{background-color:var(--md-default-bg-color);box-shadow:0 .05rem 0 var(--md-default-fg-color--lightest) inset;overflow-y:auto;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;touch-action:pan-y}.md-nav--primary .md-nav__title~.md-nav__list>:first-child{border-top:0}.md-nav--primary .md-nav__title[for=__drawer]{background-color:var(--md-primary-fg-color);color:var(--md-primary-bg-color)}.md-nav--primary .md-nav__title .md-logo{display:block;left:.2rem;margin:.2rem;padding:.4rem;position:absolute;top:.2rem}[dir=rtl] .md-nav--primary .md-nav__title .md-logo{left:auto;right:.2rem}.md-nav--primary .md-nav__list{flex:1}.md-nav--primary .md-nav__item{border-top:.05rem solid var(--md-default-fg-color--lightest);padding:0}.md-nav--primary .md-nav__item--nested>.md-nav__link{padding-right:2.4rem}[dir=rtl] .md-nav--primary .md-nav__item--nested>.md-nav__link{padding-left:2.4rem;padding-right:.8rem}.md-nav--primary .md-nav__item--active>.md-nav__link{color:var(--md-typeset-a-color)}.md-nav--primary .md-nav__item--active>.md-nav__link:focus,.md-nav--primary .md-nav__item--active>.md-nav__link:hover{color:var(--md-accent-fg-color)}.md-nav--primary .md-nav__link{margin-top:0;padding:.6rem .8rem;position:relative}.md-nav--primary .md-nav__link .md-nav__icon{color:inherit;font-size:1.2rem;height:1.2rem;margin-top:-.6rem;position:absolute;right:.6rem;top:50%;width:1.2rem}[dir=rtl] .md-nav--primary .md-nav__link .md-nav__icon{left:.6rem;right:auto}.md-nav--primary .md-nav__link .md-nav__icon:after{background-color:currentColor;content:"";display:block;height:100%;-webkit-mask-image:var(--md-nav-icon--next);mask-image:var(--md-nav-icon--next);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}[dir=rtl] .md-nav--primary .md-nav__icon:after{transform:scale(-1)}.md-nav--primary .md-nav--secondary .md-nav__link{position:static}.md-nav--primary .md-nav--secondary .md-nav{background-color:initial;position:static}.md-nav--primary .md-nav--secondary .md-nav .md-nav__link{padding-left:1.4rem}[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav__link{padding-left:0;padding-right:1.4rem}.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__link{padding-left:2rem}[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__link{padding-left:0;padding-right:2rem}.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__link{padding-left:2.6rem}[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__link{padding-left:0;padding-right:2.6rem}.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__link{padding-left:3.2rem}[dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__link{padding-left:0;padding-right:3.2rem}.md-nav--secondary{background-color:initial}.md-nav__toggle~.md-nav{display:flex;opacity:0;transform:translateX(100%);transition:transform .25s cubic-bezier(.8,0,.6,1),opacity 125ms 50ms}[dir=rtl] .md-nav__toggle~.md-nav{transform:translateX(-100%)}.md-nav__toggle:checked~.md-nav{opacity:1;transform:translateX(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity 125ms 125ms}.md-nav__toggle:checked~.md-nav>.md-nav__list{-webkit-backface-visibility:hidden;backface-visibility:hidden}}@media screen and (max-width:59.9375em){.md-nav--primary .md-nav__link[for=__toc]{display:block;padding-right:2.4rem}[dir=rtl] .md-nav--primary .md-nav__link[for=__toc]{padding-left:2.4rem;padding-right:.8rem}.md-nav--primary .md-nav__link[for=__toc] .md-icon:after{content:""}.md-nav--primary .md-nav__link[for=__toc]+.md-nav__link{display:none}.md-nav--primary .md-nav__link[for=__toc]~.md-nav{display:flex}.md-nav__source{background-color:var(--md-primary-fg-color--dark);color:var(--md-primary-bg-color);display:block;padding:0 .2rem}}@media screen and (min-width:60em) and (max-width:76.1875em){.md-nav--integrated .md-nav__link[for=__toc]{scroll-snap-align:none;display:block;padding-right:2.4rem}[dir=rtl] .md-nav--integrated .md-nav__link[for=__toc]{padding-left:2.4rem;padding-right:.8rem}.md-nav--integrated .md-nav__link[for=__toc] .md-icon:after{content:""}.md-nav--integrated .md-nav__link[for=__toc]+.md-nav__link{display:none}.md-nav--integrated .md-nav__link[for=__toc]~.md-nav{display:flex}}@media screen and (min-width:60em){.md-nav--secondary .md-nav__title[for=__toc]{scroll-snap-align:start}.md-nav--secondary .md-nav__title .md-nav__icon{display:none}}@media screen and (min-width:76.25em){.md-nav{transition:max-height .25s cubic-bezier(.86,0,.07,1)}.md-nav--primary .md-nav__title[for=__drawer]{scroll-snap-align:start}.md-nav--primary .md-nav__title .md-nav__icon,.md-nav__toggle~.md-nav{display:none}.md-nav__toggle:checked~.md-nav,.md-nav__toggle:indeterminate~.md-nav{display:block}.md-nav__item--nested>.md-nav>.md-nav__title{display:none}.md-nav__item--section{display:block;margin:1.25em 0}.md-nav__item--section:last-child{margin-bottom:0}.md-nav__item--section>.md-nav__link{display:none}.md-nav__item--section>.md-nav{display:block}.md-nav__item--section>.md-nav>.md-nav__title{scroll-snap-align:start;display:block;padding:0;pointer-events:none}.md-nav__item--section>.md-nav>.md-nav__list>.md-nav__item{padding:0}.md-nav__icon{float:right;height:.9rem;transition:transform .25s;width:.9rem}[dir=rtl] .md-nav__icon{float:left;transform:rotate(180deg)}.md-nav__icon:after{background-color:currentColor;content:"";display:inline-block;height:100%;-webkit-mask-image:var(--md-nav-icon--next);mask-image:var(--md-nav-icon--next);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;vertical-align:-.1rem;width:100%}.md-nav__item--nested .md-nav__toggle:checked~.md-nav__link .md-nav__icon,.md-nav__item--nested .md-nav__toggle:indeterminate~.md-nav__link .md-nav__icon{transform:rotate(90deg)}.md-nav--lifted>.md-nav__list>.md-nav__item,.md-nav--lifted>.md-nav__list>.md-nav__item--nested,.md-nav--lifted>.md-nav__title{display:none}.md-nav--lifted>.md-nav__list>.md-nav__item--active{display:block;padding:0}.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link{display:none}.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav>.md-nav__title{scroll-snap-align:start;display:block;padding:0 .6rem;pointer-events:none}.md-nav--lifted .md-nav[data-md-level="1"]{display:block}.md-nav--lifted .md-nav[data-md-level="1"]>.md-nav__list>.md-nav__item{padding-right:.6rem}.md-nav--integrated .md-nav__link[for=__toc]~.md-nav{border-left:.05rem solid var(--md-primary-fg-color);display:block;margin-bottom:1.25em}.md-nav--integrated .md-nav__link[for=__toc]~.md-nav>.md-nav__title{display:none}}:root{--md-search-result-icon:url('data:image/svg+xml;charset=utf-8,')}.md-search{position:relative}@media screen and (min-width:60em){.md-search{padding:.2rem 0}}.no-js .md-search{display:none}.md-search__overlay{opacity:0;z-index:1}@media screen and (max-width:59.9375em){.md-search__overlay{background-color:var(--md-default-bg-color);border-radius:1rem;height:2rem;left:-2.2rem;overflow:hidden;pointer-events:none;position:absolute;top:.2rem;transform-origin:center;transition:transform .3s .1s,opacity .2s .2s;width:2rem}[dir=rtl] .md-search__overlay{left:auto;right:-2.2rem}[data-md-toggle=search]:checked~.md-header .md-search__overlay{opacity:1;transition:transform .4s,opacity .1s}}@media screen and (min-width:60em){.md-search__overlay{background-color:rgba(0,0,0,.54);cursor:pointer;height:0;left:0;position:fixed;top:0;transition:width 0ms .25s,height 0ms .25s,opacity .25s;width:0}[dir=rtl] .md-search__overlay{left:auto;right:0}[data-md-toggle=search]:checked~.md-header .md-search__overlay{height:200vh;opacity:1;transition:width 0ms,height 0ms,opacity .25s;width:100%}}@media screen and (max-width:29.9375em){[data-md-toggle=search]:checked~.md-header .md-search__overlay{transform:scale(45)}}@media screen and (min-width:30em) and (max-width:44.9375em){[data-md-toggle=search]:checked~.md-header .md-search__overlay{transform:scale(60)}}@media screen and (min-width:45em) and (max-width:59.9375em){[data-md-toggle=search]:checked~.md-header .md-search__overlay{transform:scale(75)}}.md-search__inner{-webkit-backface-visibility:hidden;backface-visibility:hidden}@media screen and (max-width:59.9375em){.md-search__inner{height:100%;left:100%;opacity:0;position:fixed;top:0;transform:translateX(5%);transition:right 0ms .3s,left 0ms .3s,transform .15s cubic-bezier(.4,0,.2,1) .15s,opacity .15s .15s;width:100%;z-index:2}[data-md-toggle=search]:checked~.md-header .md-search__inner{left:0;opacity:1;transform:translateX(0);transition:right 0ms 0ms,left 0ms 0ms,transform .15s cubic-bezier(.1,.7,.1,1) .15s,opacity .15s .15s}[dir=rtl] [data-md-toggle=search]:checked~.md-header .md-search__inner{left:auto;right:0}html [dir=rtl] .md-search__inner{left:auto;right:100%;transform:translateX(-5%)}}@media screen and (min-width:60em){.md-search__inner{float:right;padding:.1rem 0;position:relative;transition:width .25s cubic-bezier(.1,.7,.1,1);width:11.7rem}[dir=rtl] .md-search__inner{float:left}}@media screen and (min-width:60em) and (max-width:76.1875em){[data-md-toggle=search]:checked~.md-header .md-search__inner{width:23.4rem}}@media screen and (min-width:76.25em){[data-md-toggle=search]:checked~.md-header .md-search__inner{width:34.4rem}}.md-search__form{position:relative}@media screen and (min-width:60em){.md-search__form{border-radius:.1rem}}.md-search__input{background-color:var(--md-default-bg-color);box-shadow:0 0 .6rem transparent;padding:0 2.2rem 0 3.6rem;position:relative;text-overflow:ellipsis;transition:color .25s,background-color .25s,box-shadow .25s;z-index:2}[dir=rtl] .md-search__input{padding:0 3.6rem 0 2.2rem}.md-search__input::-webkit-input-placeholder{-webkit-transition:color .25s;transition:color .25s}.md-search__input::-moz-placeholder{-moz-transition:color .25s;transition:color .25s}.md-search__input::-ms-input-placeholder{-ms-transition:color .25s;transition:color .25s}.md-search__input::placeholder{transition:color .25s}.md-search__input::-webkit-input-placeholder{color:var(--md-default-fg-color--light)}.md-search__input::-moz-placeholder{color:var(--md-default-fg-color--light)}.md-search__input::-ms-input-placeholder{color:var(--md-default-fg-color--light)}.md-search__input::placeholder,.md-search__input~.md-search__icon{color:var(--md-default-fg-color--light)}.md-search__input::-ms-clear{display:none}[data-md-toggle=search]:checked~.md-header .md-search__input{box-shadow:0 0 .6rem rgba(0,0,0,.07)}@media screen and (max-width:59.9375em){.md-search__input{font-size:.9rem;height:2.4rem;width:100%}}@media screen and (min-width:60em){.md-search__input{background-color:rgba(0,0,0,.26);border-radius:.1rem;color:inherit;font-size:.8rem;height:1.8rem;padding-left:2.2rem;width:100%}[dir=rtl] .md-search__input{padding-right:2.2rem}.md-search__input+.md-search__icon{color:var(--md-primary-bg-color)}.md-search__input::-webkit-input-placeholder{color:var(--md-primary-bg-color--light)}.md-search__input::-moz-placeholder{color:var(--md-primary-bg-color--light)}.md-search__input::-ms-input-placeholder{color:var(--md-primary-bg-color--light)}.md-search__input::placeholder{color:var(--md-primary-bg-color--light)}.md-search__input:hover{background-color:hsla(0,0%,100%,.12)}[data-md-toggle=search]:checked~.md-header .md-search__input{background-color:var(--md-default-bg-color);border-radius:.1rem .1rem 0 0;color:var(--md-default-fg-color);text-overflow:clip}[data-md-toggle=search]:checked~.md-header .md-search__input::-webkit-input-placeholder{color:var(--md-default-fg-color--light)}[data-md-toggle=search]:checked~.md-header .md-search__input::-moz-placeholder{color:var(--md-default-fg-color--light)}[data-md-toggle=search]:checked~.md-header .md-search__input::-ms-input-placeholder{color:var(--md-default-fg-color--light)}[data-md-toggle=search]:checked~.md-header .md-search__input+.md-search__icon,[data-md-toggle=search]:checked~.md-header .md-search__input::placeholder{color:var(--md-default-fg-color--light)}}.md-search__icon{cursor:pointer;height:1.2rem;position:absolute;transition:color .25s,opacity .25s;width:1.2rem;z-index:2}.md-search__icon:hover{opacity:.7}.md-search__icon[for=__search]{left:.5rem;top:.3rem}[dir=rtl] .md-search__icon[for=__search]{left:auto;right:.5rem}[dir=rtl] .md-search__icon[for=__search] svg{transform:scaleX(-1)}@media screen and (max-width:59.9375em){.md-search__icon[for=__search]{left:.8rem;top:.6rem}[dir=rtl] .md-search__icon[for=__search]{left:auto;right:.8rem}.md-search__icon[for=__search] svg:first-child{display:none}}@media screen and (min-width:60em){.md-search__icon[for=__search]{pointer-events:none}.md-search__icon[for=__search] svg:last-child{display:none}}.md-search__icon[type=reset]{opacity:0;pointer-events:none;right:.5rem;top:.3rem;transform:scale(.75);transition:transform .15s cubic-bezier(.1,.7,.1,1),opacity .15s}[dir=rtl] .md-search__icon[type=reset]{left:.5rem;right:auto}@media screen and (max-width:59.9375em){.md-search__icon[type=reset]{right:.8rem;top:.6rem}[dir=rtl] .md-search__icon[type=reset]{left:.8rem;right:auto}}[data-md-toggle=search]:checked~.md-header .md-search__input:valid~.md-search__icon[type=reset]{opacity:1;pointer-events:auto;transform:scale(1)}[data-md-toggle=search]:checked~.md-header .md-search__input:valid~.md-search__icon[type=reset]:hover{opacity:.7}.md-search__output{border-radius:0 0 .1rem .1rem;overflow:hidden;position:absolute;width:100%;z-index:1}@media screen and (max-width:59.9375em){.md-search__output{bottom:0;top:2.4rem}}@media screen and (min-width:60em){.md-search__output{opacity:0;top:1.9rem;transition:opacity .4s}[data-md-toggle=search]:checked~.md-header .md-search__output{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);opacity:1}}.md-search__scrollwrap{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:var(--md-default-bg-color);height:100%;overflow-y:auto;touch-action:pan-y}@media (-webkit-max-device-pixel-ratio:1),(max-resolution:1dppx){.md-search__scrollwrap{transform:translateZ(0)}}@media screen and (min-width:60em) and (max-width:76.1875em){.md-search__scrollwrap{width:23.4rem}}@media screen and (min-width:76.25em){.md-search__scrollwrap{width:34.4rem}}@media screen and (min-width:60em){.md-search__scrollwrap{scrollbar-width:thin;scrollbar-color:var(--md-default-fg-color--lighter) transparent;max-height:0}[data-md-toggle=search]:checked~.md-header .md-search__scrollwrap{max-height:75vh}.md-search__scrollwrap:hover{scrollbar-color:var(--md-accent-fg-color) transparent}.md-search__scrollwrap::-webkit-scrollbar{height:.2rem;width:.2rem}.md-search__scrollwrap::-webkit-scrollbar-thumb{background-color:var(--md-default-fg-color--lighter)}.md-search__scrollwrap::-webkit-scrollbar-thumb:hover{background-color:var(--md-accent-fg-color)}}.md-search-result{color:var(--md-default-fg-color);word-break:break-word}.md-search-result__meta{scroll-snap-align:start;background-color:var(--md-default-fg-color--lightest);color:var(--md-default-fg-color--light);font-size:.64rem;line-height:1.8rem;padding:0 .8rem}@media screen and (min-width:60em){.md-search-result__meta{padding-left:2.2rem}[dir=rtl] .md-search-result__meta{padding-left:0;padding-right:2.2rem}}.md-search-result__list{list-style:none;margin:0;padding:0}.md-search-result__item{box-shadow:0 -.05rem 0 var(--md-default-fg-color--lightest)}.md-search-result__item:first-child{box-shadow:none}.md-search-result__link{scroll-snap-align:start;display:block;outline:none;transition:background-color .25s}.md-search-result__link:focus,.md-search-result__link:hover{background-color:var(--md-accent-fg-color--transparent)}.md-search-result__link:last-child p:last-child{margin-bottom:.6rem}.md-search-result__more summary{scroll-snap-align:start;color:var(--md-typeset-a-color);cursor:pointer;display:block;font-size:.64rem;outline:none;padding:.75em .8rem;transition:color .25s,background-color .25s}@media screen and (min-width:60em){.md-search-result__more summary{padding-left:2.2rem}[dir=rtl] .md-search-result__more summary{padding-left:.8rem;padding-right:2.2rem}}.md-search-result__more summary:focus,.md-search-result__more summary:hover{background-color:var(--md-accent-fg-color--transparent);color:var(--md-accent-fg-color)}.md-search-result__more summary::-webkit-details-marker,.md-search-result__more summary::marker{display:none}.md-search-result__more summary~*>*{opacity:.65}.md-search-result__article{overflow:hidden;padding:0 .8rem;position:relative}@media screen and (min-width:60em){.md-search-result__article{padding-left:2.2rem}[dir=rtl] .md-search-result__article{padding-left:.8rem;padding-right:2.2rem}}.md-search-result__article--document .md-search-result__title{font-size:.8rem;font-weight:400;line-height:1.4;margin:.55rem 0}.md-search-result__icon{color:var(--md-default-fg-color--light);height:1.2rem;left:0;margin:.5rem;position:absolute;width:1.2rem}@media screen and (max-width:59.9375em){.md-search-result__icon{display:none}}.md-search-result__icon:after{background-color:currentColor;content:"";display:inline-block;height:100%;-webkit-mask-image:var(--md-search-result-icon);mask-image:var(--md-search-result-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}[dir=rtl] .md-search-result__icon{left:auto;right:0}[dir=rtl] .md-search-result__icon:after{transform:scaleX(-1)}.md-search-result__title{font-size:.64rem;font-weight:700;line-height:1.6;margin:.5em 0}.md-search-result__teaser{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--md-default-fg-color--light);display:-webkit-box;font-size:.64rem;line-height:1.6;margin:.5em 0;max-height:2rem;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:44.9375em){.md-search-result__teaser{-webkit-line-clamp:3;max-height:3rem}}@media screen and (min-width:60em) and (max-width:76.1875em){.md-search-result__teaser{-webkit-line-clamp:3;max-height:3rem}}.md-search-result__teaser mark{background-color:initial;text-decoration:underline}.md-search-result__terms{font-size:.64rem;font-style:italic;margin:.5em 0}.md-search-result mark{background-color:initial;color:var(--md-accent-fg-color)}.md-select{position:relative;z-index:1}.md-select__inner{background-color:var(--md-default-bg-color);border-radius:.1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.1),0 0 .05rem rgba(0,0,0,.25);color:var(--md-default-fg-color);left:50%;margin-top:.2rem;max-height:0;opacity:0;position:absolute;top:calc(100% - .2rem);transform:translate3d(-50%,.3rem,0);transition:transform .25s 375ms,opacity .25s .25s,max-height 0ms .5s}.md-select:focus-within .md-select__inner,.md-select:hover .md-select__inner{max-height:10rem;opacity:1;transform:translate3d(-50%,0,0);transition:transform .25s cubic-bezier(.1,.7,.1,1),opacity .25s,max-height 0ms}.md-select__inner:after{border-bottom:.2rem solid transparent;border-bottom-color:var(--md-default-bg-color);border-left:.2rem solid transparent;border-right:.2rem solid transparent;border-top:0;content:"";height:0;left:50%;margin-left:-.2rem;margin-top:-.2rem;position:absolute;top:0;width:0}.md-select__list{border-radius:.1rem;font-size:.8rem;list-style-type:none;margin:0;max-height:inherit;overflow:auto;padding:0}.md-select__item{line-height:1.8rem}.md-select__link{scroll-snap-align:start;cursor:pointer;display:block;outline:none;padding-left:.6rem;padding-right:1.2rem;transition:background-color .25s,color .25s;width:100%}[dir=rtl] .md-select__link{padding-left:1.2rem;padding-right:.6rem}.md-select__link:focus,.md-select__link:hover{color:var(--md-accent-fg-color)}.md-select__link:focus{background-color:var(--md-default-fg-color--lightest)}.md-sidebar{align-self:flex-start;flex-shrink:0;padding:1.2rem 0;position:-webkit-sticky;position:sticky;top:2.4rem;width:12.1rem}@media print{.md-sidebar{display:none}}@media screen and (max-width:76.1875em){.md-sidebar--primary{background-color:var(--md-default-bg-color);display:block;height:100%;left:-12.1rem;position:fixed;top:0;transform:translateX(0);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;width:12.1rem;z-index:3}[dir=rtl] .md-sidebar--primary{left:auto;right:-12.1rem}[data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);transform:translateX(12.1rem)}[dir=rtl] [data-md-toggle=drawer]:checked~.md-container .md-sidebar--primary{transform:translateX(-12.1rem)}.md-sidebar--primary .md-sidebar__scrollwrap{bottom:0;left:0;margin:0;overflow:hidden;position:absolute;right:0;-ms-scroll-snap-type:none;scroll-snap-type:none;top:0}}@media screen and (min-width:76.25em){.md-sidebar{height:0}.no-js .md-sidebar{height:auto}}.md-sidebar--secondary{display:none;order:2}@media screen and (min-width:60em){.md-sidebar--secondary{height:0}.no-js .md-sidebar--secondary{height:auto}.md-sidebar--secondary:not([hidden]){display:block}.md-sidebar--secondary .md-sidebar__scrollwrap{touch-action:pan-y}}.md-sidebar__scrollwrap{scrollbar-width:thin;scrollbar-color:var(--md-default-fg-color--lighter) transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin:0 .2rem;overflow-y:auto}.md-sidebar__scrollwrap:hover{scrollbar-color:var(--md-accent-fg-color) transparent}.md-sidebar__scrollwrap::-webkit-scrollbar{height:.2rem;width:.2rem}.md-sidebar__scrollwrap::-webkit-scrollbar-thumb{background-color:var(--md-default-fg-color--lighter)}.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover{background-color:var(--md-accent-fg-color)}@media screen and (max-width:76.1875em){.md-overlay{background-color:rgba(0,0,0,.54);height:0;opacity:0;position:fixed;top:0;transition:width 0ms .25s,height 0ms .25s,opacity .25s;width:0;z-index:3}[data-md-toggle=drawer]:checked~.md-overlay{height:100%;opacity:1;transition:width 0ms,height 0ms,opacity .25s;width:100%}}@-webkit-keyframes md-source__facts--done{0%{height:0}to{height:.65rem}}@keyframes md-source__facts--done{0%{height:0}to{height:.65rem}}@-webkit-keyframes md-source__fact--done{0%{opacity:0;transform:translateY(100%)}50%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes md-source__fact--done{0%{opacity:0;transform:translateY(100%)}50%{opacity:0}to{opacity:1;transform:translateY(0)}}:root{--md-source-forks-icon:url('data:image/svg+xml;charset=utf-8,');--md-source-repositories-icon:url('data:image/svg+xml;charset=utf-8,');--md-source-stars-icon:url('data:image/svg+xml;charset=utf-8,');--md-source-version-icon:url('data:image/svg+xml;charset=utf-8,')}.md-source{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;font-size:.65rem;line-height:1.2;outline-color:var(--md-accent-fg-color);transition:opacity .25s;white-space:nowrap}.md-source:hover{opacity:.7}.md-source__icon{display:inline-block;height:2.4rem;vertical-align:middle;width:2rem}.md-source__icon svg{margin-left:.6rem;margin-top:.6rem}[dir=rtl] .md-source__icon svg{margin-left:0;margin-right:.6rem}.md-source__icon+.md-source__repository{margin-left:-2rem;padding-left:2rem}[dir=rtl] .md-source__icon+.md-source__repository{margin-left:0;margin-right:-2rem;padding-left:0;padding-right:2rem}.md-source__repository{display:inline-block;margin-left:.6rem;max-width:calc(100% - 1.2rem);overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.md-source__facts{font-size:.55rem;list-style-type:none;margin:.1rem 0 0;opacity:.75;overflow:hidden;padding:0}[data-md-state=done] .md-source__facts{-webkit-animation:md-source__facts--done .25s ease-in;animation:md-source__facts--done .25s ease-in}.md-source__fact{display:inline-block}[data-md-state=done] .md-source__fact{-webkit-animation:md-source__fact--done .4s ease-out;animation:md-source__fact--done .4s ease-out}.md-source__fact:before{background-color:currentColor;content:"";display:inline-block;height:.6rem;margin-right:.1rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;vertical-align:text-top;width:.6rem}.md-source__fact:nth-child(1n+2):before{margin-left:.4rem}[dir=rtl] .md-source__fact{margin-left:.1rem;margin-right:0}[dir=rtl] .md-source__fact:nth-child(1n+2):before{margin-left:0;margin-right:.4rem}.md-source__fact--version:before{-webkit-mask-image:var(--md-source-version-icon);mask-image:var(--md-source-version-icon)}.md-source__fact--stars:before{-webkit-mask-image:var(--md-source-stars-icon);mask-image:var(--md-source-stars-icon)}.md-source__fact--forks:before{-webkit-mask-image:var(--md-source-forks-icon);mask-image:var(--md-source-forks-icon)}.md-source__fact--repositories:before{-webkit-mask-image:var(--md-source-repositories-icon);mask-image:var(--md-source-repositories-icon)}.md-tabs{background-color:var(--md-primary-fg-color);color:var(--md-primary-bg-color);overflow:auto;width:100%}@media print{.md-tabs{display:none}}@media screen and (max-width:76.1875em){.md-tabs{display:none}}.md-tabs[data-md-state=hidden]{pointer-events:none}.md-tabs__list{contain:content;list-style:none;margin:0 0 0 .2rem;padding:0;white-space:nowrap}[dir=rtl] .md-tabs__list{margin-left:0;margin-right:.2rem}.md-tabs__item{display:inline-block;height:2.4rem;padding-left:.6rem;padding-right:.6rem}.md-tabs__link{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;font-size:.7rem;margin-top:.8rem;opacity:.7;outline-color:var(--md-accent-fg-color);outline-offset:.2rem;transition:transform .4s cubic-bezier(.1,.7,.1,1),opacity .25s}.md-tabs__link--active,.md-tabs__link:focus,.md-tabs__link:hover{color:inherit;opacity:1}.md-tabs__item:nth-child(2) .md-tabs__link{transition-delay:20ms}.md-tabs__item:nth-child(3) .md-tabs__link{transition-delay:40ms}.md-tabs__item:nth-child(4) .md-tabs__link{transition-delay:60ms}.md-tabs__item:nth-child(5) .md-tabs__link{transition-delay:80ms}.md-tabs__item:nth-child(6) .md-tabs__link{transition-delay:.1s}.md-tabs__item:nth-child(7) .md-tabs__link{transition-delay:.12s}.md-tabs__item:nth-child(8) .md-tabs__link{transition-delay:.14s}.md-tabs__item:nth-child(9) .md-tabs__link{transition-delay:.16s}.md-tabs__item:nth-child(10) .md-tabs__link{transition-delay:.18s}.md-tabs__item:nth-child(11) .md-tabs__link{transition-delay:.2s}.md-tabs__item:nth-child(12) .md-tabs__link{transition-delay:.22s}.md-tabs__item:nth-child(13) .md-tabs__link{transition-delay:.24s}.md-tabs__item:nth-child(14) .md-tabs__link{transition-delay:.26s}.md-tabs__item:nth-child(15) .md-tabs__link{transition-delay:.28s}.md-tabs__item:nth-child(16) .md-tabs__link{transition-delay:.3s}.md-tabs[data-md-state=hidden] .md-tabs__link{opacity:0;transform:translateY(50%);transition:transform 0ms .1s,opacity .1s}.md-top{background:var(--md-primary-fg-color);border-radius:100%;bottom:.4rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.1),0 .025rem .05rem rgba(0,0,0,.1);color:var(--md-primary-bg-color);float:right;margin:-2.8rem .4rem .4rem;outline:none;padding:.4rem;position:-webkit-sticky;position:sticky;transform:translateY(0);transition:opacity 125ms,transform 125ms cubic-bezier(.4,0,.2,1),background-color 125ms;z-index:1}[dir=rtl] .md-top{float:left}.md-top[data-md-state=hidden]{opacity:0;pointer-events:none;transform:translateY(-.2rem)}.md-top:focus,.md-top:hover{background:var(--md-accent-fg-color);transform:scale(1.1)}:root{--md-version-icon:url('data:image/svg+xml;charset=utf-8,')}.md-version{flex-shrink:0;font-size:.8rem;height:2.4rem}.md-version__current{color:inherit;cursor:pointer;margin-left:1.4rem;margin-right:.4rem;outline:none;position:relative;top:.05rem}[dir=rtl] .md-version__current{margin-left:.4rem;margin-right:1.4rem}.md-version__current:after{background-color:currentColor;content:"";display:inline-block;height:.6rem;margin-left:.4rem;-webkit-mask-image:var(--md-version-icon);mask-image:var(--md-version-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:.4rem}[dir=rtl] .md-version__current:after{margin-left:0;margin-right:.4rem}.md-version__list{background-color:var(--md-default-bg-color);border-radius:.1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.1),0 0 .05rem rgba(0,0,0,.25);color:var(--md-default-fg-color);list-style-type:none;margin:.2rem .8rem;max-height:0;opacity:0;overflow:auto;padding:0;position:absolute;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;top:.15rem;transition:max-height 0ms .5s,opacity .25s .25s;z-index:1}.md-version:focus-within .md-version__list,.md-version:hover .md-version__list{max-height:10rem;opacity:1;transition:max-height 0ms,opacity .25s}.md-version__item{line-height:1.8rem}.md-version__link{scroll-snap-align:start;cursor:pointer;display:block;outline:none;padding-left:.6rem;padding-right:1.2rem;transition:color .25s,background-color .25s;white-space:nowrap;width:100%}[dir=rtl] .md-version__link{padding-left:1.2rem;padding-right:.6rem}.md-version__link:focus,.md-version__link:hover{color:var(--md-accent-fg-color)}.md-version__link:focus{background-color:var(--md-default-fg-color--lightest)}:root{--md-admonition-icon--note:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--abstract:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--info:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--tip:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--success:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--question:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--warning:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--failure:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--danger:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--bug:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--quote:url('data:image/svg+xml;charset=utf-8,')}.md-typeset .admonition,.md-typeset details{background-color:var(--md-admonition-bg-color);border-left:.2rem solid #448aff;border-radius:.1rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 .025rem .05rem rgba(0,0,0,.05);color:var(--md-admonition-fg-color);font-size:.64rem;margin:1.5625em 0;overflow:hidden;padding:0 .6rem;page-break-inside:avoid}@media print{.md-typeset .admonition,.md-typeset details{box-shadow:none}}[dir=rtl] .md-typeset .admonition,[dir=rtl] .md-typeset details{border-left:none;border-right:.2rem solid #448aff}.md-typeset .admonition .admonition,.md-typeset .admonition details,.md-typeset details .admonition,.md-typeset details details{margin-bottom:1em;margin-top:1em}.md-typeset .admonition .md-typeset__scrollwrap,.md-typeset details .md-typeset__scrollwrap{margin:1em -.6rem}.md-typeset .admonition .md-typeset__table,.md-typeset details .md-typeset__table{padding:0 .6rem}.md-typeset .admonition>.tabbed-set:only-child,.md-typeset details>.tabbed-set:only-child{margin-top:0}html .md-typeset .admonition>:last-child,html .md-typeset details>:last-child{margin-bottom:.6rem}.md-typeset .admonition-title,.md-typeset summary{background-color:rgba(68,138,255,.1);border-left:.2rem solid #448aff;font-weight:700;margin:0 -.6rem 0 -.8rem;padding:.4rem .6rem .4rem 2rem;position:relative}[dir=rtl] .md-typeset .admonition-title,[dir=rtl] .md-typeset summary{border-left:none;border-right:.2rem solid #448aff;margin:0 -.8rem 0 -.6rem;padding:.4rem 2rem .4rem .6rem}html .md-typeset .admonition-title:last-child,html .md-typeset summary:last-child{margin-bottom:0}.md-typeset .admonition-title:before,.md-typeset summary:before{background-color:#448aff;content:"";height:1rem;left:.6rem;-webkit-mask-image:var(--md-admonition-icon--note);mask-image:var(--md-admonition-icon--note);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;width:1rem}[dir=rtl] .md-typeset .admonition-title:before,[dir=rtl] .md-typeset summary:before{left:auto;right:.6rem}.md-typeset .admonition-title+.tabbed-set:last-child,.md-typeset summary+.tabbed-set:last-child{margin-top:0}.md-typeset .admonition.note,.md-typeset details.note{border-color:#448aff}.md-typeset .note>.admonition-title,.md-typeset .note>summary{background-color:rgba(68,138,255,.1);border-color:#448aff}.md-typeset .note>.admonition-title:before,.md-typeset .note>summary:before{background-color:#448aff;-webkit-mask-image:var(--md-admonition-icon--note);mask-image:var(--md-admonition-icon--note);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.abstract,.md-typeset .admonition.summary,.md-typeset .admonition.tldr,.md-typeset details.abstract,.md-typeset details.summary,.md-typeset details.tldr{border-color:#00b0ff}.md-typeset .abstract>.admonition-title,.md-typeset .abstract>summary,.md-typeset .summary>.admonition-title,.md-typeset .summary>summary,.md-typeset .tldr>.admonition-title,.md-typeset .tldr>summary{background-color:rgba(0,176,255,.1);border-color:#00b0ff}.md-typeset .abstract>.admonition-title:before,.md-typeset .abstract>summary:before,.md-typeset .summary>.admonition-title:before,.md-typeset .summary>summary:before,.md-typeset .tldr>.admonition-title:before,.md-typeset .tldr>summary:before{background-color:#00b0ff;-webkit-mask-image:var(--md-admonition-icon--abstract);mask-image:var(--md-admonition-icon--abstract);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.info,.md-typeset .admonition.todo,.md-typeset details.info,.md-typeset details.todo{border-color:#00b8d4}.md-typeset .info>.admonition-title,.md-typeset .info>summary,.md-typeset .todo>.admonition-title,.md-typeset .todo>summary{background-color:rgba(0,184,212,.1);border-color:#00b8d4}.md-typeset .info>.admonition-title:before,.md-typeset .info>summary:before,.md-typeset .todo>.admonition-title:before,.md-typeset .todo>summary:before{background-color:#00b8d4;-webkit-mask-image:var(--md-admonition-icon--info);mask-image:var(--md-admonition-icon--info);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.hint,.md-typeset .admonition.important,.md-typeset .admonition.tip,.md-typeset details.hint,.md-typeset details.important,.md-typeset details.tip{border-color:#00bfa5}.md-typeset .hint>.admonition-title,.md-typeset .hint>summary,.md-typeset .important>.admonition-title,.md-typeset .important>summary,.md-typeset .tip>.admonition-title,.md-typeset .tip>summary{background-color:rgba(0,191,165,.1);border-color:#00bfa5}.md-typeset .hint>.admonition-title:before,.md-typeset .hint>summary:before,.md-typeset .important>.admonition-title:before,.md-typeset .important>summary:before,.md-typeset .tip>.admonition-title:before,.md-typeset .tip>summary:before{background-color:#00bfa5;-webkit-mask-image:var(--md-admonition-icon--tip);mask-image:var(--md-admonition-icon--tip);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.check,.md-typeset .admonition.done,.md-typeset .admonition.success,.md-typeset details.check,.md-typeset details.done,.md-typeset details.success{border-color:#00c853}.md-typeset .check>.admonition-title,.md-typeset .check>summary,.md-typeset .done>.admonition-title,.md-typeset .done>summary,.md-typeset .success>.admonition-title,.md-typeset .success>summary{background-color:rgba(0,200,83,.1);border-color:#00c853}.md-typeset .check>.admonition-title:before,.md-typeset .check>summary:before,.md-typeset .done>.admonition-title:before,.md-typeset .done>summary:before,.md-typeset .success>.admonition-title:before,.md-typeset .success>summary:before{background-color:#00c853;-webkit-mask-image:var(--md-admonition-icon--success);mask-image:var(--md-admonition-icon--success);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.faq,.md-typeset .admonition.help,.md-typeset .admonition.question,.md-typeset details.faq,.md-typeset details.help,.md-typeset details.question{border-color:#64dd17}.md-typeset .faq>.admonition-title,.md-typeset .faq>summary,.md-typeset .help>.admonition-title,.md-typeset .help>summary,.md-typeset .question>.admonition-title,.md-typeset .question>summary{background-color:rgba(100,221,23,.1);border-color:#64dd17}.md-typeset .faq>.admonition-title:before,.md-typeset .faq>summary:before,.md-typeset .help>.admonition-title:before,.md-typeset .help>summary:before,.md-typeset .question>.admonition-title:before,.md-typeset .question>summary:before{background-color:#64dd17;-webkit-mask-image:var(--md-admonition-icon--question);mask-image:var(--md-admonition-icon--question);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.attention,.md-typeset .admonition.caution,.md-typeset .admonition.warning,.md-typeset details.attention,.md-typeset details.caution,.md-typeset details.warning{border-color:#ff9100}.md-typeset .attention>.admonition-title,.md-typeset .attention>summary,.md-typeset .caution>.admonition-title,.md-typeset .caution>summary,.md-typeset .warning>.admonition-title,.md-typeset .warning>summary{background-color:rgba(255,145,0,.1);border-color:#ff9100}.md-typeset .attention>.admonition-title:before,.md-typeset .attention>summary:before,.md-typeset .caution>.admonition-title:before,.md-typeset .caution>summary:before,.md-typeset .warning>.admonition-title:before,.md-typeset .warning>summary:before{background-color:#ff9100;-webkit-mask-image:var(--md-admonition-icon--warning);mask-image:var(--md-admonition-icon--warning);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.fail,.md-typeset .admonition.failure,.md-typeset .admonition.missing,.md-typeset details.fail,.md-typeset details.failure,.md-typeset details.missing{border-color:#ff5252}.md-typeset .fail>.admonition-title,.md-typeset .fail>summary,.md-typeset .failure>.admonition-title,.md-typeset .failure>summary,.md-typeset .missing>.admonition-title,.md-typeset .missing>summary{background-color:rgba(255,82,82,.1);border-color:#ff5252}.md-typeset .fail>.admonition-title:before,.md-typeset .fail>summary:before,.md-typeset .failure>.admonition-title:before,.md-typeset .failure>summary:before,.md-typeset .missing>.admonition-title:before,.md-typeset .missing>summary:before{background-color:#ff5252;-webkit-mask-image:var(--md-admonition-icon--failure);mask-image:var(--md-admonition-icon--failure);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.danger,.md-typeset .admonition.error,.md-typeset details.danger,.md-typeset details.error{border-color:#ff1744}.md-typeset .danger>.admonition-title,.md-typeset .danger>summary,.md-typeset .error>.admonition-title,.md-typeset .error>summary{background-color:rgba(255,23,68,.1);border-color:#ff1744}.md-typeset .danger>.admonition-title:before,.md-typeset .danger>summary:before,.md-typeset .error>.admonition-title:before,.md-typeset .error>summary:before{background-color:#ff1744;-webkit-mask-image:var(--md-admonition-icon--danger);mask-image:var(--md-admonition-icon--danger);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.bug,.md-typeset details.bug{border-color:#f50057}.md-typeset .bug>.admonition-title,.md-typeset .bug>summary{background-color:rgba(245,0,87,.1);border-color:#f50057}.md-typeset .bug>.admonition-title:before,.md-typeset .bug>summary:before{background-color:#f50057;-webkit-mask-image:var(--md-admonition-icon--bug);mask-image:var(--md-admonition-icon--bug);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.example,.md-typeset details.example{border-color:#7c4dff}.md-typeset .example>.admonition-title,.md-typeset .example>summary{background-color:rgba(124,77,255,.1);border-color:#7c4dff}.md-typeset .example>.admonition-title:before,.md-typeset .example>summary:before{background-color:#7c4dff;-webkit-mask-image:var(--md-admonition-icon--example);mask-image:var(--md-admonition-icon--example);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.md-typeset .admonition.cite,.md-typeset .admonition.quote,.md-typeset details.cite,.md-typeset details.quote{border-color:#9e9e9e}.md-typeset .cite>.admonition-title,.md-typeset .cite>summary,.md-typeset .quote>.admonition-title,.md-typeset .quote>summary{background-color:hsla(0,0%,62%,.1);border-color:#9e9e9e}.md-typeset .cite>.admonition-title:before,.md-typeset .cite>summary:before,.md-typeset .quote>.admonition-title:before,.md-typeset .quote>summary:before{background-color:#9e9e9e;-webkit-mask-image:var(--md-admonition-icon--quote);mask-image:var(--md-admonition-icon--quote);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:root{--md-footnotes-icon:url('data:image/svg+xml;charset=utf-8,')}.md-typeset .footnote{color:var(--md-default-fg-color--light);font-size:.64rem}.md-typeset .footnote>ol{margin-left:0}.md-typeset .footnote>ol>li{transition:color 125ms}.md-typeset .footnote>ol>li:target{color:var(--md-default-fg-color)}.md-typeset .footnote>ol>li:hover .footnote-backref,.md-typeset .footnote>ol>li:target .footnote-backref{opacity:1;transform:translateX(0)}.md-typeset .footnote>ol>li>:first-child{margin-top:0}.md-typeset .footnote-ref{font-size:.75em;font-weight:700}html .md-typeset .footnote-ref{outline-offset:.1rem}.md-typeset .footnote-backref{color:var(--md-typeset-a-color);display:inline-block;font-size:0;opacity:0;transform:translateX(.25rem);transition:color .25s,transform .25s .25s,opacity 125ms .25s;vertical-align:text-bottom}@media print{.md-typeset .footnote-backref{color:var(--md-typeset-a-color);opacity:1;transform:translateX(0)}}[dir=rtl] .md-typeset .footnote-backref{transform:translateX(-.25rem)}.md-typeset .footnote-backref:hover{color:var(--md-accent-fg-color)}.md-typeset .footnote-backref:before{background-color:currentColor;content:"";display:inline-block;height:.8rem;-webkit-mask-image:var(--md-footnotes-icon);mask-image:var(--md-footnotes-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:.8rem}[dir=rtl] .md-typeset .footnote-backref:before svg{transform:scaleX(-1)}.md-typeset [id^="fnref:"]:target{scroll-margin-top:0;margin-top:-3.4rem;padding-top:3.4rem}.md-typeset [id^="fnref:"]:target>.footnote-ref{outline:auto}.md-typeset [id^="fn:"]:target{scroll-margin-top:0;margin-top:-3.45rem;padding-top:3.45rem}.md-typeset .headerlink{color:var(--md-default-fg-color--lighter);display:inline-block;margin-left:.5rem;opacity:0;transition:color .25s,opacity 125ms}@media print{.md-typeset .headerlink{display:none}}[dir=rtl] .md-typeset .headerlink{margin-left:0;margin-right:.5rem}.md-typeset .headerlink:focus,.md-typeset :hover>.headerlink,.md-typeset :target>.headerlink{opacity:1;transition:color .25s,opacity 125ms}.md-typeset .headerlink:focus,.md-typeset .headerlink:hover,.md-typeset :target>.headerlink{color:var(--md-accent-fg-color)}.md-typeset :target{scroll-margin-top:3.6rem}.md-typeset h1:target,.md-typeset h2:target,.md-typeset h3:target{scroll-margin-top:0}.md-typeset h1:target:before,.md-typeset h2:target:before,.md-typeset h3:target:before{content:"";display:block;margin-top:-3.4rem;padding-top:3.4rem}.md-typeset h4:target{scroll-margin-top:0}.md-typeset h4:target:before{content:"";display:block;margin-top:-3.45rem;padding-top:3.45rem}.md-typeset h5:target,.md-typeset h6:target{scroll-margin-top:0}.md-typeset h5:target:before,.md-typeset h6:target:before{content:"";display:block;margin-top:-3.6rem;padding-top:3.6rem}.md-typeset div.arithmatex{overflow:auto}@media screen and (max-width:44.9375em){.md-typeset div.arithmatex{margin:0 -.8rem}}.md-typeset div.arithmatex>*{margin:1em auto!important;padding:0 .8rem;touch-action:auto;width:-webkit-min-content;width:-moz-min-content;width:min-content}.md-typeset .critic.comment,.md-typeset del.critic,.md-typeset ins.critic{-webkit-box-decoration-break:clone;box-decoration-break:clone}.md-typeset del.critic{background-color:var(--md-typeset-del-color)}.md-typeset ins.critic{background-color:var(--md-typeset-ins-color)}.md-typeset .critic.comment{color:var(--md-code-hl-comment-color)}.md-typeset .critic.comment:before{content:"/* "}.md-typeset .critic.comment:after{content:" */"}.md-typeset .critic.block{box-shadow:none;display:block;margin:1em 0;overflow:auto;padding-left:.8rem;padding-right:.8rem}.md-typeset .critic.block>:first-child{margin-top:.5em}.md-typeset .critic.block>:last-child{margin-bottom:.5em}:root{--md-details-icon:url('data:image/svg+xml;charset=utf-8,')}.md-typeset details{display:flow-root;overflow:visible;padding-top:0}.md-typeset details[open]>summary:after{transform:rotate(90deg)}.md-typeset details:not([open]){box-shadow:none;padding-bottom:0}.md-typeset details:not([open])>summary{border-radius:.1rem}.md-typeset details:after{content:"";display:table}.md-typeset summary{border-top-left-radius:.1rem;border-top-right-radius:.1rem;cursor:pointer;display:block;min-height:1rem;padding:.4rem 1.8rem .4rem 2rem}[dir=rtl] .md-typeset summary{padding:.4rem 2.2rem .4rem 1.8rem}.md-typeset summary:not(.focus-visible){-webkit-tap-highlight-color:transparent;outline:none}.md-typeset summary:after{background-color:currentColor;content:"";height:1rem;-webkit-mask-image:var(--md-details-icon);mask-image:var(--md-details-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:.4rem;top:.4rem;transform:rotate(0deg);transition:transform .25s;width:1rem}[dir=rtl] .md-typeset summary:after{left:.4rem;right:auto;transform:rotate(180deg)}.md-typeset summary::-webkit-details-marker,.md-typeset summary::marker{display:none}.md-typeset .emojione,.md-typeset .gemoji,.md-typeset .twemoji{display:inline-flex;height:1.125em;vertical-align:text-top}.md-typeset .emojione svg,.md-typeset .gemoji svg,.md-typeset .twemoji svg{fill:currentColor;max-height:100%;width:1.125em}.highlight .o,.highlight .ow{color:var(--md-code-hl-operator-color)}.highlight .p{color:var(--md-code-hl-punctuation-color)}.highlight .cpf,.highlight .l,.highlight .s,.highlight .s1,.highlight .s2,.highlight .sb,.highlight .sc,.highlight .si,.highlight .ss{color:var(--md-code-hl-string-color)}.highlight .cp,.highlight .se,.highlight .sh,.highlight .sr,.highlight .sx{color:var(--md-code-hl-special-color)}.highlight .il,.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:var(--md-code-hl-number-color)}.highlight .k,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:var(--md-code-hl-keyword-color)}.highlight .kc,.highlight .n{color:var(--md-code-hl-name-color)}.highlight .bp,.highlight .nb,.highlight .no{color:var(--md-code-hl-constant-color)}.highlight .nc,.highlight .ne,.highlight .nf,.highlight .nn{color:var(--md-code-hl-function-color)}.highlight .nd,.highlight .ni,.highlight .nl,.highlight .nt{color:var(--md-code-hl-keyword-color)}.highlight .c,.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cs,.highlight .sd{color:var(--md-code-hl-comment-color)}.highlight .na,.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi{color:var(--md-code-hl-variable-color)}.highlight .ge,.highlight .gh,.highlight .go,.highlight .gp,.highlight .gr,.highlight .gs,.highlight .gt,.highlight .gu{color:var(--md-code-hl-generic-color)}.highlight .gd,.highlight .gi{border-radius:.1rem;margin:0 -.125em;padding:0 .125em}.highlight .gd{background-color:var(--md-typeset-del-color)}.highlight .gi{background-color:var(--md-typeset-ins-color)}.highlight .hll{background-color:var(--md-code-hl-color);display:block;margin:0 -1.1764705882em;padding:0 1.1764705882em}.highlight [data-linenos]:before{background-color:var(--md-code-bg-color);box-shadow:-.05rem 0 var(--md-default-fg-color--lightest) inset;color:var(--md-default-fg-color--light);content:attr(data-linenos);float:left;left:-1.1764705882em;margin-left:-1.1764705882em;margin-right:1.1764705882em;padding-left:1.1764705882em;position:-webkit-sticky;position:sticky;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.highlighttable{display:flow-root;overflow:hidden}.highlighttable tbody,.highlighttable td{display:block;padding:0}.highlighttable tr{display:flex}.highlighttable pre{margin:0}.highlighttable .linenos{background-color:var(--md-code-bg-color);font-size:.85em;padding:.7720588235em 0 .7720588235em 1.1764705882em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.highlighttable .linenodiv{box-shadow:-.05rem 0 var(--md-default-fg-color--lightest) inset;padding-right:.5882352941em}.highlighttable .linenodiv pre{color:var(--md-default-fg-color--light);text-align:right}.highlighttable .code{flex:1;overflow:hidden}.md-typeset .highlighttable{border-radius:.1rem;direction:ltr;margin:1em 0}.md-typeset .highlighttable code{border-radius:0}@media screen and (max-width:44.9375em){.md-typeset>.highlight{margin:1em -.8rem}.md-typeset>.highlight .hll{margin:0 -.8rem;padding:0 .8rem}.md-typeset>.highlight code{border-radius:0}.md-typeset>.highlighttable{border-radius:0;margin:1em -.8rem}.md-typeset>.highlighttable .hll{margin:0 -.8rem;padding:0 .8rem}}.md-typeset .keys kbd:after,.md-typeset .keys kbd:before{-moz-osx-font-smoothing:initial;-webkit-font-smoothing:initial;color:inherit;margin:0;position:relative}.md-typeset .keys span{color:var(--md-default-fg-color--light);padding:0 .2em}.md-typeset .keys .key-alt:before,.md-typeset .keys .key-left-alt:before,.md-typeset .keys .key-right-alt:before{content:"⎇";padding-right:.4em}.md-typeset .keys .key-command:before,.md-typeset .keys .key-left-command:before,.md-typeset .keys .key-right-command:before{content:"⌘";padding-right:.4em}.md-typeset .keys .key-control:before,.md-typeset .keys .key-left-control:before,.md-typeset .keys .key-right-control:before{content:"⌃";padding-right:.4em}.md-typeset .keys .key-left-meta:before,.md-typeset .keys .key-meta:before,.md-typeset .keys .key-right-meta:before{content:"◆";padding-right:.4em}.md-typeset .keys .key-left-option:before,.md-typeset .keys .key-option:before,.md-typeset .keys .key-right-option:before{content:"⌥";padding-right:.4em}.md-typeset .keys .key-left-shift:before,.md-typeset .keys .key-right-shift:before,.md-typeset .keys .key-shift:before{content:"⇧";padding-right:.4em}.md-typeset .keys .key-left-super:before,.md-typeset .keys .key-right-super:before,.md-typeset .keys .key-super:before{content:"❖";padding-right:.4em}.md-typeset .keys .key-left-windows:before,.md-typeset .keys .key-right-windows:before,.md-typeset .keys .key-windows:before{content:"⊞";padding-right:.4em}.md-typeset .keys .key-arrow-down:before{content:"↓";padding-right:.4em}.md-typeset .keys .key-arrow-left:before{content:"←";padding-right:.4em}.md-typeset .keys .key-arrow-right:before{content:"→";padding-right:.4em}.md-typeset .keys .key-arrow-up:before{content:"↑";padding-right:.4em}.md-typeset .keys .key-backspace:before{content:"⌫";padding-right:.4em}.md-typeset .keys .key-backtab:before{content:"⇤";padding-right:.4em}.md-typeset .keys .key-caps-lock:before{content:"⇪";padding-right:.4em}.md-typeset .keys .key-clear:before{content:"⌧";padding-right:.4em}.md-typeset .keys .key-context-menu:before{content:"☰";padding-right:.4em}.md-typeset .keys .key-delete:before{content:"⌦";padding-right:.4em}.md-typeset .keys .key-eject:before{content:"⏏";padding-right:.4em}.md-typeset .keys .key-end:before{content:"⤓";padding-right:.4em}.md-typeset .keys .key-escape:before{content:"⎋";padding-right:.4em}.md-typeset .keys .key-home:before{content:"⤒";padding-right:.4em}.md-typeset .keys .key-insert:before{content:"⎀";padding-right:.4em}.md-typeset .keys .key-page-down:before{content:"⇟";padding-right:.4em}.md-typeset .keys .key-page-up:before{content:"⇞";padding-right:.4em}.md-typeset .keys .key-print-screen:before{content:"⎙";padding-right:.4em}.md-typeset .keys .key-tab:after{content:"⇥";padding-left:.4em}.md-typeset .keys .key-num-enter:after{content:"⌤";padding-left:.4em}.md-typeset .keys .key-enter:after{content:"⏎";padding-left:.4em}.md-typeset .tabbed-content{box-shadow:0 -.05rem var(--md-default-fg-color--lightest);display:none;order:99;width:100%}@media print{.md-typeset .tabbed-content{display:block;order:0}}.md-typeset .tabbed-content>.highlight:only-child pre,.md-typeset .tabbed-content>.highlighttable:only-child,.md-typeset .tabbed-content>pre:only-child{margin:0}.md-typeset .tabbed-content>.highlight:only-child pre>code,.md-typeset .tabbed-content>.highlighttable:only-child>code,.md-typeset .tabbed-content>pre:only-child>code{border-top-left-radius:0;border-top-right-radius:0}.md-typeset .tabbed-content>.tabbed-set{margin:0}.md-typeset .tabbed-set{border-radius:.1rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.md-typeset .tabbed-set>input{height:0;opacity:0;position:absolute;width:0}.md-typeset .tabbed-set>input:checked+label{border-color:var(--md-accent-fg-color);color:var(--md-accent-fg-color)}.md-typeset .tabbed-set>input:checked+label+.tabbed-content{display:block}.md-typeset .tabbed-set>input:focus+label{outline-color:var(--md-accent-fg-color);outline-style:auto}.md-typeset .tabbed-set>input:not(.focus-visible)+label{-webkit-tap-highlight-color:transparent;outline:none}.md-typeset .tabbed-set>label{border-bottom:.1rem solid transparent;color:var(--md-default-fg-color--light);cursor:pointer;font-size:.64rem;font-weight:700;padding:.9375em 1.25em .78125em;transition:color .25s;width:auto;z-index:1}.md-typeset .tabbed-set>label:hover{color:var(--md-accent-fg-color)}:root{--md-tasklist-icon:url('data:image/svg+xml;charset=utf-8,');--md-tasklist-icon--checked:url('data:image/svg+xml;charset=utf-8,')}.md-typeset .task-list-item{list-style-type:none;position:relative}.md-typeset .task-list-item [type=checkbox]{left:-2em;position:absolute;top:.45em}[dir=rtl] .md-typeset .task-list-item [type=checkbox]{left:auto;right:-2em}.md-typeset .task-list-control [type=checkbox]{opacity:0;z-index:-1}.md-typeset .task-list-indicator:before{background-color:var(--md-default-fg-color--lightest);content:"";height:1.25em;left:-1.5em;-webkit-mask-image:var(--md-tasklist-icon);mask-image:var(--md-tasklist-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:.15em;width:1.25em}[dir=rtl] .md-typeset .task-list-indicator:before{left:auto;right:-1.5em}.md-typeset [type=checkbox]:checked+.task-list-indicator:before{background-color:#00e676;-webkit-mask-image:var(--md-tasklist-icon--checked);mask-image:var(--md-tasklist-icon--checked)}@media screen and (min-width:45em){.md-typeset .inline{float:left;margin-bottom:.8rem;margin-right:.8rem;margin-top:0;width:11.7rem}.md-typeset .inline.end,[dir=rtl] .md-typeset .inline{float:right;margin-left:.8rem;margin-right:0}[dir=rtl] .md-typeset .inline.end{float:left;margin-left:0;margin-right:.8rem}} +/*# sourceMappingURL=main.bde7dde4.min.css.map */ \ No newline at end of file diff --git a/en/2021.5/assets/stylesheets/main.bde7dde4.min.css.map b/en/2021.5/assets/stylesheets/main.bde7dde4.min.css.map new file mode 100644 index 000000000..5562d43b8 --- /dev/null +++ b/en/2021.5/assets/stylesheets/main.bde7dde4.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["src/assets/stylesheets/main/extensions/pymdownx/_keys.scss","src/assets/stylesheets/main.scss","src/assets/stylesheets/main/_reset.scss","src/assets/stylesheets/main/_colors.scss","src/assets/stylesheets/main/_icons.scss","src/assets/stylesheets/main/_typeset.scss","src/assets/stylesheets/utilities/_break.scss","node_modules/material-shadows/material-shadows.scss","src/assets/stylesheets/main/layout/_base.scss","src/assets/stylesheets/main/layout/_announce.scss","src/assets/stylesheets/main/layout/_clipboard.scss","src/assets/stylesheets/main/layout/_content.scss","src/assets/stylesheets/main/layout/_dialog.scss","src/assets/stylesheets/main/layout/_form.scss","src/assets/stylesheets/main/layout/_header.scss","src/assets/stylesheets/main/layout/_footer.scss","src/assets/stylesheets/main/layout/_nav.scss","src/assets/stylesheets/main/layout/_search.scss","src/assets/stylesheets/main/layout/_select.scss","src/assets/stylesheets/main/layout/_sidebar.scss","src/assets/stylesheets/main/layout/_source.scss","src/assets/stylesheets/main/layout/_tabs.scss","src/assets/stylesheets/main/layout/_top.scss","src/assets/stylesheets/main/layout/_version.scss","src/assets/stylesheets/main/extensions/markdown/_admonition.scss","node_modules/material-design-color/material-color.scss","src/assets/stylesheets/main/extensions/markdown/_footnotes.scss","src/assets/stylesheets/main/extensions/markdown/_toc.scss","src/assets/stylesheets/main/extensions/pymdownx/_arithmatex.scss","src/assets/stylesheets/main/extensions/pymdownx/_critic.scss","src/assets/stylesheets/main/extensions/pymdownx/_details.scss","src/assets/stylesheets/main/extensions/pymdownx/_emoji.scss","src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss","src/assets/stylesheets/main/extensions/pymdownx/_tabbed.scss","src/assets/stylesheets/main/extensions/pymdownx/_tasklist.scss","src/assets/stylesheets/main/_modifiers.scss"],"names":[],"mappings":"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","file":"src/assets/stylesheets/main.scss","sourcesContent":["////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Keyboard key\n .keys {\n\n // Keyboard key icon\n kbd::before,\n kbd::after {\n position: relative;\n margin: 0;\n color: inherit;\n -moz-osx-font-smoothing: initial;\n -webkit-font-smoothing: initial;\n }\n\n // Surrounding text\n span {\n padding: 0 px2em(3.2px);\n color: var(--md-default-fg-color--light);\n }\n\n // Define keyboard keys with left icon\n @each $name, $code in (\n\n // Modifiers\n \"alt\": \"\\2387\",\n \"left-alt\": \"\\2387\",\n \"right-alt\": \"\\2387\",\n \"command\": \"\\2318\",\n \"left-command\": \"\\2318\",\n \"right-command\": \"\\2318\",\n \"control\": \"\\2303\",\n \"left-control\": \"\\2303\",\n \"right-control\": \"\\2303\",\n \"meta\": \"\\25C6\",\n \"left-meta\": \"\\25C6\",\n \"right-meta\": \"\\25C6\",\n \"option\": \"\\2325\",\n \"left-option\": \"\\2325\",\n \"right-option\": \"\\2325\",\n \"shift\": \"\\21E7\",\n \"left-shift\": \"\\21E7\",\n \"right-shift\": \"\\21E7\",\n \"super\": \"\\2756\",\n \"left-super\": \"\\2756\",\n \"right-super\": \"\\2756\",\n \"windows\": \"\\229E\",\n \"left-windows\": \"\\229E\",\n \"right-windows\": \"\\229E\",\n\n // Other keys\n \"arrow-down\": \"\\2193\",\n \"arrow-left\": \"\\2190\",\n \"arrow-right\": \"\\2192\",\n \"arrow-up\": \"\\2191\",\n \"backspace\": \"\\232B\",\n \"backtab\": \"\\21E4\",\n \"caps-lock\": \"\\21EA\",\n \"clear\": \"\\2327\",\n \"context-menu\": \"\\2630\",\n \"delete\": \"\\2326\",\n \"eject\": \"\\23CF\",\n \"end\": \"\\2913\",\n \"escape\": \"\\238B\",\n \"home\": \"\\2912\",\n \"insert\": \"\\2380\",\n \"page-down\": \"\\21DF\",\n \"page-up\": \"\\21DE\",\n \"print-screen\": \"\\2399\"\n ) {\n .key-#{$name} {\n &::before {\n padding-right: px2em(6.4px);\n content: $code;\n }\n }\n }\n\n // Define keyboard keys with right icon\n @each $name, $code in (\n \"tab\": \"\\21E5\",\n \"num-enter\": \"\\2324\",\n \"enter\": \"\\23CE\"\n ) {\n .key-#{$name} {\n &::after {\n padding-left: px2em(6.4px);\n content: $code;\n }\n }\n }\n }\n}\n","@charset \"UTF-8\";\nhtml {\n box-sizing: border-box;\n text-size-adjust: none;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\nbody {\n margin: 0;\n}\n\na,\nbutton,\nlabel,\ninput {\n -webkit-tap-highlight-color: transparent;\n}\n\na {\n color: inherit;\n text-decoration: none;\n}\n\nhr {\n display: block;\n box-sizing: content-box;\n height: 0.05rem;\n padding: 0;\n overflow: visible;\n border: 0;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n line-height: 1em;\n}\n\nimg {\n border-style: none;\n}\n\ntable {\n border-collapse: separate;\n border-spacing: 0;\n}\n\ntd,\nth {\n font-weight: 400;\n vertical-align: top;\n}\n\nbutton {\n margin: 0;\n padding: 0;\n font-size: inherit;\n font-family: inherit;\n background: transparent;\n border: 0;\n}\n\ninput {\n border: 0;\n outline: none;\n}\n\n:root {\n --md-default-fg-color: hsla(0, 0%, 0%, 0.87);\n --md-default-fg-color--light: hsla(0, 0%, 0%, 0.54);\n --md-default-fg-color--lighter: hsla(0, 0%, 0%, 0.32);\n --md-default-fg-color--lightest: hsla(0, 0%, 0%, 0.07);\n --md-default-bg-color: hsla(0, 0%, 100%, 1);\n --md-default-bg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-default-bg-color--lighter: hsla(0, 0%, 100%, 0.3);\n --md-default-bg-color--lightest: hsla(0, 0%, 100%, 0.12);\n --md-primary-fg-color: hsla(231, 48%, 48%, 1);\n --md-primary-fg-color--light: hsla(231, 44%, 56%, 1);\n --md-primary-fg-color--dark: hsla(232, 54%, 41%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-accent-fg-color: hsla(231, 99%, 66%, 1);\n --md-accent-fg-color--transparent: hsla(231, 99%, 66%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n:root > * {\n --md-code-fg-color: hsla(200, 18%, 26%, 1);\n --md-code-bg-color: hsla(0, 0%, 96%, 1);\n --md-code-hl-color: hsla(60, 100%, 50%, 0.5);\n --md-code-hl-number-color: hsla(0, 67%, 50%, 1);\n --md-code-hl-special-color: hsla(340, 83%, 47%, 1);\n --md-code-hl-function-color: hsla(291, 45%, 50%, 1);\n --md-code-hl-constant-color: hsla(250, 63%, 60%, 1);\n --md-code-hl-keyword-color: hsla(219, 54%, 51%, 1);\n --md-code-hl-string-color: hsla(150, 63%, 30%, 1);\n --md-code-hl-name-color: var(--md-code-fg-color);\n --md-code-hl-operator-color: var(--md-default-fg-color--light);\n --md-code-hl-punctuation-color: var(--md-default-fg-color--light);\n --md-code-hl-comment-color: var(--md-default-fg-color--light);\n --md-code-hl-generic-color: var(--md-default-fg-color--light);\n --md-code-hl-variable-color: var(--md-default-fg-color--light);\n --md-typeset-color: var(--md-default-fg-color);\n --md-typeset-a-color: var(--md-primary-fg-color);\n --md-typeset-mark-color: hsla(60, 100%, 50%, 0.5);\n --md-typeset-del-color: hsla(6, 90%, 60%, 0.15);\n --md-typeset-ins-color: hsla(150, 90%, 44%, 0.15);\n --md-typeset-kbd-color: hsla(0, 0%, 98%, 1);\n --md-typeset-kbd-accent-color: hsla(0, 100%, 100%, 1);\n --md-typeset-kbd-border-color: hsla(0, 0%, 72%, 1);\n --md-admonition-fg-color: var(--md-default-fg-color);\n --md-admonition-bg-color: var(--md-default-bg-color);\n --md-footer-fg-color: hsla(0, 0%, 100%, 1);\n --md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);\n --md-footer-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);\n}\n\n.md-icon svg {\n display: block;\n width: 1.2rem;\n height: 1.2rem;\n fill: currentColor;\n}\n\nbody {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\nbody,\ninput {\n color: var(--md-typeset-color);\n font-feature-settings: \"kern\", \"liga\";\n font-family: var(--md-text-font-family, _), -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;\n}\n\ncode,\npre,\nkbd {\n color: var(--md-typeset-color);\n font-feature-settings: \"kern\";\n font-family: var(--md-code-font-family, _), SFMono-Regular, Consolas, Menlo, monospace;\n}\n\n:root {\n --md-typeset-table--ascending: svg-load(\"material/arrow-down.svg\");\n --md-typeset-table--descending: svg-load(\"material/arrow-up.svg\");\n}\n\n.md-typeset {\n font-size: 0.8rem;\n line-height: 1.6;\n color-adjust: exact;\n}\n@media print {\n .md-typeset {\n font-size: 0.68rem;\n }\n}\n.md-typeset ul,\n.md-typeset ol,\n.md-typeset dl,\n.md-typeset figure,\n.md-typeset blockquote,\n.md-typeset pre {\n margin: 1em 0;\n}\n.md-typeset h1 {\n margin: 0 0 1.25em;\n color: var(--md-default-fg-color--light);\n font-weight: 300;\n font-size: 2em;\n line-height: 1.3;\n letter-spacing: -0.01em;\n}\n.md-typeset h2 {\n margin: 1.6em 0 0.64em;\n font-weight: 300;\n font-size: 1.5625em;\n line-height: 1.4;\n letter-spacing: -0.01em;\n}\n.md-typeset h3 {\n margin: 1.6em 0 0.8em;\n font-weight: 400;\n font-size: 1.25em;\n line-height: 1.5;\n letter-spacing: -0.01em;\n}\n.md-typeset h2 + h3 {\n margin-top: 0.8em;\n}\n.md-typeset h4 {\n margin: 1em 0;\n font-weight: 700;\n letter-spacing: -0.01em;\n}\n.md-typeset h5,\n.md-typeset h6 {\n margin: 1.25em 0;\n color: var(--md-default-fg-color--light);\n font-weight: 700;\n font-size: 0.8em;\n letter-spacing: -0.01em;\n}\n.md-typeset h5 {\n text-transform: uppercase;\n}\n.md-typeset hr {\n display: flow-root;\n margin: 1.5em 0;\n border-bottom: 0.05rem solid var(--md-default-fg-color--lightest);\n}\n.md-typeset a {\n color: var(--md-typeset-a-color);\n word-break: break-word;\n}\n.md-typeset a, .md-typeset a::before {\n transition: color 125ms;\n}\n.md-typeset a:focus, .md-typeset a:hover {\n color: var(--md-accent-fg-color);\n}\n.md-typeset a.focus-visible {\n outline-color: var(--md-accent-fg-color);\n outline-offset: 0.2rem;\n}\n.md-typeset code,\n.md-typeset pre,\n.md-typeset kbd {\n color: var(--md-code-fg-color);\n direction: ltr;\n}\n@media print {\n .md-typeset code,\n.md-typeset pre,\n.md-typeset kbd {\n white-space: pre-wrap;\n }\n}\n.md-typeset code {\n padding: 0 0.2941176471em;\n font-size: 0.85em;\n word-break: break-word;\n background-color: var(--md-code-bg-color);\n border-radius: 0.1rem;\n box-decoration-break: clone;\n}\n.md-typeset code:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n}\n.md-typeset h1 code,\n.md-typeset h2 code,\n.md-typeset h3 code,\n.md-typeset h4 code,\n.md-typeset h5 code,\n.md-typeset h6 code {\n margin: initial;\n padding: initial;\n background-color: transparent;\n box-shadow: none;\n}\n.md-typeset a code {\n color: currentColor;\n}\n.md-typeset pre {\n position: relative;\n display: flow-root;\n line-height: 1.4;\n}\n.md-typeset pre > code {\n display: block;\n margin: 0;\n padding: 0.7720588235em 1.1764705882em;\n overflow: auto;\n word-break: normal;\n box-shadow: none;\n box-decoration-break: slice;\n touch-action: auto;\n scrollbar-width: thin;\n scrollbar-color: var(--md-default-fg-color--lighter) transparent;\n}\n.md-typeset pre > code:hover {\n scrollbar-color: var(--md-accent-fg-color) transparent;\n}\n.md-typeset pre > code::-webkit-scrollbar {\n width: 0.2rem;\n height: 0.2rem;\n}\n.md-typeset pre > code::-webkit-scrollbar-thumb {\n background-color: var(--md-default-fg-color--lighter);\n}\n.md-typeset pre > code::-webkit-scrollbar-thumb:hover {\n background-color: var(--md-accent-fg-color);\n}\n@media screen and (max-width: 44.9375em) {\n .md-typeset > pre {\n margin: 1em -0.8rem;\n }\n .md-typeset > pre code {\n border-radius: 0;\n }\n}\n.md-typeset kbd {\n display: inline-block;\n padding: 0 0.6666666667em;\n color: var(--md-default-fg-color);\n font-size: 0.75em;\n vertical-align: text-top;\n word-break: break-word;\n background-color: var(--md-typeset-kbd-color);\n border-radius: 0.1rem;\n box-shadow: 0 0.1rem 0 0.05rem var(--md-typeset-kbd-border-color), 0 0.1rem 0 var(--md-typeset-kbd-border-color), 0 -0.1rem 0.2rem var(--md-typeset-kbd-accent-color) inset;\n}\n.md-typeset mark {\n color: inherit;\n word-break: break-word;\n background-color: var(--md-typeset-mark-color);\n box-decoration-break: clone;\n}\n.md-typeset abbr {\n text-decoration: none;\n border-bottom: 0.05rem dotted var(--md-default-fg-color--light);\n cursor: help;\n}\n@media (hover: none) {\n .md-typeset abbr {\n position: relative;\n }\n .md-typeset abbr[title]:focus::after, .md-typeset abbr[title]:hover::after {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n position: absolute;\n left: 0;\n display: inline-block;\n width: auto;\n min-width: max-content;\n max-width: 80%;\n margin-top: 2em;\n padding: 0.2rem 0.3rem;\n color: var(--md-default-bg-color);\n font-size: 0.7rem;\n background-color: var(--md-default-fg-color);\n border-radius: 0.1rem;\n content: attr(title);\n }\n}\n.md-typeset small {\n opacity: 0.75;\n}\n.md-typeset sup,\n.md-typeset sub {\n margin-left: 0.078125em;\n}\n[dir=rtl] .md-typeset sup,\n[dir=rtl] .md-typeset sub {\n margin-right: 0.078125em;\n margin-left: initial;\n}\n.md-typeset blockquote {\n display: flow-root;\n padding-left: 0.6rem;\n color: var(--md-default-fg-color--light);\n border-left: 0.2rem solid var(--md-default-fg-color--lighter);\n}\n[dir=rtl] .md-typeset blockquote {\n padding-right: 0.6rem;\n padding-left: initial;\n border-right: 0.2rem solid var(--md-default-fg-color--lighter);\n border-left: initial;\n}\n.md-typeset ul {\n list-style-type: disc;\n}\n.md-typeset ul,\n.md-typeset ol {\n display: flow-root;\n margin-left: 0.625em;\n padding: 0;\n}\n[dir=rtl] .md-typeset ul,\n[dir=rtl] .md-typeset ol {\n margin-right: 0.625em;\n margin-left: initial;\n}\n.md-typeset ul ol,\n.md-typeset ol ol {\n list-style-type: lower-alpha;\n}\n.md-typeset ul ol ol,\n.md-typeset ol ol ol {\n list-style-type: lower-roman;\n}\n.md-typeset ul li,\n.md-typeset ol li {\n margin-bottom: 0.5em;\n margin-left: 1.25em;\n}\n[dir=rtl] .md-typeset ul li,\n[dir=rtl] .md-typeset ol li {\n margin-right: 1.25em;\n margin-left: initial;\n}\n.md-typeset ul li p,\n.md-typeset ul li blockquote,\n.md-typeset ol li p,\n.md-typeset ol li blockquote {\n margin: 0.5em 0;\n}\n.md-typeset ul li:last-child,\n.md-typeset ol li:last-child {\n margin-bottom: 0;\n}\n.md-typeset ul li ul,\n.md-typeset ul li ol,\n.md-typeset ol li ul,\n.md-typeset ol li ol {\n margin: 0.5em 0 0.5em 0.625em;\n}\n[dir=rtl] .md-typeset ul li ul,\n[dir=rtl] .md-typeset ul li ol,\n[dir=rtl] .md-typeset ol li ul,\n[dir=rtl] .md-typeset ol li ol {\n margin-right: 0.625em;\n margin-left: initial;\n}\n.md-typeset dd {\n margin: 1em 0 1.5em 1.875em;\n}\n[dir=rtl] .md-typeset dd {\n margin-right: 1.875em;\n margin-left: initial;\n}\n.md-typeset img,\n.md-typeset svg {\n max-width: 100%;\n height: auto;\n}\n.md-typeset img[align=left],\n.md-typeset svg[align=left] {\n margin: 1em;\n margin-left: 0;\n}\n.md-typeset img[align=right],\n.md-typeset svg[align=right] {\n margin: 1em;\n margin-right: 0;\n}\n.md-typeset img[align]:only-child,\n.md-typeset svg[align]:only-child {\n margin-top: 0;\n}\n.md-typeset figure {\n display: flow-root;\n width: fit-content;\n max-width: 100%;\n margin: 0 auto;\n text-align: center;\n}\n.md-typeset figure img {\n display: block;\n}\n.md-typeset figcaption {\n max-width: 24rem;\n margin: 1em auto 2em;\n font-style: italic;\n}\n.md-typeset iframe {\n max-width: 100%;\n}\n.md-typeset table:not([class]) {\n display: inline-block;\n max-width: 100%;\n overflow: auto;\n font-size: 0.64rem;\n background-color: var(--md-default-bg-color);\n border-radius: 0.1rem;\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.05rem rgba(0, 0, 0, 0.1);\n touch-action: auto;\n}\n@media print {\n .md-typeset table:not([class]) {\n display: table;\n }\n}\n.md-typeset table:not([class]) + * {\n margin-top: 1.5em;\n}\n.md-typeset table:not([class]) th > *:first-child,\n.md-typeset table:not([class]) td > *:first-child {\n margin-top: 0;\n}\n.md-typeset table:not([class]) th > *:last-child,\n.md-typeset table:not([class]) td > *:last-child {\n margin-bottom: 0;\n}\n.md-typeset table:not([class]) th:not([align]),\n.md-typeset table:not([class]) td:not([align]) {\n text-align: left;\n}\n[dir=rtl] .md-typeset table:not([class]) th:not([align]),\n[dir=rtl] .md-typeset table:not([class]) td:not([align]) {\n text-align: right;\n}\n.md-typeset table:not([class]) th {\n min-width: 5rem;\n padding: 0.9375em 1.25em;\n color: var(--md-default-bg-color);\n vertical-align: top;\n background-color: var(--md-default-fg-color--light);\n}\n.md-typeset table:not([class]) th a {\n color: inherit;\n}\n.md-typeset table:not([class]) td {\n padding: 0.9375em 1.25em;\n vertical-align: top;\n border-top: 0.05rem solid var(--md-default-fg-color--lightest);\n}\n.md-typeset table:not([class]) tr {\n transition: background-color 125ms;\n}\n.md-typeset table:not([class]) tr:hover {\n background-color: rgba(0, 0, 0, 0.035);\n box-shadow: 0 0.05rem 0 var(--md-default-bg-color) inset;\n}\n.md-typeset table:not([class]) tr:first-child td {\n border-top: 0;\n}\n.md-typeset table:not([class]) a {\n word-break: normal;\n}\n.md-typeset table th[role=columnheader] {\n cursor: pointer;\n}\n.md-typeset table th[role=columnheader]::after {\n display: inline-block;\n width: 1.2em;\n height: 1.2em;\n margin-left: 0.5em;\n vertical-align: sub;\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n.md-typeset table th[role=columnheader][aria-sort=ascending]::after {\n background-color: currentColor;\n mask-image: var(--md-typeset-table--ascending);\n}\n.md-typeset table th[role=columnheader][aria-sort=descending]::after {\n background-color: currentColor;\n mask-image: var(--md-typeset-table--descending);\n}\n.md-typeset__scrollwrap {\n margin: 1em -0.8rem;\n overflow-x: auto;\n touch-action: auto;\n}\n.md-typeset__table {\n display: inline-block;\n margin-bottom: 0.5em;\n padding: 0 0.8rem;\n}\n@media print {\n .md-typeset__table {\n display: block;\n }\n}\nhtml .md-typeset__table table {\n display: table;\n width: 100%;\n margin: 0;\n overflow: hidden;\n}\n\nhtml {\n height: 100%;\n overflow-x: hidden;\n font-size: 125%;\n}\n@media screen and (min-width: 100em) {\n html {\n font-size: 137.5%;\n }\n}\n@media screen and (min-width: 125em) {\n html {\n font-size: 150%;\n }\n}\n\nbody {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n min-height: 100%;\n font-size: 0.5rem;\n background-color: var(--md-default-bg-color);\n}\n@media print {\n body {\n display: block;\n }\n}\n@media screen and (max-width: 59.9375em) {\n body[data-md-state=lock] {\n position: fixed;\n }\n}\n\n.md-grid {\n max-width: 61rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n.md-container {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n}\n@media print {\n .md-container {\n display: block;\n }\n}\n\n.md-main {\n flex-grow: 1;\n}\n.md-main__inner {\n display: flex;\n height: 100%;\n margin-top: 1.5rem;\n}\n\n.md-ellipsis {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.md-toggle {\n display: none;\n}\n\n.md-option {\n position: absolute;\n width: 0;\n height: 0;\n opacity: 0;\n}\n.md-option:checked + label:not([hidden]) {\n display: block;\n}\n.md-option.focus-visible + label {\n outline-style: auto;\n outline-color: var(--md-accent-fg-color);\n}\n\n.md-skip {\n position: fixed;\n z-index: -1;\n margin: 0.5rem;\n padding: 0.3rem 0.5rem;\n color: var(--md-default-bg-color);\n font-size: 0.64rem;\n background-color: var(--md-default-fg-color);\n border-radius: 0.1rem;\n outline-color: var(--md-accent-fg-color);\n transform: translateY(0.4rem);\n opacity: 0;\n}\n.md-skip:focus {\n z-index: 10;\n transform: translateY(0);\n opacity: 1;\n transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 175ms 75ms;\n}\n\n@page {\n margin: 25mm;\n}\n.md-announce {\n overflow: auto;\n background-color: var(--md-footer-bg-color);\n}\n@media print {\n .md-announce {\n display: none;\n }\n}\n.md-announce__inner {\n margin: 0.6rem auto;\n padding: 0 0.8rem;\n color: var(--md-footer-fg-color);\n font-size: 0.7rem;\n}\n\n:root {\n --md-clipboard-icon: svg-load(\"material/content-copy.svg\");\n}\n\n.md-clipboard {\n position: absolute;\n top: 0.5em;\n right: 0.5em;\n z-index: 1;\n width: 1.5em;\n height: 1.5em;\n color: var(--md-default-fg-color--lightest);\n border-radius: 0.1rem;\n outline-color: var(--md-accent-fg-color);\n outline-offset: 0.1rem;\n cursor: pointer;\n transition: color 250ms;\n}\n@media print {\n .md-clipboard {\n display: none;\n }\n}\n.md-clipboard:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n}\n:hover > .md-clipboard {\n color: var(--md-default-fg-color--light);\n}\n.md-clipboard:focus, .md-clipboard:hover {\n color: var(--md-accent-fg-color);\n}\n.md-clipboard::after {\n display: block;\n width: 1.125em;\n height: 1.125em;\n margin: 0 auto;\n background-color: currentColor;\n mask-image: var(--md-clipboard-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n.md-clipboard--inline {\n cursor: pointer;\n}\n.md-clipboard--inline code {\n transition: color 250ms, background-color 250ms;\n}\n.md-clipboard--inline:focus code, .md-clipboard--inline:hover code {\n color: var(--md-accent-fg-color);\n background-color: var(--md-accent-fg-color--transparent);\n}\n\n.md-content {\n flex-grow: 1;\n overflow: hidden;\n scroll-padding-top: 51.2rem;\n}\n.md-content__inner {\n margin: 0 0.8rem 1.2rem;\n padding-top: 0.6rem;\n}\n@media screen and (min-width: 76.25em) {\n .md-sidebar--primary:not([hidden]) ~ .md-content > .md-content__inner {\n margin-left: 1.2rem;\n }\n [dir=rtl] .md-sidebar--primary:not([hidden]) ~ .md-content > .md-content__inner {\n margin-right: 1.2rem;\n margin-left: 0.8rem;\n }\n .md-sidebar--secondary:not([hidden]) ~ .md-content > .md-content__inner {\n margin-right: 1.2rem;\n }\n [dir=rtl] .md-sidebar--secondary:not([hidden]) ~ .md-content > .md-content__inner {\n margin-right: 0.8rem;\n margin-left: 1.2rem;\n }\n}\n.md-content__inner::before {\n display: block;\n height: 0.4rem;\n content: \"\";\n}\n.md-content__inner > :last-child {\n margin-bottom: 0;\n}\n.md-content__button {\n float: right;\n margin: 0.4rem 0;\n margin-left: 0.4rem;\n padding: 0;\n}\n@media print {\n .md-content__button {\n display: none;\n }\n}\n[dir=rtl] .md-content__button {\n float: left;\n margin-right: 0.4rem;\n margin-left: initial;\n}\n[dir=rtl] .md-content__button svg {\n transform: scaleX(-1);\n}\n.md-typeset .md-content__button {\n color: var(--md-default-fg-color--lighter);\n}\n.md-content__button svg {\n display: inline;\n vertical-align: top;\n}\n\n.md-dialog {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n position: fixed;\n right: 0.8rem;\n bottom: 0.8rem;\n left: initial;\n z-index: 2;\n min-width: 11.1rem;\n padding: 0.4rem 0.6rem;\n background-color: var(--md-default-fg-color);\n border-radius: 0.1rem;\n transform: translateY(100%);\n opacity: 0;\n transition: transform 0ms 400ms, opacity 400ms;\n pointer-events: none;\n}\n@media print {\n .md-dialog {\n display: none;\n }\n}\n[dir=rtl] .md-dialog {\n right: initial;\n left: 0.8rem;\n}\n.md-dialog[data-md-state=open] {\n transform: translateY(0);\n opacity: 1;\n transition: transform 400ms cubic-bezier(0.075, 0.85, 0.175, 1), opacity 400ms;\n pointer-events: initial;\n}\n.md-dialog__inner {\n color: var(--md-default-bg-color);\n font-size: 0.7rem;\n}\n\n.md-typeset .md-button {\n display: inline-block;\n padding: 0.625em 2em;\n color: var(--md-primary-fg-color);\n font-weight: 700;\n border: 0.1rem solid currentColor;\n border-radius: 0.1rem;\n transition: color 125ms, background-color 125ms, border-color 125ms;\n}\n.md-typeset .md-button--primary {\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n border-color: var(--md-primary-fg-color);\n}\n.md-typeset .md-button:focus, .md-typeset .md-button:hover {\n color: var(--md-accent-bg-color);\n background-color: var(--md-accent-fg-color);\n border-color: var(--md-accent-fg-color);\n}\n.md-typeset .md-input {\n height: 1.8rem;\n padding: 0 0.6rem;\n font-size: 0.8rem;\n border-radius: 0.1rem;\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1), 0 0.025rem 0.05rem rgba(0, 0, 0, 0.1);\n transition: box-shadow 250ms;\n}\n.md-typeset .md-input:focus, .md-typeset .md-input:hover {\n box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15), 0 0.025rem 0.05rem rgba(0, 0, 0, 0.15);\n}\n.md-typeset .md-input--stretch {\n width: 100%;\n}\n\n.md-header {\n position: sticky;\n top: 0;\n right: 0;\n left: 0;\n z-index: 2;\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0), 0 0.2rem 0.4rem rgba(0, 0, 0, 0);\n}\n@media print {\n .md-header {\n display: none;\n }\n}\n.md-header[data-md-state=shadow] {\n box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);\n transition: transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1), box-shadow 250ms;\n}\n.md-header[data-md-state=hidden] {\n transform: translateY(-100%);\n transition: transform 250ms cubic-bezier(0.8, 0, 0.6, 1), box-shadow 250ms;\n}\n.md-header__inner {\n display: flex;\n align-items: center;\n padding: 0 0.2rem;\n}\n.md-header__button {\n position: relative;\n z-index: 1;\n margin: 0.2rem;\n padding: 0.4rem;\n color: currentColor;\n vertical-align: middle;\n outline-color: var(--md-accent-fg-color);\n cursor: pointer;\n transition: opacity 250ms;\n}\n.md-header__button:hover {\n opacity: 0.7;\n}\n.md-header__button:not([hidden]) {\n display: inline-block;\n}\n.md-header__button:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n}\n.md-header__button.md-logo {\n margin: 0.2rem;\n padding: 0.4rem;\n}\n@media screen and (max-width: 76.1875em) {\n .md-header__button.md-logo {\n display: none;\n }\n}\n.md-header__button.md-logo img,\n.md-header__button.md-logo svg {\n display: block;\n width: 1.2rem;\n height: 1.2rem;\n fill: currentColor;\n}\n@media screen and (min-width: 60em) {\n .md-header__button[for=__search] {\n display: none;\n }\n}\n.no-js .md-header__button[for=__search] {\n display: none;\n}\n[dir=rtl] .md-header__button[for=__search] svg {\n transform: scaleX(-1);\n}\n@media screen and (min-width: 76.25em) {\n .md-header__button[for=__drawer] {\n display: none;\n }\n}\n.md-header__topic {\n position: absolute;\n display: flex;\n max-width: 100%;\n transition: transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1), opacity 150ms;\n}\n.md-header__topic + .md-header__topic {\n z-index: -1;\n transform: translateX(1.25rem);\n opacity: 0;\n transition: transform 400ms cubic-bezier(1, 0.7, 0.1, 0.1), opacity 150ms;\n pointer-events: none;\n}\n[dir=rtl] .md-header__topic + .md-header__topic {\n transform: translateX(-1.25rem);\n}\n.md-header__title {\n flex-grow: 1;\n height: 2.4rem;\n margin-right: 0.4rem;\n margin-left: 1rem;\n font-size: 0.9rem;\n line-height: 2.4rem;\n}\n.md-header__title[data-md-state=active] .md-header__topic {\n z-index: -1;\n transform: translateX(-1.25rem);\n opacity: 0;\n transition: transform 400ms cubic-bezier(1, 0.7, 0.1, 0.1), opacity 150ms;\n pointer-events: none;\n}\n[dir=rtl] .md-header__title[data-md-state=active] .md-header__topic {\n transform: translateX(1.25rem);\n}\n.md-header__title[data-md-state=active] .md-header__topic + .md-header__topic {\n z-index: 0;\n transform: translateX(0);\n opacity: 1;\n transition: transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1), opacity 150ms;\n pointer-events: initial;\n}\n.md-header__title > .md-header__ellipsis {\n position: relative;\n width: 100%;\n height: 100%;\n}\n.md-header__option {\n display: flex;\n flex-shrink: 0;\n max-width: 100%;\n white-space: nowrap;\n transition: max-width 0ms 250ms, opacity 250ms 250ms;\n}\n[data-md-toggle=search]:checked ~ .md-header .md-header__option {\n max-width: 0;\n opacity: 0;\n transition: max-width 0ms, opacity 0ms;\n}\n.md-header__source {\n display: none;\n}\n@media screen and (min-width: 60em) {\n .md-header__source {\n display: block;\n width: 11.7rem;\n max-width: 11.7rem;\n margin-left: 1rem;\n }\n [dir=rtl] .md-header__source {\n margin-right: 1rem;\n margin-left: initial;\n }\n}\n@media screen and (min-width: 76.25em) {\n .md-header__source {\n margin-left: 1.4rem;\n }\n [dir=rtl] .md-header__source {\n margin-right: 1.4rem;\n }\n}\n\n.md-footer {\n color: var(--md-footer-fg-color);\n background-color: var(--md-footer-bg-color);\n}\n@media print {\n .md-footer {\n display: none;\n }\n}\n.md-footer__inner {\n padding: 0.2rem;\n overflow: auto;\n}\n.md-footer__link {\n display: flex;\n padding-top: 1.4rem;\n padding-bottom: 0.4rem;\n outline-color: var(--md-accent-fg-color);\n transition: opacity 250ms;\n}\n@media screen and (min-width: 45em) {\n .md-footer__link {\n width: 50%;\n }\n}\n.md-footer__link:focus, .md-footer__link:hover {\n opacity: 0.7;\n}\n.md-footer__link--prev {\n float: left;\n}\n@media screen and (max-width: 44.9375em) {\n .md-footer__link--prev {\n width: 25%;\n }\n .md-footer__link--prev .md-footer__title {\n display: none;\n }\n}\n[dir=rtl] .md-footer__link--prev {\n float: right;\n}\n[dir=rtl] .md-footer__link--prev svg {\n transform: scaleX(-1);\n}\n.md-footer__link--next {\n float: right;\n text-align: right;\n}\n@media screen and (max-width: 44.9375em) {\n .md-footer__link--next {\n width: 75%;\n }\n}\n[dir=rtl] .md-footer__link--next {\n float: left;\n text-align: left;\n}\n[dir=rtl] .md-footer__link--next svg {\n transform: scaleX(-1);\n}\n.md-footer__title {\n position: relative;\n flex-grow: 1;\n max-width: calc(100% - 2.4rem);\n padding: 0 1rem;\n font-size: 0.9rem;\n line-height: 2.4rem;\n}\n.md-footer__button {\n margin: 0.2rem;\n padding: 0.4rem;\n}\n.md-footer__direction {\n position: absolute;\n right: 0;\n left: 0;\n margin-top: -1rem;\n padding: 0 1rem;\n font-size: 0.64rem;\n opacity: 0.7;\n}\n\n.md-footer-meta {\n background-color: var(--md-footer-bg-color--dark);\n}\n.md-footer-meta__inner {\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n padding: 0.2rem;\n}\nhtml .md-footer-meta.md-typeset a {\n color: var(--md-footer-fg-color--light);\n}\nhtml .md-footer-meta.md-typeset a:focus, html .md-footer-meta.md-typeset a:hover {\n color: var(--md-footer-fg-color);\n}\n\n.md-footer-copyright {\n width: 100%;\n margin: auto 0.6rem;\n padding: 0.4rem 0;\n color: var(--md-footer-fg-color--lighter);\n font-size: 0.64rem;\n}\n@media screen and (min-width: 45em) {\n .md-footer-copyright {\n width: auto;\n }\n}\n.md-footer-copyright__highlight {\n color: var(--md-footer-fg-color--light);\n}\n\n.md-footer-social {\n margin: 0 0.4rem;\n padding: 0.2rem 0 0.6rem;\n}\n@media screen and (min-width: 45em) {\n .md-footer-social {\n padding: 0.6rem 0;\n }\n}\n.md-footer-social__link {\n display: inline-block;\n width: 1.6rem;\n height: 1.6rem;\n text-align: center;\n}\n.md-footer-social__link::before {\n line-height: 1.9;\n}\n.md-footer-social__link svg {\n max-height: 0.8rem;\n vertical-align: -25%;\n fill: currentColor;\n}\n\n:root {\n --md-nav-icon--prev: svg-load(\"material/arrow-left.svg\");\n --md-nav-icon--next: svg-load(\"material/chevron-right.svg\");\n --md-toc-icon: svg-load(\"material/table-of-contents.svg\");\n}\n\n.md-nav {\n font-size: 0.7rem;\n line-height: 1.3;\n}\n.md-nav__title {\n display: block;\n padding: 0 0.6rem;\n overflow: hidden;\n font-weight: 700;\n text-overflow: ellipsis;\n}\n.md-nav__title .md-nav__button {\n display: none;\n}\n.md-nav__title .md-nav__button img {\n width: auto;\n height: 100%;\n}\n.md-nav__title .md-nav__button.md-logo img,\n.md-nav__title .md-nav__button.md-logo svg {\n display: block;\n width: 2.4rem;\n height: 2.4rem;\n fill: currentColor;\n}\n.md-nav__list {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n.md-nav__item {\n padding: 0 0.6rem;\n}\n.md-nav__item .md-nav__item {\n padding-right: 0;\n}\n[dir=rtl] .md-nav__item .md-nav__item {\n padding-right: 0.6rem;\n padding-left: 0;\n}\n.md-nav__link {\n display: block;\n margin-top: 0.625em;\n overflow: hidden;\n text-overflow: ellipsis;\n cursor: pointer;\n transition: color 125ms;\n scroll-snap-align: start;\n}\n.md-nav__link[data-md-state=blur] {\n color: var(--md-default-fg-color--light);\n}\n.md-nav__item .md-nav__link--active {\n color: var(--md-typeset-a-color);\n}\n.md-nav__item--nested > .md-nav__link {\n color: inherit;\n}\n.md-nav__link:focus, .md-nav__link:hover {\n color: var(--md-accent-fg-color);\n}\n.md-nav__link.focus-visible {\n outline-color: var(--md-accent-fg-color);\n outline-offset: 0.2rem;\n}\n.md-nav--primary .md-nav__link[for=__toc] {\n display: none;\n}\n.md-nav--primary .md-nav__link[for=__toc] .md-icon::after {\n display: block;\n width: 100%;\n height: 100%;\n mask-image: var(--md-toc-icon);\n background-color: currentColor;\n}\n.md-nav--primary .md-nav__link[for=__toc] ~ .md-nav {\n display: none;\n}\n.md-nav__source {\n display: none;\n}\n@media screen and (max-width: 76.1875em) {\n .md-nav--primary, .md-nav--primary .md-nav {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n display: flex;\n flex-direction: column;\n height: 100%;\n background-color: var(--md-default-bg-color);\n }\n .md-nav--primary .md-nav__title,\n.md-nav--primary .md-nav__item {\n font-size: 0.8rem;\n line-height: 1.5;\n }\n .md-nav--primary .md-nav__title {\n position: relative;\n height: 5.6rem;\n padding: 3rem 0.8rem 0.2rem;\n color: var(--md-default-fg-color--light);\n font-weight: 400;\n line-height: 2.4rem;\n white-space: nowrap;\n background-color: var(--md-default-fg-color--lightest);\n cursor: pointer;\n }\n .md-nav--primary .md-nav__title .md-nav__icon {\n position: absolute;\n top: 0.4rem;\n left: 0.4rem;\n display: block;\n width: 1.2rem;\n height: 1.2rem;\n margin: 0.2rem;\n }\n [dir=rtl] .md-nav--primary .md-nav__title .md-nav__icon {\n right: 0.4rem;\n left: initial;\n }\n .md-nav--primary .md-nav__title .md-nav__icon::after {\n display: block;\n width: 100%;\n height: 100%;\n background-color: currentColor;\n mask-image: var(--md-nav-icon--prev);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n .md-nav--primary .md-nav__title ~ .md-nav__list {\n overflow-y: auto;\n background-color: var(--md-default-bg-color);\n box-shadow: 0 0.05rem 0 var(--md-default-fg-color--lightest) inset;\n scroll-snap-type: y mandatory;\n touch-action: pan-y;\n }\n .md-nav--primary .md-nav__title ~ .md-nav__list > :first-child {\n border-top: 0;\n }\n .md-nav--primary .md-nav__title[for=__drawer] {\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n }\n .md-nav--primary .md-nav__title .md-logo {\n position: absolute;\n top: 0.2rem;\n left: 0.2rem;\n display: block;\n margin: 0.2rem;\n padding: 0.4rem;\n }\n [dir=rtl] .md-nav--primary .md-nav__title .md-logo {\n right: 0.2rem;\n left: initial;\n }\n .md-nav--primary .md-nav__list {\n flex: 1;\n }\n .md-nav--primary .md-nav__item {\n padding: 0;\n border-top: 0.05rem solid var(--md-default-fg-color--lightest);\n }\n .md-nav--primary .md-nav__item--nested > .md-nav__link {\n padding-right: 2.4rem;\n }\n [dir=rtl] .md-nav--primary .md-nav__item--nested > .md-nav__link {\n padding-right: 0.8rem;\n padding-left: 2.4rem;\n }\n .md-nav--primary .md-nav__item--active > .md-nav__link {\n color: var(--md-typeset-a-color);\n }\n .md-nav--primary .md-nav__item--active > .md-nav__link:focus, .md-nav--primary .md-nav__item--active > .md-nav__link:hover {\n color: var(--md-accent-fg-color);\n }\n .md-nav--primary .md-nav__link {\n position: relative;\n margin-top: 0;\n padding: 0.6rem 0.8rem;\n }\n .md-nav--primary .md-nav__link .md-nav__icon {\n position: absolute;\n top: 50%;\n right: 0.6rem;\n width: 1.2rem;\n height: 1.2rem;\n margin-top: -0.6rem;\n color: inherit;\n font-size: 1.2rem;\n }\n [dir=rtl] .md-nav--primary .md-nav__link .md-nav__icon {\n right: initial;\n left: 0.6rem;\n }\n .md-nav--primary .md-nav__link .md-nav__icon::after {\n display: block;\n width: 100%;\n height: 100%;\n background-color: currentColor;\n mask-image: var(--md-nav-icon--next);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n [dir=rtl] .md-nav--primary .md-nav__icon::after {\n transform: scale(-1);\n }\n .md-nav--primary .md-nav--secondary .md-nav__link {\n position: static;\n }\n .md-nav--primary .md-nav--secondary .md-nav {\n position: static;\n background-color: transparent;\n }\n .md-nav--primary .md-nav--secondary .md-nav .md-nav__link {\n padding-left: 1.4rem;\n }\n [dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav__link {\n padding-right: 1.4rem;\n padding-left: initial;\n }\n .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__link {\n padding-left: 2rem;\n }\n [dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__link {\n padding-right: 2rem;\n padding-left: initial;\n }\n .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__link {\n padding-left: 2.6rem;\n }\n [dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__link {\n padding-right: 2.6rem;\n padding-left: initial;\n }\n .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__link {\n padding-left: 3.2rem;\n }\n [dir=rtl] .md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__link {\n padding-right: 3.2rem;\n padding-left: initial;\n }\n .md-nav--secondary {\n background-color: transparent;\n }\n .md-nav__toggle ~ .md-nav {\n display: flex;\n transform: translateX(100%);\n opacity: 0;\n transition: transform 250ms cubic-bezier(0.8, 0, 0.6, 1), opacity 125ms 50ms;\n }\n [dir=rtl] .md-nav__toggle ~ .md-nav {\n transform: translateX(-100%);\n }\n .md-nav__toggle:checked ~ .md-nav {\n transform: translateX(0);\n opacity: 1;\n transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms 125ms;\n }\n .md-nav__toggle:checked ~ .md-nav > .md-nav__list {\n backface-visibility: hidden;\n }\n}\n@media screen and (max-width: 59.9375em) {\n .md-nav--primary .md-nav__link[for=__toc] {\n display: block;\n padding-right: 2.4rem;\n }\n [dir=rtl] .md-nav--primary .md-nav__link[for=__toc] {\n padding-right: 0.8rem;\n padding-left: 2.4rem;\n }\n .md-nav--primary .md-nav__link[for=__toc] .md-icon::after {\n content: \"\";\n }\n .md-nav--primary .md-nav__link[for=__toc] + .md-nav__link {\n display: none;\n }\n .md-nav--primary .md-nav__link[for=__toc] ~ .md-nav {\n display: flex;\n }\n .md-nav__source {\n display: block;\n padding: 0 0.2rem;\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color--dark);\n }\n}\n@media screen and (min-width: 60em) and (max-width: 76.1875em) {\n .md-nav--integrated .md-nav__link[for=__toc] {\n display: block;\n padding-right: 2.4rem;\n scroll-snap-align: initial;\n }\n [dir=rtl] .md-nav--integrated .md-nav__link[for=__toc] {\n padding-right: 0.8rem;\n padding-left: 2.4rem;\n }\n .md-nav--integrated .md-nav__link[for=__toc] .md-icon::after {\n content: \"\";\n }\n .md-nav--integrated .md-nav__link[for=__toc] + .md-nav__link {\n display: none;\n }\n .md-nav--integrated .md-nav__link[for=__toc] ~ .md-nav {\n display: flex;\n }\n}\n@media screen and (min-width: 60em) {\n .md-nav--secondary .md-nav__title[for=__toc] {\n scroll-snap-align: start;\n }\n .md-nav--secondary .md-nav__title .md-nav__icon {\n display: none;\n }\n}\n@media screen and (min-width: 76.25em) {\n .md-nav {\n transition: max-height 250ms cubic-bezier(0.86, 0, 0.07, 1);\n }\n .md-nav--primary .md-nav__title[for=__drawer] {\n scroll-snap-align: start;\n }\n .md-nav--primary .md-nav__title .md-nav__icon {\n display: none;\n }\n .md-nav__toggle ~ .md-nav {\n display: none;\n }\n .md-nav__toggle:checked ~ .md-nav, .md-nav__toggle:indeterminate ~ .md-nav {\n display: block;\n }\n .md-nav__item--nested > .md-nav > .md-nav__title {\n display: none;\n }\n .md-nav__item--section {\n display: block;\n margin: 1.25em 0;\n }\n .md-nav__item--section:last-child {\n margin-bottom: 0;\n }\n .md-nav__item--section > .md-nav__link {\n display: none;\n }\n .md-nav__item--section > .md-nav {\n display: block;\n }\n .md-nav__item--section > .md-nav > .md-nav__title {\n display: block;\n padding: 0;\n pointer-events: none;\n scroll-snap-align: start;\n }\n .md-nav__item--section > .md-nav > .md-nav__list > .md-nav__item {\n padding: 0;\n }\n .md-nav__icon {\n float: right;\n width: 0.9rem;\n height: 0.9rem;\n transition: transform 250ms;\n }\n [dir=rtl] .md-nav__icon {\n float: left;\n transform: rotate(180deg);\n }\n .md-nav__icon::after {\n display: inline-block;\n width: 100%;\n height: 100%;\n vertical-align: -0.1rem;\n background-color: currentColor;\n mask-image: var(--md-nav-icon--next);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n .md-nav__item--nested .md-nav__toggle:checked ~ .md-nav__link .md-nav__icon, .md-nav__item--nested .md-nav__toggle:indeterminate ~ .md-nav__link .md-nav__icon {\n transform: rotate(90deg);\n }\n .md-nav--lifted > .md-nav__list > .md-nav__item--nested,\n.md-nav--lifted > .md-nav__title {\n display: none;\n }\n .md-nav--lifted > .md-nav__list > .md-nav__item {\n display: none;\n }\n .md-nav--lifted > .md-nav__list > .md-nav__item--active {\n display: block;\n padding: 0;\n }\n .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {\n display: none;\n }\n .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav > .md-nav__title {\n display: block;\n padding: 0 0.6rem;\n pointer-events: none;\n scroll-snap-align: start;\n }\n .md-nav--lifted .md-nav[data-md-level=\"1\"] {\n display: block;\n }\n .md-nav--lifted .md-nav[data-md-level=\"1\"] > .md-nav__list > .md-nav__item {\n padding-right: 0.6rem;\n }\n .md-nav--integrated .md-nav__link[for=__toc] ~ .md-nav {\n display: block;\n margin-bottom: 1.25em;\n border-left: 0.05rem solid var(--md-primary-fg-color);\n }\n .md-nav--integrated .md-nav__link[for=__toc] ~ .md-nav > .md-nav__title {\n display: none;\n }\n}\n\n:root {\n --md-search-result-icon: svg-load(\"material/file-search-outline.svg\");\n}\n\n.md-search {\n position: relative;\n}\n@media screen and (min-width: 60em) {\n .md-search {\n padding: 0.2rem 0;\n }\n}\n.no-js .md-search {\n display: none;\n}\n.md-search__overlay {\n z-index: 1;\n opacity: 0;\n}\n@media screen and (max-width: 59.9375em) {\n .md-search__overlay {\n position: absolute;\n top: 0.2rem;\n left: -2.2rem;\n width: 2rem;\n height: 2rem;\n overflow: hidden;\n background-color: var(--md-default-bg-color);\n border-radius: 1rem;\n transform-origin: center;\n transition: transform 300ms 100ms, opacity 200ms 200ms;\n pointer-events: none;\n }\n [dir=rtl] .md-search__overlay {\n right: -2.2rem;\n left: initial;\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__overlay {\n opacity: 1;\n transition: transform 400ms, opacity 100ms;\n }\n}\n@media screen and (min-width: 60em) {\n .md-search__overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 0;\n height: 0;\n background-color: rgba(0, 0, 0, 0.54);\n cursor: pointer;\n transition: width 0ms 250ms, height 0ms 250ms, opacity 250ms;\n }\n [dir=rtl] .md-search__overlay {\n right: 0;\n left: initial;\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__overlay {\n width: 100%;\n height: 200vh;\n opacity: 1;\n transition: width 0ms, height 0ms, opacity 250ms;\n }\n}\n@media screen and (max-width: 29.9375em) {\n [data-md-toggle=search]:checked ~ .md-header .md-search__overlay {\n transform: scale(45);\n }\n}\n@media screen and (min-width: 30em) and (max-width: 44.9375em) {\n [data-md-toggle=search]:checked ~ .md-header .md-search__overlay {\n transform: scale(60);\n }\n}\n@media screen and (min-width: 45em) and (max-width: 59.9375em) {\n [data-md-toggle=search]:checked ~ .md-header .md-search__overlay {\n transform: scale(75);\n }\n}\n.md-search__inner {\n backface-visibility: hidden;\n}\n@media screen and (max-width: 59.9375em) {\n .md-search__inner {\n position: fixed;\n top: 0;\n left: 100%;\n z-index: 2;\n width: 100%;\n height: 100%;\n transform: translateX(5%);\n opacity: 0;\n transition: right 0ms 300ms, left 0ms 300ms, transform 150ms 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms 150ms;\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__inner {\n left: 0;\n transform: translateX(0);\n opacity: 1;\n transition: right 0ms 0ms, left 0ms 0ms, transform 150ms 150ms cubic-bezier(0.1, 0.7, 0.1, 1), opacity 150ms 150ms;\n }\n [dir=rtl] [data-md-toggle=search]:checked ~ .md-header .md-search__inner {\n right: 0;\n left: initial;\n }\n html [dir=rtl] .md-search__inner {\n right: 100%;\n left: initial;\n transform: translateX(-5%);\n }\n}\n@media screen and (min-width: 60em) {\n .md-search__inner {\n position: relative;\n float: right;\n width: 11.7rem;\n padding: 0.1rem 0;\n transition: width 250ms cubic-bezier(0.1, 0.7, 0.1, 1);\n }\n [dir=rtl] .md-search__inner {\n float: left;\n }\n}\n@media screen and (min-width: 60em) and (max-width: 76.1875em) {\n [data-md-toggle=search]:checked ~ .md-header .md-search__inner {\n width: 23.4rem;\n }\n}\n@media screen and (min-width: 76.25em) {\n [data-md-toggle=search]:checked ~ .md-header .md-search__inner {\n width: 34.4rem;\n }\n}\n.md-search__form {\n position: relative;\n}\n@media screen and (min-width: 60em) {\n .md-search__form {\n border-radius: 0.1rem;\n }\n}\n.md-search__input {\n position: relative;\n z-index: 2;\n padding: 0 2.2rem 0 3.6rem;\n text-overflow: ellipsis;\n background-color: var(--md-default-bg-color);\n box-shadow: 0 0 0.6rem transparent;\n transition: color 250ms, background-color 250ms, box-shadow 250ms;\n}\n[dir=rtl] .md-search__input {\n padding: 0 3.6rem 0 2.2rem;\n}\n.md-search__input::placeholder {\n transition: color 250ms;\n}\n.md-search__input ~ .md-search__icon, .md-search__input::placeholder {\n color: var(--md-default-fg-color--light);\n}\n.md-search__input::-ms-clear {\n display: none;\n}\n[data-md-toggle=search]:checked ~ .md-header .md-search__input {\n box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.07);\n}\n@media screen and (max-width: 59.9375em) {\n .md-search__input {\n width: 100%;\n height: 2.4rem;\n font-size: 0.9rem;\n }\n}\n@media screen and (min-width: 60em) {\n .md-search__input {\n width: 100%;\n height: 1.8rem;\n padding-left: 2.2rem;\n color: inherit;\n font-size: 0.8rem;\n background-color: rgba(0, 0, 0, 0.26);\n border-radius: 0.1rem;\n }\n [dir=rtl] .md-search__input {\n padding-right: 2.2rem;\n }\n .md-search__input + .md-search__icon {\n color: var(--md-primary-bg-color);\n }\n .md-search__input::placeholder {\n color: var(--md-primary-bg-color--light);\n }\n .md-search__input:hover {\n background-color: rgba(255, 255, 255, 0.12);\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__input {\n color: var(--md-default-fg-color);\n text-overflow: clip;\n background-color: var(--md-default-bg-color);\n border-radius: 0.1rem 0.1rem 0 0;\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__input + .md-search__icon, [data-md-toggle=search]:checked ~ .md-header .md-search__input::placeholder {\n color: var(--md-default-fg-color--light);\n }\n}\n.md-search__icon {\n position: absolute;\n z-index: 2;\n width: 1.2rem;\n height: 1.2rem;\n cursor: pointer;\n transition: color 250ms, opacity 250ms;\n}\n.md-search__icon:hover {\n opacity: 0.7;\n}\n.md-search__icon[for=__search] {\n top: 0.3rem;\n left: 0.5rem;\n}\n[dir=rtl] .md-search__icon[for=__search] {\n right: 0.5rem;\n left: initial;\n}\n[dir=rtl] .md-search__icon[for=__search] svg {\n transform: scaleX(-1);\n}\n@media screen and (max-width: 59.9375em) {\n .md-search__icon[for=__search] {\n top: 0.6rem;\n left: 0.8rem;\n }\n [dir=rtl] .md-search__icon[for=__search] {\n right: 0.8rem;\n left: initial;\n }\n .md-search__icon[for=__search] svg:first-child {\n display: none;\n }\n}\n@media screen and (min-width: 60em) {\n .md-search__icon[for=__search] {\n pointer-events: none;\n }\n .md-search__icon[for=__search] svg:last-child {\n display: none;\n }\n}\n.md-search__icon[type=reset] {\n top: 0.3rem;\n right: 0.5rem;\n transform: scale(0.75);\n opacity: 0;\n transition: transform 150ms cubic-bezier(0.1, 0.7, 0.1, 1), opacity 150ms;\n pointer-events: none;\n}\n[dir=rtl] .md-search__icon[type=reset] {\n right: initial;\n left: 0.5rem;\n}\n@media screen and (max-width: 59.9375em) {\n .md-search__icon[type=reset] {\n top: 0.6rem;\n right: 0.8rem;\n }\n [dir=rtl] .md-search__icon[type=reset] {\n right: initial;\n left: 0.8rem;\n }\n}\n[data-md-toggle=search]:checked ~ .md-header .md-search__input:valid ~ .md-search__icon[type=reset] {\n transform: scale(1);\n opacity: 1;\n pointer-events: initial;\n}\n[data-md-toggle=search]:checked ~ .md-header .md-search__input:valid ~ .md-search__icon[type=reset]:hover {\n opacity: 0.7;\n}\n.md-search__output {\n position: absolute;\n z-index: 1;\n width: 100%;\n overflow: hidden;\n border-radius: 0 0 0.1rem 0.1rem;\n}\n@media screen and (max-width: 59.9375em) {\n .md-search__output {\n top: 2.4rem;\n bottom: 0;\n }\n}\n@media screen and (min-width: 60em) {\n .md-search__output {\n top: 1.9rem;\n opacity: 0;\n transition: opacity 400ms;\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__output {\n box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);\n opacity: 1;\n }\n}\n.md-search__scrollwrap {\n height: 100%;\n overflow-y: auto;\n background-color: var(--md-default-bg-color);\n backface-visibility: hidden;\n touch-action: pan-y;\n}\n@media (max-resolution: 1dppx) {\n .md-search__scrollwrap {\n transform: translateZ(0);\n }\n}\n@media screen and (min-width: 60em) and (max-width: 76.1875em) {\n .md-search__scrollwrap {\n width: 23.4rem;\n }\n}\n@media screen and (min-width: 76.25em) {\n .md-search__scrollwrap {\n width: 34.4rem;\n }\n}\n@media screen and (min-width: 60em) {\n .md-search__scrollwrap {\n max-height: 0;\n scrollbar-width: thin;\n scrollbar-color: var(--md-default-fg-color--lighter) transparent;\n }\n [data-md-toggle=search]:checked ~ .md-header .md-search__scrollwrap {\n max-height: 75vh;\n }\n .md-search__scrollwrap:hover {\n scrollbar-color: var(--md-accent-fg-color) transparent;\n }\n .md-search__scrollwrap::-webkit-scrollbar {\n width: 0.2rem;\n height: 0.2rem;\n }\n .md-search__scrollwrap::-webkit-scrollbar-thumb {\n background-color: var(--md-default-fg-color--lighter);\n }\n .md-search__scrollwrap::-webkit-scrollbar-thumb:hover {\n background-color: var(--md-accent-fg-color);\n }\n}\n\n.md-search-result {\n color: var(--md-default-fg-color);\n word-break: break-word;\n}\n.md-search-result__meta {\n padding: 0 0.8rem;\n color: var(--md-default-fg-color--light);\n font-size: 0.64rem;\n line-height: 1.8rem;\n background-color: var(--md-default-fg-color--lightest);\n scroll-snap-align: start;\n}\n@media screen and (min-width: 60em) {\n .md-search-result__meta {\n padding-left: 2.2rem;\n }\n [dir=rtl] .md-search-result__meta {\n padding-right: 2.2rem;\n padding-left: initial;\n }\n}\n.md-search-result__list {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n.md-search-result__item {\n box-shadow: 0 -0.05rem 0 var(--md-default-fg-color--lightest);\n}\n.md-search-result__item:first-child {\n box-shadow: none;\n}\n.md-search-result__link {\n display: block;\n outline: none;\n transition: background-color 250ms;\n scroll-snap-align: start;\n}\n.md-search-result__link:focus, .md-search-result__link:hover {\n background-color: var(--md-accent-fg-color--transparent);\n}\n.md-search-result__link:last-child p:last-child {\n margin-bottom: 0.6rem;\n}\n.md-search-result__more summary {\n display: block;\n padding: 0.75em 0.8rem;\n color: var(--md-typeset-a-color);\n font-size: 0.64rem;\n outline: none;\n cursor: pointer;\n transition: color 250ms, background-color 250ms;\n scroll-snap-align: start;\n}\n@media screen and (min-width: 60em) {\n .md-search-result__more summary {\n padding-left: 2.2rem;\n }\n [dir=rtl] .md-search-result__more summary {\n padding-right: 2.2rem;\n padding-left: 0.8rem;\n }\n}\n.md-search-result__more summary:focus, .md-search-result__more summary:hover {\n color: var(--md-accent-fg-color);\n background-color: var(--md-accent-fg-color--transparent);\n}\n.md-search-result__more summary::marker, .md-search-result__more summary::-webkit-details-marker {\n display: none;\n}\n.md-search-result__more summary ~ * > * {\n opacity: 0.65;\n}\n.md-search-result__article {\n position: relative;\n padding: 0 0.8rem;\n overflow: hidden;\n}\n@media screen and (min-width: 60em) {\n .md-search-result__article {\n padding-left: 2.2rem;\n }\n [dir=rtl] .md-search-result__article {\n padding-right: 2.2rem;\n padding-left: 0.8rem;\n }\n}\n.md-search-result__article--document .md-search-result__title {\n margin: 0.55rem 0;\n font-weight: 400;\n font-size: 0.8rem;\n line-height: 1.4;\n}\n.md-search-result__icon {\n position: absolute;\n left: 0;\n width: 1.2rem;\n height: 1.2rem;\n margin: 0.5rem;\n color: var(--md-default-fg-color--light);\n}\n@media screen and (max-width: 59.9375em) {\n .md-search-result__icon {\n display: none;\n }\n}\n.md-search-result__icon::after {\n display: inline-block;\n width: 100%;\n height: 100%;\n background-color: currentColor;\n mask-image: var(--md-search-result-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n[dir=rtl] .md-search-result__icon {\n right: 0;\n left: initial;\n}\n[dir=rtl] .md-search-result__icon::after {\n transform: scaleX(-1);\n}\n.md-search-result__title {\n margin: 0.5em 0;\n font-weight: 700;\n font-size: 0.64rem;\n line-height: 1.6;\n}\n.md-search-result__teaser {\n display: -webkit-box;\n max-height: 2rem;\n margin: 0.5em 0;\n overflow: hidden;\n color: var(--md-default-fg-color--light);\n font-size: 0.64rem;\n line-height: 1.6;\n text-overflow: ellipsis;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n}\n@media screen and (max-width: 44.9375em) {\n .md-search-result__teaser {\n max-height: 3rem;\n -webkit-line-clamp: 3;\n }\n}\n@media screen and (min-width: 60em) and (max-width: 76.1875em) {\n .md-search-result__teaser {\n max-height: 3rem;\n -webkit-line-clamp: 3;\n }\n}\n.md-search-result__teaser mark {\n text-decoration: underline;\n background-color: transparent;\n}\n.md-search-result__terms {\n margin: 0.5em 0;\n font-size: 0.64rem;\n font-style: italic;\n}\n.md-search-result mark {\n color: var(--md-accent-fg-color);\n background-color: transparent;\n}\n\n.md-select {\n position: relative;\n z-index: 1;\n}\n.md-select__inner {\n position: absolute;\n top: calc(100% - 0.2rem);\n left: 50%;\n max-height: 0;\n margin-top: 0.2rem;\n color: var(--md-default-fg-color);\n background-color: var(--md-default-bg-color);\n border-radius: 0.1rem;\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1), 0 0 0.05rem rgba(0, 0, 0, 0.25);\n transform: translate3d(-50%, 0.3rem, 0);\n opacity: 0;\n transition: transform 250ms 375ms, opacity 250ms 250ms, max-height 0ms 500ms;\n}\n.md-select:focus-within .md-select__inner, .md-select:hover .md-select__inner {\n max-height: 10rem;\n transform: translate3d(-50%, 0, 0);\n opacity: 1;\n transition: transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1), opacity 250ms, max-height 0ms;\n}\n.md-select__inner::after {\n position: absolute;\n top: 0;\n left: 50%;\n width: 0;\n height: 0;\n margin-top: -0.2rem;\n margin-left: -0.2rem;\n border: 0.2rem solid transparent;\n border-top: 0;\n border-bottom-color: var(--md-default-bg-color);\n content: \"\";\n}\n.md-select__list {\n max-height: inherit;\n margin: 0;\n padding: 0;\n overflow: auto;\n font-size: 0.8rem;\n list-style-type: none;\n border-radius: 0.1rem;\n}\n.md-select__item {\n line-height: 1.8rem;\n}\n.md-select__link {\n display: block;\n width: 100%;\n padding-right: 1.2rem;\n padding-left: 0.6rem;\n outline: none;\n cursor: pointer;\n transition: background-color 250ms, color 250ms;\n scroll-snap-align: start;\n}\n[dir=rtl] .md-select__link {\n padding-right: 0.6rem;\n padding-left: 1.2rem;\n}\n.md-select__link:focus, .md-select__link:hover {\n color: var(--md-accent-fg-color);\n}\n.md-select__link:focus {\n background-color: var(--md-default-fg-color--lightest);\n}\n\n.md-sidebar {\n position: sticky;\n top: 2.4rem;\n flex-shrink: 0;\n align-self: flex-start;\n width: 12.1rem;\n padding: 1.2rem 0;\n}\n@media print {\n .md-sidebar {\n display: none;\n }\n}\n@media screen and (max-width: 76.1875em) {\n .md-sidebar--primary {\n position: fixed;\n top: 0;\n left: -12.1rem;\n z-index: 3;\n display: block;\n width: 12.1rem;\n height: 100%;\n background-color: var(--md-default-bg-color);\n transform: translateX(0);\n transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms;\n }\n [dir=rtl] .md-sidebar--primary {\n right: -12.1rem;\n left: initial;\n }\n [data-md-toggle=drawer]:checked ~ .md-container .md-sidebar--primary {\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);\n transform: translateX(12.1rem);\n }\n [dir=rtl] [data-md-toggle=drawer]:checked ~ .md-container .md-sidebar--primary {\n transform: translateX(-12.1rem);\n }\n .md-sidebar--primary .md-sidebar__scrollwrap {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n margin: 0;\n scroll-snap-type: none;\n overflow: hidden;\n }\n}\n@media screen and (min-width: 76.25em) {\n .md-sidebar {\n height: 0;\n }\n .no-js .md-sidebar {\n height: auto;\n }\n}\n.md-sidebar--secondary {\n display: none;\n order: 2;\n}\n@media screen and (min-width: 60em) {\n .md-sidebar--secondary {\n height: 0;\n }\n .no-js .md-sidebar--secondary {\n height: auto;\n }\n .md-sidebar--secondary:not([hidden]) {\n display: block;\n }\n .md-sidebar--secondary .md-sidebar__scrollwrap {\n touch-action: pan-y;\n }\n}\n.md-sidebar__scrollwrap {\n margin: 0 0.2rem;\n overflow-y: auto;\n backface-visibility: hidden;\n scrollbar-width: thin;\n scrollbar-color: var(--md-default-fg-color--lighter) transparent;\n}\n.md-sidebar__scrollwrap:hover {\n scrollbar-color: var(--md-accent-fg-color) transparent;\n}\n.md-sidebar__scrollwrap::-webkit-scrollbar {\n width: 0.2rem;\n height: 0.2rem;\n}\n.md-sidebar__scrollwrap::-webkit-scrollbar-thumb {\n background-color: var(--md-default-fg-color--lighter);\n}\n.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover {\n background-color: var(--md-accent-fg-color);\n}\n\n@media screen and (max-width: 76.1875em) {\n .md-overlay {\n position: fixed;\n top: 0;\n z-index: 3;\n width: 0;\n height: 0;\n background-color: rgba(0, 0, 0, 0.54);\n opacity: 0;\n transition: width 0ms 250ms, height 0ms 250ms, opacity 250ms;\n }\n [data-md-toggle=drawer]:checked ~ .md-overlay {\n width: 100%;\n height: 100%;\n opacity: 1;\n transition: width 0ms, height 0ms, opacity 250ms;\n }\n}\n@keyframes md-source__facts--done {\n 0% {\n height: 0;\n }\n 100% {\n height: 0.65rem;\n }\n}\n@keyframes md-source__fact--done {\n 0% {\n transform: translateY(100%);\n opacity: 0;\n }\n 50% {\n opacity: 0;\n }\n 100% {\n transform: translateY(0%);\n opacity: 1;\n }\n}\n:root {\n --md-source-forks-icon: svg-load(\"octicons/repo-forked-16.svg\");\n --md-source-repositories-icon: svg-load(\"octicons/repo-16.svg\");\n --md-source-stars-icon: svg-load(\"octicons/star-16.svg\");\n --md-source-version-icon: svg-load(\"octicons/tag-16.svg\");\n}\n\n.md-source {\n display: block;\n font-size: 0.65rem;\n line-height: 1.2;\n white-space: nowrap;\n outline-color: var(--md-accent-fg-color);\n backface-visibility: hidden;\n transition: opacity 250ms;\n}\n.md-source:hover {\n opacity: 0.7;\n}\n.md-source__icon {\n display: inline-block;\n width: 2rem;\n height: 2.4rem;\n vertical-align: middle;\n}\n.md-source__icon svg {\n margin-top: 0.6rem;\n margin-left: 0.6rem;\n}\n[dir=rtl] .md-source__icon svg {\n margin-right: 0.6rem;\n margin-left: initial;\n}\n.md-source__icon + .md-source__repository {\n margin-left: -2rem;\n padding-left: 2rem;\n}\n[dir=rtl] .md-source__icon + .md-source__repository {\n margin-right: -2rem;\n margin-left: initial;\n padding-right: 2rem;\n padding-left: initial;\n}\n.md-source__repository {\n display: inline-block;\n max-width: calc(100% - 1.2rem);\n margin-left: 0.6rem;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: middle;\n}\n.md-source__facts {\n margin: 0.1rem 0 0;\n padding: 0;\n overflow: hidden;\n font-size: 0.55rem;\n list-style-type: none;\n opacity: 0.75;\n}\n[data-md-state=done] .md-source__facts {\n animation: md-source__facts--done 250ms ease-in;\n}\n.md-source__fact {\n display: inline-block;\n}\n[data-md-state=done] .md-source__fact {\n animation: md-source__fact--done 400ms ease-out;\n}\n.md-source__fact::before {\n display: inline-block;\n width: 0.6rem;\n height: 0.6rem;\n margin-right: 0.1rem;\n vertical-align: text-top;\n background-color: currentColor;\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n.md-source__fact:nth-child(1n+2)::before {\n margin-left: 0.4rem;\n}\n[dir=rtl] .md-source__fact {\n margin-right: initial;\n margin-left: 0.1rem;\n}\n[dir=rtl] .md-source__fact:nth-child(1n+2)::before {\n margin-right: 0.4rem;\n margin-left: initial;\n}\n.md-source__fact--version::before {\n mask-image: var(--md-source-version-icon);\n}\n.md-source__fact--stars::before {\n mask-image: var(--md-source-stars-icon);\n}\n.md-source__fact--forks::before {\n mask-image: var(--md-source-forks-icon);\n}\n.md-source__fact--repositories::before {\n mask-image: var(--md-source-repositories-icon);\n}\n\n.md-tabs {\n width: 100%;\n overflow: auto;\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n}\n@media print {\n .md-tabs {\n display: none;\n }\n}\n@media screen and (max-width: 76.1875em) {\n .md-tabs {\n display: none;\n }\n}\n.md-tabs[data-md-state=hidden] {\n pointer-events: none;\n}\n.md-tabs__list {\n margin: 0;\n margin-left: 0.2rem;\n padding: 0;\n white-space: nowrap;\n list-style: none;\n contain: content;\n}\n[dir=rtl] .md-tabs__list {\n margin-right: 0.2rem;\n margin-left: initial;\n}\n.md-tabs__item {\n display: inline-block;\n height: 2.4rem;\n padding-right: 0.6rem;\n padding-left: 0.6rem;\n}\n.md-tabs__link {\n display: block;\n margin-top: 0.8rem;\n font-size: 0.7rem;\n outline-color: var(--md-accent-fg-color);\n outline-offset: 0.2rem;\n backface-visibility: hidden;\n opacity: 0.7;\n transition: transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1), opacity 250ms;\n}\n.md-tabs__link--active, .md-tabs__link:focus, .md-tabs__link:hover {\n color: inherit;\n opacity: 1;\n}\n.md-tabs__item:nth-child(2) .md-tabs__link {\n transition-delay: 20ms;\n}\n.md-tabs__item:nth-child(3) .md-tabs__link {\n transition-delay: 40ms;\n}\n.md-tabs__item:nth-child(4) .md-tabs__link {\n transition-delay: 60ms;\n}\n.md-tabs__item:nth-child(5) .md-tabs__link {\n transition-delay: 80ms;\n}\n.md-tabs__item:nth-child(6) .md-tabs__link {\n transition-delay: 100ms;\n}\n.md-tabs__item:nth-child(7) .md-tabs__link {\n transition-delay: 120ms;\n}\n.md-tabs__item:nth-child(8) .md-tabs__link {\n transition-delay: 140ms;\n}\n.md-tabs__item:nth-child(9) .md-tabs__link {\n transition-delay: 160ms;\n}\n.md-tabs__item:nth-child(10) .md-tabs__link {\n transition-delay: 180ms;\n}\n.md-tabs__item:nth-child(11) .md-tabs__link {\n transition-delay: 200ms;\n}\n.md-tabs__item:nth-child(12) .md-tabs__link {\n transition-delay: 220ms;\n}\n.md-tabs__item:nth-child(13) .md-tabs__link {\n transition-delay: 240ms;\n}\n.md-tabs__item:nth-child(14) .md-tabs__link {\n transition-delay: 260ms;\n}\n.md-tabs__item:nth-child(15) .md-tabs__link {\n transition-delay: 280ms;\n}\n.md-tabs__item:nth-child(16) .md-tabs__link {\n transition-delay: 300ms;\n}\n.md-tabs[data-md-state=hidden] .md-tabs__link {\n transform: translateY(50%);\n opacity: 0;\n transition: transform 0ms 100ms, opacity 100ms;\n}\n\n.md-top {\n position: sticky;\n bottom: 0.4rem;\n z-index: 1;\n float: right;\n margin: -2.8rem 0.4rem 0.4rem;\n padding: 0.4rem;\n color: var(--md-primary-bg-color);\n background: var(--md-primary-fg-color);\n border-radius: 100%;\n outline: none;\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1), 0 0.025rem 0.05rem rgba(0, 0, 0, 0.1);\n transform: translateY(0);\n transition: opacity 125ms, transform 125ms cubic-bezier(0.4, 0, 0.2, 1), background-color 125ms;\n}\n[dir=rtl] .md-top {\n float: left;\n}\n.md-top[data-md-state=hidden] {\n transform: translateY(-0.2rem);\n opacity: 0;\n pointer-events: none;\n}\n.md-top:focus, .md-top:hover {\n background: var(--md-accent-fg-color);\n transform: scale(1.1);\n}\n\n:root {\n --md-version-icon: svg-load(\"fontawesome/solid/caret-down.svg\");\n}\n\n.md-version {\n flex-shrink: 0;\n height: 2.4rem;\n font-size: 0.8rem;\n}\n.md-version__current {\n position: relative;\n top: 0.05rem;\n margin-right: 0.4rem;\n margin-left: 1.4rem;\n color: inherit;\n outline: none;\n cursor: pointer;\n}\n[dir=rtl] .md-version__current {\n margin-right: 1.4rem;\n margin-left: 0.4rem;\n}\n.md-version__current::after {\n display: inline-block;\n width: 0.4rem;\n height: 0.6rem;\n margin-left: 0.4rem;\n background-color: currentColor;\n mask-image: var(--md-version-icon);\n mask-repeat: no-repeat;\n content: \"\";\n}\n[dir=rtl] .md-version__current::after {\n margin-right: 0.4rem;\n margin-left: initial;\n}\n.md-version__list {\n position: absolute;\n top: 0.15rem;\n z-index: 1;\n max-height: 0;\n margin: 0.2rem 0.8rem;\n padding: 0;\n overflow: auto;\n color: var(--md-default-fg-color);\n list-style-type: none;\n background-color: var(--md-default-bg-color);\n border-radius: 0.1rem;\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1), 0 0 0.05rem rgba(0, 0, 0, 0.25);\n opacity: 0;\n transition: max-height 0ms 500ms, opacity 250ms 250ms;\n scroll-snap-type: y mandatory;\n}\n.md-version:focus-within .md-version__list, .md-version:hover .md-version__list {\n max-height: 10rem;\n opacity: 1;\n transition: max-height 0ms, opacity 250ms;\n}\n.md-version__item {\n line-height: 1.8rem;\n}\n.md-version__link {\n display: block;\n width: 100%;\n padding-right: 1.2rem;\n padding-left: 0.6rem;\n white-space: nowrap;\n outline: none;\n cursor: pointer;\n transition: color 250ms, background-color 250ms;\n scroll-snap-align: start;\n}\n[dir=rtl] .md-version__link {\n padding-right: 0.6rem;\n padding-left: 1.2rem;\n}\n.md-version__link:focus, .md-version__link:hover {\n color: var(--md-accent-fg-color);\n}\n.md-version__link:focus {\n background-color: var(--md-default-fg-color--lightest);\n}\n\n:root {\n --md-admonition-icon--note:\n svg-load(\"material/pencil.svg\");\n --md-admonition-icon--abstract:\n svg-load(\"material/text-subject.svg\");\n --md-admonition-icon--info:\n svg-load(\"material/information.svg\");\n --md-admonition-icon--tip:\n svg-load(\"material/fire.svg\");\n --md-admonition-icon--success:\n svg-load(\"material/check-circle.svg\");\n --md-admonition-icon--question:\n svg-load(\"material/help-circle.svg\");\n --md-admonition-icon--warning:\n svg-load(\"material/alert.svg\");\n --md-admonition-icon--failure:\n svg-load(\"material/close-circle.svg\");\n --md-admonition-icon--danger:\n svg-load(\"material/flash-circle.svg\");\n --md-admonition-icon--bug:\n svg-load(\"material/bug.svg\");\n --md-admonition-icon--example:\n svg-load(\"material/format-list-numbered.svg\");\n --md-admonition-icon--quote:\n svg-load(\"material/format-quote-close.svg\");\n}\n\n.md-typeset .admonition, .md-typeset details {\n margin: 1.5625em 0;\n padding: 0 0.6rem;\n overflow: hidden;\n color: var(--md-admonition-fg-color);\n font-size: 0.64rem;\n page-break-inside: avoid;\n background-color: var(--md-admonition-bg-color);\n border-left: 0.2rem solid #448aff;\n border-radius: 0.1rem;\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0.025rem 0.05rem rgba(0, 0, 0, 0.05);\n}\n@media print {\n .md-typeset .admonition, .md-typeset details {\n box-shadow: none;\n }\n}\n[dir=rtl] .md-typeset .admonition, [dir=rtl] .md-typeset details {\n border-right: 0.2rem solid #448aff;\n border-left: none;\n}\n.md-typeset .admonition .admonition, .md-typeset details .admonition, .md-typeset .admonition details, .md-typeset details details {\n margin-top: 1em;\n margin-bottom: 1em;\n}\n.md-typeset .admonition .md-typeset__scrollwrap, .md-typeset details .md-typeset__scrollwrap {\n margin: 1em -0.6rem;\n}\n.md-typeset .admonition .md-typeset__table, .md-typeset details .md-typeset__table {\n padding: 0 0.6rem;\n}\n.md-typeset .admonition > .tabbed-set:only-child, .md-typeset details > .tabbed-set:only-child {\n margin-top: 0;\n}\nhtml .md-typeset .admonition > :last-child, html .md-typeset details > :last-child {\n margin-bottom: 0.6rem;\n}\n.md-typeset .admonition-title, .md-typeset summary {\n position: relative;\n margin: 0 -0.6rem 0 -0.8rem;\n padding: 0.4rem 0.6rem 0.4rem 2rem;\n font-weight: 700;\n background-color: rgba(68, 138, 255, 0.1);\n border-left: 0.2rem solid #448aff;\n}\n[dir=rtl] .md-typeset .admonition-title, [dir=rtl] .md-typeset summary {\n margin: 0 -0.8rem 0 -0.6rem;\n padding: 0.4rem 2rem 0.4rem 0.6rem;\n border-right: 0.2rem solid #448aff;\n border-left: none;\n}\nhtml .md-typeset .admonition-title:last-child, html .md-typeset summary:last-child {\n margin-bottom: 0;\n}\n.md-typeset .admonition-title::before, .md-typeset summary::before {\n position: absolute;\n left: 0.6rem;\n width: 1rem;\n height: 1rem;\n background-color: #448aff;\n mask-image: var(--md-admonition-icon--note);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n[dir=rtl] .md-typeset .admonition-title::before, [dir=rtl] .md-typeset summary::before {\n right: 0.6rem;\n left: initial;\n}\n.md-typeset .admonition-title + .tabbed-set:last-child, .md-typeset summary + .tabbed-set:last-child {\n margin-top: 0;\n}\n\n.md-typeset .admonition.note, .md-typeset details.note {\n border-color: #448aff;\n}\n\n.md-typeset .note > .admonition-title, .md-typeset .note > summary {\n background-color: rgba(68, 138, 255, 0.1);\n border-color: #448aff;\n}\n.md-typeset .note > .admonition-title::before, .md-typeset .note > summary::before {\n background-color: #448aff;\n mask-image: var(--md-admonition-icon--note);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.abstract, .md-typeset details.abstract, .md-typeset .admonition.tldr, .md-typeset details.tldr, .md-typeset .admonition.summary, .md-typeset details.summary {\n border-color: #00b0ff;\n}\n\n.md-typeset .abstract > .admonition-title, .md-typeset .abstract > summary, .md-typeset .tldr > .admonition-title, .md-typeset .tldr > summary, .md-typeset .summary > .admonition-title, .md-typeset .summary > summary {\n background-color: rgba(0, 176, 255, 0.1);\n border-color: #00b0ff;\n}\n.md-typeset .abstract > .admonition-title::before, .md-typeset .abstract > summary::before, .md-typeset .tldr > .admonition-title::before, .md-typeset .tldr > summary::before, .md-typeset .summary > .admonition-title::before, .md-typeset .summary > summary::before {\n background-color: #00b0ff;\n mask-image: var(--md-admonition-icon--abstract);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.info, .md-typeset details.info, .md-typeset .admonition.todo, .md-typeset details.todo {\n border-color: #00b8d4;\n}\n\n.md-typeset .info > .admonition-title, .md-typeset .info > summary, .md-typeset .todo > .admonition-title, .md-typeset .todo > summary {\n background-color: rgba(0, 184, 212, 0.1);\n border-color: #00b8d4;\n}\n.md-typeset .info > .admonition-title::before, .md-typeset .info > summary::before, .md-typeset .todo > .admonition-title::before, .md-typeset .todo > summary::before {\n background-color: #00b8d4;\n mask-image: var(--md-admonition-icon--info);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.tip, .md-typeset details.tip, .md-typeset .admonition.important, .md-typeset details.important, .md-typeset .admonition.hint, .md-typeset details.hint {\n border-color: #00bfa5;\n}\n\n.md-typeset .tip > .admonition-title, .md-typeset .tip > summary, .md-typeset .important > .admonition-title, .md-typeset .important > summary, .md-typeset .hint > .admonition-title, .md-typeset .hint > summary {\n background-color: rgba(0, 191, 165, 0.1);\n border-color: #00bfa5;\n}\n.md-typeset .tip > .admonition-title::before, .md-typeset .tip > summary::before, .md-typeset .important > .admonition-title::before, .md-typeset .important > summary::before, .md-typeset .hint > .admonition-title::before, .md-typeset .hint > summary::before {\n background-color: #00bfa5;\n mask-image: var(--md-admonition-icon--tip);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.success, .md-typeset details.success, .md-typeset .admonition.done, .md-typeset details.done, .md-typeset .admonition.check, .md-typeset details.check {\n border-color: #00c853;\n}\n\n.md-typeset .success > .admonition-title, .md-typeset .success > summary, .md-typeset .done > .admonition-title, .md-typeset .done > summary, .md-typeset .check > .admonition-title, .md-typeset .check > summary {\n background-color: rgba(0, 200, 83, 0.1);\n border-color: #00c853;\n}\n.md-typeset .success > .admonition-title::before, .md-typeset .success > summary::before, .md-typeset .done > .admonition-title::before, .md-typeset .done > summary::before, .md-typeset .check > .admonition-title::before, .md-typeset .check > summary::before {\n background-color: #00c853;\n mask-image: var(--md-admonition-icon--success);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.question, .md-typeset details.question, .md-typeset .admonition.faq, .md-typeset details.faq, .md-typeset .admonition.help, .md-typeset details.help {\n border-color: #64dd17;\n}\n\n.md-typeset .question > .admonition-title, .md-typeset .question > summary, .md-typeset .faq > .admonition-title, .md-typeset .faq > summary, .md-typeset .help > .admonition-title, .md-typeset .help > summary {\n background-color: rgba(100, 221, 23, 0.1);\n border-color: #64dd17;\n}\n.md-typeset .question > .admonition-title::before, .md-typeset .question > summary::before, .md-typeset .faq > .admonition-title::before, .md-typeset .faq > summary::before, .md-typeset .help > .admonition-title::before, .md-typeset .help > summary::before {\n background-color: #64dd17;\n mask-image: var(--md-admonition-icon--question);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.warning, .md-typeset details.warning, .md-typeset .admonition.attention, .md-typeset details.attention, .md-typeset .admonition.caution, .md-typeset details.caution {\n border-color: #ff9100;\n}\n\n.md-typeset .warning > .admonition-title, .md-typeset .warning > summary, .md-typeset .attention > .admonition-title, .md-typeset .attention > summary, .md-typeset .caution > .admonition-title, .md-typeset .caution > summary {\n background-color: rgba(255, 145, 0, 0.1);\n border-color: #ff9100;\n}\n.md-typeset .warning > .admonition-title::before, .md-typeset .warning > summary::before, .md-typeset .attention > .admonition-title::before, .md-typeset .attention > summary::before, .md-typeset .caution > .admonition-title::before, .md-typeset .caution > summary::before {\n background-color: #ff9100;\n mask-image: var(--md-admonition-icon--warning);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.failure, .md-typeset details.failure, .md-typeset .admonition.missing, .md-typeset details.missing, .md-typeset .admonition.fail, .md-typeset details.fail {\n border-color: #ff5252;\n}\n\n.md-typeset .failure > .admonition-title, .md-typeset .failure > summary, .md-typeset .missing > .admonition-title, .md-typeset .missing > summary, .md-typeset .fail > .admonition-title, .md-typeset .fail > summary {\n background-color: rgba(255, 82, 82, 0.1);\n border-color: #ff5252;\n}\n.md-typeset .failure > .admonition-title::before, .md-typeset .failure > summary::before, .md-typeset .missing > .admonition-title::before, .md-typeset .missing > summary::before, .md-typeset .fail > .admonition-title::before, .md-typeset .fail > summary::before {\n background-color: #ff5252;\n mask-image: var(--md-admonition-icon--failure);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.danger, .md-typeset details.danger, .md-typeset .admonition.error, .md-typeset details.error {\n border-color: #ff1744;\n}\n\n.md-typeset .danger > .admonition-title, .md-typeset .danger > summary, .md-typeset .error > .admonition-title, .md-typeset .error > summary {\n background-color: rgba(255, 23, 68, 0.1);\n border-color: #ff1744;\n}\n.md-typeset .danger > .admonition-title::before, .md-typeset .danger > summary::before, .md-typeset .error > .admonition-title::before, .md-typeset .error > summary::before {\n background-color: #ff1744;\n mask-image: var(--md-admonition-icon--danger);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.bug, .md-typeset details.bug {\n border-color: #f50057;\n}\n\n.md-typeset .bug > .admonition-title, .md-typeset .bug > summary {\n background-color: rgba(245, 0, 87, 0.1);\n border-color: #f50057;\n}\n.md-typeset .bug > .admonition-title::before, .md-typeset .bug > summary::before {\n background-color: #f50057;\n mask-image: var(--md-admonition-icon--bug);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.example, .md-typeset details.example {\n border-color: #7c4dff;\n}\n\n.md-typeset .example > .admonition-title, .md-typeset .example > summary {\n background-color: rgba(124, 77, 255, 0.1);\n border-color: #7c4dff;\n}\n.md-typeset .example > .admonition-title::before, .md-typeset .example > summary::before {\n background-color: #7c4dff;\n mask-image: var(--md-admonition-icon--example);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n.md-typeset .admonition.quote, .md-typeset details.quote, .md-typeset .admonition.cite, .md-typeset details.cite {\n border-color: #9e9e9e;\n}\n\n.md-typeset .quote > .admonition-title, .md-typeset .quote > summary, .md-typeset .cite > .admonition-title, .md-typeset .cite > summary {\n background-color: rgba(158, 158, 158, 0.1);\n border-color: #9e9e9e;\n}\n.md-typeset .quote > .admonition-title::before, .md-typeset .quote > summary::before, .md-typeset .cite > .admonition-title::before, .md-typeset .cite > summary::before {\n background-color: #9e9e9e;\n mask-image: var(--md-admonition-icon--quote);\n mask-repeat: no-repeat;\n mask-size: contain;\n}\n\n:root {\n --md-footnotes-icon: svg-load(\"material/keyboard-return.svg\");\n}\n\n.md-typeset .footnote {\n color: var(--md-default-fg-color--light);\n font-size: 0.64rem;\n}\n.md-typeset .footnote > ol {\n margin-left: 0;\n}\n.md-typeset .footnote > ol > li {\n transition: color 125ms;\n}\n.md-typeset .footnote > ol > li:target {\n color: var(--md-default-fg-color);\n}\n.md-typeset .footnote > ol > li:hover .footnote-backref, .md-typeset .footnote > ol > li:target .footnote-backref {\n transform: translateX(0);\n opacity: 1;\n}\n.md-typeset .footnote > ol > li > :first-child {\n margin-top: 0;\n}\n.md-typeset .footnote-ref {\n font-weight: 700;\n font-size: 0.75em;\n}\nhtml .md-typeset .footnote-ref {\n outline-offset: 0.1rem;\n}\n.md-typeset .footnote-backref {\n display: inline-block;\n color: var(--md-typeset-a-color);\n font-size: 0;\n vertical-align: text-bottom;\n transform: translateX(0.25rem);\n opacity: 0;\n transition: color 250ms, transform 250ms 250ms, opacity 125ms 250ms;\n}\n@media print {\n .md-typeset .footnote-backref {\n color: var(--md-typeset-a-color);\n transform: translateX(0);\n opacity: 1;\n }\n}\n[dir=rtl] .md-typeset .footnote-backref {\n transform: translateX(-0.25rem);\n}\n.md-typeset .footnote-backref:hover {\n color: var(--md-accent-fg-color);\n}\n.md-typeset .footnote-backref::before {\n display: inline-block;\n width: 0.8rem;\n height: 0.8rem;\n background-color: currentColor;\n mask-image: var(--md-footnotes-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n[dir=rtl] .md-typeset .footnote-backref::before svg {\n transform: scaleX(-1);\n}\n.md-typeset [id^=\"fnref:\"]:target {\n scroll-margin-top: initial;\n margin-top: -3.4rem;\n padding-top: 3.4rem;\n}\n.md-typeset [id^=\"fnref:\"]:target > .footnote-ref {\n outline: auto;\n}\n.md-typeset [id^=\"fn:\"]:target {\n scroll-margin-top: initial;\n margin-top: -3.45rem;\n padding-top: 3.45rem;\n}\n\n.md-typeset .headerlink {\n display: inline-block;\n margin-left: 0.5rem;\n color: var(--md-default-fg-color--lighter);\n opacity: 0;\n transition: color 250ms, opacity 125ms;\n}\n@media print {\n .md-typeset .headerlink {\n display: none;\n }\n}\n[dir=rtl] .md-typeset .headerlink {\n margin-right: 0.5rem;\n margin-left: initial;\n}\n.md-typeset :hover > .headerlink,\n.md-typeset :target > .headerlink,\n.md-typeset .headerlink:focus {\n opacity: 1;\n transition: color 250ms, opacity 125ms;\n}\n.md-typeset :target > .headerlink,\n.md-typeset .headerlink:focus,\n.md-typeset .headerlink:hover {\n color: var(--md-accent-fg-color);\n}\n.md-typeset :target {\n scroll-margin-top: 3.6rem;\n}\n.md-typeset h1:target,\n.md-typeset h2:target,\n.md-typeset h3:target {\n scroll-margin-top: initial;\n}\n.md-typeset h1:target::before,\n.md-typeset h2:target::before,\n.md-typeset h3:target::before {\n display: block;\n margin-top: -3.4rem;\n padding-top: 3.4rem;\n content: \"\";\n}\n.md-typeset h4:target {\n scroll-margin-top: initial;\n}\n.md-typeset h4:target::before {\n display: block;\n margin-top: -3.45rem;\n padding-top: 3.45rem;\n content: \"\";\n}\n.md-typeset h5:target,\n.md-typeset h6:target {\n scroll-margin-top: initial;\n}\n.md-typeset h5:target::before,\n.md-typeset h6:target::before {\n display: block;\n margin-top: -3.6rem;\n padding-top: 3.6rem;\n content: \"\";\n}\n\n.md-typeset div.arithmatex {\n overflow: auto;\n}\n@media screen and (max-width: 44.9375em) {\n .md-typeset div.arithmatex {\n margin: 0 -0.8rem;\n }\n}\n.md-typeset div.arithmatex > * {\n width: min-content;\n margin: 1em auto !important;\n padding: 0 0.8rem;\n touch-action: auto;\n}\n\n.md-typeset del.critic,\n.md-typeset ins.critic,\n.md-typeset .critic.comment {\n box-decoration-break: clone;\n}\n.md-typeset del.critic {\n background-color: var(--md-typeset-del-color);\n}\n.md-typeset ins.critic {\n background-color: var(--md-typeset-ins-color);\n}\n.md-typeset .critic.comment {\n color: var(--md-code-hl-comment-color);\n}\n.md-typeset .critic.comment::before {\n content: \"/* \";\n}\n.md-typeset .critic.comment::after {\n content: \" */\";\n}\n.md-typeset .critic.block {\n display: block;\n margin: 1em 0;\n padding-right: 0.8rem;\n padding-left: 0.8rem;\n overflow: auto;\n box-shadow: none;\n}\n.md-typeset .critic.block > :first-child {\n margin-top: 0.5em;\n}\n.md-typeset .critic.block > :last-child {\n margin-bottom: 0.5em;\n}\n\n:root {\n --md-details-icon: svg-load(\"material/chevron-right.svg\");\n}\n\n.md-typeset details {\n display: flow-root;\n padding-top: 0;\n overflow: visible;\n}\n.md-typeset details[open] > summary::after {\n transform: rotate(90deg);\n}\n.md-typeset details:not([open]) {\n padding-bottom: 0;\n box-shadow: none;\n}\n.md-typeset details:not([open]) > summary {\n border-radius: 0.1rem;\n}\n.md-typeset details::after {\n display: table;\n content: \"\";\n}\n.md-typeset summary {\n display: block;\n min-height: 1rem;\n padding: 0.4rem 1.8rem 0.4rem 2rem;\n border-top-left-radius: 0.1rem;\n border-top-right-radius: 0.1rem;\n cursor: pointer;\n}\n[dir=rtl] .md-typeset summary {\n padding: 0.4rem 2.2rem 0.4rem 1.8rem;\n}\n.md-typeset summary:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n}\n.md-typeset summary::after {\n position: absolute;\n top: 0.4rem;\n right: 0.4rem;\n width: 1rem;\n height: 1rem;\n background-color: currentColor;\n mask-image: var(--md-details-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n transform: rotate(0deg);\n transition: transform 250ms;\n content: \"\";\n}\n[dir=rtl] .md-typeset summary::after {\n right: initial;\n left: 0.4rem;\n transform: rotate(180deg);\n}\n.md-typeset summary::marker, .md-typeset summary::-webkit-details-marker {\n display: none;\n}\n\n.md-typeset .emojione,\n.md-typeset .twemoji,\n.md-typeset .gemoji {\n display: inline-flex;\n height: 1.125em;\n vertical-align: text-top;\n}\n.md-typeset .emojione svg,\n.md-typeset .twemoji svg,\n.md-typeset .gemoji svg {\n width: 1.125em;\n max-height: 100%;\n fill: currentColor;\n}\n\n.highlight .o,\n.highlight .ow {\n color: var(--md-code-hl-operator-color);\n}\n.highlight .p {\n color: var(--md-code-hl-punctuation-color);\n}\n.highlight .cpf,\n.highlight .l,\n.highlight .s,\n.highlight .sb,\n.highlight .sc,\n.highlight .s2,\n.highlight .si,\n.highlight .s1,\n.highlight .ss {\n color: var(--md-code-hl-string-color);\n}\n.highlight .cp,\n.highlight .se,\n.highlight .sh,\n.highlight .sr,\n.highlight .sx {\n color: var(--md-code-hl-special-color);\n}\n.highlight .m,\n.highlight .mb,\n.highlight .mf,\n.highlight .mh,\n.highlight .mi,\n.highlight .il,\n.highlight .mo {\n color: var(--md-code-hl-number-color);\n}\n.highlight .k,\n.highlight .kd,\n.highlight .kn,\n.highlight .kp,\n.highlight .kr,\n.highlight .kt {\n color: var(--md-code-hl-keyword-color);\n}\n.highlight .kc,\n.highlight .n {\n color: var(--md-code-hl-name-color);\n}\n.highlight .no,\n.highlight .nb,\n.highlight .bp {\n color: var(--md-code-hl-constant-color);\n}\n.highlight .nc,\n.highlight .ne,\n.highlight .nf,\n.highlight .nn {\n color: var(--md-code-hl-function-color);\n}\n.highlight .nd,\n.highlight .ni,\n.highlight .nl,\n.highlight .nt {\n color: var(--md-code-hl-keyword-color);\n}\n.highlight .c,\n.highlight .cm,\n.highlight .c1,\n.highlight .ch,\n.highlight .cs,\n.highlight .sd {\n color: var(--md-code-hl-comment-color);\n}\n.highlight .na,\n.highlight .nv,\n.highlight .vc,\n.highlight .vg,\n.highlight .vi {\n color: var(--md-code-hl-variable-color);\n}\n.highlight .ge,\n.highlight .gr,\n.highlight .gh,\n.highlight .go,\n.highlight .gp,\n.highlight .gs,\n.highlight .gu,\n.highlight .gt {\n color: var(--md-code-hl-generic-color);\n}\n.highlight .gd,\n.highlight .gi {\n margin: 0 -0.125em;\n padding: 0 0.125em;\n border-radius: 0.1rem;\n}\n.highlight .gd {\n background-color: var(--md-typeset-del-color);\n}\n.highlight .gi {\n background-color: var(--md-typeset-ins-color);\n}\n.highlight .hll {\n display: block;\n margin: 0 -1.1764705882em;\n padding: 0 1.1764705882em;\n background-color: var(--md-code-hl-color);\n}\n.highlight [data-linenos]::before {\n position: sticky;\n left: -1.1764705882em;\n float: left;\n margin-right: 1.1764705882em;\n margin-left: -1.1764705882em;\n padding-left: 1.1764705882em;\n color: var(--md-default-fg-color--light);\n background-color: var(--md-code-bg-color);\n box-shadow: -0.05rem 0 var(--md-default-fg-color--lightest) inset;\n content: attr(data-linenos);\n user-select: none;\n}\n\n.highlighttable {\n display: flow-root;\n overflow: hidden;\n}\n.highlighttable tbody,\n.highlighttable td {\n display: block;\n padding: 0;\n}\n.highlighttable tr {\n display: flex;\n}\n.highlighttable pre {\n margin: 0;\n}\n.highlighttable .linenos {\n padding: 0.7720588235em 1.1764705882em;\n padding-right: 0;\n font-size: 0.85em;\n background-color: var(--md-code-bg-color);\n user-select: none;\n}\n.highlighttable .linenodiv {\n padding-right: 0.5882352941em;\n box-shadow: -0.05rem 0 var(--md-default-fg-color--lightest) inset;\n}\n.highlighttable .linenodiv pre {\n color: var(--md-default-fg-color--light);\n text-align: right;\n}\n.highlighttable .code {\n flex: 1;\n overflow: hidden;\n}\n\n.md-typeset .highlighttable {\n margin: 1em 0;\n direction: ltr;\n border-radius: 0.1rem;\n}\n.md-typeset .highlighttable code {\n border-radius: 0;\n}\n@media screen and (max-width: 44.9375em) {\n .md-typeset > .highlight {\n margin: 1em -0.8rem;\n }\n .md-typeset > .highlight .hll {\n margin: 0 -0.8rem;\n padding: 0 0.8rem;\n }\n .md-typeset > .highlight code {\n border-radius: 0;\n }\n .md-typeset > .highlighttable {\n margin: 1em -0.8rem;\n border-radius: 0;\n }\n .md-typeset > .highlighttable .hll {\n margin: 0 -0.8rem;\n padding: 0 0.8rem;\n }\n}\n\n.md-typeset .keys kbd::before,\n.md-typeset .keys kbd::after {\n position: relative;\n margin: 0;\n color: inherit;\n -moz-osx-font-smoothing: initial;\n -webkit-font-smoothing: initial;\n}\n.md-typeset .keys span {\n padding: 0 0.2em;\n color: var(--md-default-fg-color--light);\n}\n.md-typeset .keys .key-alt::before {\n padding-right: 0.4em;\n content: \"⎇\";\n}\n.md-typeset .keys .key-left-alt::before {\n padding-right: 0.4em;\n content: \"⎇\";\n}\n.md-typeset .keys .key-right-alt::before {\n padding-right: 0.4em;\n content: \"⎇\";\n}\n.md-typeset .keys .key-command::before {\n padding-right: 0.4em;\n content: \"⌘\";\n}\n.md-typeset .keys .key-left-command::before {\n padding-right: 0.4em;\n content: \"⌘\";\n}\n.md-typeset .keys .key-right-command::before {\n padding-right: 0.4em;\n content: \"⌘\";\n}\n.md-typeset .keys .key-control::before {\n padding-right: 0.4em;\n content: \"⌃\";\n}\n.md-typeset .keys .key-left-control::before {\n padding-right: 0.4em;\n content: \"⌃\";\n}\n.md-typeset .keys .key-right-control::before {\n padding-right: 0.4em;\n content: \"⌃\";\n}\n.md-typeset .keys .key-meta::before {\n padding-right: 0.4em;\n content: \"◆\";\n}\n.md-typeset .keys .key-left-meta::before {\n padding-right: 0.4em;\n content: \"◆\";\n}\n.md-typeset .keys .key-right-meta::before {\n padding-right: 0.4em;\n content: \"◆\";\n}\n.md-typeset .keys .key-option::before {\n padding-right: 0.4em;\n content: \"⌥\";\n}\n.md-typeset .keys .key-left-option::before {\n padding-right: 0.4em;\n content: \"⌥\";\n}\n.md-typeset .keys .key-right-option::before {\n padding-right: 0.4em;\n content: \"⌥\";\n}\n.md-typeset .keys .key-shift::before {\n padding-right: 0.4em;\n content: \"⇧\";\n}\n.md-typeset .keys .key-left-shift::before {\n padding-right: 0.4em;\n content: \"⇧\";\n}\n.md-typeset .keys .key-right-shift::before {\n padding-right: 0.4em;\n content: \"⇧\";\n}\n.md-typeset .keys .key-super::before {\n padding-right: 0.4em;\n content: \"❖\";\n}\n.md-typeset .keys .key-left-super::before {\n padding-right: 0.4em;\n content: \"❖\";\n}\n.md-typeset .keys .key-right-super::before {\n padding-right: 0.4em;\n content: \"❖\";\n}\n.md-typeset .keys .key-windows::before {\n padding-right: 0.4em;\n content: \"⊞\";\n}\n.md-typeset .keys .key-left-windows::before {\n padding-right: 0.4em;\n content: \"⊞\";\n}\n.md-typeset .keys .key-right-windows::before {\n padding-right: 0.4em;\n content: \"⊞\";\n}\n.md-typeset .keys .key-arrow-down::before {\n padding-right: 0.4em;\n content: \"↓\";\n}\n.md-typeset .keys .key-arrow-left::before {\n padding-right: 0.4em;\n content: \"←\";\n}\n.md-typeset .keys .key-arrow-right::before {\n padding-right: 0.4em;\n content: \"→\";\n}\n.md-typeset .keys .key-arrow-up::before {\n padding-right: 0.4em;\n content: \"↑\";\n}\n.md-typeset .keys .key-backspace::before {\n padding-right: 0.4em;\n content: \"⌫\";\n}\n.md-typeset .keys .key-backtab::before {\n padding-right: 0.4em;\n content: \"⇤\";\n}\n.md-typeset .keys .key-caps-lock::before {\n padding-right: 0.4em;\n content: \"⇪\";\n}\n.md-typeset .keys .key-clear::before {\n padding-right: 0.4em;\n content: \"⌧\";\n}\n.md-typeset .keys .key-context-menu::before {\n padding-right: 0.4em;\n content: \"☰\";\n}\n.md-typeset .keys .key-delete::before {\n padding-right: 0.4em;\n content: \"⌦\";\n}\n.md-typeset .keys .key-eject::before {\n padding-right: 0.4em;\n content: \"⏏\";\n}\n.md-typeset .keys .key-end::before {\n padding-right: 0.4em;\n content: \"⤓\";\n}\n.md-typeset .keys .key-escape::before {\n padding-right: 0.4em;\n content: \"⎋\";\n}\n.md-typeset .keys .key-home::before {\n padding-right: 0.4em;\n content: \"⤒\";\n}\n.md-typeset .keys .key-insert::before {\n padding-right: 0.4em;\n content: \"⎀\";\n}\n.md-typeset .keys .key-page-down::before {\n padding-right: 0.4em;\n content: \"⇟\";\n}\n.md-typeset .keys .key-page-up::before {\n padding-right: 0.4em;\n content: \"⇞\";\n}\n.md-typeset .keys .key-print-screen::before {\n padding-right: 0.4em;\n content: \"⎙\";\n}\n.md-typeset .keys .key-tab::after {\n padding-left: 0.4em;\n content: \"⇥\";\n}\n.md-typeset .keys .key-num-enter::after {\n padding-left: 0.4em;\n content: \"⌤\";\n}\n.md-typeset .keys .key-enter::after {\n padding-left: 0.4em;\n content: \"⏎\";\n}\n\n.md-typeset .tabbed-content {\n display: none;\n order: 99;\n width: 100%;\n box-shadow: 0 -0.05rem var(--md-default-fg-color--lightest);\n}\n@media print {\n .md-typeset .tabbed-content {\n display: block;\n order: initial;\n }\n}\n.md-typeset .tabbed-content > pre:only-child,\n.md-typeset .tabbed-content > .highlight:only-child pre,\n.md-typeset .tabbed-content > .highlighttable:only-child {\n margin: 0;\n}\n.md-typeset .tabbed-content > pre:only-child > code,\n.md-typeset .tabbed-content > .highlight:only-child pre > code,\n.md-typeset .tabbed-content > .highlighttable:only-child > code {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n.md-typeset .tabbed-content > .tabbed-set {\n margin: 0;\n}\n.md-typeset .tabbed-set {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n margin: 1em 0;\n border-radius: 0.1rem;\n}\n.md-typeset .tabbed-set > input {\n position: absolute;\n width: 0;\n height: 0;\n opacity: 0;\n}\n.md-typeset .tabbed-set > input:checked + label {\n color: var(--md-accent-fg-color);\n border-color: var(--md-accent-fg-color);\n}\n.md-typeset .tabbed-set > input:checked + label + .tabbed-content {\n display: block;\n}\n.md-typeset .tabbed-set > input:focus + label {\n outline-style: auto;\n outline-color: var(--md-accent-fg-color);\n}\n.md-typeset .tabbed-set > input:not(.focus-visible) + label {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n}\n.md-typeset .tabbed-set > label {\n z-index: 1;\n width: auto;\n padding: 0.9375em 1.25em 0.78125em;\n color: var(--md-default-fg-color--light);\n font-weight: 700;\n font-size: 0.64rem;\n border-bottom: 0.1rem solid transparent;\n cursor: pointer;\n transition: color 250ms;\n}\n.md-typeset .tabbed-set > label:hover {\n color: var(--md-accent-fg-color);\n}\n\n:root {\n --md-tasklist-icon:\n svg-load(\"octicons/check-circle-fill-24.svg\");\n --md-tasklist-icon--checked:\n svg-load(\"octicons/check-circle-fill-24.svg\");\n}\n\n.md-typeset .task-list-item {\n position: relative;\n list-style-type: none;\n}\n.md-typeset .task-list-item [type=checkbox] {\n position: absolute;\n top: 0.45em;\n left: -2em;\n}\n[dir=rtl] .md-typeset .task-list-item [type=checkbox] {\n right: -2em;\n left: initial;\n}\n.md-typeset .task-list-control [type=checkbox] {\n z-index: -1;\n opacity: 0;\n}\n.md-typeset .task-list-indicator::before {\n position: absolute;\n top: 0.15em;\n left: -1.5em;\n width: 1.25em;\n height: 1.25em;\n background-color: var(--md-default-fg-color--lightest);\n mask-image: var(--md-tasklist-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n}\n[dir=rtl] .md-typeset .task-list-indicator::before {\n right: -1.5em;\n left: initial;\n}\n.md-typeset [type=checkbox]:checked + .task-list-indicator::before {\n background-color: #00e676;\n mask-image: var(--md-tasklist-icon--checked);\n}\n\n@media screen and (min-width: 45em) {\n .md-typeset .inline {\n float: left;\n width: 11.7rem;\n margin-top: 0;\n margin-right: 0.8rem;\n margin-bottom: 0.8rem;\n }\n [dir=rtl] .md-typeset .inline {\n float: right;\n margin-right: 0;\n margin-left: 0.8rem;\n }\n .md-typeset .inline.end {\n float: right;\n margin-right: 0;\n margin-left: 0.8rem;\n }\n [dir=rtl] .md-typeset .inline.end {\n float: left;\n margin-right: 0.8rem;\n margin-left: 0;\n }\n}\n\n/*# sourceMappingURL=main.css.map */","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Enforce correct box model and prevent adjustments of font size after\n// orientation changes in IE and iOS\nhtml {\n box-sizing: border-box;\n text-size-adjust: none;\n}\n\n// All elements shall inherit the document default\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n// Remove margin in all browsers\nbody {\n margin: 0;\n}\n\n// Reset tap outlines on iOS and Android\na,\nbutton,\nlabel,\ninput {\n -webkit-tap-highlight-color: transparent;\n}\n\n// Reset link styles\na {\n color: inherit;\n text-decoration: none;\n}\n\n// Normalize horizontal separator styles\nhr {\n display: block;\n box-sizing: content-box;\n height: px2rem(1px);\n padding: 0;\n overflow: visible;\n border: 0;\n}\n\n// Normalize font-size in all browsers\nsmall {\n font-size: 80%;\n}\n\n// Prevent subscript and superscript from affecting line-height\nsub,\nsup {\n line-height: 1em;\n}\n\n// Remove border on image\nimg {\n border-style: none;\n}\n\n// Reset table styles\ntable {\n border-collapse: separate;\n border-spacing: 0;\n}\n\n// Reset table cell styles\ntd,\nth {\n font-weight: 400;\n vertical-align: top;\n}\n\n// Reset button styles\nbutton {\n margin: 0;\n padding: 0;\n font-size: inherit;\n font-family: inherit;\n background: transparent;\n border: 0;\n}\n\n// Reset input styles\ninput {\n border: 0;\n outline: none;\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Color definitions\n:root {\n\n // Default color shades\n --md-default-fg-color: hsla(0, 0%, 0%, 0.87);\n --md-default-fg-color--light: hsla(0, 0%, 0%, 0.54);\n --md-default-fg-color--lighter: hsla(0, 0%, 0%, 0.32);\n --md-default-fg-color--lightest: hsla(0, 0%, 0%, 0.07);\n --md-default-bg-color: hsla(0, 0%, 100%, 1);\n --md-default-bg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-default-bg-color--lighter: hsla(0, 0%, 100%, 0.3);\n --md-default-bg-color--lightest: hsla(0, 0%, 100%, 0.12);\n\n // Primary color shades\n --md-primary-fg-color: hsla(#{hex2hsl($clr-indigo-500)}, 1);\n --md-primary-fg-color--light: hsla(#{hex2hsl($clr-indigo-400)}, 1);\n --md-primary-fg-color--dark: hsla(#{hex2hsl($clr-indigo-700)}, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n\n // Accent color shades\n --md-accent-fg-color: hsla(#{hex2hsl($clr-indigo-a200)}, 1);\n --md-accent-fg-color--transparent: hsla(#{hex2hsl($clr-indigo-a200)}, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n\n // Light theme (default)\n > * {\n\n // Code color shades\n --md-code-fg-color: hsla(200, 18%, 26%, 1);\n --md-code-bg-color: hsla(0, 0%, 96%, 1);\n\n // Code highlighting color shades\n --md-code-hl-color: hsla(#{hex2hsl($clr-yellow-a200)}, 0.5);\n --md-code-hl-number-color: hsla(0, 67%, 50%, 1);\n --md-code-hl-special-color: hsla(340, 83%, 47%, 1);\n --md-code-hl-function-color: hsla(291, 45%, 50%, 1);\n --md-code-hl-constant-color: hsla(250, 63%, 60%, 1);\n --md-code-hl-keyword-color: hsla(219, 54%, 51%, 1);\n --md-code-hl-string-color: hsla(150, 63%, 30%, 1);\n --md-code-hl-name-color: var(--md-code-fg-color);\n --md-code-hl-operator-color: var(--md-default-fg-color--light);\n --md-code-hl-punctuation-color: var(--md-default-fg-color--light);\n --md-code-hl-comment-color: var(--md-default-fg-color--light);\n --md-code-hl-generic-color: var(--md-default-fg-color--light);\n --md-code-hl-variable-color: var(--md-default-fg-color--light);\n\n // Typeset color shades\n --md-typeset-color: var(--md-default-fg-color);\n\n // Typeset `a` color shades\n --md-typeset-a-color: var(--md-primary-fg-color);\n\n // Typeset `mark` color shades\n --md-typeset-mark-color: hsla(#{hex2hsl($clr-yellow-a200)}, 0.5);\n\n // Typeset `del` and `ins` color shades\n --md-typeset-del-color: hsla(6, 90%, 60%, 0.15);\n --md-typeset-ins-color: hsla(150, 90%, 44%, 0.15);\n\n // Typeset `kbd` color shades\n --md-typeset-kbd-color: hsla(0, 0%, 98%, 1);\n --md-typeset-kbd-accent-color: hsla(0, 100%, 100%, 1);\n --md-typeset-kbd-border-color: hsla(0, 0%, 72%, 1);\n\n // Admonition color shades\n --md-admonition-fg-color: var(--md-default-fg-color);\n --md-admonition-bg-color: var(--md-default-bg-color);\n\n // Footer color shades\n --md-footer-fg-color: hsla(0, 0%, 100%, 1);\n --md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);\n --md-footer-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon\n.md-icon {\n\n // SVG defaults\n svg {\n display: block;\n width: px2rem(24px);\n height: px2rem(24px);\n fill: currentColor;\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules: font definitions\n// ----------------------------------------------------------------------------\n\n// Enable font-smoothing in Webkit and FF\nbody {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n// Define default fonts\nbody,\ninput {\n color: var(--md-typeset-color);\n font-feature-settings: \"kern\", \"liga\";\n font-family:\n var(--md-text-font-family, _),\n -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;\n}\n\n// Define monospaced fonts\ncode,\npre,\nkbd {\n color: var(--md-typeset-color);\n font-feature-settings: \"kern\";\n font-family:\n var(--md-code-font-family, _),\n SFMono-Regular, Consolas, Menlo, monospace;\n}\n\n// ----------------------------------------------------------------------------\n// Rules: typesetted content\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-typeset-table--ascending: svg-load(\"material/arrow-down.svg\");\n --md-typeset-table--descending: svg-load(\"material/arrow-up.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Content that is typeset - if possible, all margins, paddings and font sizes\n// should be set in ems, so nested blocks (e.g. admonitions) render correctly.\n.md-typeset {\n font-size: px2rem(16px);\n line-height: 1.6;\n color-adjust: exact;\n\n // [print]: We'll use a smaller `font-size` for printing, so code examples\n // don't break too early, and `16px` looks too big anyway.\n @media print {\n font-size: px2rem(13.6px);\n }\n\n // Default spacing\n ul,\n ol,\n dl,\n figure,\n blockquote,\n pre {\n margin: 1em 0;\n }\n\n // Headline on level 1\n h1 {\n margin: 0 0 px2em(40px, 32px);\n color: var(--md-default-fg-color--light);\n font-weight: 300;\n font-size: px2em(32px);\n line-height: 1.3;\n letter-spacing: -0.01em;\n }\n\n // Headline on level 2\n h2 {\n margin: px2em(40px, 25px) 0 px2em(16px, 25px);\n font-weight: 300;\n font-size: px2em(25px);\n line-height: 1.4;\n letter-spacing: -0.01em;\n }\n\n // Headline on level 3\n h3 {\n margin: px2em(32px, 20px) 0 px2em(16px, 20px);\n font-weight: 400;\n font-size: px2em(20px);\n line-height: 1.5;\n letter-spacing: -0.01em;\n }\n\n // Headline on level 3 following level 2\n h2 + h3 {\n margin-top: px2em(16px, 20px);\n }\n\n // Headline on level 4\n h4 {\n margin: px2em(16px) 0;\n font-weight: 700;\n letter-spacing: -0.01em;\n }\n\n // Headline on level 5-6\n h5,\n h6 {\n margin: px2em(16px, 12.8px) 0;\n color: var(--md-default-fg-color--light);\n font-weight: 700;\n font-size: px2em(12.8px);\n letter-spacing: -0.01em;\n }\n\n // Headline on level 5\n h5 {\n text-transform: uppercase;\n }\n\n // Horizontal separator\n hr {\n display: flow-root;\n margin: 1.5em 0;\n border-bottom: px2rem(1px) solid var(--md-default-fg-color--lightest);\n }\n\n // Text link\n a {\n color: var(--md-typeset-a-color);\n word-break: break-word;\n\n // Also enable color transition on pseudo elements\n &,\n &::before {\n transition: color 125ms;\n }\n\n // Text link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Text link on keyboard focus\n &.focus-visible {\n outline-color: var(--md-accent-fg-color);\n outline-offset: px2rem(4px);\n }\n }\n\n // Code block\n code,\n pre,\n kbd {\n color: var(--md-code-fg-color);\n direction: ltr;\n\n // [print]: Wrap text and hide scollbars\n @media print {\n white-space: pre-wrap;\n }\n }\n\n // Inline code block\n code {\n padding: 0 px2em(4px, 13.6px);\n font-size: px2em(13.6px);\n word-break: break-word;\n background-color: var(--md-code-bg-color);\n border-radius: px2rem(2px);\n box-decoration-break: clone;\n\n // Hide outline for pointer devices\n &:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n }\n }\n\n // Code block in headline\n h1 code,\n h2 code,\n h3 code,\n h4 code,\n h5 code,\n h6 code {\n margin: initial;\n padding: initial;\n background-color: transparent;\n box-shadow: none;\n }\n\n // Ensure link color in code blocks\n a code {\n color: currentColor;\n }\n\n // Unformatted content\n pre {\n position: relative;\n display: flow-root;\n line-height: 1.4;\n\n // Code block\n > code {\n display: block;\n margin: 0;\n padding: px2em(10.5px, 13.6px) px2em(16px, 13.6px);\n overflow: auto;\n word-break: normal;\n box-shadow: none;\n box-decoration-break: slice;\n touch-action: auto;\n scrollbar-width: thin;\n scrollbar-color: var(--md-default-fg-color--lighter) transparent;\n\n // Code block on hover\n &:hover {\n scrollbar-color: var(--md-accent-fg-color) transparent;\n }\n\n // Webkit scrollbar\n &::-webkit-scrollbar {\n width: px2rem(4px);\n height: px2rem(4px);\n }\n\n // Webkit scrollbar thumb\n &::-webkit-scrollbar-thumb {\n background-color: var(--md-default-fg-color--lighter);\n\n // Webkit scrollbar thumb on hover\n &:hover {\n background-color: var(--md-accent-fg-color);\n }\n }\n }\n }\n\n // [mobile -]: Align with body copy\n @include break-to-device(mobile) {\n\n // Unformatted text\n > pre {\n margin: 1em px2rem(-16px);\n\n // Code block\n code {\n border-radius: 0;\n }\n }\n }\n\n // Keyboard key\n kbd {\n display: inline-block;\n padding: 0 px2em(8px, 12px);\n color: var(--md-default-fg-color);\n font-size: px2em(12px);\n vertical-align: text-top;\n word-break: break-word;\n background-color: var(--md-typeset-kbd-color);\n border-radius: px2rem(2px);\n box-shadow:\n 0 px2rem(2px) 0 px2rem(1px) var(--md-typeset-kbd-border-color),\n 0 px2rem(2px) 0 var(--md-typeset-kbd-border-color),\n 0 px2rem(-2px) px2rem(4px) var(--md-typeset-kbd-accent-color) inset;\n }\n\n // Text highlighting marker\n mark {\n color: inherit;\n word-break: break-word;\n background-color: var(--md-typeset-mark-color);\n box-decoration-break: clone;\n }\n\n // Abbreviation\n abbr {\n text-decoration: none;\n border-bottom: px2rem(1px) dotted var(--md-default-fg-color--light);\n cursor: help;\n\n // Show tooltip for touch devices\n @media (hover: none) {\n position: relative;\n\n // Tooltip\n &[title]:focus::after,\n &[title]:hover::after {\n @include z-depth(2);\n\n position: absolute;\n left: 0;\n display: inline-block;\n width: auto;\n min-width: max-content;\n max-width: 80%;\n margin-top: 2em;\n padding: px2rem(4px) px2rem(6px);\n color: var(--md-default-bg-color);\n font-size: px2rem(14px);\n background-color: var(--md-default-fg-color);\n border-radius: px2rem(2px);\n content: attr(title);\n }\n }\n }\n\n // Small text\n small {\n opacity: 0.75;\n }\n\n // Superscript and subscript\n sup,\n sub {\n margin-left: px2em(1px, 12.8px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2em(1px, 12.8px);\n margin-left: initial;\n }\n }\n\n // Blockquotes, possibly nested\n blockquote {\n display: flow-root;\n padding-left: px2rem(12px);\n color: var(--md-default-fg-color--light);\n border-left: px2rem(4px) solid var(--md-default-fg-color--lighter);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(12px);\n padding-left: initial;\n border-right: px2rem(4px) solid var(--md-default-fg-color--lighter);\n border-left: initial;\n }\n }\n\n // Unordered list\n ul {\n list-style-type: disc;\n }\n\n // Unordered and ordered list\n ul,\n ol {\n display: flow-root;\n margin-left: px2em(10px);\n padding: 0;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2em(10px);\n margin-left: initial;\n }\n\n // Nested ordered list\n ol {\n list-style-type: lower-alpha;\n\n // Triply nested ordered list\n ol {\n list-style-type: lower-roman;\n }\n }\n\n // List element\n li {\n margin-bottom: 0.5em;\n margin-left: px2em(20px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2em(20px);\n margin-left: initial;\n }\n\n // Adjust spacing\n p,\n blockquote {\n margin: 0.5em 0;\n }\n\n // Adjust spacing on last child\n &:last-child {\n margin-bottom: 0;\n }\n\n // Nested list\n ul,\n ol {\n margin: 0.5em 0 0.5em px2em(10px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2em(10px);\n margin-left: initial;\n }\n }\n }\n }\n\n // Definition list\n dd {\n margin: 1em 0 1.5em px2em(30px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2em(30px);\n margin-left: initial;\n }\n }\n\n // Image or icon\n img,\n svg {\n max-width: 100%;\n height: auto;\n\n // Adjust spacing when left-aligned\n &[align=\"left\"] {\n margin: 1em;\n margin-left: 0;\n }\n\n // Adjust spacing when right-aligned\n &[align=\"right\"] {\n margin: 1em;\n margin-right: 0;\n }\n\n // Adjust spacing when sole children\n &[align]:only-child {\n margin-top: 0;\n }\n }\n\n // Figure\n figure {\n display: flow-root;\n width: fit-content;\n max-width: 100%;\n margin: 0 auto;\n text-align: center;\n\n // Figure images\n img {\n display: block;\n }\n }\n\n // Figure caption\n figcaption {\n max-width: px2rem(480px);\n margin: 1em auto 2em;\n font-style: italic;\n }\n\n // Limit width to container\n iframe {\n max-width: 100%;\n }\n\n // Data table\n table:not([class]) {\n display: inline-block;\n max-width: 100%;\n overflow: auto;\n font-size: px2rem(12.8px);\n background-color: var(--md-default-bg-color);\n border-radius: px2rem(2px);\n box-shadow:\n 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.05),\n 0 0 px2rem(1px) hsla(0, 0%, 0%, 0.1);\n touch-action: auto;\n\n // [print]: Reset display mode so table header wraps when printing\n @media print {\n display: table;\n }\n\n // Due to margin collapse because of the necessary inline-block hack, we\n // cannot increase the bottom margin on the table, so we just increase the\n // top margin on the following element\n + * {\n margin-top: 1.5em;\n }\n\n // Elements in table heading and cell\n th > *,\n td > * {\n\n // Adjust spacing on first child\n &:first-child {\n margin-top: 0;\n }\n\n // Adjust spacing on last child\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n // Table heading and cell\n th:not([align]),\n td:not([align]) {\n text-align: left;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n text-align: right;\n }\n }\n\n // Table heading\n th {\n min-width: px2rem(100px);\n padding: px2em(12px, 12.8px) px2em(16px, 12.8px);\n color: var(--md-default-bg-color);\n vertical-align: top;\n background-color: var(--md-default-fg-color--light);\n\n // Links in table headings\n a {\n color: inherit;\n }\n }\n\n // Table cell\n td {\n padding: px2em(12px, 12.8px) px2em(16px, 12.8px);\n vertical-align: top;\n border-top: px2rem(1px) solid var(--md-default-fg-color--lightest);\n }\n\n // Table row\n tr {\n transition: background-color 125ms;\n\n // Table row on hover\n &:hover {\n background-color: rgba(0, 0, 0, 0.035);\n box-shadow: 0 px2rem(1px) 0 var(--md-default-bg-color) inset;\n }\n\n // Hide border on first table row\n &:first-child td {\n border-top: 0;\n }\n }\n\n // Text link in table\n a {\n word-break: normal;\n }\n }\n\n // Sortable table\n table th[role=\"columnheader\"] {\n cursor: pointer;\n\n // Sort icon\n &::after {\n display: inline-block;\n width: 1.2em;\n height: 1.2em;\n margin-left: 0.5em;\n vertical-align: sub;\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n\n // Sort ascending\n &[aria-sort=\"ascending\"]::after {\n background-color: currentColor;\n mask-image: var(--md-typeset-table--ascending);\n }\n\n // Sort descending\n &[aria-sort=\"descending\"]::after {\n background-color: currentColor;\n mask-image: var(--md-typeset-table--descending);\n }\n }\n\n // Data table scroll wrapper\n &__scrollwrap {\n margin: 1em px2rem(-16px);\n overflow-x: auto;\n touch-action: auto;\n }\n\n // Data table wrapper\n &__table {\n display: inline-block;\n margin-bottom: 0.5em;\n padding: 0 px2rem(16px);\n\n // [print]: Reset display mode so table header wraps when printing\n @media print {\n display: block;\n }\n\n // Data table\n html & table {\n display: table;\n width: 100%;\n margin: 0;\n overflow: hidden;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Variables\n// ----------------------------------------------------------------------------\n\n///\n/// Device-specific breakpoints\n///\n/// @example\n/// $break-devices: (\n/// mobile: (\n/// portrait: 220px 479px,\n/// landscape: 480px 719px\n/// ),\n/// tablet: (\n/// portrait: 720px 959px,\n/// landscape: 960px 1219px\n/// ),\n/// screen: (\n/// small: 1220px 1599px,\n/// medium: 1600px 1999px,\n/// large: 2000px\n/// )\n/// );\n///\n$break-devices: () !default;\n\n// ----------------------------------------------------------------------------\n// Helpers\n// ----------------------------------------------------------------------------\n\n///\n/// Choose minimum and maximum device widths\n///\n@function break-select-min-max($devices) {\n $min: 1000000;\n $max: 0;\n @each $key, $value in $devices {\n @while type-of($value) == map {\n $value: break-select-min-max($value);\n }\n @if type-of($value) == list {\n @each $number in $value {\n @if type-of($number) == number {\n $min: min($number, $min);\n @if $max {\n $max: max($number, $max);\n }\n } @else {\n @error \"Invalid number: #{$number}\";\n }\n }\n } @else if type-of($value) == number {\n $min: min($value, $min);\n $max: null;\n } @else {\n @error \"Invalid value: #{$value}\";\n }\n }\n @return $min, $max;\n}\n\n///\n/// Select minimum and maximum widths for a device breakpoint\n///\n@function break-select-device($device) {\n $current: $break-devices;\n @for $n from 1 through length($device) {\n @if type-of($current) == map {\n $current: map-get($current, nth($device, $n));\n } @else {\n @error \"Invalid device map: #{$devices}\";\n }\n }\n @if type-of($current) == list or type-of($current) == number {\n $current: (default: $current);\n }\n @return break-select-min-max($current);\n}\n\n// ----------------------------------------------------------------------------\n// Mixins\n// ----------------------------------------------------------------------------\n\n///\n/// A minimum-maximum media query breakpoint\n///\n@mixin break-at($breakpoint) {\n @if type-of($breakpoint) == number {\n @media screen and (min-width: $breakpoint) {\n @content;\n }\n } @else if type-of($breakpoint) == list {\n $min: nth($breakpoint, 1);\n $max: nth($breakpoint, 2);\n @if type-of($min) == number and type-of($max) == number {\n @media screen and (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n}\n\n///\n/// An orientation media query breakpoint\n///\n@mixin break-at-orientation($breakpoint) {\n @if type-of($breakpoint) == string {\n @media screen and (orientation: $breakpoint) {\n @content;\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n}\n\n///\n/// A maximum-aspect-ratio media query breakpoint\n///\n@mixin break-at-ratio($breakpoint) {\n @if type-of($breakpoint) == number {\n @media screen and (max-aspect-ratio: $breakpoint) {\n @content;\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n}\n\n///\n/// A minimum-maximum media query device breakpoint\n///\n@mixin break-at-device($device) {\n @if type-of($device) == string {\n $device: $device,;\n }\n @if type-of($device) == list {\n $breakpoint: break-select-device($device);\n @if nth($breakpoint, 2) {\n $min: nth($breakpoint, 1);\n $max: nth($breakpoint, 2);\n\n @media screen and (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n}\n\n///\n/// A minimum media query device breakpoint\n///\n@mixin break-from-device($device) {\n @if type-of($device) == string {\n $device: $device,;\n }\n @if type-of($device) == list {\n $breakpoint: break-select-device($device);\n $min: nth($breakpoint, 1);\n\n @media screen and (min-width: $min) {\n @content;\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n}\n\n///\n/// A maximum media query device breakpoint\n///\n@mixin break-to-device($device) {\n @if type-of($device) == string {\n $device: $device,;\n }\n @if type-of($device) == list {\n $breakpoint: break-select-device($device);\n $max: nth($breakpoint, 2);\n\n @media screen and (max-width: $max) {\n @content;\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n}\n","//\n// Name: Material Shadows\n// Description: Mixins for Material Design Shadows.\n// Version: 3.0.1\n//\n// Author: Denis Malinochkin\n// Git: https://github.com/mrmlnc/material-shadows\n//\n// twitter: @mrmlnc\n//\n// ------------------------------------\n\n\n// Mixins\n// ------------------------------------\n\n@mixin z-depth-transition() {\n transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);\n}\n\n@mixin z-depth-focus() {\n box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);\n}\n\n@mixin z-depth-2dp() {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),\n 0 1px 5px 0 rgba(0, 0, 0, .12),\n 0 3px 1px -2px rgba(0, 0, 0, .2);\n}\n\n@mixin z-depth-3dp() {\n box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14),\n 0 1px 8px 0 rgba(0, 0, 0, .12),\n 0 3px 3px -2px rgba(0, 0, 0, .4);\n}\n\n@mixin z-depth-4dp() {\n box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14),\n 0 1px 10px 0 rgba(0, 0, 0, .12),\n 0 2px 4px -1px rgba(0, 0, 0, .4);\n}\n\n@mixin z-depth-6dp() {\n box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14),\n 0 1px 18px 0 rgba(0, 0, 0, .12),\n 0 3px 5px -1px rgba(0, 0, 0, .4);\n}\n\n@mixin z-depth-8dp() {\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14),\n 0 3px 14px 2px rgba(0, 0, 0, .12),\n 0 5px 5px -3px rgba(0, 0, 0, .4);\n}\n\n@mixin z-depth-16dp() {\n box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14),\n 0 6px 30px 5px rgba(0, 0, 0, .12),\n 0 8px 10px -5px rgba(0, 0, 0, .4);\n}\n\n@mixin z-depth-24dp() {\n box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14),\n 0 24px 38px 3px rgba(0, 0, 0, .12),\n 0 11px 15px -7px rgba(0, 0, 0, .4);\n}\n\n@mixin z-depth($dp: 2) {\n @if $dp == 2 {\n @include z-depth-2dp();\n } @else if $dp == 3 {\n @include z-depth-3dp();\n } @else if $dp == 4 {\n @include z-depth-4dp();\n } @else if $dp == 6 {\n @include z-depth-6dp();\n } @else if $dp == 8 {\n @include z-depth-8dp();\n } @else if $dp == 16 {\n @include z-depth-16dp();\n } @else if $dp == 24 {\n @include z-depth-24dp();\n }\n}\n\n\n// Class generator\n// ------------------------------------\n\n@mixin z-depth-classes($transition: false, $focus: false) {\n @if $transition == true {\n &-transition {\n @include z-depth-transition();\n }\n }\n\n @if $focus == true {\n &-focus {\n @include z-depth-focus();\n }\n }\n\n // The available values for the shadow depth\n @each $depth in 2, 3, 4, 6, 8, 16, 24 {\n &-#{$depth}dp {\n @include z-depth($depth);\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules: base grid and containers\n// ----------------------------------------------------------------------------\n\n// Stretch container to viewport and set base `font-size`\nhtml {\n height: 100%;\n overflow-x: hidden;\n // Hack: normally, we would set the base `font-size` to `62.5%`, so we can\n // base all calculations on `10px`, but Chromium and Chrome define a minimal\n // `font-size` of `12px` if the system language is set to Chinese. For this\n // reason we just double the `font-size` and set it to `20px`.\n //\n // See https://github.com/squidfunk/mkdocs-material/issues/911\n font-size: 125%;\n\n // [screen medium +]: Set base `font-size` to `11px`\n @include break-from-device(screen medium) {\n font-size: 137.5%;\n }\n\n // [screen large +]: Set base `font-size` to `12px`\n @include break-from-device(screen large) {\n font-size: 150%;\n }\n}\n\n// Stretch body to container - flexbox is used, so the footer will always be\n// aligned to the bottom of the viewport\nbody {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n min-height: 100%;\n // Hack: reset `font-size` to `10px`, so the spacing for all inline elements\n // is correct again. Otherwise the spacing would be based on `20px`.\n font-size: px2rem(10px);\n background-color: var(--md-default-bg-color);\n\n // [print]: Omit flexbox layout due to a Firefox bug (https://mzl.la/39DgR3m)\n @media print {\n display: block;\n }\n\n // Body in locked state\n &[data-md-state=\"lock\"] {\n\n // [tablet portrait -]: Omit scroll bubbling\n @include break-to-device(tablet portrait) {\n position: fixed;\n }\n }\n}\n\n// ----------------------------------------------------------------------------\n\n// Grid container - this class is applied to wrapper elements within the\n// header, content area and footer, and makes sure that their width is limited\n// to `1220px`, and they are rendered centered if the screen is larger.\n.md-grid {\n max-width: px2rem(1220px);\n margin-right: auto;\n margin-left: auto;\n}\n\n// Main container\n.md-container {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n\n // [print]: Omit flexbox layout due to a Firefox bug (https://mzl.la/39DgR3m)\n @media print {\n display: block;\n }\n}\n\n// Main area - stretch to remaining space of container\n.md-main {\n flex-grow: 1;\n\n // Main area wrapper\n &__inner {\n display: flex;\n height: 100%;\n margin-top: px2rem(24px + 6px);\n }\n}\n\n// Add ellipsis in case of overflowing text\n.md-ellipsis {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n// ----------------------------------------------------------------------------\n// Rules: navigational elements\n// ----------------------------------------------------------------------------\n\n// Toggle - this class is applied to checkbox elements, which are used to\n// implement the CSS-only drawer and navigation, as well as the search\n.md-toggle {\n display: none;\n}\n\n// Option - this class is applied to radio elements, which are used to\n// implement the color palette toggle\n.md-option {\n position: absolute;\n width: 0;\n height: 0;\n opacity: 0;\n\n // Option label for checked radio button\n &:checked + label:not([hidden]) {\n display: block;\n }\n\n // Show outline for pointer devices\n &.focus-visible + label {\n outline-style: auto;\n outline-color: var(--md-accent-fg-color);\n }\n}\n\n// Skip link\n.md-skip {\n position: fixed;\n // Hack: if we don't set the negative `z-index`, the skip link will force the\n // creation of new layers when code blocks are near the header on scrolling\n z-index: -1;\n margin: px2rem(10px);\n padding: px2rem(6px) px2rem(10px);\n color: var(--md-default-bg-color);\n font-size: px2rem(12.8px);\n background-color: var(--md-default-fg-color);\n border-radius: px2rem(2px);\n outline-color: var(--md-accent-fg-color);\n transform: translateY(px2rem(8px));\n opacity: 0;\n\n // Show skip link on focus\n &:focus {\n z-index: 10;\n transform: translateY(0);\n opacity: 1;\n transition:\n transform 250ms cubic-bezier(0.4, 0, 0.2, 1),\n opacity 175ms 75ms;\n }\n}\n\n// ----------------------------------------------------------------------------\n// Rules: print styles\n// ----------------------------------------------------------------------------\n\n// Add margins to page\n@page {\n margin: 25mm;\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Announcement bar\n.md-announce {\n overflow: auto;\n background-color: var(--md-footer-bg-color);\n\n // [print]: Hide announcement bar\n @media print {\n display: none;\n }\n\n // Announcement wrapper\n &__inner {\n margin: px2rem(12px) auto;\n padding: 0 px2rem(16px);\n color: var(--md-footer-fg-color);\n font-size: px2rem(14px);\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-clipboard-icon: svg-load(\"material/content-copy.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Button to copy to clipboard\n.md-clipboard {\n position: absolute;\n top: px2em(8px);\n right: px2em(8px);\n z-index: 1;\n width: px2em(24px);\n height: px2em(24px);\n color: var(--md-default-fg-color--lightest);\n border-radius: px2rem(2px);\n outline-color: var(--md-accent-fg-color);\n outline-offset: px2rem(2px);\n cursor: pointer;\n transition: color 250ms;\n\n // [print]: Hide button\n @media print {\n display: none;\n }\n\n // Hide outline for pointer devices\n &:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n }\n\n // Darken color on code block hover\n :hover > & {\n color: var(--md-default-fg-color--light);\n }\n\n // Button on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Button icon - the width and height are defined in `em`, so the size is\n // automatically adjusted for nested code blocks (e.g. in admonitions)\n &::after {\n display: block;\n width: px2em(18px);\n height: px2em(18px);\n margin: 0 auto;\n background-color: currentColor;\n mask-image: var(--md-clipboard-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n\n // Inline button\n &--inline {\n cursor: pointer;\n\n // Code block\n code {\n transition:\n color 250ms,\n background-color 250ms;\n }\n\n // Code block on focus/hover\n &:focus code,\n &:hover code {\n color: var(--md-accent-fg-color);\n background-color: var(--md-accent-fg-color--transparent);\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Content area\n.md-content {\n flex-grow: 1;\n // Hack: we must use `overflow: hidden`, so the content area is capped by\n // the dimensions of its parent. Otherwise, long code blocks might lead to\n // a wider content area which will break everything. This, however, induces\n // margin collapse, which will break scroll margins. Adding a large enough\n // scroll padding seems to do the trick, at least in Chrome and Firefox.\n overflow: hidden;\n scroll-padding-top: px2rem(1024px);\n\n // Content wrapper\n &__inner {\n margin: 0 px2rem(16px) px2rem(24px);\n padding-top: px2rem(12px);\n\n // [screen +]: Adjust spacing between content area and sidebars\n @include break-from-device(screen) {\n\n // Sidebar with navigation is visible\n .md-sidebar--primary:not([hidden]) ~ .md-content > & {\n margin-left: px2rem(24px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(24px);\n margin-left: px2rem(16px);\n }\n }\n\n // Sidebar with table of contents is visible\n .md-sidebar--secondary:not([hidden]) ~ .md-content > & {\n margin-right: px2rem(24px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(16px);\n margin-left: px2rem(24px);\n }\n }\n }\n\n // Hack: add pseudo element for spacing, as the overflow of the content\n // container may not be hidden due to an imminent offset error on targets\n &::before {\n display: block;\n height: px2rem(8px);\n content: \"\";\n }\n\n // Adjust spacing on last child\n > :last-child {\n margin-bottom: 0;\n }\n }\n\n // Button inside of the content area - these buttons are meant for actions on\n // a document-level, i.e. linking to related source code files, printing etc.\n &__button {\n float: right;\n margin: px2rem(8px) 0;\n margin-left: px2rem(8px);\n padding: 0;\n\n // [print]: Hide buttons\n @media print {\n display: none;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: left;\n margin-right: px2rem(8px);\n margin-left: initial;\n\n // Flip icon vertically\n svg {\n transform: scaleX(-1);\n }\n }\n\n // Adjust default link color for icons\n .md-typeset & {\n color: var(--md-default-fg-color--lighter);\n }\n\n // Align with body copy located next to icon\n svg {\n display: inline;\n vertical-align: top;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Dialog\n.md-dialog {\n @include z-depth(2);\n\n position: fixed;\n right: px2rem(16px);\n bottom: px2rem(16px);\n left: initial;\n z-index: 2;\n min-width: px2rem(222px);\n padding: px2rem(8px) px2rem(12px);\n background-color: var(--md-default-fg-color);\n border-radius: px2rem(2px);\n transform: translateY(100%);\n opacity: 0;\n transition:\n transform 0ms 400ms,\n opacity 400ms;\n pointer-events: none;\n\n // [print]: Hide dialog\n @media print {\n display: none;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: initial;\n left: px2rem(16px);\n }\n\n // Dialog in open state\n &[data-md-state=\"open\"] {\n transform: translateY(0);\n opacity: 1;\n transition:\n transform 400ms cubic-bezier(0.075, 0.85, 0.175, 1),\n opacity 400ms;\n pointer-events: initial;\n }\n\n // Dialog wrapper\n &__inner {\n color: var(--md-default-bg-color);\n font-size: px2rem(14px);\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Form button\n .md-button {\n display: inline-block;\n padding: px2em(10px) px2em(32px);\n color: var(--md-primary-fg-color);\n font-weight: 700;\n border: px2rem(2px) solid currentColor;\n border-radius: px2rem(2px);\n transition:\n color 125ms,\n background-color 125ms,\n border-color 125ms;\n\n // Primary button\n &--primary {\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n border-color: var(--md-primary-fg-color);\n }\n\n // Button on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-bg-color);\n background-color: var(--md-accent-fg-color);\n border-color: var(--md-accent-fg-color);\n }\n }\n\n // Form input\n .md-input {\n height: px2rem(36px);\n padding: 0 px2rem(12px);\n font-size: px2rem(16px);\n border-radius: px2rem(2px);\n box-shadow:\n 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.1),\n 0 px2rem(0.5px) px2rem(1px) hsla(0, 0%, 0%, 0.1);\n transition: box-shadow 250ms;\n\n // Input on focus/hover\n &:focus,\n &:hover {\n box-shadow:\n 0 px2rem(8px) px2rem(20px) hsla(0, 0%, 0%, 0.15),\n 0 px2rem(0.5px) px2rem(1px) hsla(0, 0%, 0%, 0.15);\n }\n\n // Stretch to full width\n &--stretch {\n width: 100%;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Header - by default, the header will be sticky and stay always on top of the\n// viewport. If this behavior is not desired, just set `position: static`.\n.md-header {\n position: sticky;\n top: 0;\n right: 0;\n left: 0;\n z-index: 2;\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n // Hack: reduce jitter by adding a transparent box shadow of the same size\n // so the size of the layer doesn't change during animation\n box-shadow:\n 0 0 px2rem(4px) rgba(0, 0, 0, 0),\n 0 px2rem(4px) px2rem(8px) rgba(0, 0, 0, 0);\n\n // [print]: Hide header\n @media print {\n display: none;\n }\n\n // Header in shadow state, i.e. shadow is visible\n &[data-md-state=\"shadow\"] {\n box-shadow:\n 0 0 px2rem(4px) rgba(0, 0, 0, 0.1),\n 0 px2rem(4px) px2rem(8px) rgba(0, 0, 0, 0.2);\n transition:\n transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),\n box-shadow 250ms;\n }\n\n // Header in hidden state, i.e. moved out of sight\n &[data-md-state=\"hidden\"] {\n transform: translateY(-100%);\n transition:\n transform 250ms cubic-bezier(0.8, 0, 0.6, 1),\n box-shadow 250ms;\n }\n\n // Header wrapper\n &__inner {\n display: flex;\n align-items: center;\n padding: 0 px2rem(4px);\n }\n\n // Header button\n &__button {\n position: relative;\n z-index: 1;\n margin: px2rem(4px);\n padding: px2rem(8px);\n color: currentColor;\n vertical-align: middle;\n outline-color: var(--md-accent-fg-color);\n cursor: pointer;\n transition: opacity 250ms;\n\n // Button on hover\n &:hover {\n opacity: 0.7;\n }\n\n // Header button is visible\n &:not([hidden]) {\n display: inline-block;\n }\n\n // Hide outline for pointer devices\n &:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n }\n\n // Button with logo, pointing to `config.site_url`\n &.md-logo {\n margin: px2rem(4px);\n padding: px2rem(8px);\n\n // [tablet -]: Hide button\n @include break-to-device(tablet) {\n display: none;\n }\n\n // Image or icon\n img,\n svg {\n display: block;\n width: px2rem(24px);\n height: px2rem(24px);\n fill: currentColor;\n }\n }\n\n // Button for search\n &[for=\"__search\"] {\n\n // [tablet landscape +]: Hide button\n @include break-from-device(tablet landscape) {\n display: none;\n }\n\n // [no-js]: Hide button\n .no-js & {\n display: none;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n\n // Flip icon vertically\n svg {\n transform: scaleX(-1);\n }\n }\n }\n\n // Button for drawer\n &[for=\"__drawer\"] {\n\n // [screen +]: Hide button\n @include break-from-device(screen) {\n display: none;\n }\n }\n }\n\n // Header topic\n &__topic {\n position: absolute;\n display: flex;\n max-width: 100%;\n transition:\n transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1),\n opacity 150ms;\n\n // Second header topic - title of the current page\n & + & {\n z-index: -1;\n transform: translateX(px2rem(25px));\n opacity: 0;\n transition:\n transform 400ms cubic-bezier(1, 0.7, 0.1, 0.1),\n opacity 150ms;\n pointer-events: none;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n transform: translateX(px2rem(-25px));\n }\n }\n }\n\n // Header title\n &__title {\n flex-grow: 1;\n height: px2rem(48px);\n margin-right: px2rem(8px);\n margin-left: px2rem(20px);\n font-size: px2rem(18px);\n line-height: px2rem(48px);\n\n // Header title in active state, i.e. page title is visible\n &[data-md-state=\"active\"] .md-header__topic {\n z-index: -1;\n transform: translateX(px2rem(-25px));\n opacity: 0;\n transition:\n transform 400ms cubic-bezier(1, 0.7, 0.1, 0.1),\n opacity 150ms;\n pointer-events: none;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n transform: translateX(px2rem(25px));\n }\n\n // Second header topic - title of the current page\n + .md-header__topic {\n z-index: 0;\n transform: translateX(0);\n opacity: 1;\n transition:\n transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1),\n opacity 150ms;\n pointer-events: initial;\n }\n }\n\n // Add ellipsis in case of overflowing text\n > .md-header__ellipsis {\n position: relative;\n width: 100%;\n height: 100%;\n }\n }\n\n // Header option\n &__option {\n display: flex;\n flex-shrink: 0;\n max-width: 100%;\n white-space: nowrap;\n transition:\n max-width 0ms 250ms,\n opacity 250ms 250ms;\n\n // Hide toggle when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n max-width: 0;\n opacity: 0;\n transition:\n max-width 0ms,\n opacity 0ms;\n }\n }\n\n // Repository information container\n &__source {\n display: none;\n\n // [tablet landscape +]: Show repository information\n @include break-from-device(tablet landscape) {\n display: block;\n width: px2rem(234px);\n max-width: px2rem(234px);\n margin-left: px2rem(20px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(20px);\n margin-left: initial;\n }\n }\n\n // [screen +]: Adjust spacing of search bar\n @include break-from-device(screen) {\n margin-left: px2rem(28px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(28px);\n }\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Footer\n.md-footer {\n color: var(--md-footer-fg-color);\n background-color: var(--md-footer-bg-color);\n\n // [print]: Hide footer\n @media print {\n display: none;\n }\n\n // Footer wrapper\n &__inner {\n padding: px2rem(4px);\n overflow: auto;\n }\n\n // Footer link to previous and next page\n &__link {\n display: flex;\n padding-top: px2rem(28px);\n padding-bottom: px2rem(8px);\n outline-color: var(--md-accent-fg-color);\n transition: opacity 250ms;\n\n // [tablet +]: Adjust width to 50/50\n @include break-from-device(tablet) {\n width: 50%;\n }\n\n // Footer link on focus/hover\n &:focus,\n &:hover {\n opacity: 0.7;\n }\n\n // Footer link to previous page\n &--prev {\n float: left;\n\n // [mobile -]: Adjust width to 25/75 and hide title\n @include break-to-device(mobile) {\n width: 25%;\n\n // Hide footer title\n .md-footer__title {\n display: none;\n }\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: right;\n\n // Flip icon vertically\n svg {\n transform: scaleX(-1);\n }\n }\n }\n\n // Footer link to next page\n &--next {\n float: right;\n text-align: right;\n\n // [mobile -]: Adjust width to 25/75\n @include break-to-device(mobile) {\n width: 75%;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: left;\n text-align: left;\n\n // Flip icon vertically\n svg {\n transform: scaleX(-1);\n }\n }\n }\n }\n\n // Footer title\n &__title {\n position: relative;\n flex-grow: 1;\n max-width: calc(100% - #{px2rem(48px)});\n padding: 0 px2rem(20px);\n font-size: px2rem(18px);\n line-height: px2rem(48px);\n }\n\n // Footer link button\n &__button {\n margin: px2rem(4px);\n padding: px2rem(8px);\n }\n\n // Footer link direction (i.e. prev and next)\n &__direction {\n position: absolute;\n right: 0;\n left: 0;\n margin-top: px2rem(-20px);\n padding: 0 px2rem(20px);\n font-size: px2rem(12.8px);\n opacity: 0.7;\n }\n}\n\n// Footer metadata\n.md-footer-meta {\n background-color: var(--md-footer-bg-color--dark);\n\n // Footer metadata wrapper\n &__inner {\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n padding: px2rem(4px);\n }\n\n // Lighten color for non-hovered text links\n html &.md-typeset a {\n color: var(--md-footer-fg-color--light);\n\n // Text link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-footer-fg-color);\n }\n }\n}\n\n// Footer copyright and theme information\n.md-footer-copyright {\n width: 100%;\n margin: auto px2rem(12px);\n padding: px2rem(8px) 0;\n color: var(--md-footer-fg-color--lighter);\n font-size: px2rem(12.8px);\n\n // [tablet portrait +]: Show copyright and social links in one line\n @include break-from-device(tablet portrait) {\n width: auto;\n }\n\n // Footer copyright highlight - this is the upper part of the copyright and\n // theme information, which will include a darker color than the theme link\n &__highlight {\n color: var(--md-footer-fg-color--light);\n }\n}\n\n// Footer social links\n.md-footer-social {\n margin: 0 px2rem(8px);\n padding: px2rem(4px) 0 px2rem(12px);\n\n // [tablet portrait +]: Show copyright and social links in one line\n @include break-from-device(tablet portrait) {\n padding: px2rem(12px) 0;\n }\n\n // Footer social link\n &__link {\n display: inline-block;\n width: px2rem(32px);\n height: px2rem(32px);\n text-align: center;\n\n // Adjust line-height to match height for correct alignment\n &::before {\n line-height: 1.9;\n }\n\n // Fill icon with current color\n svg {\n max-height: px2rem(16px);\n vertical-align: -25%;\n fill: currentColor;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-nav-icon--prev: svg-load(\"material/arrow-left.svg\");\n --md-nav-icon--next: svg-load(\"material/chevron-right.svg\");\n --md-toc-icon: svg-load(\"material/table-of-contents.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Navigation\n.md-nav {\n font-size: px2rem(14px);\n line-height: 1.3;\n\n // Navigation title\n &__title {\n display: block;\n padding: 0 px2rem(12px);\n overflow: hidden;\n font-weight: 700;\n text-overflow: ellipsis;\n\n // Navigaton button\n .md-nav__button {\n display: none;\n\n // Stretch images based on height, as it's the smaller dimension\n img {\n width: auto;\n height: 100%;\n }\n\n // Button with logo, pointing to `config.site_url`\n &.md-logo {\n\n // Image or icon\n img,\n svg {\n display: block;\n width: px2rem(48px);\n height: px2rem(48px);\n fill: currentColor;\n }\n }\n }\n }\n\n // Navigation list\n &__list {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n\n // Navigation item\n &__item {\n padding: 0 px2rem(12px);\n\n // Navigation item on level 2\n & & {\n padding-right: 0;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(12px);\n padding-left: 0;\n }\n }\n }\n\n // Navigation link\n &__link {\n display: block;\n margin-top: 0.625em;\n overflow: hidden;\n text-overflow: ellipsis;\n cursor: pointer;\n transition: color 125ms;\n scroll-snap-align: start;\n\n // Link in blurred state\n &[data-md-state=\"blur\"] {\n color: var(--md-default-fg-color--light);\n }\n\n // Active link\n .md-nav__item &--active {\n color: var(--md-typeset-a-color);\n }\n\n // Navigation link in nested list\n .md-nav__item--nested > & {\n color: inherit;\n }\n\n // Navigation link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Navigation link on keyboard focus\n &.focus-visible {\n outline-color: var(--md-accent-fg-color);\n outline-offset: px2rem(4px);\n }\n\n // Navigation link to table of contents\n .md-nav--primary &[for=\"__toc\"] {\n display: none;\n\n // Table of contents icon\n .md-icon::after {\n display: block;\n width: 100%;\n height: 100%;\n mask-image: var(--md-toc-icon);\n background-color: currentColor;\n }\n\n // Hide table of contents\n ~ .md-nav {\n display: none;\n }\n }\n }\n\n // Repository information container\n &__source {\n display: none;\n }\n\n // [tablet -]: Layered navigation\n @include break-to-device(tablet) {\n\n // Primary and nested navigation\n &--primary,\n &--primary & {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n display: flex;\n flex-direction: column;\n height: 100%;\n background-color: var(--md-default-bg-color);\n }\n\n // Primary navigation\n &--primary {\n\n // Navigation title and item\n .md-nav__title,\n .md-nav__item {\n font-size: px2rem(16px);\n line-height: 1.5;\n }\n\n // Navigation title\n .md-nav__title {\n position: relative;\n height: px2rem(112px);\n padding: px2rem(60px) px2rem(16px) px2rem(4px);\n color: var(--md-default-fg-color--light);\n font-weight: 400;\n line-height: px2rem(48px);\n white-space: nowrap;\n background-color: var(--md-default-fg-color--lightest);\n cursor: pointer;\n\n // Navigation icon\n .md-nav__icon {\n position: absolute;\n top: px2rem(8px);\n left: px2rem(8px);\n display: block;\n width: px2rem(24px);\n height: px2rem(24px);\n margin: px2rem(4px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(8px);\n left: initial;\n }\n\n // Navigation icon in link to previous level\n &::after {\n display: block;\n width: 100%;\n height: 100%;\n background-color: currentColor;\n mask-image: var(--md-nav-icon--prev);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n }\n\n // Navigation list\n ~ .md-nav__list {\n overflow-y: auto;\n background-color: var(--md-default-bg-color);\n box-shadow:\n 0 px2rem(1px) 0 var(--md-default-fg-color--lightest) inset;\n scroll-snap-type: y mandatory;\n touch-action: pan-y;\n\n // Omit border on first child\n > :first-child {\n border-top: 0;\n }\n }\n\n // Top-level navigation title\n &[for=\"__drawer\"] {\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n }\n\n // Button with logo, pointing to `config.site_url`\n .md-logo {\n position: absolute;\n top: px2rem(4px);\n left: px2rem(4px);\n display: block;\n margin: px2rem(4px);\n padding: px2rem(8px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(4px);\n left: initial;\n }\n }\n }\n\n // Navigation list\n .md-nav__list {\n flex: 1;\n }\n\n // Navigation item\n .md-nav__item {\n padding: 0;\n border-top: px2rem(1px) solid var(--md-default-fg-color--lightest);\n\n // Navigation link in nested navigation\n &--nested > .md-nav__link {\n padding-right: px2rem(48px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(16px);\n padding-left: px2rem(48px);\n }\n }\n\n // Navigation link in active navigation\n &--active > .md-nav__link {\n color: var(--md-typeset-a-color);\n\n // Navigation link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n }\n }\n }\n\n // Navigation link\n .md-nav__link {\n position: relative;\n margin-top: 0;\n padding: px2rem(12px) px2rem(16px);\n\n // Navigation icon\n .md-nav__icon {\n position: absolute;\n top: 50%;\n right: px2rem(12px);\n width: px2rem(24px);\n height: px2rem(24px);\n margin-top: px2rem(-12px);\n color: inherit;\n font-size: px2rem(24px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: initial;\n left: px2rem(12px);\n }\n\n // Navigation icon in link to next level\n &::after {\n display: block;\n width: 100%;\n height: 100%;\n background-color: currentColor;\n mask-image: var(--md-nav-icon--next);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n }\n }\n\n // Flip icon vertically\n .md-nav__icon {\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] &::after {\n transform: scale(-1);\n }\n }\n\n // Table of contents contained in primary navigation\n .md-nav--secondary {\n\n // Navigation link - omit unnecessary layering\n .md-nav__link {\n position: static;\n }\n\n // Navigation on level 2-6\n .md-nav {\n position: static;\n background-color: transparent;\n\n // Navigation link on level 3\n .md-nav__link {\n padding-left: px2rem(28px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(28px);\n padding-left: initial;\n }\n }\n\n // Navigation link on level 4\n .md-nav .md-nav__link {\n padding-left: px2rem(40px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(40px);\n padding-left: initial;\n }\n }\n\n // Navigation link on level 5\n .md-nav .md-nav .md-nav__link {\n padding-left: px2rem(52px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(52px);\n padding-left: initial;\n }\n }\n\n // Navigation link on level 6\n .md-nav .md-nav .md-nav .md-nav__link {\n padding-left: px2rem(64px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(64px);\n padding-left: initial;\n }\n }\n }\n }\n }\n\n // Table of contents\n &--secondary {\n background-color: transparent;\n }\n\n // Toggle for nested navigation\n &__toggle ~ & {\n display: flex;\n transform: translateX(100%);\n opacity: 0;\n transition:\n transform 250ms cubic-bezier(0.8, 0, 0.6, 1),\n opacity 125ms 50ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n transform: translateX(-100%);\n }\n }\n\n // Show nested navigation when toggle is active\n &__toggle:checked ~ & {\n transform: translateX(0);\n opacity: 1;\n transition:\n transform 250ms cubic-bezier(0.4, 0, 0.2, 1),\n opacity 125ms 125ms;\n\n // Navigation list\n > .md-nav__list {\n // Hack: promote to own layer to reduce jitter\n backface-visibility: hidden;\n }\n }\n }\n\n // [tablet portrait -]: Layered navigation with table of contents\n @include break-to-device(tablet portrait) {\n\n // Show link to table of contents\n &--primary &__link[for=\"__toc\"] {\n display: block;\n padding-right: px2rem(48px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(16px);\n padding-left: px2rem(48px);\n }\n\n // Show table of contents icon\n .md-icon::after {\n content: \"\";\n }\n\n // Hide navigation link to current page\n + .md-nav__link {\n display: none;\n }\n\n // Show table of contents\n ~ .md-nav {\n display: flex;\n }\n }\n\n // Repository information container\n &__source {\n display: block;\n padding: 0 px2rem(4px);\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color--dark);\n }\n }\n\n // [tablet landscape]: Layered navigation with table of contents\n @include break-at-device(tablet landscape) {\n\n // Show link to integrated table of contents\n &--integrated &__link[for=\"__toc\"] {\n display: block;\n padding-right: px2rem(48px);\n scroll-snap-align: initial;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(16px);\n padding-left: px2rem(48px);\n }\n\n // Show table of contents icon\n .md-icon::after {\n content: \"\";\n }\n\n // Hide navigation link to current page\n + .md-nav__link {\n display: none;\n }\n\n // Show table of contents\n ~ .md-nav {\n display: flex;\n }\n }\n }\n\n // [tablet landscape +]: Tree-like table of contents\n @include break-from-device(tablet landscape) {\n\n // Navigation title\n &--secondary &__title {\n\n // Adjust snapping behavior\n &[for=\"__toc\"] {\n scroll-snap-align: start;\n }\n\n // Hide navigation icon\n .md-nav__icon {\n display: none;\n }\n }\n }\n\n // [screen +]: Tree-like navigation\n @include break-from-device(screen) {\n transition: max-height 250ms cubic-bezier(0.86, 0, 0.07, 1);\n\n // Navigation title\n &--primary &__title {\n\n // Adjust snapping behavior\n &[for=\"__drawer\"] {\n scroll-snap-align: start;\n }\n\n // Hide navigation icon\n .md-nav__icon {\n display: none;\n }\n }\n\n // Hide toggle for nested navigation\n &__toggle ~ & {\n display: none;\n }\n\n // Show nested navigation when toggle is active or indeterminate\n &__toggle:checked ~ &,\n &__toggle:indeterminate ~ & {\n display: block;\n }\n\n // Hide navigation title in nested navigation\n &__item--nested > & > &__title {\n display: none;\n }\n\n // Navigation section\n &__item--section {\n display: block;\n margin: 1.25em 0;\n\n // Adjust spacing on last child\n &:last-child {\n margin-bottom: 0;\n }\n\n // Hide navigation link, as sections are always expanded\n > .md-nav__link {\n display: none;\n }\n\n // Navigation\n > .md-nav {\n display: block;\n\n // Navigation title\n > .md-nav__title {\n display: block;\n padding: 0;\n pointer-events: none;\n scroll-snap-align: start;\n }\n\n // Adjust spacing on next level item\n > .md-nav__list > .md-nav__item {\n padding: 0;\n }\n }\n }\n\n // Navigation icon\n &__icon {\n float: right;\n width: px2rem(18px);\n height: px2rem(18px);\n transition: transform 250ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: left;\n transform: rotate(180deg);\n }\n\n // Navigation icon content\n &::after {\n display: inline-block;\n width: 100%;\n height: 100%;\n vertical-align: px2rem(-2px);\n background-color: currentColor;\n mask-image: var(--md-nav-icon--next);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n\n // Navigation icon - rotate icon when toggle is active or indeterminate\n .md-nav__item--nested .md-nav__toggle:checked ~ .md-nav__link &,\n .md-nav__item--nested .md-nav__toggle:indeterminate ~ .md-nav__link & {\n transform: rotate(90deg);\n }\n }\n\n // Modifier for when navigation tabs are rendered\n &--lifted {\n\n // Hide nested level 0 items and site title\n > .md-nav__list > .md-nav__item--nested,\n > .md-nav__title {\n display: none;\n }\n\n // Hide level 0 items\n > .md-nav__list > .md-nav__item {\n display: none;\n\n // Active parent navigation item\n &--active {\n display: block;\n padding: 0;\n\n // Hide nested links\n > .md-nav__link {\n display: none;\n }\n\n // Show title and adjust spacing\n > .md-nav > .md-nav__title {\n display: block;\n padding: 0 px2rem(12px);\n pointer-events: none;\n scroll-snap-align: start;\n }\n }\n }\n\n // Hack: Always show active navigation tab on breakpoint screen, despite\n // of checkbox being checked or not. Fixes #1655.\n .md-nav[data-md-level=\"1\"] {\n display: block;\n\n // Adjust spacing for level 1 items\n > .md-nav__list > .md-nav__item {\n padding-right: px2rem(12px);\n }\n }\n }\n\n // Modifier for when table of contents is rendered in primary navigation\n &--integrated &__link[for=\"__toc\"] ~ .md-nav {\n display: block;\n margin-bottom: 1.25em;\n border-left: px2rem(1px) solid var(--md-primary-fg-color);\n\n // Hide navigation title\n > .md-nav__title {\n display: none;\n }\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-search-result-icon: svg-load(\"material/file-search-outline.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Search\n.md-search {\n position: relative;\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n padding: px2rem(4px) 0;\n }\n\n // [no-js]: Hide search\n .no-js & {\n display: none;\n }\n\n // Search overlay\n &__overlay {\n z-index: 1;\n opacity: 0;\n\n // [tablet portrait -]: Search modal\n @include break-to-device(tablet portrait) {\n position: absolute;\n top: px2rem(4px);\n left: px2rem(-44px);\n width: px2rem(40px);\n height: px2rem(40px);\n overflow: hidden;\n background-color: var(--md-default-bg-color);\n border-radius: px2rem(20px);\n transform-origin: center;\n transition:\n transform 300ms 100ms,\n opacity 200ms 200ms;\n pointer-events: none;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(-44px);\n left: initial;\n }\n\n // Show overlay when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n opacity: 1;\n transition:\n transform 400ms,\n opacity 100ms;\n }\n }\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n position: fixed;\n top: 0;\n left: 0;\n width: 0;\n height: 0;\n background-color: hsla(0, 0%, 0%, 0.54);\n cursor: pointer;\n transition:\n width 0ms 250ms,\n height 0ms 250ms,\n opacity 250ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: 0;\n left: initial;\n }\n\n // Show overlay when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n width: 100%;\n // Hack: when the header is translated upon scrolling, a new layer is\n // induced, which means that the height will now refer to the height of\n // the header, albeit positioning is fixed. This should be mitigated\n // in all cases when setting the height to 2x the viewport.\n height: 200vh;\n opacity: 1;\n transition:\n width 0ms,\n height 0ms,\n opacity 250ms;\n }\n }\n\n // Adjust appearance when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n\n // [mobile portrait -]: Scale up 45 times\n @include break-to-device(mobile portrait) {\n transform: scale(45);\n }\n\n // [mobile landscape]: Scale up 60 times\n @include break-at-device(mobile landscape) {\n transform: scale(60);\n }\n\n // [tablet portrait]: Scale up 75 times\n @include break-at-device(tablet portrait) {\n transform: scale(75);\n }\n }\n }\n\n // Search wrapper\n &__inner {\n // Hack: promote to own layer to reduce jitter\n backface-visibility: hidden;\n\n // [tablet portrait -]: Search modal\n @include break-to-device(tablet portrait) {\n position: fixed;\n top: 0;\n left: 100%;\n z-index: 2;\n width: 100%;\n height: 100%;\n transform: translateX(5%);\n opacity: 0;\n transition:\n right 0ms 300ms,\n left 0ms 300ms,\n transform 150ms 150ms cubic-bezier(0.4, 0, 0.2, 1),\n opacity 150ms 150ms;\n\n // Adjust appearance when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n left: 0;\n transform: translateX(0);\n opacity: 1;\n transition:\n right 0ms 0ms,\n left 0ms 0ms,\n transform 150ms 150ms cubic-bezier(0.1, 0.7, 0.1, 1),\n opacity 150ms 150ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: 0;\n left: initial;\n }\n }\n\n // Adjust for right-to-left languages\n html [dir=\"rtl\"] & {\n right: 100%;\n left: initial;\n transform: translateX(-5%);\n }\n }\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n position: relative;\n float: right;\n width: px2rem(234px);\n padding: px2rem(2px) 0;\n transition: width 250ms cubic-bezier(0.1, 0.7, 0.1, 1);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: left;\n }\n }\n\n // Adjust appearance when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n\n // [tablet landscape]: Omit overlaying header title\n @include break-at-device(tablet landscape) {\n width: px2rem(468px);\n }\n\n // [screen +]: Match width of content area\n @include break-from-device(screen) {\n width: px2rem(688px);\n }\n }\n }\n\n // Search form\n &__form {\n position: relative;\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n border-radius: px2rem(2px);\n }\n }\n\n // Search input\n &__input {\n position: relative;\n z-index: 2;\n padding: 0 px2rem(44px) 0 px2rem(72px);\n text-overflow: ellipsis;\n background-color: var(--md-default-bg-color);\n box-shadow: 0 0 px2rem(12px) transparent;\n transition:\n color 250ms,\n background-color 250ms,\n box-shadow 250ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding: 0 px2rem(72px) 0 px2rem(44px);\n }\n\n // Search placeholder\n &::placeholder {\n transition: color 250ms;\n }\n\n // Search icon and placeholder\n ~ .md-search__icon,\n &::placeholder {\n color: var(--md-default-fg-color--light);\n }\n\n // Remove the \"x\" rendered by Internet Explorer\n &::-ms-clear {\n display: none;\n }\n\n // Adjust appearance when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n box-shadow: 0 0 px2rem(12px) hsla(0, 0%, 0%, 0.07);\n }\n\n // [tablet portrait -]: Search modal\n @include break-to-device(tablet portrait) {\n width: 100%;\n height: px2rem(48px);\n font-size: px2rem(18px);\n }\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n width: 100%;\n height: px2rem(36px);\n padding-left: px2rem(44px);\n color: inherit;\n font-size: px2rem(16px);\n background-color: hsla(0, 0%, 0%, 0.26);\n border-radius: px2rem(2px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(44px);\n }\n\n // Search icon\n + .md-search__icon {\n color: var(--md-primary-bg-color);\n }\n\n // Search placeholder\n &::placeholder {\n color: var(--md-primary-bg-color--light);\n }\n\n // Search input on hover\n &:hover {\n background-color: hsla(0, 0%, 100%, 0.12);\n }\n\n // Adjust appearance when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n color: var(--md-default-fg-color);\n text-overflow: clip;\n background-color: var(--md-default-bg-color);\n border-radius: px2rem(2px) px2rem(2px) 0 0;\n\n // Search icon and placeholder\n + .md-search__icon,\n &::placeholder {\n color: var(--md-default-fg-color--light);\n }\n }\n }\n }\n\n // Search icon\n &__icon {\n position: absolute;\n z-index: 2;\n width: px2rem(24px);\n height: px2rem(24px);\n cursor: pointer;\n transition:\n color 250ms,\n opacity 250ms;\n\n // Search icon on hover\n &:hover {\n opacity: 0.7;\n }\n\n // Search focus button\n &[for=\"__search\"] {\n top: px2rem(6px);\n left: px2rem(10px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(10px);\n left: initial;\n\n // Flip icon vertically\n svg {\n transform: scaleX(-1);\n }\n }\n\n // [tablet portrait -]: Search modal\n @include break-to-device(tablet portrait) {\n top: px2rem(12px);\n left: px2rem(16px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(16px);\n left: initial;\n }\n\n // Hide the magnifying glass\n svg:first-child {\n display: none;\n }\n }\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n pointer-events: none;\n\n // Hide the back arrow\n svg:last-child {\n display: none;\n }\n }\n }\n\n // Search reset button\n &[type=\"reset\"] {\n top: px2rem(6px);\n right: px2rem(10px);\n transform: scale(0.75);\n opacity: 0;\n transition:\n transform 150ms cubic-bezier(0.1, 0.7, 0.1, 1),\n opacity 150ms;\n pointer-events: none;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: initial;\n left: px2rem(10px);\n }\n\n // [tablet portrait -]: Search modal\n @include break-to-device(tablet portrait) {\n top: px2rem(12px);\n right: px2rem(16px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: initial;\n left: px2rem(16px);\n }\n }\n\n // Show reset button when search is active and input non-empty\n [data-md-toggle=\"search\"]:checked ~ .md-header\n .md-search__input:valid ~ & {\n transform: scale(1);\n opacity: 1;\n pointer-events: initial;\n\n // Search focus icon\n &:hover {\n opacity: 0.7;\n }\n }\n }\n }\n\n // Search output\n &__output {\n position: absolute;\n z-index: 1;\n width: 100%;\n overflow: hidden;\n border-radius: 0 0 px2rem(2px) px2rem(2px);\n\n // [tablet portrait -]: Search modal\n @include break-to-device(tablet portrait) {\n top: px2rem(48px);\n bottom: 0;\n }\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n top: px2rem(38px);\n opacity: 0;\n transition: opacity 400ms;\n\n // Show output when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n @include z-depth(6);\n\n opacity: 1;\n }\n }\n }\n\n // Search scroll wrapper\n &__scrollwrap {\n height: 100%;\n overflow-y: auto;\n background-color: var(--md-default-bg-color);\n // Hack: promote to own layer to reduce jitter\n backface-visibility: hidden;\n // Hack: Chrome 88+ has weird overscroll behavior. Overall, scroll snapping\n // seems to be something that is not ready for prime time on some browsers.\n // scroll-snap-type: y mandatory;\n touch-action: pan-y;\n\n // Mitigiate excessive repaints on non-retina devices\n @media (max-resolution: 1dppx) {\n transform: translateZ(0);\n }\n\n // [tablet landscape]: Set fixed width to omit unnecessary reflow\n @include break-at-device(tablet landscape) {\n width: px2rem(468px);\n }\n\n // [screen +]: Set fixed width to omit unnecessary reflow\n @include break-from-device(screen) {\n width: px2rem(688px);\n }\n\n // [tablet landscape +]: Limit height to viewport\n @include break-from-device(tablet landscape) {\n max-height: 0;\n scrollbar-width: thin;\n scrollbar-color: var(--md-default-fg-color--lighter) transparent;\n\n // Show scroll wrapper when search is active\n [data-md-toggle=\"search\"]:checked ~ .md-header & {\n max-height: 75vh;\n }\n\n // Search scroll wrapper on hover\n &:hover {\n scrollbar-color: var(--md-accent-fg-color) transparent;\n }\n\n // Webkit scrollbar\n &::-webkit-scrollbar {\n width: px2rem(4px);\n height: px2rem(4px);\n }\n\n // Webkit scrollbar thumb\n &::-webkit-scrollbar-thumb {\n background-color: var(--md-default-fg-color--lighter);\n\n // Webkit scrollbar thumb on hover\n &:hover {\n background-color: var(--md-accent-fg-color);\n }\n }\n }\n }\n}\n\n// Search result\n.md-search-result {\n color: var(--md-default-fg-color);\n word-break: break-word;\n\n // Search result metadata\n &__meta {\n padding: 0 px2rem(16px);\n color: var(--md-default-fg-color--light);\n font-size: px2rem(12.8px);\n line-height: px2rem(36px);\n background-color: var(--md-default-fg-color--lightest);\n scroll-snap-align: start;\n\n // [tablet landscape +]: Adjust spacing\n @include break-from-device(tablet landscape) {\n padding-left: px2rem(44px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(44px);\n padding-left: initial;\n }\n }\n }\n\n // Search result list\n &__list {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n\n // Search result item\n &__item {\n box-shadow: 0 px2rem(-1px) 0 var(--md-default-fg-color--lightest);\n\n // Omit border on first child\n &:first-child {\n box-shadow: none;\n }\n }\n\n // Search result link\n &__link {\n display: block;\n outline: none;\n transition: background-color 250ms;\n scroll-snap-align: start;\n\n // Search result link on focus/hover\n &:focus,\n &:hover {\n background-color: var(--md-accent-fg-color--transparent);\n }\n\n // Adjust spacing on last child of last link\n &:last-child p:last-child {\n margin-bottom: px2rem(12px);\n }\n }\n\n // Search result more link\n &__more summary {\n display: block;\n padding: px2em(12px) px2rem(16px);\n color: var(--md-typeset-a-color);\n font-size: px2rem(12.8px);\n outline: none;\n cursor: pointer;\n transition:\n color 250ms,\n background-color 250ms;\n scroll-snap-align: start;\n\n // [tablet landscape +]: Adjust spacing\n @include break-from-device(tablet landscape) {\n padding-left: px2rem(44px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(44px);\n padding-left: px2rem(16px);\n }\n }\n\n // Search result more link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n background-color: var(--md-accent-fg-color--transparent);\n }\n\n // Hide native details marker\n &::marker,\n &::-webkit-details-marker {\n display: none;\n }\n\n // Adjust transparency of less relevant results\n ~ * > * {\n opacity: 0.65;\n }\n }\n\n // Search result article\n &__article {\n position: relative;\n padding: 0 px2rem(16px);\n overflow: hidden;\n\n // [tablet landscape +]: Adjust spacing\n @include break-from-device(tablet landscape) {\n padding-left: px2rem(44px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(44px);\n padding-left: px2rem(16px);\n }\n }\n\n // Search result article document\n &--document {\n\n // Search result title\n .md-search-result__title {\n margin: px2rem(11px) 0;\n font-weight: 400;\n font-size: px2rem(16px);\n line-height: 1.4;\n }\n }\n }\n\n // Search result icon\n &__icon {\n position: absolute;\n left: 0;\n width: px2rem(24px);\n height: px2rem(24px);\n margin: px2rem(10px);\n color: var(--md-default-fg-color--light);\n\n // [tablet portrait -]: Hide icon\n @include break-to-device(tablet portrait) {\n display: none;\n }\n\n // Search result icon content\n &::after {\n display: inline-block;\n width: 100%;\n height: 100%;\n background-color: currentColor;\n mask-image: var(--md-search-result-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: 0;\n left: initial;\n\n // Flip icon vertically\n &::after {\n transform: scaleX(-1);\n }\n }\n }\n\n // Search result title\n &__title {\n margin: 0.5em 0;\n font-weight: 700;\n font-size: px2rem(12.8px);\n line-height: 1.6;\n }\n\n // Search result teaser\n &__teaser {\n display: -webkit-box;\n max-height: px2rem(40px);\n margin: 0.5em 0;\n overflow: hidden;\n color: var(--md-default-fg-color--light);\n font-size: px2rem(12.8px);\n line-height: 1.6;\n text-overflow: ellipsis;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n\n // [mobile -]: Adjust number of lines\n @include break-to-device(mobile) {\n max-height: px2rem(60px);\n -webkit-line-clamp: 3;\n }\n\n // [tablet landscape]: Adjust number of lines\n @include break-at-device(tablet landscape) {\n max-height: px2rem(60px);\n -webkit-line-clamp: 3;\n }\n\n // Search term highlighting\n mark {\n text-decoration: underline;\n background-color: transparent;\n }\n }\n\n // Search result terms\n &__terms {\n margin: 0.5em 0;\n font-size: px2rem(12.8px);\n font-style: italic;\n }\n\n // Search term highlighting\n mark {\n color: var(--md-accent-fg-color);\n background-color: transparent;\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Selection\n.md-select {\n position: relative;\n z-index: 1;\n\n // Selection bubble\n &__inner {\n position: absolute;\n top: calc(100% - #{px2rem(4px)});\n left: 50%;\n max-height: 0;\n margin-top: px2rem(4px);\n color: var(--md-default-fg-color);\n background-color: var(--md-default-bg-color);\n border-radius: px2rem(2px);\n box-shadow:\n 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.1),\n 0 0 px2rem(1px) hsla(0, 0%, 0%, 0.25);\n transform: translate3d(-50%, px2rem(6px), 0);\n opacity: 0;\n transition:\n transform 250ms 375ms,\n opacity 250ms 250ms,\n max-height 0ms 500ms;\n\n // Selection bubble on parent focus/hover\n .md-select:focus-within &,\n .md-select:hover & {\n max-height: px2rem(200px);\n transform: translate3d(-50%, 0, 0);\n opacity: 1;\n transition:\n transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),\n opacity 250ms,\n max-height 0ms;\n }\n\n // Selection bubble handle\n &::after {\n position: absolute;\n top: 0;\n left: 50%;\n width: 0;\n height: 0;\n margin-top: px2rem(-4px);\n margin-left: px2rem(-4px);\n border: px2rem(4px) solid transparent;\n border-top: 0;\n border-bottom-color: var(--md-default-bg-color);\n content: \"\";\n }\n }\n\n // Selection list\n &__list {\n max-height: inherit;\n margin: 0;\n padding: 0;\n overflow: auto;\n font-size: px2rem(16px);\n list-style-type: none;\n border-radius: px2rem(2px);\n }\n\n // Selection item\n &__item {\n line-height: px2rem(36px);\n }\n\n // Selection link\n &__link {\n display: block;\n width: 100%;\n padding-right: px2rem(24px);\n padding-left: px2rem(12px);\n outline: none;\n cursor: pointer;\n transition:\n background-color 250ms,\n color 250ms;\n scroll-snap-align: start;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(12px);\n padding-left: px2rem(24px);\n }\n\n // Link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Link on focus\n &:focus {\n background-color: var(--md-default-fg-color--lightest);\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Sidebar\n.md-sidebar {\n position: sticky;\n top: px2rem(48px);\n flex-shrink: 0;\n align-self: flex-start;\n width: px2rem(242px);\n padding: px2rem(24px) 0;\n\n // [print]: Hide sidebar\n @media print {\n display: none;\n }\n\n // [tablet -]: Show navigation as drawer\n @include break-to-device(tablet) {\n\n // Primary sidebar with navigation\n &--primary {\n position: fixed;\n top: 0;\n left: px2rem(-242px);\n z-index: 3;\n display: block;\n width: px2rem(242px);\n height: 100%;\n background-color: var(--md-default-bg-color);\n transform: translateX(0);\n transition:\n transform 250ms cubic-bezier(0.4, 0, 0.2, 1),\n box-shadow 250ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(-242px);\n left: initial;\n }\n\n // Show sidebar when drawer is active\n [data-md-toggle=\"drawer\"]:checked ~ .md-container & {\n @include z-depth(8);\n\n transform: translateX(px2rem(242px));\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n transform: translateX(px2rem(-242px));\n }\n }\n\n // Stretch scroll wrapper for primary sidebar\n .md-sidebar__scrollwrap {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n margin: 0;\n scroll-snap-type: none;\n overflow: hidden;\n }\n }\n }\n\n // [screen +]: Show navigation as sidebar\n @include break-from-device(screen) {\n height: 0;\n\n // [no-js]: Switch to native sticky behavior\n .no-js & {\n height: auto;\n }\n }\n\n // Secondary sidebar with table of contents\n &--secondary {\n display: none;\n order: 2;\n\n // [tablet landscape +]: Show table of contents as sidebar\n @include break-from-device(tablet landscape) {\n height: 0;\n\n // [no-js]: Switch to native sticky behavior\n .no-js & {\n height: auto;\n }\n\n // Sidebar is visible\n &:not([hidden]) {\n display: block;\n }\n\n // Ensure smooth scrolling on iOS\n .md-sidebar__scrollwrap {\n touch-action: pan-y;\n }\n }\n }\n\n // Sidebar scroll wrapper\n &__scrollwrap {\n margin: 0 px2rem(4px);\n overflow-y: auto;\n // Hack: promote to own layer to reduce jitter\n backface-visibility: hidden;\n // Hack: Chrome 81+ exhibits a strange bug, where it scrolls the container\n // to the bottom if `scroll-snap-type` is set on the initial render. For\n // this reason, we disable scroll snapping until this is resolved (#1667).\n // scroll-snap-type: y mandatory;\n scrollbar-width: thin;\n scrollbar-color: var(--md-default-fg-color--lighter) transparent;\n\n // Sidebar scroll wrapper on hover\n &:hover {\n scrollbar-color: var(--md-accent-fg-color) transparent;\n }\n\n // Webkit scrollbar\n &::-webkit-scrollbar {\n width: px2rem(4px);\n height: px2rem(4px);\n }\n\n // Webkit scrollbar thumb\n &::-webkit-scrollbar-thumb {\n background-color: var(--md-default-fg-color--lighter);\n\n // Webkit scrollbar thumb on hover\n &:hover {\n background-color: var(--md-accent-fg-color);\n }\n }\n }\n}\n\n// [tablet -]: Show overlay on active drawer\n@include break-to-device(tablet) {\n\n // Sidebar overlay\n .md-overlay {\n position: fixed;\n top: 0;\n z-index: 3;\n width: 0;\n height: 0;\n background-color: hsla(0, 0%, 0%, 0.54);\n opacity: 0;\n transition:\n width 0ms 250ms,\n height 0ms 250ms,\n opacity 250ms;\n\n // Show overlay when drawer is active\n [data-md-toggle=\"drawer\"]:checked ~ & {\n width: 100%;\n height: 100%;\n opacity: 1;\n transition:\n width 0ms,\n height 0ms,\n opacity 250ms;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Keyframes\n// ----------------------------------------------------------------------------\n\n// Show repository facts\n@keyframes md-source__facts--done {\n 0% {\n height: 0;\n }\n\n 100% {\n height: px2rem(13px);\n }\n}\n\n// Show repository fact\n@keyframes md-source__fact--done {\n 0% {\n transform: translateY(100%);\n opacity: 0;\n }\n\n 50% {\n opacity: 0;\n }\n\n 100% {\n transform: translateY(0%);\n opacity: 1;\n }\n}\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-source-forks-icon: svg-load(\"octicons/repo-forked-16.svg\");\n --md-source-repositories-icon: svg-load(\"octicons/repo-16.svg\");\n --md-source-stars-icon: svg-load(\"octicons/star-16.svg\");\n --md-source-version-icon: svg-load(\"octicons/tag-16.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Repository information\n.md-source {\n display: block;\n font-size: px2rem(13px);\n line-height: 1.2;\n white-space: nowrap;\n outline-color: var(--md-accent-fg-color);\n // Hack: promote to own layer to reduce jitter\n backface-visibility: hidden;\n transition: opacity 250ms;\n\n // Repository information on hover\n &:hover {\n opacity: 0.7;\n }\n\n // Repository icon\n &__icon {\n display: inline-block;\n width: px2rem(40px);\n height: px2rem(48px);\n vertical-align: middle;\n\n // Align with margin only (as opposed to normal button alignment)\n svg {\n margin-top: px2rem(12px);\n margin-left: px2rem(12px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(12px);\n margin-left: initial;\n }\n }\n\n // Adjust spacing if icon is present\n + .md-source__repository {\n margin-left: px2rem(-40px);\n padding-left: px2rem(40px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(-40px);\n margin-left: initial;\n padding-right: px2rem(40px);\n padding-left: initial;\n }\n }\n }\n\n // Repository name\n &__repository {\n display: inline-block;\n max-width: calc(100% - #{px2rem(24px)});\n margin-left: px2rem(12px);\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: middle;\n }\n\n // Repository facts\n &__facts {\n margin: px2rem(2px) 0 0;\n padding: 0;\n overflow: hidden;\n font-size: px2rem(11px);\n list-style-type: none;\n opacity: 0.75;\n\n // Show after the data was loaded\n [data-md-state=\"done\"] & {\n animation: md-source__facts--done 250ms ease-in;\n }\n }\n\n // Repository fact\n &__fact {\n display: inline-block;\n\n // Show after the data was loaded\n [data-md-state=\"done\"] & {\n animation: md-source__fact--done 400ms ease-out;\n }\n\n // Repository fact icon\n &::before {\n display: inline-block;\n width: px2rem(12px);\n height: px2rem(12px);\n margin-right: px2rem(2px);\n vertical-align: text-top;\n background-color: currentColor;\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n }\n\n // Adjust spacing for repository fact icon\n &:nth-child(1n+2)::before {\n margin-left: px2rem(8px);\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: initial;\n margin-left: px2rem(2px);\n\n // Adjust spacing for repository fact icon\n &:nth-child(1n+2)::before {\n margin-right: px2rem(8px);\n margin-left: initial;\n }\n }\n\n // Repository fact: version\n &--version::before {\n mask-image: var(--md-source-version-icon);\n }\n\n // Repository fact: stars\n &--stars::before {\n mask-image: var(--md-source-stars-icon);\n }\n\n // Repository fact: forks\n &--forks::before {\n mask-image: var(--md-source-forks-icon);\n }\n\n // Repository fact: repositories\n &--repositories::before {\n mask-image: var(--md-source-repositories-icon);\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Navigation tabs\n.md-tabs {\n width: 100%;\n overflow: auto;\n color: var(--md-primary-bg-color);\n background-color: var(--md-primary-fg-color);\n\n // [print]: Hide tabs\n @media print {\n display: none;\n }\n\n // [tablet -]: Hide tabs\n @include break-to-device(tablet) {\n display: none;\n }\n\n // Tabs in hidden state, i.e. when scrolling down\n &[data-md-state=\"hidden\"] {\n pointer-events: none;\n }\n\n // Navigation tabs list\n &__list {\n margin: 0;\n margin-left: px2rem(4px);\n padding: 0;\n white-space: nowrap;\n list-style: none;\n contain: content;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(4px);\n margin-left: initial;\n }\n }\n\n // Navigation tabs item\n &__item {\n display: inline-block;\n height: px2rem(48px);\n padding-right: px2rem(12px);\n padding-left: px2rem(12px);\n }\n\n // Navigation tabs link - could be defined as block elements and aligned via\n // line height, but this would imply more repaints when scrolling\n &__link {\n display: block;\n margin-top: px2rem(16px);\n font-size: px2rem(14px);\n outline-color: var(--md-accent-fg-color);\n outline-offset: px2rem(4px);\n // Hack: save a repaint when tabs are appearing on scrolling up\n backface-visibility: hidden;\n opacity: 0.7;\n transition:\n transform 400ms cubic-bezier(0.1, 0.7, 0.1, 1),\n opacity 250ms;\n\n // Active link and link on focus/hover\n &--active,\n &:focus,\n &:hover {\n color: inherit;\n opacity: 1;\n }\n\n // Delay transitions by a small amount\n @for $i from 2 through 16 {\n .md-tabs__item:nth-child(#{$i}) & {\n transition-delay: 20ms * ($i - 1);\n }\n }\n\n // Hide tabs upon scrolling - disable transition to minimizes repaints\n // while scrolling down, while scrolling up seems to be okay\n .md-tabs[data-md-state=\"hidden\"] & {\n transform: translateY(50%);\n opacity: 0;\n transition:\n transform 0ms 100ms,\n opacity 100ms;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Back-to-top button\n.md-top {\n position: sticky;\n bottom: px2rem(8px);\n z-index: 1;\n float: right;\n margin: px2rem(-56px) px2rem(8px) px2rem(8px);\n padding: px2rem(8px);\n color: var(--md-primary-bg-color);\n background: var(--md-primary-fg-color);\n border-radius: 100%;\n outline: none;\n box-shadow:\n 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.1),\n 0 px2rem(0.5px) px2rem(1px) hsla(0, 0%, 0%, 0.1);\n transform: translateY(0);\n transition:\n opacity 125ms,\n transform 125ms cubic-bezier(0.4, 0, 0.2, 1),\n background-color 125ms;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: left;\n }\n\n // Back-to-top button in hidden state\n &[data-md-state=\"hidden\"] {\n transform: translateY(px2rem(-4px));\n opacity: 0;\n pointer-events: none;\n }\n\n // Back-to-top button on focus/hover\n &:focus,\n &:hover {\n background: var(--md-accent-fg-color);\n transform: scale(1.1);\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-version-icon: svg-load(\"fontawesome/solid/caret-down.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Version selection\n.md-version {\n flex-shrink: 0;\n height: px2rem(48px);\n font-size: px2rem(16px);\n\n // Current selection\n &__current {\n position: relative;\n // Hack: in general, we would use `vertical-align` to align the version at\n // the bottom with the title, but since the list uses absolute positioning,\n // this won't work consistently. Furthermore, we would need to use inline\n // positioning to align the links, which looks jagged.\n top: px2rem(1px);\n margin-right: px2rem(8px);\n margin-left: px2rem(28px);\n color: inherit;\n outline: none;\n cursor: pointer;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(28px);\n margin-left: px2rem(8px);\n }\n\n // Version selection icon\n &::after {\n display: inline-block;\n width: px2rem(8px);\n height: px2rem(12px);\n margin-left: px2rem(8px);\n background-color: currentColor;\n mask-image: var(--md-version-icon);\n mask-repeat: no-repeat;\n content: \"\";\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(8px);\n margin-left: initial;\n }\n }\n }\n\n // Version selection list\n &__list {\n position: absolute;\n top: px2rem(3px);\n z-index: 1;\n max-height: 0;\n margin: px2rem(4px) px2rem(16px);\n padding: 0;\n overflow: auto;\n color: var(--md-default-fg-color);\n list-style-type: none;\n background-color: var(--md-default-bg-color);\n border-radius: px2rem(2px);\n box-shadow:\n 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.1),\n 0 0 px2rem(1px) hsla(0, 0%, 0%, 0.25);\n opacity: 0;\n transition:\n max-height 0ms 500ms,\n opacity 250ms 250ms;\n scroll-snap-type: y mandatory;\n\n // Version selection list on parent focus/hover\n .md-version:focus-within &,\n .md-version:hover & {\n max-height: px2rem(200px);\n opacity: 1;\n transition:\n max-height 0ms,\n opacity 250ms;\n }\n }\n\n // Version selection item\n &__item {\n line-height: px2rem(36px);\n }\n\n // Version selection link\n &__link {\n display: block;\n width: 100%;\n padding-right: px2rem(24px);\n padding-left: px2rem(12px);\n white-space: nowrap;\n outline: none;\n cursor: pointer;\n transition:\n color 250ms,\n background-color 250ms;\n scroll-snap-align: start;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding-right: px2rem(12px);\n padding-left: px2rem(24px);\n }\n\n // Link on focus/hover\n &:focus,\n &:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Link on focus\n &:focus {\n background-color: var(--md-default-fg-color--lightest);\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Variables\n// ----------------------------------------------------------------------------\n\n/// Admonition flavours\n$admonitions: (\n note: pencil $clr-blue-a200,\n abstract summary tldr: text-subject $clr-light-blue-a400,\n info todo: information $clr-cyan-a700,\n tip hint important: fire $clr-teal-a700,\n success check done: check-circle $clr-green-a700,\n question help faq: help-circle $clr-light-green-a700,\n warning caution attention: alert $clr-orange-a400,\n failure fail missing: close-circle $clr-red-a200,\n danger error: flash-circle $clr-red-a400,\n bug: bug $clr-pink-a400,\n example: format-list-numbered $clr-deep-purple-a200,\n quote cite: format-quote-close $clr-grey\n) !default;\n\n// ----------------------------------------------------------------------------\n// Rules: layout\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n @each $names, $props in $admonitions {\n --md-admonition-icon--#{nth($names, 1)}:\n svg-load(\"material/#{nth($props, 1)}.svg\");\n }\n}\n\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Admonition\n .admonition {\n margin: px2em(20px, 12.8px) 0;\n padding: 0 px2rem(12px);\n overflow: hidden;\n color: var(--md-admonition-fg-color);\n font-size: px2rem(12.8px);\n page-break-inside: avoid;\n background-color: var(--md-admonition-bg-color);\n border-left: px2rem(4px) solid $clr-blue-a200;\n border-radius: px2rem(2px);\n box-shadow:\n 0 px2rem(4px) px2rem(10px) hsla(0, 0%, 0%, 0.05),\n 0 px2rem(0.5px) px2rem(1px) hsla(0, 0%, 0%, 0.05);\n\n // [print]: Omit shadow as it may lead to rendering errors\n @media print {\n box-shadow: none;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n border-right: px2rem(4px) solid $clr-blue-a200;\n border-left: none;\n }\n\n // Adjust vertical spacing for nested admonitions\n .admonition {\n margin-top: 1em;\n margin-bottom: 1em;\n }\n\n // Adjust spacing for contained table wrappers\n .md-typeset__scrollwrap {\n margin: 1em px2rem(-12px);\n }\n\n // Adjust spacing for contained tables\n .md-typeset__table {\n padding: 0 px2rem(12px);\n }\n\n // Adjust spacing for single-child tabbed block container\n > .tabbed-set:only-child {\n margin-top: 0;\n }\n\n // Adjust spacing on last child\n html & > :last-child {\n margin-bottom: px2rem(12px);\n }\n }\n\n // Admonition title\n .admonition-title {\n position: relative;\n margin: 0 px2rem(-12px) 0 px2rem(-16px);\n padding: px2rem(8px) px2rem(12px) px2rem(8px) px2rem(40px);\n font-weight: 700;\n background-color: transparentize($clr-blue-a200, 0.9);\n border-left: px2rem(4px) solid $clr-blue-a200;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin: 0 px2rem(-16px) 0 px2rem(-12px);\n padding: px2rem(8px) px2rem(40px) px2rem(8px) px2rem(12px);\n border-right: px2rem(4px) solid $clr-blue-a200;\n border-left: none;\n }\n\n // Adjust spacing for title-only admonitions\n html &:last-child {\n margin-bottom: 0;\n }\n\n // Admonition icon\n &::before {\n position: absolute;\n left: px2rem(12px);\n width: px2rem(20px);\n height: px2rem(20px);\n background-color: $clr-blue-a200;\n mask-image: var(--md-admonition-icon--note);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2rem(12px);\n left: initial;\n }\n }\n\n // Adjust spacing on last tabbed block container child - if the tabbed\n // block container is the sole child, it looks better to omit the margin\n + .tabbed-set:last-child {\n margin-top: 0;\n }\n }\n}\n\n// ----------------------------------------------------------------------------\n// Rules: flavours\n// ----------------------------------------------------------------------------\n\n@each $names, $props in $admonitions {\n $name: nth($names, 1);\n $tint: nth($props, 2);\n\n // Admonition flavour\n .md-typeset .admonition.#{$name} {\n border-color: $tint;\n }\n\n // Admonition flavour title\n .md-typeset .#{$name} > .admonition-title {\n background-color: transparentize($tint, 0.9);\n border-color: $tint;\n\n // Admonition icon\n &::before {\n background-color: $tint;\n mask-image: var(--md-admonition-icon--#{$name});\n mask-repeat: no-repeat;\n mask-size: contain;\n }\n }\n\n // Define synonyms for flavours\n @if length($names) > 1 {\n @for $n from 2 through length($names) {\n .#{nth($names, $n)} {\n @extend .#{$name};\n }\n }\n }\n}\n","// ==========================================================================\n//\n// Name: UI Color Palette\n// Description: The color palette of material design.\n// Version: 2.3.1\n//\n// Author: Denis Malinochkin\n// Git: https://github.com/mrmlnc/material-color\n//\n// twitter: @mrmlnc\n//\n// ==========================================================================\n\n\n//\n// List of base colors\n//\n\n// $clr-red\n// $clr-pink\n// $clr-purple\n// $clr-deep-purple\n// $clr-indigo\n// $clr-blue\n// $clr-light-blue\n// $clr-cyan\n// $clr-teal\n// $clr-green\n// $clr-light-green\n// $clr-lime\n// $clr-yellow\n// $clr-amber\n// $clr-orange\n// $clr-deep-orange\n// $clr-brown\n// $clr-grey\n// $clr-blue-grey\n// $clr-black\n// $clr-white\n\n\n//\n// Red\n//\n\n$clr-red-list: (\n \"base\": #f44336,\n \"50\": #ffebee,\n \"100\": #ffcdd2,\n \"200\": #ef9a9a,\n \"300\": #e57373,\n \"400\": #ef5350,\n \"500\": #f44336,\n \"600\": #e53935,\n \"700\": #d32f2f,\n \"800\": #c62828,\n \"900\": #b71c1c,\n \"a100\": #ff8a80,\n \"a200\": #ff5252,\n \"a400\": #ff1744,\n \"a700\": #d50000\n);\n\n$clr-red: map-get($clr-red-list, \"base\");\n\n$clr-red-50: map-get($clr-red-list, \"50\");\n$clr-red-100: map-get($clr-red-list, \"100\");\n$clr-red-200: map-get($clr-red-list, \"200\");\n$clr-red-300: map-get($clr-red-list, \"300\");\n$clr-red-400: map-get($clr-red-list, \"400\");\n$clr-red-500: map-get($clr-red-list, \"500\");\n$clr-red-600: map-get($clr-red-list, \"600\");\n$clr-red-700: map-get($clr-red-list, \"700\");\n$clr-red-800: map-get($clr-red-list, \"800\");\n$clr-red-900: map-get($clr-red-list, \"900\");\n$clr-red-a100: map-get($clr-red-list, \"a100\");\n$clr-red-a200: map-get($clr-red-list, \"a200\");\n$clr-red-a400: map-get($clr-red-list, \"a400\");\n$clr-red-a700: map-get($clr-red-list, \"a700\");\n\n\n//\n// Pink\n//\n\n$clr-pink-list: (\n \"base\": #e91e63,\n \"50\": #fce4ec,\n \"100\": #f8bbd0,\n \"200\": #f48fb1,\n \"300\": #f06292,\n \"400\": #ec407a,\n \"500\": #e91e63,\n \"600\": #d81b60,\n \"700\": #c2185b,\n \"800\": #ad1457,\n \"900\": #880e4f,\n \"a100\": #ff80ab,\n \"a200\": #ff4081,\n \"a400\": #f50057,\n \"a700\": #c51162\n);\n\n$clr-pink: map-get($clr-pink-list, \"base\");\n\n$clr-pink-50: map-get($clr-pink-list, \"50\");\n$clr-pink-100: map-get($clr-pink-list, \"100\");\n$clr-pink-200: map-get($clr-pink-list, \"200\");\n$clr-pink-300: map-get($clr-pink-list, \"300\");\n$clr-pink-400: map-get($clr-pink-list, \"400\");\n$clr-pink-500: map-get($clr-pink-list, \"500\");\n$clr-pink-600: map-get($clr-pink-list, \"600\");\n$clr-pink-700: map-get($clr-pink-list, \"700\");\n$clr-pink-800: map-get($clr-pink-list, \"800\");\n$clr-pink-900: map-get($clr-pink-list, \"900\");\n$clr-pink-a100: map-get($clr-pink-list, \"a100\");\n$clr-pink-a200: map-get($clr-pink-list, \"a200\");\n$clr-pink-a400: map-get($clr-pink-list, \"a400\");\n$clr-pink-a700: map-get($clr-pink-list, \"a700\");\n\n\n//\n// Purple\n//\n\n$clr-purple-list: (\n \"base\": #9c27b0,\n \"50\": #f3e5f5,\n \"100\": #e1bee7,\n \"200\": #ce93d8,\n \"300\": #ba68c8,\n \"400\": #ab47bc,\n \"500\": #9c27b0,\n \"600\": #8e24aa,\n \"700\": #7b1fa2,\n \"800\": #6a1b9a,\n \"900\": #4a148c,\n \"a100\": #ea80fc,\n \"a200\": #e040fb,\n \"a400\": #d500f9,\n \"a700\": #aa00ff\n);\n\n$clr-purple: map-get($clr-purple-list, \"base\");\n\n$clr-purple-50: map-get($clr-purple-list, \"50\");\n$clr-purple-100: map-get($clr-purple-list, \"100\");\n$clr-purple-200: map-get($clr-purple-list, \"200\");\n$clr-purple-300: map-get($clr-purple-list, \"300\");\n$clr-purple-400: map-get($clr-purple-list, \"400\");\n$clr-purple-500: map-get($clr-purple-list, \"500\");\n$clr-purple-600: map-get($clr-purple-list, \"600\");\n$clr-purple-700: map-get($clr-purple-list, \"700\");\n$clr-purple-800: map-get($clr-purple-list, \"800\");\n$clr-purple-900: map-get($clr-purple-list, \"900\");\n$clr-purple-a100: map-get($clr-purple-list, \"a100\");\n$clr-purple-a200: map-get($clr-purple-list, \"a200\");\n$clr-purple-a400: map-get($clr-purple-list, \"a400\");\n$clr-purple-a700: map-get($clr-purple-list, \"a700\");\n\n\n//\n// Deep purple\n//\n\n$clr-deep-purple-list: (\n \"base\": #673ab7,\n \"50\": #ede7f6,\n \"100\": #d1c4e9,\n \"200\": #b39ddb,\n \"300\": #9575cd,\n \"400\": #7e57c2,\n \"500\": #673ab7,\n \"600\": #5e35b1,\n \"700\": #512da8,\n \"800\": #4527a0,\n \"900\": #311b92,\n \"a100\": #b388ff,\n \"a200\": #7c4dff,\n \"a400\": #651fff,\n \"a700\": #6200ea\n);\n\n$clr-deep-purple: map-get($clr-deep-purple-list, \"base\");\n\n$clr-deep-purple-50: map-get($clr-deep-purple-list, \"50\");\n$clr-deep-purple-100: map-get($clr-deep-purple-list, \"100\");\n$clr-deep-purple-200: map-get($clr-deep-purple-list, \"200\");\n$clr-deep-purple-300: map-get($clr-deep-purple-list, \"300\");\n$clr-deep-purple-400: map-get($clr-deep-purple-list, \"400\");\n$clr-deep-purple-500: map-get($clr-deep-purple-list, \"500\");\n$clr-deep-purple-600: map-get($clr-deep-purple-list, \"600\");\n$clr-deep-purple-700: map-get($clr-deep-purple-list, \"700\");\n$clr-deep-purple-800: map-get($clr-deep-purple-list, \"800\");\n$clr-deep-purple-900: map-get($clr-deep-purple-list, \"900\");\n$clr-deep-purple-a100: map-get($clr-deep-purple-list, \"a100\");\n$clr-deep-purple-a200: map-get($clr-deep-purple-list, \"a200\");\n$clr-deep-purple-a400: map-get($clr-deep-purple-list, \"a400\");\n$clr-deep-purple-a700: map-get($clr-deep-purple-list, \"a700\");\n\n\n//\n// Indigo\n//\n\n$clr-indigo-list: (\n \"base\": #3f51b5,\n \"50\": #e8eaf6,\n \"100\": #c5cae9,\n \"200\": #9fa8da,\n \"300\": #7986cb,\n \"400\": #5c6bc0,\n \"500\": #3f51b5,\n \"600\": #3949ab,\n \"700\": #303f9f,\n \"800\": #283593,\n \"900\": #1a237e,\n \"a100\": #8c9eff,\n \"a200\": #536dfe,\n \"a400\": #3d5afe,\n \"a700\": #304ffe\n);\n\n$clr-indigo: map-get($clr-indigo-list, \"base\");\n\n$clr-indigo-50: map-get($clr-indigo-list, \"50\");\n$clr-indigo-100: map-get($clr-indigo-list, \"100\");\n$clr-indigo-200: map-get($clr-indigo-list, \"200\");\n$clr-indigo-300: map-get($clr-indigo-list, \"300\");\n$clr-indigo-400: map-get($clr-indigo-list, \"400\");\n$clr-indigo-500: map-get($clr-indigo-list, \"500\");\n$clr-indigo-600: map-get($clr-indigo-list, \"600\");\n$clr-indigo-700: map-get($clr-indigo-list, \"700\");\n$clr-indigo-800: map-get($clr-indigo-list, \"800\");\n$clr-indigo-900: map-get($clr-indigo-list, \"900\");\n$clr-indigo-a100: map-get($clr-indigo-list, \"a100\");\n$clr-indigo-a200: map-get($clr-indigo-list, \"a200\");\n$clr-indigo-a400: map-get($clr-indigo-list, \"a400\");\n$clr-indigo-a700: map-get($clr-indigo-list, \"a700\");\n\n\n//\n// Blue\n//\n\n$clr-blue-list: (\n \"base\": #2196f3,\n \"50\": #e3f2fd,\n \"100\": #bbdefb,\n \"200\": #90caf9,\n \"300\": #64b5f6,\n \"400\": #42a5f5,\n \"500\": #2196f3,\n \"600\": #1e88e5,\n \"700\": #1976d2,\n \"800\": #1565c0,\n \"900\": #0d47a1,\n \"a100\": #82b1ff,\n \"a200\": #448aff,\n \"a400\": #2979ff,\n \"a700\": #2962ff\n);\n\n$clr-blue: map-get($clr-blue-list, \"base\");\n\n$clr-blue-50: map-get($clr-blue-list, \"50\");\n$clr-blue-100: map-get($clr-blue-list, \"100\");\n$clr-blue-200: map-get($clr-blue-list, \"200\");\n$clr-blue-300: map-get($clr-blue-list, \"300\");\n$clr-blue-400: map-get($clr-blue-list, \"400\");\n$clr-blue-500: map-get($clr-blue-list, \"500\");\n$clr-blue-600: map-get($clr-blue-list, \"600\");\n$clr-blue-700: map-get($clr-blue-list, \"700\");\n$clr-blue-800: map-get($clr-blue-list, \"800\");\n$clr-blue-900: map-get($clr-blue-list, \"900\");\n$clr-blue-a100: map-get($clr-blue-list, \"a100\");\n$clr-blue-a200: map-get($clr-blue-list, \"a200\");\n$clr-blue-a400: map-get($clr-blue-list, \"a400\");\n$clr-blue-a700: map-get($clr-blue-list, \"a700\");\n\n\n//\n// Light Blue\n//\n\n$clr-light-blue-list: (\n \"base\": #03a9f4,\n \"50\": #e1f5fe,\n \"100\": #b3e5fc,\n \"200\": #81d4fa,\n \"300\": #4fc3f7,\n \"400\": #29b6f6,\n \"500\": #03a9f4,\n \"600\": #039be5,\n \"700\": #0288d1,\n \"800\": #0277bd,\n \"900\": #01579b,\n \"a100\": #80d8ff,\n \"a200\": #40c4ff,\n \"a400\": #00b0ff,\n \"a700\": #0091ea\n);\n\n$clr-light-blue: map-get($clr-light-blue-list, \"base\");\n\n$clr-light-blue-50: map-get($clr-light-blue-list, \"50\");\n$clr-light-blue-100: map-get($clr-light-blue-list, \"100\");\n$clr-light-blue-200: map-get($clr-light-blue-list, \"200\");\n$clr-light-blue-300: map-get($clr-light-blue-list, \"300\");\n$clr-light-blue-400: map-get($clr-light-blue-list, \"400\");\n$clr-light-blue-500: map-get($clr-light-blue-list, \"500\");\n$clr-light-blue-600: map-get($clr-light-blue-list, \"600\");\n$clr-light-blue-700: map-get($clr-light-blue-list, \"700\");\n$clr-light-blue-800: map-get($clr-light-blue-list, \"800\");\n$clr-light-blue-900: map-get($clr-light-blue-list, \"900\");\n$clr-light-blue-a100: map-get($clr-light-blue-list, \"a100\");\n$clr-light-blue-a200: map-get($clr-light-blue-list, \"a200\");\n$clr-light-blue-a400: map-get($clr-light-blue-list, \"a400\");\n$clr-light-blue-a700: map-get($clr-light-blue-list, \"a700\");\n\n\n//\n// Cyan\n//\n\n$clr-cyan-list: (\n \"base\": #00bcd4,\n \"50\": #e0f7fa,\n \"100\": #b2ebf2,\n \"200\": #80deea,\n \"300\": #4dd0e1,\n \"400\": #26c6da,\n \"500\": #00bcd4,\n \"600\": #00acc1,\n \"700\": #0097a7,\n \"800\": #00838f,\n \"900\": #006064,\n \"a100\": #84ffff,\n \"a200\": #18ffff,\n \"a400\": #00e5ff,\n \"a700\": #00b8d4\n);\n\n$clr-cyan: map-get($clr-cyan-list, \"base\");\n\n$clr-cyan-50: map-get($clr-cyan-list, \"50\");\n$clr-cyan-100: map-get($clr-cyan-list, \"100\");\n$clr-cyan-200: map-get($clr-cyan-list, \"200\");\n$clr-cyan-300: map-get($clr-cyan-list, \"300\");\n$clr-cyan-400: map-get($clr-cyan-list, \"400\");\n$clr-cyan-500: map-get($clr-cyan-list, \"500\");\n$clr-cyan-600: map-get($clr-cyan-list, \"600\");\n$clr-cyan-700: map-get($clr-cyan-list, \"700\");\n$clr-cyan-800: map-get($clr-cyan-list, \"800\");\n$clr-cyan-900: map-get($clr-cyan-list, \"900\");\n$clr-cyan-a100: map-get($clr-cyan-list, \"a100\");\n$clr-cyan-a200: map-get($clr-cyan-list, \"a200\");\n$clr-cyan-a400: map-get($clr-cyan-list, \"a400\");\n$clr-cyan-a700: map-get($clr-cyan-list, \"a700\");\n\n\n//\n// Teal\n//\n\n$clr-teal-list: (\n \"base\": #009688,\n \"50\": #e0f2f1,\n \"100\": #b2dfdb,\n \"200\": #80cbc4,\n \"300\": #4db6ac,\n \"400\": #26a69a,\n \"500\": #009688,\n \"600\": #00897b,\n \"700\": #00796b,\n \"800\": #00695c,\n \"900\": #004d40,\n \"a100\": #a7ffeb,\n \"a200\": #64ffda,\n \"a400\": #1de9b6,\n \"a700\": #00bfa5\n);\n\n$clr-teal: map-get($clr-teal-list, \"base\");\n\n$clr-teal-50: map-get($clr-teal-list, \"50\");\n$clr-teal-100: map-get($clr-teal-list, \"100\");\n$clr-teal-200: map-get($clr-teal-list, \"200\");\n$clr-teal-300: map-get($clr-teal-list, \"300\");\n$clr-teal-400: map-get($clr-teal-list, \"400\");\n$clr-teal-500: map-get($clr-teal-list, \"500\");\n$clr-teal-600: map-get($clr-teal-list, \"600\");\n$clr-teal-700: map-get($clr-teal-list, \"700\");\n$clr-teal-800: map-get($clr-teal-list, \"800\");\n$clr-teal-900: map-get($clr-teal-list, \"900\");\n$clr-teal-a100: map-get($clr-teal-list, \"a100\");\n$clr-teal-a200: map-get($clr-teal-list, \"a200\");\n$clr-teal-a400: map-get($clr-teal-list, \"a400\");\n$clr-teal-a700: map-get($clr-teal-list, \"a700\");\n\n\n//\n// Green\n//\n\n$clr-green-list: (\n \"base\": #4caf50,\n \"50\": #e8f5e9,\n \"100\": #c8e6c9,\n \"200\": #a5d6a7,\n \"300\": #81c784,\n \"400\": #66bb6a,\n \"500\": #4caf50,\n \"600\": #43a047,\n \"700\": #388e3c,\n \"800\": #2e7d32,\n \"900\": #1b5e20,\n \"a100\": #b9f6ca,\n \"a200\": #69f0ae,\n \"a400\": #00e676,\n \"a700\": #00c853\n);\n\n$clr-green: map-get($clr-green-list, \"base\");\n\n$clr-green-50: map-get($clr-green-list, \"50\");\n$clr-green-100: map-get($clr-green-list, \"100\");\n$clr-green-200: map-get($clr-green-list, \"200\");\n$clr-green-300: map-get($clr-green-list, \"300\");\n$clr-green-400: map-get($clr-green-list, \"400\");\n$clr-green-500: map-get($clr-green-list, \"500\");\n$clr-green-600: map-get($clr-green-list, \"600\");\n$clr-green-700: map-get($clr-green-list, \"700\");\n$clr-green-800: map-get($clr-green-list, \"800\");\n$clr-green-900: map-get($clr-green-list, \"900\");\n$clr-green-a100: map-get($clr-green-list, \"a100\");\n$clr-green-a200: map-get($clr-green-list, \"a200\");\n$clr-green-a400: map-get($clr-green-list, \"a400\");\n$clr-green-a700: map-get($clr-green-list, \"a700\");\n\n\n//\n// Light green\n//\n\n$clr-light-green-list: (\n \"base\": #8bc34a,\n \"50\": #f1f8e9,\n \"100\": #dcedc8,\n \"200\": #c5e1a5,\n \"300\": #aed581,\n \"400\": #9ccc65,\n \"500\": #8bc34a,\n \"600\": #7cb342,\n \"700\": #689f38,\n \"800\": #558b2f,\n \"900\": #33691e,\n \"a100\": #ccff90,\n \"a200\": #b2ff59,\n \"a400\": #76ff03,\n \"a700\": #64dd17\n);\n\n$clr-light-green: map-get($clr-light-green-list, \"base\");\n\n$clr-light-green-50: map-get($clr-light-green-list, \"50\");\n$clr-light-green-100: map-get($clr-light-green-list, \"100\");\n$clr-light-green-200: map-get($clr-light-green-list, \"200\");\n$clr-light-green-300: map-get($clr-light-green-list, \"300\");\n$clr-light-green-400: map-get($clr-light-green-list, \"400\");\n$clr-light-green-500: map-get($clr-light-green-list, \"500\");\n$clr-light-green-600: map-get($clr-light-green-list, \"600\");\n$clr-light-green-700: map-get($clr-light-green-list, \"700\");\n$clr-light-green-800: map-get($clr-light-green-list, \"800\");\n$clr-light-green-900: map-get($clr-light-green-list, \"900\");\n$clr-light-green-a100: map-get($clr-light-green-list, \"a100\");\n$clr-light-green-a200: map-get($clr-light-green-list, \"a200\");\n$clr-light-green-a400: map-get($clr-light-green-list, \"a400\");\n$clr-light-green-a700: map-get($clr-light-green-list, \"a700\");\n\n\n//\n// Lime\n//\n\n$clr-lime-list: (\n \"base\": #cddc39,\n \"50\": #f9fbe7,\n \"100\": #f0f4c3,\n \"200\": #e6ee9c,\n \"300\": #dce775,\n \"400\": #d4e157,\n \"500\": #cddc39,\n \"600\": #c0ca33,\n \"700\": #afb42b,\n \"800\": #9e9d24,\n \"900\": #827717,\n \"a100\": #f4ff81,\n \"a200\": #eeff41,\n \"a400\": #c6ff00,\n \"a700\": #aeea00\n);\n\n$clr-lime: map-get($clr-lime-list, \"base\");\n\n$clr-lime-50: map-get($clr-lime-list, \"50\");\n$clr-lime-100: map-get($clr-lime-list, \"100\");\n$clr-lime-200: map-get($clr-lime-list, \"200\");\n$clr-lime-300: map-get($clr-lime-list, \"300\");\n$clr-lime-400: map-get($clr-lime-list, \"400\");\n$clr-lime-500: map-get($clr-lime-list, \"500\");\n$clr-lime-600: map-get($clr-lime-list, \"600\");\n$clr-lime-700: map-get($clr-lime-list, \"700\");\n$clr-lime-800: map-get($clr-lime-list, \"800\");\n$clr-lime-900: map-get($clr-lime-list, \"900\");\n$clr-lime-a100: map-get($clr-lime-list, \"a100\");\n$clr-lime-a200: map-get($clr-lime-list, \"a200\");\n$clr-lime-a400: map-get($clr-lime-list, \"a400\");\n$clr-lime-a700: map-get($clr-lime-list, \"a700\");\n\n\n//\n// Yellow\n//\n\n$clr-yellow-list: (\n \"base\": #ffeb3b,\n \"50\": #fffde7,\n \"100\": #fff9c4,\n \"200\": #fff59d,\n \"300\": #fff176,\n \"400\": #ffee58,\n \"500\": #ffeb3b,\n \"600\": #fdd835,\n \"700\": #fbc02d,\n \"800\": #f9a825,\n \"900\": #f57f17,\n \"a100\": #ffff8d,\n \"a200\": #ffff00,\n \"a400\": #ffea00,\n \"a700\": #ffd600\n);\n\n$clr-yellow: map-get($clr-yellow-list, \"base\");\n\n$clr-yellow-50: map-get($clr-yellow-list, \"50\");\n$clr-yellow-100: map-get($clr-yellow-list, \"100\");\n$clr-yellow-200: map-get($clr-yellow-list, \"200\");\n$clr-yellow-300: map-get($clr-yellow-list, \"300\");\n$clr-yellow-400: map-get($clr-yellow-list, \"400\");\n$clr-yellow-500: map-get($clr-yellow-list, \"500\");\n$clr-yellow-600: map-get($clr-yellow-list, \"600\");\n$clr-yellow-700: map-get($clr-yellow-list, \"700\");\n$clr-yellow-800: map-get($clr-yellow-list, \"800\");\n$clr-yellow-900: map-get($clr-yellow-list, \"900\");\n$clr-yellow-a100: map-get($clr-yellow-list, \"a100\");\n$clr-yellow-a200: map-get($clr-yellow-list, \"a200\");\n$clr-yellow-a400: map-get($clr-yellow-list, \"a400\");\n$clr-yellow-a700: map-get($clr-yellow-list, \"a700\");\n\n\n//\n// amber\n//\n\n$clr-amber-list: (\n \"base\": #ffc107,\n \"50\": #fff8e1,\n \"100\": #ffecb3,\n \"200\": #ffe082,\n \"300\": #ffd54f,\n \"400\": #ffca28,\n \"500\": #ffc107,\n \"600\": #ffb300,\n \"700\": #ffa000,\n \"800\": #ff8f00,\n \"900\": #ff6f00,\n \"a100\": #ffe57f,\n \"a200\": #ffd740,\n \"a400\": #ffc400,\n \"a700\": #ffab00\n);\n\n$clr-amber: map-get($clr-amber-list, \"base\");\n\n$clr-amber-50: map-get($clr-amber-list, \"50\");\n$clr-amber-100: map-get($clr-amber-list, \"100\");\n$clr-amber-200: map-get($clr-amber-list, \"200\");\n$clr-amber-300: map-get($clr-amber-list, \"300\");\n$clr-amber-400: map-get($clr-amber-list, \"400\");\n$clr-amber-500: map-get($clr-amber-list, \"500\");\n$clr-amber-600: map-get($clr-amber-list, \"600\");\n$clr-amber-700: map-get($clr-amber-list, \"700\");\n$clr-amber-800: map-get($clr-amber-list, \"800\");\n$clr-amber-900: map-get($clr-amber-list, \"900\");\n$clr-amber-a100: map-get($clr-amber-list, \"a100\");\n$clr-amber-a200: map-get($clr-amber-list, \"a200\");\n$clr-amber-a400: map-get($clr-amber-list, \"a400\");\n$clr-amber-a700: map-get($clr-amber-list, \"a700\");\n\n\n//\n// Orange\n//\n\n$clr-orange-list: (\n \"base\": #ff9800,\n \"50\": #fff3e0,\n \"100\": #ffe0b2,\n \"200\": #ffcc80,\n \"300\": #ffb74d,\n \"400\": #ffa726,\n \"500\": #ff9800,\n \"600\": #fb8c00,\n \"700\": #f57c00,\n \"800\": #ef6c00,\n \"900\": #e65100,\n \"a100\": #ffd180,\n \"a200\": #ffab40,\n \"a400\": #ff9100,\n \"a700\": #ff6d00\n);\n\n$clr-orange: map-get($clr-orange-list, \"base\");\n\n$clr-orange-50: map-get($clr-orange-list, \"50\");\n$clr-orange-100: map-get($clr-orange-list, \"100\");\n$clr-orange-200: map-get($clr-orange-list, \"200\");\n$clr-orange-300: map-get($clr-orange-list, \"300\");\n$clr-orange-400: map-get($clr-orange-list, \"400\");\n$clr-orange-500: map-get($clr-orange-list, \"500\");\n$clr-orange-600: map-get($clr-orange-list, \"600\");\n$clr-orange-700: map-get($clr-orange-list, \"700\");\n$clr-orange-800: map-get($clr-orange-list, \"800\");\n$clr-orange-900: map-get($clr-orange-list, \"900\");\n$clr-orange-a100: map-get($clr-orange-list, \"a100\");\n$clr-orange-a200: map-get($clr-orange-list, \"a200\");\n$clr-orange-a400: map-get($clr-orange-list, \"a400\");\n$clr-orange-a700: map-get($clr-orange-list, \"a700\");\n\n\n//\n// Deep orange\n//\n\n$clr-deep-orange-list: (\n \"base\": #ff5722,\n \"50\": #fbe9e7,\n \"100\": #ffccbc,\n \"200\": #ffab91,\n \"300\": #ff8a65,\n \"400\": #ff7043,\n \"500\": #ff5722,\n \"600\": #f4511e,\n \"700\": #e64a19,\n \"800\": #d84315,\n \"900\": #bf360c,\n \"a100\": #ff9e80,\n \"a200\": #ff6e40,\n \"a400\": #ff3d00,\n \"a700\": #dd2c00\n);\n\n$clr-deep-orange: map-get($clr-deep-orange-list, \"base\");\n\n$clr-deep-orange-50: map-get($clr-deep-orange-list, \"50\");\n$clr-deep-orange-100: map-get($clr-deep-orange-list, \"100\");\n$clr-deep-orange-200: map-get($clr-deep-orange-list, \"200\");\n$clr-deep-orange-300: map-get($clr-deep-orange-list, \"300\");\n$clr-deep-orange-400: map-get($clr-deep-orange-list, \"400\");\n$clr-deep-orange-500: map-get($clr-deep-orange-list, \"500\");\n$clr-deep-orange-600: map-get($clr-deep-orange-list, \"600\");\n$clr-deep-orange-700: map-get($clr-deep-orange-list, \"700\");\n$clr-deep-orange-800: map-get($clr-deep-orange-list, \"800\");\n$clr-deep-orange-900: map-get($clr-deep-orange-list, \"900\");\n$clr-deep-orange-a100: map-get($clr-deep-orange-list, \"a100\");\n$clr-deep-orange-a200: map-get($clr-deep-orange-list, \"a200\");\n$clr-deep-orange-a400: map-get($clr-deep-orange-list, \"a400\");\n$clr-deep-orange-a700: map-get($clr-deep-orange-list, \"a700\");\n\n\n//\n// Brown\n//\n\n$clr-brown-list: (\n \"base\": #795548,\n \"50\": #efebe9,\n \"100\": #d7ccc8,\n \"200\": #bcaaa4,\n \"300\": #a1887f,\n \"400\": #8d6e63,\n \"500\": #795548,\n \"600\": #6d4c41,\n \"700\": #5d4037,\n \"800\": #4e342e,\n \"900\": #3e2723,\n);\n\n$clr-brown: map-get($clr-brown-list, \"base\");\n\n$clr-brown-50: map-get($clr-brown-list, \"50\");\n$clr-brown-100: map-get($clr-brown-list, \"100\");\n$clr-brown-200: map-get($clr-brown-list, \"200\");\n$clr-brown-300: map-get($clr-brown-list, \"300\");\n$clr-brown-400: map-get($clr-brown-list, \"400\");\n$clr-brown-500: map-get($clr-brown-list, \"500\");\n$clr-brown-600: map-get($clr-brown-list, \"600\");\n$clr-brown-700: map-get($clr-brown-list, \"700\");\n$clr-brown-800: map-get($clr-brown-list, \"800\");\n$clr-brown-900: map-get($clr-brown-list, \"900\");\n\n\n//\n// Grey\n//\n\n$clr-grey-list: (\n \"base\": #9e9e9e,\n \"50\": #fafafa,\n \"100\": #f5f5f5,\n \"200\": #eeeeee,\n \"300\": #e0e0e0,\n \"400\": #bdbdbd,\n \"500\": #9e9e9e,\n \"600\": #757575,\n \"700\": #616161,\n \"800\": #424242,\n \"900\": #212121,\n);\n\n$clr-grey: map-get($clr-grey-list, \"base\");\n\n$clr-grey-50: map-get($clr-grey-list, \"50\");\n$clr-grey-100: map-get($clr-grey-list, \"100\");\n$clr-grey-200: map-get($clr-grey-list, \"200\");\n$clr-grey-300: map-get($clr-grey-list, \"300\");\n$clr-grey-400: map-get($clr-grey-list, \"400\");\n$clr-grey-500: map-get($clr-grey-list, \"500\");\n$clr-grey-600: map-get($clr-grey-list, \"600\");\n$clr-grey-700: map-get($clr-grey-list, \"700\");\n$clr-grey-800: map-get($clr-grey-list, \"800\");\n$clr-grey-900: map-get($clr-grey-list, \"900\");\n\n\n//\n// Blue grey\n//\n\n$clr-blue-grey-list: (\n \"base\": #607d8b,\n \"50\": #eceff1,\n \"100\": #cfd8dc,\n \"200\": #b0bec5,\n \"300\": #90a4ae,\n \"400\": #78909c,\n \"500\": #607d8b,\n \"600\": #546e7a,\n \"700\": #455a64,\n \"800\": #37474f,\n \"900\": #263238,\n);\n\n$clr-blue-grey: map-get($clr-blue-grey-list, \"base\");\n\n$clr-blue-grey-50: map-get($clr-blue-grey-list, \"50\");\n$clr-blue-grey-100: map-get($clr-blue-grey-list, \"100\");\n$clr-blue-grey-200: map-get($clr-blue-grey-list, \"200\");\n$clr-blue-grey-300: map-get($clr-blue-grey-list, \"300\");\n$clr-blue-grey-400: map-get($clr-blue-grey-list, \"400\");\n$clr-blue-grey-500: map-get($clr-blue-grey-list, \"500\");\n$clr-blue-grey-600: map-get($clr-blue-grey-list, \"600\");\n$clr-blue-grey-700: map-get($clr-blue-grey-list, \"700\");\n$clr-blue-grey-800: map-get($clr-blue-grey-list, \"800\");\n$clr-blue-grey-900: map-get($clr-blue-grey-list, \"900\");\n\n\n//\n// Black\n//\n\n$clr-black-list: (\n \"base\": #000\n);\n\n$clr-black: map-get($clr-black-list, \"base\");\n\n\n//\n// White\n//\n\n$clr-white-list: (\n \"base\": #fff\n);\n\n$clr-white: map-get($clr-white-list, \"base\");\n\n\n//\n// List for all Colors for looping\n//\n\n$clr-list-all: (\n \"red\": $clr-red-list,\n \"pink\": $clr-pink-list,\n \"purple\": $clr-purple-list,\n \"deep-purple\": $clr-deep-purple-list,\n \"indigo\": $clr-indigo-list,\n \"blue\": $clr-blue-list,\n \"light-blue\": $clr-light-blue-list,\n \"cyan\": $clr-cyan-list,\n \"teal\": $clr-teal-list,\n \"green\": $clr-green-list,\n \"light-green\": $clr-light-green-list,\n \"lime\": $clr-lime-list,\n \"yellow\": $clr-yellow-list,\n \"amber\": $clr-amber-list,\n \"orange\": $clr-orange-list,\n \"deep-orange\": $clr-deep-orange-list,\n \"brown\": $clr-brown-list,\n \"grey\": $clr-grey-list,\n \"blue-grey\": $clr-blue-grey-list,\n \"black\": $clr-black-list,\n \"white\": $clr-white-list\n);\n\n\n//\n// Typography\n//\n\n$clr-ui-display-4: $clr-grey-600;\n$clr-ui-display-3: $clr-grey-600;\n$clr-ui-display-2: $clr-grey-600;\n$clr-ui-display-1: $clr-grey-600;\n$clr-ui-headline: $clr-grey-900;\n$clr-ui-title: $clr-grey-900;\n$clr-ui-subhead-1: $clr-grey-900;\n$clr-ui-body-2: $clr-grey-900;\n$clr-ui-body-1: $clr-grey-900;\n$clr-ui-caption: $clr-grey-600;\n$clr-ui-menu: $clr-grey-900;\n$clr-ui-button: $clr-grey-900;\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-footnotes-icon: svg-load(\"material/keyboard-return.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Footnote container\n .footnote {\n color: var(--md-default-fg-color--light);\n font-size: px2rem(12.8px);\n\n // Footnote list - omit left indentation\n > ol {\n margin-left: 0;\n\n // Footnote item - footnote items can contain lists, so we need to scope\n // the spacing adjustments to the top-level footnote item.\n > li {\n transition: color 125ms;\n\n // Darken color on target\n &:target {\n color: var(--md-default-fg-color);\n }\n\n // Show backreferences on footnote hover\n &:hover .footnote-backref,\n &:target .footnote-backref {\n transform: translateX(0);\n opacity: 1;\n }\n\n // Adjust spacing on first child\n > :first-child {\n margin-top: 0;\n }\n }\n }\n }\n\n // Footnote reference\n .footnote-ref {\n font-weight: 700;\n font-size: px2em(12px, 16px);\n\n // Hack: increase specificity to override default\n html & {\n outline-offset: px2rem(2px);\n }\n }\n\n // Footnote backreference\n .footnote-backref {\n display: inline-block;\n color: var(--md-typeset-a-color);\n // Hack: omit Unicode arrow for replacement with icon\n font-size: 0;\n vertical-align: text-bottom;\n transform: translateX(px2rem(5px));\n opacity: 0;\n transition:\n color 250ms,\n transform 250ms 250ms,\n opacity 125ms 250ms;\n\n // [print]: Show footnote backreferences\n @media print {\n color: var(--md-typeset-a-color);\n transform: translateX(0);\n opacity: 1;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n transform: translateX(px2rem(-5px));\n }\n\n // Adjust color on hover\n &:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Footnote backreference icon\n &::before {\n display: inline-block;\n width: px2rem(16px);\n height: px2rem(16px);\n background-color: currentColor;\n mask-image: var(--md-footnotes-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n\n // Flip icon vertically\n svg {\n transform: scaleX(-1);\n }\n }\n }\n }\n\n // Footnote reference wrapper\n [id^=\"fnref:\"]:target {\n scroll-margin-top: initial;\n margin-top: -1 * px2rem(48px + 24px - 4px);\n padding-top: px2rem(48px + 24px - 4px);\n\n // Show outline for all devices\n > .footnote-ref {\n outline: auto;\n }\n }\n\n // Footnote wrapper\n [id^=\"fn:\"]:target {\n scroll-margin-top: initial;\n margin-top: -1 * px2rem(48px + 24px - 3px);\n padding-top: px2rem(48px + 24px - 3px);\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Headerlink\n .headerlink {\n display: inline-block;\n margin-left: px2rem(10px);\n color: var(--md-default-fg-color--lighter);\n opacity: 0;\n transition:\n color 250ms,\n opacity 125ms;\n\n // [print]: Hide headerlinks\n @media print {\n display: none;\n }\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n margin-right: px2rem(10px);\n margin-left: initial;\n }\n }\n\n // Show headerlinks on parent hover\n :hover > .headerlink,\n :target > .headerlink,\n .headerlink:focus {\n opacity: 1;\n transition:\n color 250ms,\n opacity 125ms;\n }\n\n // Adjust color on parent target or focus/hover\n :target > .headerlink,\n .headerlink:focus,\n .headerlink:hover {\n color: var(--md-accent-fg-color);\n }\n\n // Adjust scroll offset for all elements with `id` attributes - general scroll\n // margin offset for anything that can be targeted. Browser support is pretty\n // decent by now, but Edge <79 and Safari (iOS and macOS) still don't support\n // it properly, so we settle with a cross-browser anchor correction solution.\n :target {\n scroll-margin-top: px2rem(48px + 24px);\n }\n\n // Adjust scroll offset for headlines of level 1-3\n h1:target,\n h2:target,\n h3:target {\n scroll-margin-top: initial;\n\n // Anchor correction hack\n &::before {\n display: block;\n margin-top: -1 * px2rem(48px + 24px - 4px);\n padding-top: px2rem(48px + 24px - 4px);\n content: \"\";\n }\n }\n\n // Adjust scroll offset for headlines of level 4\n h4:target {\n scroll-margin-top: initial;\n\n // Anchor correction hack\n &::before {\n display: block;\n margin-top: -1 * px2rem(48px + 24px - 3px);\n padding-top: px2rem(48px + 24px - 3px);\n content: \"\";\n }\n }\n\n // Adjust scroll offset for headlines of level 5-6\n h5:target,\n h6:target {\n scroll-margin-top: initial;\n\n // Anchor correction hack\n &::before {\n display: block;\n margin-top: -1 * px2rem(48px + 24px);\n padding-top: px2rem(48px + 24px);\n content: \"\";\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Arithmatex container\n div.arithmatex {\n overflow: auto;\n\n // [mobile -]: Align with body copy\n @include break-to-device(mobile) {\n margin: 0 px2rem(-16px);\n }\n\n // Arithmatex content\n > * {\n width: min-content;\n // stylelint-disable-next-line declaration-no-important\n margin: 1em auto !important;\n padding: 0 px2rem(16px);\n touch-action: auto;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Deletion, addition or comment\n del.critic,\n ins.critic,\n .critic.comment {\n box-decoration-break: clone;\n }\n\n // Deletion\n del.critic {\n background-color: var(--md-typeset-del-color);\n }\n\n // Addition\n ins.critic {\n background-color: var(--md-typeset-ins-color);\n }\n\n // Comment\n .critic.comment {\n color: var(--md-code-hl-comment-color);\n\n // Comment opening mark\n &::before {\n content: \"/* \";\n }\n\n // Comment closing mark\n &::after {\n content: \" */\";\n }\n }\n\n // Critic block\n .critic.block {\n display: block;\n margin: 1em 0;\n padding-right: px2rem(16px);\n padding-left: px2rem(16px);\n overflow: auto;\n box-shadow: none;\n\n // Adjust spacing on first child\n > :first-child {\n margin-top: 0.5em;\n }\n\n // Adjust spacing on last child\n > :last-child {\n margin-bottom: 0.5em;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-details-icon: svg-load(\"material/chevron-right.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Details\n details {\n @extend .admonition;\n\n display: flow-root;\n padding-top: 0;\n overflow: visible;\n\n // Details title icon - rotate icon on transition to open state\n &[open] > summary::after {\n transform: rotate(90deg);\n }\n\n // Adjust spacing for details in closed state\n &:not([open]) {\n padding-bottom: 0;\n box-shadow: none;\n\n // Hack: we cannot set `overflow: hidden` on the `details` element (which\n // is why we set it to `overflow: visible`, as the outline would not be\n // visible when focusing. Therefore, we must set the border radius on the\n // summary explicitly.\n > summary {\n border-radius: px2rem(2px);\n }\n }\n\n // Hack: omit margin collapse\n &::after {\n display: table;\n content: \"\";\n }\n }\n\n // Details title\n summary {\n @extend .admonition-title;\n\n display: block;\n min-height: px2rem(20px);\n padding: px2rem(8px) px2rem(36px) px2rem(8px) px2rem(40px);\n border-top-left-radius: px2rem(2px);\n border-top-right-radius: px2rem(2px);\n cursor: pointer;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n padding: px2rem(8px) px2rem(44px) px2rem(8px) px2rem(36px);\n }\n\n // Hide outline for pointer devices\n &:not(.focus-visible) {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n }\n\n // Details marker\n &::after {\n position: absolute;\n top: px2rem(8px);\n right: px2rem(8px);\n width: px2rem(20px);\n height: px2rem(20px);\n background-color: currentColor;\n mask-image: var(--md-details-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n transform: rotate(0deg);\n transition: transform 250ms;\n content: \"\";\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: initial;\n left: px2rem(8px);\n transform: rotate(180deg);\n }\n }\n\n // Hide native details marker\n &::marker,\n &::-webkit-details-marker {\n display: none;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Emoji and icon container\n .emojione,\n .twemoji,\n .gemoji {\n display: inline-flex;\n height: px2em(18px);\n vertical-align: text-top;\n\n // Icon - inlined via mkdocs-material-extensions\n svg {\n width: px2em(18px);\n max-height: 100%;\n fill: currentColor;\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules: syntax highlighting\n// ----------------------------------------------------------------------------\n\n// Code block\n.highlight {\n .o, // Operator\n .ow { // Operator, word\n color: var(--md-code-hl-operator-color);\n }\n\n .p { // Punctuation\n color: var(--md-code-hl-punctuation-color);\n }\n\n .cpf, // Comment, preprocessor file\n .l, // Literal\n .s, // Literal, string\n .sb, // Literal, string backticks\n .sc, // Literal, string char\n .s2, // Literal, string double\n .si, // Literal, string interpol\n .s1, // Literal, string single\n .ss { // Literal, string symbol\n color: var(--md-code-hl-string-color);\n }\n\n .cp, // Comment, pre-processor\n .se, // Literal, string escape\n .sh, // Literal, string heredoc\n .sr, // Literal, string regex\n .sx { // Literal, string other\n color: var(--md-code-hl-special-color);\n }\n\n .m, // Number\n .mb, // Number, binary\n .mf, // Number, float\n .mh, // Number, hex\n .mi, // Number, integer\n .il, // Number, integer long\n .mo { // Number, octal\n color: var(--md-code-hl-number-color);\n }\n\n .k, // Keyword,\n .kd, // Keyword, declaration\n .kn, // Keyword, namespace\n .kp, // Keyword, pseudo\n .kr, // Keyword, reserved\n .kt { // Keyword, type\n color: var(--md-code-hl-keyword-color);\n }\n\n .kc, // Keyword, constant\n .n { // Name\n color: var(--md-code-hl-name-color);\n }\n\n .no, // Name, constant\n .nb, // Name, builtin\n .bp { // Name, builtin pseudo\n color: var(--md-code-hl-constant-color);\n }\n\n .nc, // Name, class\n .ne, // Name, exception\n .nf, // Name, function\n .nn { // Name, namespace\n color: var(--md-code-hl-function-color);\n }\n\n .nd, // Name, decorator\n .ni, // Name, entity\n .nl, // Name, label\n .nt { // Name, tag\n color: var(--md-code-hl-keyword-color);\n }\n\n .c, // Comment\n .cm, // Comment, multiline\n .c1, // Comment, single\n .ch, // Comment, shebang\n .cs, // Comment, special\n .sd { // Literal, string doc\n color: var(--md-code-hl-comment-color);\n }\n\n .na, // Name, attribute\n .nv, // Variable,\n .vc, // Variable, class\n .vg, // Variable, global\n .vi { // Variable, instance\n color: var(--md-code-hl-variable-color);\n }\n\n .ge, // Generic, emph\n .gr, // Generic, error\n .gh, // Generic, heading\n .go, // Generic, output\n .gp, // Generic, prompt\n .gs, // Generic, strong\n .gu, // Generic, subheading\n .gt { // Generic, traceback\n color: var(--md-code-hl-generic-color);\n }\n\n .gd, // Diff, delete\n .gi { // Diff, insert\n margin: 0 px2em(-2px);\n padding: 0 px2em(2px);\n border-radius: px2rem(2px);\n }\n\n .gd { // Diff, delete\n background-color: var(--md-typeset-del-color);\n }\n\n .gi { // Diff, insert\n background-color: var(--md-typeset-ins-color);\n }\n\n // Highlighted line\n .hll {\n display: block;\n margin: 0 px2em(-16px, 13.6px);\n padding: 0 px2em(16px, 13.6px);\n background-color: var(--md-code-hl-color);\n }\n\n // Code block line numbers (inline)\n [data-linenos]::before {\n position: sticky;\n left: px2em(-16px, 13.6px);\n float: left;\n margin-right: px2em(16px, 13.6px);\n margin-left: px2em(-16px, 13.6px);\n padding-left: px2em(16px, 13.6px);\n color: var(--md-default-fg-color--light);\n background-color: var(--md-code-bg-color);\n box-shadow: px2rem(-1px) 0 var(--md-default-fg-color--lightest) inset;\n content: attr(data-linenos);\n user-select: none;\n }\n}\n\n// ----------------------------------------------------------------------------\n// Rules: layout\n// ----------------------------------------------------------------------------\n\n// Code block with line numbers\n.highlighttable {\n display: flow-root;\n overflow: hidden;\n\n // Set table elements to block layout, because otherwise the whole flexbox\n // hacking won't work correctly\n tbody,\n td {\n display: block;\n padding: 0;\n }\n\n // We need to use flexbox layout, because otherwise it's not possible to\n // make the code container scroll while keeping the line numbers static\n tr {\n display: flex;\n }\n\n // The pre tags are nested inside a table, so we need to omit the margin\n // because it collapses below all the overflows\n pre {\n margin: 0;\n }\n\n // Code block line numbers - disable user selection, so code can be easily\n // copied without accidentally also copying the line numbers\n .linenos {\n padding: px2em(10.5px, 13.6px) px2em(16px, 13.6px);\n padding-right: 0;\n font-size: px2em(13.6px);\n background-color: var(--md-code-bg-color);\n user-select: none;\n }\n\n // Code block line numbers container\n .linenodiv {\n padding-right: px2em(8px, 13.6px);\n box-shadow: px2rem(-1px) 0 var(--md-default-fg-color--lightest) inset;\n\n // Adjust colors and alignment\n pre {\n color: var(--md-default-fg-color--light);\n text-align: right;\n }\n }\n\n // Code block container - stretch to remaining space\n .code {\n flex: 1;\n overflow: hidden;\n }\n}\n\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Code block with line numbers\n .highlighttable {\n margin: 1em 0;\n direction: ltr;\n border-radius: px2rem(2px);\n\n // Omit rounded borders on contained code block\n code {\n border-radius: 0;\n }\n }\n\n // [mobile -]: Align with body copy\n @include break-to-device(mobile) {\n\n // Top-level code block\n > .highlight {\n margin: 1em px2rem(-16px);\n\n // Highlighted line\n .hll {\n margin: 0 px2rem(-16px);\n padding: 0 px2rem(16px);\n }\n\n // Omit rounded borders\n code {\n border-radius: 0;\n }\n }\n\n // Top-level code block with line numbers\n > .highlighttable {\n margin: 1em px2rem(-16px);\n border-radius: 0;\n\n // Highlighted line\n .hll {\n margin: 0 px2rem(-16px);\n padding: 0 px2rem(16px);\n }\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Tabbed block content\n .tabbed-content {\n display: none;\n order: 99;\n width: 100%;\n box-shadow: 0 px2rem(-1px) var(--md-default-fg-color--lightest);\n\n // [print]: Show all tabs (even hidden ones) when printing\n @media print {\n display: block;\n order: initial;\n }\n\n // Code block is the only child of a tab - remove margin and mirror\n // previous (now deprecated) SuperFences code block grouping behavior\n > pre:only-child,\n > .highlight:only-child pre,\n > .highlighttable:only-child {\n margin: 0;\n\n // Omit rounded borders\n > code {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n }\n\n // Adjust spacing for nested tab\n > .tabbed-set {\n margin: 0;\n }\n }\n\n // Tabbed block container\n .tabbed-set {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n margin: 1em 0;\n border-radius: px2rem(2px);\n\n // Tab radio button - the Tabbed extension will generate radio buttons with\n // labels, so tabs can be triggered without the necessity for JavaScript.\n // This is pretty cool, as it has great accessibility out-of-the box, so\n // we just hide the radio button and toggle the label color for indication.\n > input {\n position: absolute;\n width: 0;\n height: 0;\n opacity: 0;\n\n // Tab label for checked radio button\n &:checked + label {\n color: var(--md-accent-fg-color);\n border-color: var(--md-accent-fg-color);\n\n // Show tabbed block content\n + .tabbed-content {\n display: block;\n }\n }\n\n // Tab label on focus\n &:focus + label {\n outline-style: auto;\n outline-color: var(--md-accent-fg-color);\n }\n\n // Hide outline for pointer devices\n &:not(.focus-visible) + label {\n outline: none;\n -webkit-tap-highlight-color: transparent;\n }\n }\n\n // Tab label\n > label {\n z-index: 1;\n width: auto;\n padding: px2em(12px, 12.8px) 1.25em px2em(10px, 12.8px);\n color: var(--md-default-fg-color--light);\n font-weight: 700;\n font-size: px2rem(12.8px);\n border-bottom: px2rem(2px) solid transparent;\n cursor: pointer;\n transition: color 250ms;\n\n // Tab label on hover\n &:hover {\n color: var(--md-accent-fg-color);\n }\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Icon definitions\n:root {\n --md-tasklist-icon:\n svg-load(\"octicons/check-circle-fill-24.svg\");\n --md-tasklist-icon--checked:\n svg-load(\"octicons/check-circle-fill-24.svg\");\n}\n\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // Tasklist item\n .task-list-item {\n position: relative;\n list-style-type: none;\n\n // Make checkbox items align with normal list items, but position\n // everything in ems for correct layout at smaller font sizes\n [type=\"checkbox\"] {\n position: absolute;\n top: 0.45em;\n left: -2em;\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: -2em;\n left: initial;\n }\n }\n }\n\n // Hide native checkbox, when custom classes are enabled\n .task-list-control [type=\"checkbox\"] {\n z-index: -1;\n opacity: 0;\n }\n\n // Tasklist indicator in unchecked state\n .task-list-indicator::before {\n position: absolute;\n top: 0.15em;\n left: px2em(-24px);\n width: px2em(20px);\n height: px2em(20px);\n background-color: var(--md-default-fg-color--lightest);\n mask-image: var(--md-tasklist-icon);\n mask-repeat: no-repeat;\n mask-size: contain;\n content: \"\";\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n right: px2em(-24px);\n left: initial;\n }\n }\n\n // Tasklist indicator in checked state\n [type=\"checkbox\"]:checked + .task-list-indicator::before {\n background-color: $clr-green-a400;\n mask-image: var(--md-tasklist-icon--checked);\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Scoped in typesetted content to match specificity of regular content\n.md-typeset {\n\n // [tablet +]: Allow for rendering content as sidebars\n @include break-from-device(tablet) {\n\n // Modifier to float block elements\n .inline {\n float: left;\n width: px2rem(234px);\n margin-top: 0;\n margin-right: px2rem(16px);\n margin-bottom: px2rem(16px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: right;\n margin-right: 0;\n margin-left: px2rem(16px);\n }\n\n // Modifier to move to end (ltr: right, rtl: left)\n &.end {\n float: right;\n margin-right: 0;\n margin-left: px2rem(16px);\n\n // Adjust for right-to-left languages\n [dir=\"rtl\"] & {\n float: left;\n margin-right: px2rem(16px);\n margin-left: 0;\n }\n }\n }\n }\n}\n"]} \ No newline at end of file diff --git a/en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css b/en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css new file mode 100644 index 000000000..e0711bd57 --- /dev/null +++ b/en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css @@ -0,0 +1,2 @@ +[data-md-color-accent=red]{--md-accent-fg-color:#ff1a47;--md-accent-fg-color--transparent:rgba(255,26,71,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=pink]{--md-accent-fg-color:#f50056;--md-accent-fg-color--transparent:rgba(245,0,86,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=purple]{--md-accent-fg-color:#df41fb;--md-accent-fg-color--transparent:rgba(223,65,251,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=deep-purple]{--md-accent-fg-color:#7c4dff;--md-accent-fg-color--transparent:rgba(124,77,255,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=indigo]{--md-accent-fg-color:#526cfe;--md-accent-fg-color--transparent:rgba(83,108,254,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=blue]{--md-accent-fg-color:#4287ff;--md-accent-fg-color--transparent:rgba(66,136,255,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=light-blue]{--md-accent-fg-color:#0091eb;--md-accent-fg-color--transparent:rgba(0,145,235,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=cyan]{--md-accent-fg-color:#00bad6;--md-accent-fg-color--transparent:rgba(0,186,214,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=teal]{--md-accent-fg-color:#00bda4;--md-accent-fg-color--transparent:rgba(0,189,164,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=green]{--md-accent-fg-color:#00c753;--md-accent-fg-color--transparent:rgba(0,199,83,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=light-green]{--md-accent-fg-color:#63de17;--md-accent-fg-color--transparent:rgba(99,222,23,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-accent=lime]{--md-accent-fg-color:#b0eb00;--md-accent-fg-color--transparent:rgba(176,235,0,0.1);--md-accent-bg-color:rgba(0,0,0,0.87);--md-accent-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-accent=yellow]{--md-accent-fg-color:#ffd500;--md-accent-fg-color--transparent:rgba(255,213,0,0.1);--md-accent-bg-color:rgba(0,0,0,0.87);--md-accent-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-accent=amber]{--md-accent-fg-color:#fa0;--md-accent-fg-color--transparent:rgba(255,170,0,0.1);--md-accent-bg-color:rgba(0,0,0,0.87);--md-accent-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-accent=orange]{--md-accent-fg-color:#ff9100;--md-accent-fg-color--transparent:rgba(255,145,0,0.1);--md-accent-bg-color:rgba(0,0,0,0.87);--md-accent-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-accent=deep-orange]{--md-accent-fg-color:#ff6e42;--md-accent-fg-color--transparent:rgba(255,110,66,0.1);--md-accent-bg-color:#fff;--md-accent-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=red]{--md-primary-fg-color:#ef5552;--md-primary-fg-color--light:#e57171;--md-primary-fg-color--dark:#e53734;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=pink]{--md-primary-fg-color:#e92063;--md-primary-fg-color--light:#ec417a;--md-primary-fg-color--dark:#c3185d;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=purple]{--md-primary-fg-color:#ab47bd;--md-primary-fg-color--light:#bb69c9;--md-primary-fg-color--dark:#8c24a8;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=deep-purple]{--md-primary-fg-color:#7e56c2;--md-primary-fg-color--light:#9574cd;--md-primary-fg-color--dark:#673ab6;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=indigo]{--md-primary-fg-color:#4051b5;--md-primary-fg-color--light:#5d6cc0;--md-primary-fg-color--dark:#303fa1;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=blue]{--md-primary-fg-color:#2094f3;--md-primary-fg-color--light:#42a5f5;--md-primary-fg-color--dark:#1975d2;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=light-blue]{--md-primary-fg-color:#02a6f2;--md-primary-fg-color--light:#28b5f6;--md-primary-fg-color--dark:#0287cf;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=cyan]{--md-primary-fg-color:#00bdd6;--md-primary-fg-color--light:#25c5da;--md-primary-fg-color--dark:#0097a8;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=teal]{--md-primary-fg-color:#009485;--md-primary-fg-color--light:#26a699;--md-primary-fg-color--dark:#007a6c;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=green]{--md-primary-fg-color:#4cae4f;--md-primary-fg-color--light:#68bb6c;--md-primary-fg-color--dark:#398e3d;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=light-green]{--md-primary-fg-color:#8bc34b;--md-primary-fg-color--light:#9ccc66;--md-primary-fg-color--dark:#689f38;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=lime]{--md-primary-fg-color:#cbdc38;--md-primary-fg-color--light:#d3e156;--md-primary-fg-color--dark:#b0b52c;--md-primary-bg-color:rgba(0,0,0,0.87);--md-primary-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-primary=yellow]{--md-primary-fg-color:#ffec3d;--md-primary-fg-color--light:#ffee57;--md-primary-fg-color--dark:#fbc02d;--md-primary-bg-color:rgba(0,0,0,0.87);--md-primary-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-primary=amber]{--md-primary-fg-color:#ffc105;--md-primary-fg-color--light:#ffc929;--md-primary-fg-color--dark:#ffa200;--md-primary-bg-color:rgba(0,0,0,0.87);--md-primary-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-primary=orange]{--md-primary-fg-color:#ffa724;--md-primary-fg-color--light:#ffa724;--md-primary-fg-color--dark:#fa8900;--md-primary-bg-color:rgba(0,0,0,0.87);--md-primary-bg-color--light:rgba(0,0,0,0.54)}[data-md-color-primary=deep-orange]{--md-primary-fg-color:#ff6e42;--md-primary-fg-color--light:#ff8a66;--md-primary-fg-color--dark:#f4511f;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=brown]{--md-primary-fg-color:#795649;--md-primary-fg-color--light:#8d6e62;--md-primary-fg-color--dark:#5d4037;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=grey]{--md-primary-fg-color:#757575;--md-primary-fg-color--light:#9e9e9e;--md-primary-fg-color--dark:#616161;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=blue-grey]{--md-primary-fg-color:#546d78;--md-primary-fg-color--light:#607c8a;--md-primary-fg-color--dark:#455a63;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7)}[data-md-color-primary=white]{--md-primary-fg-color:#fff;--md-primary-fg-color--light:hsla(0,0%,100%,0.7);--md-primary-fg-color--dark:rgba(0,0,0,0.07);--md-primary-bg-color:rgba(0,0,0,0.87);--md-primary-bg-color--light:rgba(0,0,0,0.54);--md-typeset-a-color:#4051b5}@media screen and (min-width:60em){[data-md-color-primary=white] .md-search__input{background-color:rgba(0,0,0,.07)}[data-md-color-primary=white] .md-search__input+.md-search__icon{color:rgba(0,0,0,.87)}[data-md-color-primary=white] .md-search__input::-webkit-input-placeholder{color:rgba(0,0,0,.54)}[data-md-color-primary=white] .md-search__input::-moz-placeholder{color:rgba(0,0,0,.54)}[data-md-color-primary=white] .md-search__input::-ms-input-placeholder{color:rgba(0,0,0,.54)}[data-md-color-primary=white] .md-search__input::placeholder{color:rgba(0,0,0,.54)}[data-md-color-primary=white] .md-search__input:hover{background-color:rgba(0,0,0,.32)}}@media screen and (min-width:76.25em){[data-md-color-primary=white] .md-tabs{border-bottom:.05rem solid rgba(0,0,0,.07)}}[data-md-color-primary=black]{--md-primary-fg-color:#000;--md-primary-fg-color--light:rgba(0,0,0,0.54);--md-primary-fg-color--dark:#000;--md-primary-bg-color:#fff;--md-primary-bg-color--light:hsla(0,0%,100%,0.7);--md-typeset-a-color:#4051b5}[data-md-color-primary=black] .md-header{background-color:#000}@media screen and (max-width:59.9375em){[data-md-color-primary=black] .md-nav__source{background-color:rgba(0,0,0,.87)}}@media screen and (min-width:60em){[data-md-color-primary=black] .md-search__input{background-color:hsla(0,0%,100%,.12)}[data-md-color-primary=black] .md-search__input:hover{background-color:hsla(0,0%,100%,.3)}}@media screen and (max-width:76.1875em){html [data-md-color-primary=black] .md-nav--primary .md-nav__title[for=__drawer]{background-color:#000}}@media screen and (min-width:76.25em){[data-md-color-primary=black] .md-tabs{background-color:#000}}@media screen{[data-md-color-scheme=slate]{--md-hue:232;--md-default-fg-color:hsla(var(--md-hue),75%,95%,1);--md-default-fg-color--light:hsla(var(--md-hue),75%,90%,0.62);--md-default-fg-color--lighter:hsla(var(--md-hue),75%,90%,0.32);--md-default-fg-color--lightest:hsla(var(--md-hue),75%,90%,0.12);--md-default-bg-color:hsla(var(--md-hue),15%,21%,1);--md-default-bg-color--light:hsla(var(--md-hue),15%,21%,0.54);--md-default-bg-color--lighter:hsla(var(--md-hue),15%,21%,0.26);--md-default-bg-color--lightest:hsla(var(--md-hue),15%,21%,0.07);--md-code-fg-color:hsla(var(--md-hue),18%,86%,1);--md-code-bg-color:hsla(var(--md-hue),15%,15%,1);--md-code-hl-color:rgba(66,136,255,0.15);--md-code-hl-number-color:#e6695b;--md-code-hl-special-color:#f06090;--md-code-hl-function-color:#c973d9;--md-code-hl-constant-color:#9383e2;--md-code-hl-keyword-color:#6791e0;--md-code-hl-string-color:#2fb170;--md-code-hl-name-color:var(--md-code-fg-color);--md-code-hl-operator-color:var(--md-default-fg-color--light);--md-code-hl-punctuation-color:var(--md-default-fg-color--light);--md-code-hl-comment-color:var(--md-default-fg-color--light);--md-code-hl-generic-color:var(--md-default-fg-color--light);--md-code-hl-variable-color:var(--md-default-fg-color--light);--md-typeset-color:var(--md-default-fg-color);--md-typeset-a-color:var(--md-primary-fg-color);--md-typeset-mark-color:rgba(66,136,255,0.3);--md-typeset-kbd-color:hsla(var(--md-hue),15%,94%,0.12);--md-typeset-kbd-accent-color:hsla(var(--md-hue),15%,94%,0.2);--md-typeset-kbd-border-color:hsla(var(--md-hue),15%,14%,1);--md-admonition-bg-color:hsla(var(--md-hue),0%,100%,0.025);--md-footer-bg-color:hsla(var(--md-hue),15%,12%,0.87);--md-footer-bg-color--dark:hsla(var(--md-hue),15%,10%,1)}[data-md-color-scheme=slate][data-md-color-primary=black],[data-md-color-scheme=slate][data-md-color-primary=white]{--md-typeset-a-color:#5d6cc0}} +/*# sourceMappingURL=palette.ef6f36e2.min.css.map */ \ No newline at end of file diff --git a/en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css.map b/en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css.map new file mode 100644 index 000000000..80516686e --- /dev/null +++ b/en/2021.5/assets/stylesheets/palette.ef6f36e2.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["src/assets/stylesheets/palette/_accent.scss","src/assets/stylesheets/palette.scss","src/assets/stylesheets/palette/_primary.scss","src/assets/stylesheets/utilities/_break.scss","src/assets/stylesheets/palette/_scheme.scss"],"names":[],"mappings":"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","file":"src/assets/stylesheets/palette.scss","sourcesContent":["////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n@each $name, $color in (\n \"red\": $clr-red-a400,\n \"pink\": $clr-pink-a400,\n \"purple\": $clr-purple-a200,\n \"deep-purple\": $clr-deep-purple-a200,\n \"indigo\": $clr-indigo-a200,\n \"blue\": $clr-blue-a200,\n \"light-blue\": $clr-light-blue-a700,\n \"cyan\": $clr-cyan-a700,\n \"teal\": $clr-teal-a700,\n \"green\": $clr-green-a700,\n \"light-green\": $clr-light-green-a700,\n \"lime\": $clr-lime-a700,\n \"yellow\": $clr-yellow-a700,\n \"amber\": $clr-amber-a700,\n \"orange\": $clr-orange-a400,\n \"deep-orange\": $clr-deep-orange-a200\n) {\n\n // Color palette\n [data-md-color-accent=\"#{$name}\"] {\n --md-accent-fg-color: hsla(#{hex2hsl($color)}, 1);\n --md-accent-fg-color--transparent: hsla(#{hex2hsl($color)}, 0.1);\n\n // Inverted text for lighter shades\n @if index(\"lime\" \"yellow\" \"amber\" \"orange\", $name) {\n --md-accent-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-accent-bg-color--light: hsla(0, 0%, 0%, 0.54);\n } @else {\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n }\n }\n}\n","[data-md-color-accent=red] {\n --md-accent-fg-color: hsla(348, 100%, 55%, 1);\n --md-accent-fg-color--transparent: hsla(348, 100%, 55%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=pink] {\n --md-accent-fg-color: hsla(339, 100%, 48%, 1);\n --md-accent-fg-color--transparent: hsla(339, 100%, 48%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=purple] {\n --md-accent-fg-color: hsla(291, 96%, 62%, 1);\n --md-accent-fg-color--transparent: hsla(291, 96%, 62%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=deep-purple] {\n --md-accent-fg-color: hsla(256, 100%, 65%, 1);\n --md-accent-fg-color--transparent: hsla(256, 100%, 65%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=indigo] {\n --md-accent-fg-color: hsla(231, 99%, 66%, 1);\n --md-accent-fg-color--transparent: hsla(231, 99%, 66%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=blue] {\n --md-accent-fg-color: hsla(218, 100%, 63%, 1);\n --md-accent-fg-color--transparent: hsla(218, 100%, 63%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=light-blue] {\n --md-accent-fg-color: hsla(203, 100%, 46%, 1);\n --md-accent-fg-color--transparent: hsla(203, 100%, 46%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=cyan] {\n --md-accent-fg-color: hsla(188, 100%, 42%, 1);\n --md-accent-fg-color--transparent: hsla(188, 100%, 42%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=teal] {\n --md-accent-fg-color: hsla(172, 100%, 37%, 1);\n --md-accent-fg-color--transparent: hsla(172, 100%, 37%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=green] {\n --md-accent-fg-color: hsla(145, 100%, 39%, 1);\n --md-accent-fg-color--transparent: hsla(145, 100%, 39%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=light-green] {\n --md-accent-fg-color: hsla(97, 81%, 48%, 1);\n --md-accent-fg-color--transparent: hsla(97, 81%, 48%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-accent=lime] {\n --md-accent-fg-color: hsla(75, 100%, 46%, 1);\n --md-accent-fg-color--transparent: hsla(75, 100%, 46%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-accent-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-accent=yellow] {\n --md-accent-fg-color: hsla(50, 100%, 50%, 1);\n --md-accent-fg-color--transparent: hsla(50, 100%, 50%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-accent-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-accent=amber] {\n --md-accent-fg-color: hsla(40, 100%, 50%, 1);\n --md-accent-fg-color--transparent: hsla(40, 100%, 50%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-accent-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-accent=orange] {\n --md-accent-fg-color: hsla(34, 100%, 50%, 1);\n --md-accent-fg-color--transparent: hsla(34, 100%, 50%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-accent-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-accent=deep-orange] {\n --md-accent-fg-color: hsla(14, 100%, 63%, 1);\n --md-accent-fg-color--transparent: hsla(14, 100%, 63%, 0.1);\n --md-accent-bg-color: hsla(0, 0%, 100%, 1);\n --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=red] {\n --md-primary-fg-color: hsla(1, 83%, 63%, 1);\n --md-primary-fg-color--light: hsla(0, 69%, 67%, 1);\n --md-primary-fg-color--dark: hsla(1, 77%, 55%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=pink] {\n --md-primary-fg-color: hsla(340, 82%, 52%, 1);\n --md-primary-fg-color--light: hsla(340, 82%, 59%, 1);\n --md-primary-fg-color--dark: hsla(336, 78%, 43%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=purple] {\n --md-primary-fg-color: hsla(291, 47%, 51%, 1);\n --md-primary-fg-color--light: hsla(291, 47%, 60%, 1);\n --md-primary-fg-color--dark: hsla(287, 65%, 40%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=deep-purple] {\n --md-primary-fg-color: hsla(262, 47%, 55%, 1);\n --md-primary-fg-color--light: hsla(262, 47%, 63%, 1);\n --md-primary-fg-color--dark: hsla(262, 52%, 47%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=indigo] {\n --md-primary-fg-color: hsla(231, 48%, 48%, 1);\n --md-primary-fg-color--light: hsla(231, 44%, 56%, 1);\n --md-primary-fg-color--dark: hsla(232, 54%, 41%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=blue] {\n --md-primary-fg-color: hsla(207, 90%, 54%, 1);\n --md-primary-fg-color--light: hsla(207, 90%, 61%, 1);\n --md-primary-fg-color--dark: hsla(210, 79%, 46%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=light-blue] {\n --md-primary-fg-color: hsla(199, 98%, 48%, 1);\n --md-primary-fg-color--light: hsla(199, 92%, 56%, 1);\n --md-primary-fg-color--dark: hsla(201, 98%, 41%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=cyan] {\n --md-primary-fg-color: hsla(187, 100%, 42%, 1);\n --md-primary-fg-color--light: hsla(187, 71%, 50%, 1);\n --md-primary-fg-color--dark: hsla(186, 100%, 33%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=teal] {\n --md-primary-fg-color: hsla(174, 100%, 29%, 1);\n --md-primary-fg-color--light: hsla(174, 63%, 40%, 1);\n --md-primary-fg-color--dark: hsla(173, 100%, 24%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=green] {\n --md-primary-fg-color: hsla(122, 39%, 49%, 1);\n --md-primary-fg-color--light: hsla(123, 38%, 57%, 1);\n --md-primary-fg-color--dark: hsla(123, 43%, 39%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=light-green] {\n --md-primary-fg-color: hsla(88, 50%, 53%, 1);\n --md-primary-fg-color--light: hsla(88, 50%, 60%, 1);\n --md-primary-fg-color--dark: hsla(92, 48%, 42%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=lime] {\n --md-primary-fg-color: hsla(66, 70%, 54%, 1);\n --md-primary-fg-color--light: hsla(66, 70%, 61%, 1);\n --md-primary-fg-color--dark: hsla(62, 61%, 44%, 1);\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-primary=yellow] {\n --md-primary-fg-color: hsla(54, 100%, 62%, 1);\n --md-primary-fg-color--light: hsla(54, 100%, 67%, 1);\n --md-primary-fg-color--dark: hsla(43, 96%, 58%, 1);\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-primary=amber] {\n --md-primary-fg-color: hsla(45, 100%, 51%, 1);\n --md-primary-fg-color--light: hsla(45, 100%, 58%, 1);\n --md-primary-fg-color--dark: hsla(38, 100%, 50%, 1);\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-primary=orange] {\n --md-primary-fg-color: hsla(36, 100%, 57%, 1);\n --md-primary-fg-color--light: hsla(36, 100%, 57%, 1);\n --md-primary-fg-color--dark: hsla(33, 100%, 49%, 1);\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n}\n\n[data-md-color-primary=deep-orange] {\n --md-primary-fg-color: hsla(14, 100%, 63%, 1);\n --md-primary-fg-color--light: hsla(14, 100%, 70%, 1);\n --md-primary-fg-color--dark: hsla(14, 91%, 54%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=brown] {\n --md-primary-fg-color: hsla(16, 25%, 38%, 1);\n --md-primary-fg-color--light: hsla(16, 18%, 47%, 1);\n --md-primary-fg-color--dark: hsla(14, 26%, 29%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=grey] {\n --md-primary-fg-color: hsla(0, 0%, 46%, 1);\n --md-primary-fg-color--light: hsla(0, 0%, 62%, 1);\n --md-primary-fg-color--dark: hsla(0, 0%, 38%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=blue-grey] {\n --md-primary-fg-color: hsla(199, 18%, 40%, 1);\n --md-primary-fg-color--light: hsla(200, 18%, 46%, 1);\n --md-primary-fg-color--dark: hsla(199, 18%, 33%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n}\n\n[data-md-color-primary=white] {\n --md-primary-fg-color: hsla(0, 0%, 100%, 1);\n --md-primary-fg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-primary-fg-color--dark: hsla(0, 0%, 0%, 0.07);\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n --md-typeset-a-color: hsla(231, 48%, 48%, 1);\n}\n@media screen and (min-width: 60em) {\n [data-md-color-primary=white] .md-search__input {\n background-color: rgba(0, 0, 0, 0.07);\n }\n [data-md-color-primary=white] .md-search__input + .md-search__icon {\n color: rgba(0, 0, 0, 0.87);\n }\n [data-md-color-primary=white] .md-search__input::placeholder {\n color: rgba(0, 0, 0, 0.54);\n }\n [data-md-color-primary=white] .md-search__input:hover {\n background-color: rgba(0, 0, 0, 0.32);\n }\n}\n@media screen and (min-width: 76.25em) {\n [data-md-color-primary=white] .md-tabs {\n border-bottom: 0.05rem solid rgba(0, 0, 0, 0.07);\n }\n}\n\n[data-md-color-primary=black] {\n --md-primary-fg-color: hsla(0, 0%, 0%, 1);\n --md-primary-fg-color--light: hsla(0, 0%, 0%, 0.54);\n --md-primary-fg-color--dark: hsla(0, 0%, 0%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-typeset-a-color: hsla(231, 48%, 48%, 1);\n}\n[data-md-color-primary=black] .md-header {\n background-color: black;\n}\n@media screen and (max-width: 59.9375em) {\n [data-md-color-primary=black] .md-nav__source {\n background-color: rgba(0, 0, 0, 0.87);\n }\n}\n@media screen and (min-width: 60em) {\n [data-md-color-primary=black] .md-search__input {\n background-color: rgba(255, 255, 255, 0.12);\n }\n [data-md-color-primary=black] .md-search__input:hover {\n background-color: rgba(255, 255, 255, 0.3);\n }\n}\n@media screen and (max-width: 76.1875em) {\n html [data-md-color-primary=black] .md-nav--primary .md-nav__title[for=__drawer] {\n background-color: black;\n }\n}\n@media screen and (min-width: 76.25em) {\n [data-md-color-primary=black] .md-tabs {\n background-color: black;\n }\n}\n\n@media screen {\n [data-md-color-scheme=slate] {\n --md-hue: 232;\n --md-default-fg-color: hsla(var(--md-hue), 75%, 95%, 1);\n --md-default-fg-color--light: hsla(var(--md-hue), 75%, 90%, 0.62);\n --md-default-fg-color--lighter: hsla(var(--md-hue), 75%, 90%, 0.32);\n --md-default-fg-color--lightest: hsla(var(--md-hue), 75%, 90%, 0.12);\n --md-default-bg-color: hsla(var(--md-hue), 15%, 21%, 1);\n --md-default-bg-color--light: hsla(var(--md-hue), 15%, 21%, 0.54);\n --md-default-bg-color--lighter: hsla(var(--md-hue), 15%, 21%, 0.26);\n --md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 21%, 0.07);\n --md-code-fg-color: hsla(var(--md-hue), 18%, 86%, 1);\n --md-code-bg-color: hsla(var(--md-hue), 15%, 15%, 1);\n --md-code-hl-color: hsla(218, 100%, 63%, 0.15);\n --md-code-hl-number-color: hsla(6, 74%, 63%, 1);\n --md-code-hl-special-color: hsla(340, 83%, 66%, 1);\n --md-code-hl-function-color: hsla(291, 57%, 65%, 1);\n --md-code-hl-constant-color: hsla(250, 62%, 70%, 1);\n --md-code-hl-keyword-color: hsla(219, 66%, 64%, 1);\n --md-code-hl-string-color: hsla(150, 58%, 44%, 1);\n --md-code-hl-name-color: var(--md-code-fg-color);\n --md-code-hl-operator-color: var(--md-default-fg-color--light);\n --md-code-hl-punctuation-color: var(--md-default-fg-color--light);\n --md-code-hl-comment-color: var(--md-default-fg-color--light);\n --md-code-hl-generic-color: var(--md-default-fg-color--light);\n --md-code-hl-variable-color: var(--md-default-fg-color--light);\n --md-typeset-color: var(--md-default-fg-color);\n --md-typeset-a-color: var(--md-primary-fg-color);\n --md-typeset-mark-color: hsla(218, 100%, 63%, 0.3);\n --md-typeset-kbd-color: hsla(var(--md-hue), 15%, 94%, 0.12);\n --md-typeset-kbd-accent-color: hsla(var(--md-hue), 15%, 94%, 0.2);\n --md-typeset-kbd-border-color: hsla(var(--md-hue), 15%, 14%, 1);\n --md-admonition-bg-color: hsla(var(--md-hue), 0%, 100%, 0.025);\n --md-footer-bg-color: hsla(var(--md-hue), 15%, 12%, 0.87);\n --md-footer-bg-color--dark: hsla(var(--md-hue), 15%, 10%, 1);\n }\n [data-md-color-scheme=slate][data-md-color-primary=black], [data-md-color-scheme=slate][data-md-color-primary=white] {\n --md-typeset-a-color: hsla(231, 44%, 56%, 1);\n }\n}\n\n/*# sourceMappingURL=palette.css.map */","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n@each $name, $colors in (\n \"red\": $clr-red-400 $clr-red-300 $clr-red-600,\n \"pink\": $clr-pink-500 $clr-pink-400 $clr-pink-700,\n \"purple\": $clr-purple-400 $clr-purple-300 $clr-purple-600,\n \"deep-purple\": $clr-deep-purple-400 $clr-deep-purple-300 $clr-deep-purple-500,\n \"indigo\": $clr-indigo-500 $clr-indigo-400 $clr-indigo-700,\n \"blue\": $clr-blue-500 $clr-blue-400 $clr-blue-700,\n \"light-blue\": $clr-light-blue-500 $clr-light-blue-400 $clr-light-blue-700,\n \"cyan\": $clr-cyan-500 $clr-cyan-400 $clr-cyan-700,\n \"teal\": $clr-teal-500 $clr-teal-400 $clr-teal-700,\n \"green\": $clr-green-500 $clr-green-400 $clr-green-700,\n \"light-green\": $clr-light-green-500 $clr-light-green-400 $clr-light-green-700,\n \"lime\": $clr-lime-500 $clr-lime-400 $clr-lime-700,\n \"yellow\": $clr-yellow-500 $clr-yellow-400 $clr-yellow-700,\n \"amber\": $clr-amber-500 $clr-amber-400 $clr-amber-700,\n \"orange\": $clr-orange-400 $clr-orange-400 $clr-orange-600,\n \"deep-orange\": $clr-deep-orange-400 $clr-deep-orange-300 $clr-deep-orange-600,\n \"brown\": $clr-brown-500 $clr-brown-400 $clr-brown-700,\n \"grey\": $clr-grey-600 $clr-grey-500 $clr-grey-700,\n \"blue-grey\": $clr-blue-grey-600 $clr-blue-grey-500 $clr-blue-grey-700\n) {\n\n // Color palette\n [data-md-color-primary=\"#{$name}\"] {\n --md-primary-fg-color: hsla(#{hex2hsl(nth($colors, 1))}, 1);\n --md-primary-fg-color--light: hsla(#{hex2hsl(nth($colors, 2))}, 1);\n --md-primary-fg-color--dark: hsla(#{hex2hsl(nth($colors, 3))}, 1);\n\n // Inverted text for lighter shades\n @if index(\"lime\" \"yellow\" \"amber\" \"orange\", $name) {\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n } @else {\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n }\n }\n}\n\n// ----------------------------------------------------------------------------\n// Rules: white\n// ----------------------------------------------------------------------------\n\n// Color palette\n[data-md-color-primary=\"white\"] {\n --md-primary-fg-color: hsla(0, 0%, 100%, 1);\n --md-primary-fg-color--light: hsla(0, 0%, 100%, 0.7);\n --md-primary-fg-color--dark: hsla(0, 0%, 0%, 0.07);\n --md-primary-bg-color: hsla(0, 0%, 0%, 0.87);\n --md-primary-bg-color--light: hsla(0, 0%, 0%, 0.54);\n\n // Typeset color shades\n --md-typeset-a-color: hsla(#{hex2hsl($clr-indigo-500)}, 1);\n\n // [tablet portrait +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n\n // Search input\n .md-search__input {\n background-color: hsla(0, 0%, 0%, 0.07);\n\n // Search icon color\n + .md-search__icon {\n color: hsla(0, 0%, 0%, 0.87);\n }\n\n // Placeholder color\n &::placeholder {\n color: hsla(0, 0%, 0%, 0.54);\n }\n\n // Search input on hover\n &:hover {\n background-color: hsla(0, 0%, 0%, 0.32);\n }\n }\n }\n\n // [screen +]: Add bottom border for tabs\n @include break-from-device(screen) {\n\n // Navigation tabs\n .md-tabs {\n border-bottom: px2rem(1px) solid hsla(0, 0%, 0%, 0.07);\n }\n }\n}\n\n// ----------------------------------------------------------------------------\n// Rules: black\n// ----------------------------------------------------------------------------\n\n// Color palette\n[data-md-color-primary=\"black\"] {\n --md-primary-fg-color: hsla(0, 0%, 0%, 1);\n --md-primary-fg-color--light: hsla(0, 0%, 0%, 0.54);\n --md-primary-fg-color--dark: hsla(0, 0%, 0%, 1);\n --md-primary-bg-color: hsla(0, 0%, 100%, 1);\n --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);\n\n // Text color shades\n --md-typeset-a-color: hsla(#{hex2hsl($clr-indigo-500)}, 1);\n\n // Header\n .md-header {\n background-color: hsla(0, 0%, 0%, 1);\n }\n\n // [tablet portrait -]: Layered navigation\n @include break-to-device(tablet portrait) {\n\n // Repository information container\n .md-nav__source {\n background-color: hsla(0, 0%, 0%, 0.87);\n }\n }\n\n // [tablet landscape +]: Header-embedded search\n @include break-from-device(tablet landscape) {\n\n // Search input\n .md-search__input {\n background-color: hsla(0, 0%, 100%, 0.12);\n\n // Search form on hover\n &:hover {\n background-color: hsla(0, 0%, 100%, 0.3);\n }\n }\n }\n\n // [tablet -]: Layered navigation\n @include break-to-device(tablet) {\n\n // Site title in main navigation\n html & .md-nav--primary .md-nav__title[for=\"__drawer\"] {\n background-color: hsla(0, 0%, 0%, 1);\n }\n }\n\n // [screen +]: Set background color for tabs\n @include break-from-device(screen) {\n\n // Navigation tabs\n .md-tabs {\n background-color: hsla(0, 0%, 0%, 1);\n }\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Variables\n// ----------------------------------------------------------------------------\n\n///\n/// Device-specific breakpoints\n///\n/// @example\n/// $break-devices: (\n/// mobile: (\n/// portrait: 220px 479px,\n/// landscape: 480px 719px\n/// ),\n/// tablet: (\n/// portrait: 720px 959px,\n/// landscape: 960px 1219px\n/// ),\n/// screen: (\n/// small: 1220px 1599px,\n/// medium: 1600px 1999px,\n/// large: 2000px\n/// )\n/// );\n///\n$break-devices: () !default;\n\n// ----------------------------------------------------------------------------\n// Helpers\n// ----------------------------------------------------------------------------\n\n///\n/// Choose minimum and maximum device widths\n///\n@function break-select-min-max($devices) {\n $min: 1000000;\n $max: 0;\n @each $key, $value in $devices {\n @while type-of($value) == map {\n $value: break-select-min-max($value);\n }\n @if type-of($value) == list {\n @each $number in $value {\n @if type-of($number) == number {\n $min: min($number, $min);\n @if $max {\n $max: max($number, $max);\n }\n } @else {\n @error \"Invalid number: #{$number}\";\n }\n }\n } @else if type-of($value) == number {\n $min: min($value, $min);\n $max: null;\n } @else {\n @error \"Invalid value: #{$value}\";\n }\n }\n @return $min, $max;\n}\n\n///\n/// Select minimum and maximum widths for a device breakpoint\n///\n@function break-select-device($device) {\n $current: $break-devices;\n @for $n from 1 through length($device) {\n @if type-of($current) == map {\n $current: map-get($current, nth($device, $n));\n } @else {\n @error \"Invalid device map: #{$devices}\";\n }\n }\n @if type-of($current) == list or type-of($current) == number {\n $current: (default: $current);\n }\n @return break-select-min-max($current);\n}\n\n// ----------------------------------------------------------------------------\n// Mixins\n// ----------------------------------------------------------------------------\n\n///\n/// A minimum-maximum media query breakpoint\n///\n@mixin break-at($breakpoint) {\n @if type-of($breakpoint) == number {\n @media screen and (min-width: $breakpoint) {\n @content;\n }\n } @else if type-of($breakpoint) == list {\n $min: nth($breakpoint, 1);\n $max: nth($breakpoint, 2);\n @if type-of($min) == number and type-of($max) == number {\n @media screen and (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n}\n\n///\n/// An orientation media query breakpoint\n///\n@mixin break-at-orientation($breakpoint) {\n @if type-of($breakpoint) == string {\n @media screen and (orientation: $breakpoint) {\n @content;\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n}\n\n///\n/// A maximum-aspect-ratio media query breakpoint\n///\n@mixin break-at-ratio($breakpoint) {\n @if type-of($breakpoint) == number {\n @media screen and (max-aspect-ratio: $breakpoint) {\n @content;\n }\n } @else {\n @error \"Invalid breakpoint: #{$breakpoint}\";\n }\n}\n\n///\n/// A minimum-maximum media query device breakpoint\n///\n@mixin break-at-device($device) {\n @if type-of($device) == string {\n $device: $device,;\n }\n @if type-of($device) == list {\n $breakpoint: break-select-device($device);\n @if nth($breakpoint, 2) {\n $min: nth($breakpoint, 1);\n $max: nth($breakpoint, 2);\n\n @media screen and (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n}\n\n///\n/// A minimum media query device breakpoint\n///\n@mixin break-from-device($device) {\n @if type-of($device) == string {\n $device: $device,;\n }\n @if type-of($device) == list {\n $breakpoint: break-select-device($device);\n $min: nth($breakpoint, 1);\n\n @media screen and (min-width: $min) {\n @content;\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n}\n\n///\n/// A maximum media query device breakpoint\n///\n@mixin break-to-device($device) {\n @if type-of($device) == string {\n $device: $device,;\n }\n @if type-of($device) == list {\n $breakpoint: break-select-device($device);\n $max: nth($breakpoint, 2);\n\n @media screen and (max-width: $max) {\n @content;\n }\n } @else {\n @error \"Invalid device: #{$device}\";\n }\n}\n","////\n/// Copyright (c) 2016-2021 Martin Donath \n///\n/// Permission is hereby granted, free of charge, to any person obtaining a\n/// copy of this software and associated documentation files (the \"Software\"),\n/// to deal in the Software without restriction, including without limitation\n/// the rights to use, copy, modify, merge, publish, distribute, sublicense,\n/// and/or sell copies of the Software, and to permit persons to whom the\n/// Software is furnished to do so, subject to the following conditions:\n///\n/// The above copyright notice and this permission notice shall be included in\n/// all copies or substantial portions of the Software.\n///\n/// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n/// DEALINGS\n////\n\n// ----------------------------------------------------------------------------\n// Rules\n// ----------------------------------------------------------------------------\n\n// Only use dark mode on screens\n@media screen {\n\n // Slate theme, i.e. dark mode\n [data-md-color-scheme=\"slate\"] {\n\n // Slate's hue in the range [0,360] - change this variable to alter the tone\n // of the theme, e.g. to make it more redish or greenish. This is a slate-\n // specific variable, but the same approach may be adapted to custom themes.\n --md-hue: 232;\n\n // Default color shades\n --md-default-fg-color: hsla(var(--md-hue), 75%, 95%, 1);\n --md-default-fg-color--light: hsla(var(--md-hue), 75%, 90%, 0.62);\n --md-default-fg-color--lighter: hsla(var(--md-hue), 75%, 90%, 0.32);\n --md-default-fg-color--lightest: hsla(var(--md-hue), 75%, 90%, 0.12);\n --md-default-bg-color: hsla(var(--md-hue), 15%, 21%, 1);\n --md-default-bg-color--light: hsla(var(--md-hue), 15%, 21%, 0.54);\n --md-default-bg-color--lighter: hsla(var(--md-hue), 15%, 21%, 0.26);\n --md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 21%, 0.07);\n\n // Code color shades\n --md-code-fg-color: hsla(var(--md-hue), 18%, 86%, 1);\n --md-code-bg-color: hsla(var(--md-hue), 15%, 15%, 1);\n\n // Code highlighting color shades\n --md-code-hl-color: hsla(#{hex2hsl($clr-blue-a200)}, 0.15);\n --md-code-hl-number-color: hsla(6, 74%, 63%, 1);\n --md-code-hl-special-color: hsla(340, 83%, 66%, 1);\n --md-code-hl-function-color: hsla(291, 57%, 65%, 1);\n --md-code-hl-constant-color: hsla(250, 62%, 70%, 1);\n --md-code-hl-keyword-color: hsla(219, 66%, 64%, 1);\n --md-code-hl-string-color: hsla(150, 58%, 44%, 1);\n --md-code-hl-name-color: var(--md-code-fg-color);\n --md-code-hl-operator-color: var(--md-default-fg-color--light);\n --md-code-hl-punctuation-color: var(--md-default-fg-color--light);\n --md-code-hl-comment-color: var(--md-default-fg-color--light);\n --md-code-hl-generic-color: var(--md-default-fg-color--light);\n --md-code-hl-variable-color: var(--md-default-fg-color--light);\n\n // Typeset color shades\n --md-typeset-color: var(--md-default-fg-color);\n\n // Typeset `a` color shades\n --md-typeset-a-color: var(--md-primary-fg-color);\n\n // Typeset `mark` color shades\n --md-typeset-mark-color: hsla(#{hex2hsl($clr-blue-a200)}, 0.3);\n\n // Typeset `kbd` color shades\n --md-typeset-kbd-color: hsla(var(--md-hue), 15%, 94%, 0.12);\n --md-typeset-kbd-accent-color: hsla(var(--md-hue), 15%, 94%, 0.2);\n --md-typeset-kbd-border-color: hsla(var(--md-hue), 15%, 14%, 1);\n\n // Admonition color shades\n --md-admonition-bg-color: hsla(var(--md-hue), 0%, 100%, 0.025);\n\n // Footer color shades\n --md-footer-bg-color: hsla(var(--md-hue), 15%, 12%, 0.87);\n --md-footer-bg-color--dark: hsla(var(--md-hue), 15%, 10%, 1);\n\n // Black and white primary colors\n &[data-md-color-primary=\"black\"],\n &[data-md-color-primary=\"white\"] {\n\n // Typeset color shades\n --md-typeset-a-color: hsla(#{hex2hsl($clr-indigo-400)}, 1);\n }\n }\n}\n"]} \ No newline at end of file diff --git a/en/2021.5/assets/telegram_forcebuy.png b/en/2021.5/assets/telegram_forcebuy.png new file mode 100644 index 0000000000000000000000000000000000000000..b0592bff3571dab298a1f951f1aaa8eae255a011 GIT binary patch literal 17895 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 + + + + + + + + + + + + + + + Backtesting - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Backtesting

    +

    This page explains how to validate your strategy performance by using Backtesting.

    +

    Backtesting requires historic data to be available. +To learn how to get data for the pairs and exchange you're interested in, head over to the Data Downloading section of the documentation.

    +

    Backtesting command reference

    +

    ``` +usage: freqtrade backtesting [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [-s NAME] + [--strategy-path PATH] [-i TIMEFRAME] + [--timerange TIMERANGE] + [--data-format-ohlcv {json,jsongz,hdf5}] + [--max-open-trades INT] + [--stake-amount STAKE_AMOUNT] [--fee FLOAT] + [-p PAIRS [PAIRS ...]] [--eps] [--dmmp] + [--enable-protections] + [--dry-run-wallet DRY_RUN_WALLET] + [--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]] + [--export EXPORT] [--export-filename PATH]

    +

    optional arguments: + -h, --help show this help message and exit + -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME + Specify timeframe (1m, 5m, 30m, 1h, 1d). + --timerange TIMERANGE + Specify what timerange of data to use. + --data-format-ohlcv {json,jsongz,hdf5} + Storage format for downloaded candle (OHLCV) data. + (default: None). + --max-open-trades INT + Override the value of the max_open_trades + configuration setting. + --stake-amount STAKE_AMOUNT + Override the value of the stake_amount configuration + setting. + --fee FLOAT Specify fee ratio. Will be applied twice (on trade + entry and exit). + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Limit command to these pairs. Pairs are space- + separated. + --eps, --enable-position-stacking + Allow buying the same pair multiple times (position + stacking). + --dmmp, --disable-max-market-positions + Disable applying max_open_trades during backtest + (same as setting max_open_trades to a very high + number). + --enable-protections, --enableprotections + Enable protections for backtesting.Will slow + backtesting down by a considerable amount, but will + include configured protections + --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET + Starting balance, used for backtesting / hyperopt and + dry-runs. + --strategy-list STRATEGY_LIST [STRATEGY_LIST ...] + Provide a space-separated list of strategies to + backtest. Please note that ticker-interval needs to be + set either in config or via command line. When using + this together with --export trades, the strategy- + name is injected into the filename (so backtest- + data.json becomes backtest-data- + DefaultStrategy.json + --export EXPORT Export backtest results, argument are: trades. + Example: --export=trades + --export-filename PATH + Save backtest results to the file with this filename. + Requires --export to be set as well. Example: + --export-filename=user_data/backtest_results/backtest + _today.json

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    Strategy arguments: + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --strategy-path PATH Specify additional strategy lookup path.

    +

    ```

    +

    Test your strategy with Backtesting

    +

    Now you have good Buy and Sell strategies and some historic data, you want to test it against +real data. This is what we call backtesting.

    +

    Backtesting will use the crypto-currencies (pairs) from your config file and load historical candle (OHCLV) data from user_data/data/<exchange> by default. +If no data is available for the exchange / pair / timeframe combination, backtesting will ask you to download them first using freqtrade download-data. +For details on downloading, please refer to the Data Downloading section in the documentation.

    +

    The result of backtesting will confirm if your bot has better odds of making a profit than a loss.

    +

    All profit calculations include fees, and freqtrade will use the exchange's default fees for the calculation.

    +
    +

    Using dynamic pairlists for backtesting

    +

    Using dynamic pairlists is possible, however it relies on the current market conditions - which will not reflect the historic status of the pairlist. +Also, when using pairlists other than StaticPairlist, reproducability of backtesting-results cannot be guaranteed. +Please read the pairlists documentation for more information.

    +

    To achieve reproducible results, best generate a pairlist via the test-pairlist command and use that as static pairlist.

    +
    +

    Starting balance

    +

    Backtesting will require a starting balance, which can be provided as --dry-run-wallet <balance> or --starting-balance <balance> command line argument, or via dry_run_wallet configuration setting. +This amount must be higher than stake_amount, otherwise the bot will not be able to simulate any trade.

    +

    Dynamic stake amount

    +

    Backtesting supports dynamic stake amount by configuring stake_amount as "unlimited", which will split the starting balance into max_open_trades pieces. +Profits from early trades will result in subsequent higher stake amounts, resulting in compounding of profits over the backtesting period.

    +

    Example backtesting commands

    +

    With 5 min candle (OHLCV) data (per default)

    +

    bash +freqtrade backtesting --strategy AwesomeStrategy

    +

    Where --strategy AwesomeStrategy / -s AwesomeStrategy refers to the class name of the strategy, which is within a python file in the user_data/strategies directory.

    +
    +

    With 1 min candle (OHLCV) data

    +

    bash +freqtrade backtesting --strategy AwesomeStrategy --timeframe 1m

    +
    +

    Providing a custom starting balance of 1000 (in stake currency)

    +

    bash +freqtrade backtesting --strategy AwesomeStrategy --dry-run-wallet 1000

    +
    +

    Using a different on-disk historical candle (OHLCV) data source

    +

    Assume you downloaded the history data from the Bittrex exchange and kept it in the user_data/data/bittrex-20180101 directory. +You can then use this data for backtesting as follows:

    +

    bash +freqtrade backtesting --strategy AwesomeStrategy --datadir user_data/data/bittrex-20180101

    +
    +

    Comparing multiple Strategies

    +

    bash +freqtrade backtesting --strategy-list SampleStrategy1 AwesomeStrategy --timeframe 5m

    +

    Where SampleStrategy1 and AwesomeStrategy refer to class names of strategies.

    +
    +

    Exporting trades to file

    +

    bash +freqtrade backtesting --strategy backtesting --export trades --config config.json

    +

    The exported trades can be used for further analysis, or can be used by the plotting script plot_dataframe.py in the scripts directory.

    +
    +

    Exporting trades to file specifying a custom filename

    +

    bash +freqtrade backtesting --strategy backtesting --export trades --export-filename=backtest_samplestrategy.json

    +

    Please also read about the strategy startup period.

    +
    +

    Supplying custom fee value

    +

    Sometimes your account has certain fee rebates (fee reductions starting with a certain account size or monthly volume), which are not visible to ccxt. +To account for this in backtesting, you can use the --fee command line option to supply this value to backtesting. +This fee must be a ratio, and will be applied twice (once for trade entry, and once for trade exit).

    +

    For example, if the buying and selling commission fee is 0.1% (i.e., 0.001 written as ratio), then you would run backtesting as the following:

    +

    bash +freqtrade backtesting --fee 0.001

    +
    +

    Note

    +

    Only supply this option (or the corresponding configuration parameter) if you want to experiment with different fee values. By default, Backtesting fetches the default fee from the exchange pair/market info.

    +
    +
    +

    Running backtest with smaller test-set by using timerange

    +

    Use the --timerange argument to change how much of the test-set you want to use.

    +

    For example, running backtesting with the --timerange=20190501- option will use all available data starting with May 1st, 2019 from your input data.

    +

    bash +freqtrade backtesting --timerange=20190501-

    +

    You can also specify particular date ranges.

    +

    The full timerange specification:

    +
      +
    • Use data until 2018/01/31: --timerange=-20180131
    • +
    • Use data since 2018/01/31: --timerange=20180131-
    • +
    • Use data since 2018/01/31 till 2018/03/01 : --timerange=20180131-20180301
    • +
    • Use data between POSIX / epoch timestamps 1527595200 1527618600: --timerange=1527595200-1527618600
    • +
    +

    Understand the backtesting result

    +

    The most important in the backtesting is to understand the result.

    +

    A backtesting result will look like that:

    +

    ========================================================= BACKTESTING REPORT ========================================================== +| Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Wins Draws Loss Win% | +|:---------|-------:|---------------:|---------------:|-----------------:|---------------:|:-------------|-------------------------:| +| ADA/BTC | 35 | -0.11 | -3.88 | -0.00019428 | -1.94 | 4:35:00 | 14 0 21 40.0 | +| ARK/BTC | 11 | -0.41 | -4.52 | -0.00022647 | -2.26 | 2:03:00 | 3 0 8 27.3 | +| BTS/BTC | 32 | 0.31 | 9.78 | 0.00048938 | 4.89 | 5:05:00 | 18 0 14 56.2 | +| DASH/BTC | 13 | -0.08 | -1.07 | -0.00005343 | -0.53 | 4:39:00 | 6 0 7 46.2 | +| ENG/BTC | 18 | 1.36 | 24.54 | 0.00122807 | 12.27 | 2:50:00 | 8 0 10 44.4 | +| EOS/BTC | 36 | 0.08 | 3.06 | 0.00015304 | 1.53 | 3:34:00 | 16 0 20 44.4 | +| ETC/BTC | 26 | 0.37 | 9.51 | 0.00047576 | 4.75 | 6:14:00 | 11 0 15 42.3 | +| ETH/BTC | 33 | 0.30 | 9.96 | 0.00049856 | 4.98 | 7:31:00 | 16 0 17 48.5 | +| IOTA/BTC | 32 | 0.03 | 1.09 | 0.00005444 | 0.54 | 3:12:00 | 14 0 18 43.8 | +| LSK/BTC | 15 | 1.75 | 26.26 | 0.00131413 | 13.13 | 2:58:00 | 6 0 9 40.0 | +| LTC/BTC | 32 | -0.04 | -1.38 | -0.00006886 | -0.69 | 4:49:00 | 11 0 21 34.4 | +| NANO/BTC | 17 | 1.26 | 21.39 | 0.00107058 | 10.70 | 1:55:00 | 10 0 7 58.5 | +| NEO/BTC | 23 | 0.82 | 18.97 | 0.00094936 | 9.48 | 2:59:00 | 10 0 13 43.5 | +| REQ/BTC | 9 | 1.17 | 10.54 | 0.00052734 | 5.27 | 3:47:00 | 4 0 5 44.4 | +| XLM/BTC | 16 | 1.22 | 19.54 | 0.00097800 | 9.77 | 3:15:00 | 7 0 9 43.8 | +| XMR/BTC | 23 | -0.18 | -4.13 | -0.00020696 | -2.07 | 5:30:00 | 12 0 11 52.2 | +| XRP/BTC | 35 | 0.66 | 22.96 | 0.00114897 | 11.48 | 3:49:00 | 12 0 23 34.3 | +| ZEC/BTC | 22 | -0.46 | -10.18 | -0.00050971 | -5.09 | 2:22:00 | 7 0 15 31.8 | +| TOTAL | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 0 243 43.4 | +========================================================= SELL REASON STATS ========================================================== +| Sell Reason | Sells | Wins | Draws | Losses | +|:-------------------|--------:|------:|-------:|--------:| +| trailing_stop_loss | 205 | 150 | 0 | 55 | +| stop_loss | 166 | 0 | 0 | 166 | +| sell_signal | 56 | 36 | 0 | 20 | +| force_sell | 2 | 0 | 0 | 2 | +====================================================== LEFT OPEN TRADES REPORT ====================================================== +| Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Win Draw Loss Win% | +|:---------|-------:|---------------:|---------------:|-----------------:|---------------:|:---------------|--------------------:| +| ADA/BTC | 1 | 0.89 | 0.89 | 0.00004434 | 0.44 | 6:00:00 | 1 0 0 100 | +| LTC/BTC | 1 | 0.68 | 0.68 | 0.00003421 | 0.34 | 2:00:00 | 1 0 0 100 | +| TOTAL | 2 | 0.78 | 1.57 | 0.00007855 | 0.78 | 4:00:00 | 2 0 0 100 | +=============== SUMMARY METRICS =============== +| Metric | Value | +|-----------------------+---------------------| +| Backtesting from | 2019-01-01 00:00:00 | +| Backtesting to | 2019-05-01 00:00:00 | +| Max open trades | 3 | +| | | +| Total trades | 429 | +| Starting balance | 0.01000000 BTC | +| Final balance | 0.01762792 BTC | +| Absolute profit | 0.00762792 BTC | +| Total profit % | 76.2% | +| Trades per day | 3.575 | +| Avg. stake amount | 0.001 BTC | +| Total trade volume | 0.429 BTC | +| | | +| Best Pair | LSK/BTC 26.26% | +| Worst Pair | ZEC/BTC -10.18% | +| Best Trade | LSK/BTC 4.25% | +| Worst Trade | ZEC/BTC -10.25% | +| Best day | 0.00076 BTC | +| Worst day | -0.00036 BTC | +| Days win/draw/lose | 12 / 82 / 25 | +| Avg. Duration Winners | 4:23:00 | +| Avg. Duration Loser | 6:55:00 | +| Zero Duration Trades | 4.6% (20) | +| Rejected Buy signals | 3089 | +| | | +| Min balance | 0.00945123 BTC | +| Max balance | 0.01846651 BTC | +| Drawdown | 50.63% | +| Drawdown | 0.0015 BTC | +| Drawdown high | 0.0013 BTC | +| Drawdown low | -0.0002 BTC | +| Drawdown Start | 2019-02-15 14:10:00 | +| Drawdown End | 2019-04-11 18:15:00 | +| Market change | -5.88% | +===============================================

    +

    Backtesting report table

    +

    The 1st table contains all trades the bot made, including "left open trades".

    +

    The last line will give you the overall performance of your strategy, +here:

    +

    | TOTAL | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 0 243 43.4 |

    +

    The bot has made 429 trades for an average duration of 4:12:00, with a performance of 76.20% (profit), that means it has +earned a total of 0.00762792 BTC starting with a capital of 0.01 BTC.

    +

    The column Avg Profit % shows the average profit for all trades made while the column Cum Profit % sums up all the profits/losses. +The column Tot Profit % shows instead the total profit % in relation to the starting balance. +In the above results, we have a starting balance of 0.01 BTC and an absolute profit of 0.00762792 BTC - so the Tot Profit % will be (0.00762792 / 0.01) * 100 ~= 76.2%.

    +

    Your strategy performance is influenced by your buy strategy, your sell strategy, and also by the minimal_roi and stop_loss you have set.

    +

    For example, if your minimal_roi is only "0": 0.01 you cannot expect the bot to make more profit than 1% (because it will sell every time a trade reaches 1%).

    +

    json +"minimal_roi": { + "0": 0.01 +},

    +

    On the other hand, if you set a too high minimal_roi like "0": 0.55 +(55%), there is almost no chance that the bot will ever reach this profit. +Hence, keep in mind that your performance is an integral mix of all different elements of the strategy, your configuration, and the crypto-currency pairs you have set up.

    +

    Sell reasons table

    +

    The 2nd table contains a recap of sell reasons. +This table can tell you which area needs some additional work (e.g. all or many of the sell_signal trades are losses, so you should work on improving the sell signal, or consider disabling it).

    +

    Left open trades table

    +

    The 3rd table contains all trades the bot had to forcesell at the end of the backtesting period to present you the full picture. +This is necessary to simulate realistic behavior, since the backtest period has to end at some point, while realistically, you could leave the bot running forever. +These trades are also included in the first table, but are also shown separately in this table for clarity.

    +

    Summary metrics

    +

    The last element of the backtest report is the summary metrics table. +It contains some useful key metrics about performance of your strategy on backtesting data.

    +

    ``` +=============== SUMMARY METRICS =============== +| Metric | Value | +|-----------------------+---------------------| +| Backtesting from | 2019-01-01 00:00:00 | +| Backtesting to | 2019-05-01 00:00:00 | +| Max open trades | 3 | +| | | +| Total trades | 429 | +| Starting balance | 0.01000000 BTC | +| Final balance | 0.01762792 BTC | +| Absolute profit | 0.00762792 BTC | +| Total profit % | 76.2% | +| Trades per day | 3.575 | +| Avg. stake amount | 0.001 BTC | +| Total trade volume | 0.429 BTC | +| | | +| Best Pair | LSK/BTC 26.26% | +| Worst Pair | ZEC/BTC -10.18% | +| Best Trade | LSK/BTC 4.25% | +| Worst Trade | ZEC/BTC -10.25% | +| Best day | 0.00076 BTC | +| Worst day | -0.00036 BTC | +| Days win/draw/lose | 12 / 82 / 25 | +| Avg. Duration Winners | 4:23:00 | +| Avg. Duration Loser | 6:55:00 | +| Zero Duration Trades | 4.6% (20) | +| Rejected Buy signals | 3089 | +| | | +| Min balance | 0.00945123 BTC | +| Max balance | 0.01846651 BTC | +| Drawdown | 50.63% | +| Drawdown | 0.0015 BTC | +| Drawdown high | 0.0013 BTC | +| Drawdown low | -0.0002 BTC | +| Drawdown Start | 2019-02-15 14:10:00 | +| Drawdown End | 2019-04-11 18:15:00 | +| Market change | -5.88% | +===============================================

    +

    ```

    +
      +
    • Backtesting from / Backtesting to: Backtesting range (usually defined with the --timerange option).
    • +
    • Max open trades: Setting of max_open_trades (or --max-open-trades) - or number of pairs in the pairlist (whatever is lower).
    • +
    • Total trades: Identical to the total trades of the backtest output table.
    • +
    • Starting balance: Start balance - as given by dry-run-wallet (config or command line).
    • +
    • Final balance: Final balance - starting balance + absolute profit.
    • +
    • Absolute profit: Profit made in stake currency.
    • +
    • Total profit %: Total profit. Aligned to the TOTAL row's Tot Profit % from the first table. Calculated as (End capital − Starting capital) / Starting capital.
    • +
    • Trades per day: Total trades divided by the backtesting duration in days (this will give you information about how many trades to expect from the strategy).
    • +
    • Avg. stake amount: Average stake amount, either stake_amount or the average when using dynamic stake amount.
    • +
    • Total trade volume: Volume generated on the exchange to reach the above profit.
    • +
    • Best Pair / Worst Pair: Best and worst performing pair, and it's corresponding Cum Profit %.
    • +
    • Best Trade / Worst Trade: Biggest single winning trade and biggest single losing trade.
    • +
    • Best day / Worst day: Best and worst day based on daily profit.
    • +
    • Days win/draw/lose: Winning / Losing days (draws are usually days without closed trade).
    • +
    • Avg. Duration Winners / Avg. Duration Loser: Average durations for winning and losing trades.
    • +
    • Zero Duration Trades: A number of trades that completed within same candle as they opened and had trailing_stop_loss sell reason. A significant amount of such trades may indicate that strategy is exploiting trailing stoploss behavior in backtesting and produces unrealistic results.
    • +
    • Rejected Buy signals: Buy signals that could not be acted upon due to max_open_trades being reached.
    • +
    • Min balance / Max balance: Lowest and Highest Wallet balance during the backtest period.
    • +
    • Drawdown: Maximum drawdown experienced. For example, the value of 50% means that from highest to subsequent lowest point, a 50% drop was experienced).
    • +
    • Drawdown high / Drawdown low: Profit at the beginning and end of the largest drawdown period. A negative low value means initial capital lost.
    • +
    • Drawdown Start / Drawdown End: Start and end datetime for this largest drawdown (can also be visualized via the plot-dataframe sub-command).
    • +
    • Market change: Change of the market during the backtest period. Calculated as average of all pairs changes from the first to the last candle using the "close" column.
    • +
    +

    Assumptions made by backtesting

    +

    Since backtesting lacks some detailed information about what happens within a candle, it needs to take a few assumptions:

    +
      +
    • Buys happen at open-price
    • +
    • All orders are filled at the requested price (no slippage, no unfilled orders)
    • +
    • Sell-signal sells happen at open-price of the consecutive candle
    • +
    • Sell-signal is favored over Stoploss, because sell-signals are assumed to trigger on candle's open
    • +
    • ROI
        +
      • sells are compared to high - but the ROI value is used (e.g. ROI = 2%, high=5% - so the sell will be at 2%)
      • +
      • sells are never "below the candle", so a ROI of 2% may result in a sell at 2.4% if low was at 2.4% profit
      • +
      • Forcesells caused by <N>=-1 ROI entries use low as sell value, unless N falls on the candle open (e.g. 120: -1 for 1h candles)
      • +
      +
    • +
    • Stoploss sells happen exactly at stoploss price, even if low was lower, but the loss will be 2 * fees higher than the stoploss price
    • +
    • Stoploss is evaluated before ROI within one candle. So you can often see more trades with the stoploss sell reason comparing to the results obtained with the same strategy in the Dry Run/Live Trade modes
    • +
    • Low happens before high for stoploss, protecting capital first
    • +
    • Trailing stoploss
        +
      • High happens first - adjusting stoploss
      • +
      • Low uses the adjusted stoploss (so sells with large high-low difference are backtested correctly)
      • +
      • ROI applies before trailing-stop, ensuring profits are "top-capped" at ROI if both ROI and trailing stop applies
      • +
      +
    • +
    • Sell-reason does not explain if a trade was positive or negative, just what triggered the sell (this can look odd if negative ROI values are used)
    • +
    • Evaluation sequence (if multiple signals happen on the same candle)
        +
      • ROI (if not stoploss)
      • +
      • Sell-signal
      • +
      • Stoploss
      • +
      +
    • +
    +

    Taking these assumptions, backtesting tries to mirror real trading as closely as possible. However, backtesting will never replace running a strategy in dry-run mode. +Also, keep in mind that past results don't guarantee future success.

    +

    In addition to the above assumptions, strategy authors should carefully read the Common Mistakes section, to avoid using data in backtesting which is not available in real market conditions.

    +

    Further backtest-result analysis

    +

    To further analyze your backtest results, you can export the trades. +You can then load the trades to perform further analysis as shown in our data analysis backtesting section.

    +

    Backtesting multiple strategies

    +

    To compare multiple strategies, a list of Strategies can be provided to backtesting.

    +

    This is limited to 1 timeframe value per run. However, data is only loaded once from disk so if you have multiple +strategies you'd like to compare, this will give a nice runtime boost.

    +

    All listed Strategies need to be in the same directory.

    +

    bash +freqtrade backtesting --timerange 20180401-20180410 --timeframe 5m --strategy-list Strategy001 Strategy002 --export trades

    +

    This will save the results to user_data/backtest_results/backtest-result-<strategy>.json, injecting the strategy-name into the target filename. +There will be an additional table comparing win/losses of the different strategies (identical to the "Total" row in the first table). +Detailed output for all strategies one after the other will be available, so make sure to scroll up to see the details per strategy.

    +

    =========================================================== STRATEGY SUMMARY ========================================================================= +| Strategy | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Wins | Draws | Losses | Drawdown % | +|:------------|-------:|---------------:|---------------:|-----------------:|---------------:|:---------------|------:|-------:|-------:|-----------:| +| Strategy1 | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 | 0 | 243 | 45.2 | +| Strategy2 | 1487 | -0.13 | -197.58 | -0.00988917 | -98.79 | 4:43:00 | 662 | 0 | 825 | 241.68 |

    +

    Next step

    +

    Great, your strategy is profitable. What if the bot can give your the optimal parameters to use for your strategy? +Your next step is to learn how to find optimal parameters with Hyperopt

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/bot-basics/index.html b/en/2021.5/bot-basics/index.html new file mode 100644 index 000000000..61fbbed5c --- /dev/null +++ b/en/2021.5/bot-basics/index.html @@ -0,0 +1,1027 @@ + + + + + + + + + + + + + + + + + Freqtrade Basics - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Freqtrade basics

    +

    This page provides you some basic concepts on how Freqtrade works and operates.

    +

    Freqtrade terminology

    +
      +
    • Strategy: Your trading strategy, telling the bot what to do.
    • +
    • Trade: Open position.
    • +
    • Open Order: Order which is currently placed on the exchange, and is not yet complete.
    • +
    • Pair: Tradable pair, usually in the format of Quote/Base (e.g. XRP/USDT).
    • +
    • Timeframe: Candle length to use (e.g. "5m", "1h", ...).
    • +
    • Indicators: Technical indicators (SMA, EMA, RSI, ...).
    • +
    • Limit order: Limit orders which execute at the defined limit price or better.
    • +
    • Market order: Guaranteed to fill, may move price depending on the order size.
    • +
    +

    Fee handling

    +

    All profit calculations of Freqtrade include fees. For Backtesting / Hyperopt / Dry-run modes, the exchange default fee is used (lowest tier on the exchange). For live operations, fees are used as applied by the exchange (this includes BNB rebates etc.).

    +

    Bot execution logic

    +

    Starting freqtrade in dry-run or live mode (using freqtrade trade) will start the bot and start the bot iteration loop. +By default, loop runs every few seconds (internals.process_throttle_secs) and does roughly the following in the following sequence:

    +
      +
    • Fetch open trades from persistence.
    • +
    • Calculate current list of tradable pairs.
    • +
    • Download ohlcv data for the pairlist including all informative pairs
      + This step is only executed once per Candle to avoid unnecessary network traffic.
    • +
    • Call bot_loop_start() strategy callback.
    • +
    • Analyze strategy per pair.
        +
      • Call populate_indicators()
      • +
      • Call populate_buy_trend()
      • +
      • Call populate_sell_trend()
      • +
      +
    • +
    • Check timeouts for open orders.
        +
      • Calls check_buy_timeout() strategy callback for open buy orders.
      • +
      • Calls check_sell_timeout() strategy callback for open sell orders.
      • +
      +
    • +
    • Verifies existing positions and eventually places sell orders.
        +
      • Considers stoploss, ROI and sell-signal.
      • +
      • Determine sell-price based on ask_strategy configuration setting.
      • +
      • Before a sell order is placed, confirm_trade_exit() strategy callback is called.
      • +
      +
    • +
    • Check if trade-slots are still available (if max_open_trades is reached).
    • +
    • Verifies buy signal trying to enter new positions.
        +
      • Determine buy-price based on bid_strategy configuration setting.
      • +
      • Before a buy order is placed, confirm_trade_entry() strategy callback is called.
      • +
      +
    • +
    +

    This loop will be repeated again and again until the bot is stopped.

    +

    Backtesting / Hyperopt execution logic

    +

    backtesting or hyperopt do only part of the above logic, since most of the trading operations are fully simulated.

    +
      +
    • Load historic data for configured pairlist.
    • +
    • Calls bot_loop_start() once.
    • +
    • Calculate indicators (calls populate_indicators() once per pair).
    • +
    • Calculate buy / sell signals (calls populate_buy_trend() and populate_sell_trend() once per pair)
    • +
    • Confirm trade buy / sell (calls confirm_trade_entry() and confirm_trade_exit() if implemented in the strategy)
    • +
    • Loops per candle simulating entry and exit points.
    • +
    • Generate backtest report output
    • +
    +
    +

    Note

    +

    Both Backtesting and Hyperopt include exchange default Fees in the calculation. Custom fees can be passed to backtesting / hyperopt by specifying the --fee argument.

    +
    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/bot-usage/index.html b/en/2021.5/bot-usage/index.html new file mode 100644 index 000000000..f34d4c2e3 --- /dev/null +++ b/en/2021.5/bot-usage/index.html @@ -0,0 +1,1231 @@ + + + + + + + + + + + + + + + + + Start the bot - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Start the bot

    +

    This page explains the different parameters of the bot and how to run it.

    +
    +

    Note

    +

    If you've used setup.sh, don't forget to activate your virtual environment (source .env/bin/activate) before running freqtrade commands.

    +
    +
    +

    Up-to-date clock

    +

    The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges.

    +
    +

    Bot commands

    +

    ``` +usage: freqtrade [-h] [-V] + {trade,create-userdir,new-config,new-hyperopt,new-strategy,download-data,convert-data,convert-trade-data,backtesting,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-hyperopts,list-markets,list-pairs,list-strategies,list-timeframes,show-trades,test-pairlist,plot-dataframe,plot-profit} + ...

    +

    Free, open source crypto trading bot

    +

    positional arguments: + {trade,create-userdir,new-config,new-hyperopt,new-strategy,download-data,convert-data,convert-trade-data,backtesting,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-hyperopts,list-markets,list-pairs,list-strategies,list-timeframes,show-trades,test-pairlist,plot-dataframe,plot-profit} + trade Trade module. + create-userdir Create user-data directory. + new-config Create new config + new-hyperopt Create new hyperopt + new-strategy Create new strategy + download-data Download backtesting data. + convert-data Convert candle (OHLCV) data from one format to + another. + convert-trade-data Convert trade data from one format to another. + backtesting Backtesting module. + edge Edge module. + hyperopt Hyperopt module. + hyperopt-list List Hyperopt results + hyperopt-show Show details of Hyperopt results + list-exchanges Print available exchanges. + list-hyperopts Print available hyperopt classes. + list-markets Print markets on exchange. + list-pairs Print pairs on exchange. + list-strategies Print available strategies. + list-timeframes Print available timeframes for the exchange. + show-trades Show trades. + test-pairlist Test your pairlist configuration. + plot-dataframe Plot candles with indicators. + plot-profit Generate plot showing profits.

    +

    optional arguments: + -h, --help show this help message and exit + -V, --version show program's version number and exit

    +

    ```

    +

    Bot trading commands

    +

    ``` +usage: freqtrade trade [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] + [--userdir PATH] [-s NAME] [--strategy-path PATH] + [--db-url PATH] [--sd-notify] [--dry-run] + [--dry-run-wallet DRY_RUN_WALLET]

    +

    optional arguments: + -h, --help show this help message and exit + --db-url PATH Override trades database URL, this is useful in custom + deployments (default: sqlite:///tradesv3.sqlite for + Live Run mode, sqlite:///tradesv3.dryrun.sqlite for + Dry Run). + --sd-notify Notify systemd service manager. + --dry-run Enforce dry-run for trading (removes Exchange secrets + and simulates trades). + --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET + Starting balance, used for backtesting / hyperopt and + dry-runs.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    Strategy arguments: + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --strategy-path PATH Specify additional strategy lookup path.

    +

    ```

    +

    How to specify which configuration file be used?

    +

    The bot allows you to select which configuration file you want to use by means of +the -c/--config command line option:

    +

    bash +freqtrade trade -c path/far/far/away/config.json

    +

    Per default, the bot loads the config.json configuration file from the current +working directory.

    +

    How to use multiple configuration files?

    +

    The bot allows you to use multiple configuration files by specifying multiple +-c/--config options in the command line. Configuration parameters +defined in the latter configuration files override parameters with the same name +defined in the previous configuration files specified in the command line earlier.

    +

    For example, you can make a separate configuration file with your key and secret +for the Exchange you use for trading, specify default configuration file with +empty key and secret values while running in the Dry Mode (which does not actually +require them):

    +

    bash +freqtrade trade -c ./config.json

    +

    and specify both configuration files when running in the normal Live Trade Mode:

    +

    bash +freqtrade trade -c ./config.json -c path/to/secrets/keys.config.json

    +

    This could help you hide your private Exchange key and Exchange secret on you local machine +by setting appropriate file permissions for the file which contains actual secrets and, additionally, +prevent unintended disclosure of sensitive private data when you publish examples +of your configuration in the project issues or in the Internet.

    +

    See more details on this technique with examples in the documentation page on +configuration.

    +

    Where to store custom data

    +

    Freqtrade allows the creation of a user-data directory using freqtrade create-userdir --userdir someDirectory. +This directory will look as follows:

    +

    user_data/ +├── backtest_results +├── data +├── hyperopts +├── hyperopt_results +├── plot +└── strategies

    +

    You can add the entry "user_data_dir" setting to your configuration, to always point your bot to this directory. +Alternatively, pass in --userdir to every command. +The bot will fail to start if the directory does not exist, but will create necessary subdirectories.

    +

    This directory should contain your custom strategies, custom hyperopts and hyperopt loss functions, backtesting historical data (downloaded using either backtesting command or the download script) and plot outputs.

    +

    It is recommended to use version control to keep track of changes to your strategies.

    +

    How to use --strategy?

    +

    This parameter will allow you to load your custom strategy class. +To test the bot installation, you can use the SampleStrategy installed by the create-userdir subcommand (usually user_data/strategy/sample_strategy.py).

    +

    The bot will search your strategy file within user_data/strategies. +To use other directories, please read the next section about --strategy-path.

    +

    To load a strategy, simply pass the class name (e.g.: CustomStrategy) in this parameter.

    +

    Example: +In user_data/strategies you have a file my_awesome_strategy.py which has +a strategy class called AwesomeStrategy to load it:

    +

    bash +freqtrade trade --strategy AwesomeStrategy

    +

    If the bot does not find your strategy file, it will display in an error +message the reason (File not found, or errors in your code).

    +

    Learn more about strategy file in +Strategy Customization.

    +

    How to use --strategy-path?

    +

    This parameter allows you to add an additional strategy lookup path, which gets +checked before the default locations (The passed path must be a directory!):

    +

    bash +freqtrade trade --strategy AwesomeStrategy --strategy-path /some/directory

    +

    How to install a strategy?

    +

    This is very simple. Copy paste your strategy file into the directory +user_data/strategies or use --strategy-path. And voila, the bot is ready to use it.

    +

    How to use --db-url?

    +

    When you run the bot in Dry-run mode, per default no transactions are +stored in a database. If you want to store your bot actions in a DB +using --db-url. This can also be used to specify a custom database +in production mode. Example command:

    +

    bash +freqtrade trade -c config.json --db-url sqlite:///tradesv3.dry_run.sqlite

    +

    Next step

    +

    The optimal strategy of the bot will change with time depending of the market trends. The next step is to +Strategy Customization.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/configuration/index.html b/en/2021.5/configuration/index.html new file mode 100644 index 000000000..aa27c7807 --- /dev/null +++ b/en/2021.5/configuration/index.html @@ -0,0 +1,2324 @@ + + + + + + + + + + + + + + + + + Configuration - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Configure the bot

    +

    Freqtrade has many configurable features and possibilities. +By default, these settings are configured via the configuration file (see below).

    +

    The Freqtrade configuration file

    +

    The bot uses a set of configuration parameters during its operation that all together conform the bot configuration. It normally reads its configuration from a file (Freqtrade configuration file).

    +

    Per default, the bot loads the configuration from the config.json file, located in the current working directory.

    +

    You can specify a different configuration file used by the bot with the -c/--config command line option.

    +

    Multiple configuration files can be specified and used by the bot or the bot can read its configuration parameters from the process standard input stream.

    +
    +

    Use multiple configuration files to keep secrets secret

    +

    You can use a 2nd configuration file containing your secrets. That way you can share your "primary" configuration file, while still keeping your API keys for yourself.

    +

    bash +freqtrade trade --config user_data/config.json --config user_data/config-private.json <...> +The 2nd file should only specify what you intend to override. +If a key is in more than one of the configurations, then the "last specified configuration" wins (in the above example, config-private.json).

    +
    +

    If you used the Quick start method for installing +the bot, the installation script should have already created the default configuration file (config.json) for you.

    +

    If default configuration file is not created we recommend you to use freqtrade new-config --config config.json to generate a basic configuration file.

    +

    The Freqtrade configuration file is to be written in the JSON format.

    +

    Additionally to the standard JSON syntax, you may use one-line // ... and multi-line /* ... */ comments in your configuration files and trailing commas in the lists of parameters.

    +

    Do not worry if you are not familiar with JSON format -- simply open the configuration file with an editor of your choice, make some changes to the parameters you need, save your changes and, finally, restart the bot or, if it was previously stopped, run it again with the changes you made to the configuration. The bot validates syntax of the configuration file at startup and will warn you if you made any errors editing it, pointing out problematic lines.

    +

    Configuration parameters

    +

    The table below will list all configuration parameters available.

    +

    Freqtrade can also load many options via command line (CLI) arguments (check out the commands --help output for details). +The prevelance for all Options is as follows:

    +
      +
    • CLI arguments override any other option
    • +
    • Configuration files are used in sequence (last file wins), and override Strategy configurations.
    • +
    • Strategy configurations are only used if they are not set via configuration or via command line arguments. These options are marked with Strategy Override in the below table.
    • +
    +

    Mandatory parameters are marked as Required, which means that they are required to be set in one of the possible ways.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ParameterDescription
    max_open_tradesRequired. Number of open trades your bot is allowed to have. Only one open trade per pair is possible, so the length of your pairlist is another limitation which can apply. If -1 then it is ignored (i.e. potentially unlimited open trades, limited by the pairlist). More information below.
    Datatype: Positive integer or -1.
    stake_currencyRequired. Crypto-currency used for trading.
    Datatype: String
    stake_amountRequired. Amount of crypto-currency your bot will use for each trade. Set it to "unlimited" to allow the bot to use all available balance. More information below.
    Datatype: Positive float or "unlimited".
    tradable_balance_ratioRatio of the total account balance the bot is allowed to trade. More information below.
    Defaults to 0.99 99%).
    Datatype: Positive float between 0.1 and 1.0.
    amend_last_stake_amountUse reduced last stake amount if necessary. More information below.
    Defaults to false.
    Datatype: Boolean
    last_stake_amount_min_ratioDefines minimum stake amount that has to be left and executed. Applies only to the last stake amount when it's amended to a reduced value (i.e. if amend_last_stake_amount is set to true). More information below.
    Defaults to 0.5.
    Datatype: Float (as ratio)
    amount_reserve_percentReserve some amount in min pair stake amount. The bot will reserve amount_reserve_percent + stoploss value when calculating min pair stake amount in order to avoid possible trade refusals.
    Defaults to 0.05 (5%).
    Datatype: Positive Float as ratio.
    timeframeThe timeframe (former ticker interval) to use (e.g 1m, 5m, 15m, 30m, 1h ...). Strategy Override.
    Datatype: String
    fiat_display_currencyFiat currency used to show your profits. More information below.
    Datatype: String
    dry_runRequired. Define if the bot must be in Dry Run or production mode.
    Defaults to true.
    Datatype: Boolean
    dry_run_walletDefine the starting amount in stake currency for the simulated wallet used by the bot running in Dry Run mode.
    Defaults to 1000.
    Datatype: Float
    cancel_open_orders_on_exitCancel open orders when the /stop RPC command is issued, Ctrl+C is pressed or the bot dies unexpectedly. When set to true, this allows you to use /stop to cancel unfilled and partially filled orders in the event of a market crash. It does not impact open positions.
    Defaults to false.
    Datatype: Boolean
    process_only_new_candlesEnable processing of indicators only when new candles arrive. If false each loop populates the indicators, this will mean the same candle is processed many times creating system load but can be useful of your strategy depends on tick data not only candle. Strategy Override.
    Defaults to false.
    Datatype: Boolean
    minimal_roiRequired. Set the threshold as ratio the bot will use to sell a trade. More information below. Strategy Override.
    Datatype: Dict
    stoplossRequired. Value as ratio of the stoploss used by the bot. More details in the stoploss documentation. Strategy Override.
    Datatype: Float (as ratio)
    trailing_stopEnables trailing stoploss (based on stoploss in either configuration or strategy file). More details in the stoploss documentation. Strategy Override.
    Datatype: Boolean
    trailing_stop_positiveChanges stoploss once profit has been reached. More details in the stoploss documentation. Strategy Override.
    Datatype: Float
    trailing_stop_positive_offsetOffset on when to apply trailing_stop_positive. Percentage value which should be positive. More details in the stoploss documentation. Strategy Override.
    Defaults to 0.0 (no offset).
    Datatype: Float
    trailing_only_offset_is_reachedOnly apply trailing stoploss when the offset is reached. stoploss documentation. Strategy Override.
    Defaults to false.
    Datatype: Boolean
    feeFee used during backtesting / dry-runs. Should normally not be configured, which has freqtrade fall back to the exchange default fee. Set as ratio (e.g. 0.001 = 0.1%). Fee is applied twice for each trade, once when buying, once when selling.
    Datatype: Float (as ratio)
    unfilledtimeout.buyRequired. How long (in minutes or seconds) the bot will wait for an unfilled buy order to complete, after which the order will be cancelled and repeated at current (new) price, as long as there is a signal. Strategy Override.
    Datatype: Integer
    unfilledtimeout.sellRequired. How long (in minutes or seconds) the bot will wait for an unfilled sell order to complete, after which the order will be cancelled and repeated at current (new) price, as long as there is a signal. Strategy Override.
    Datatype: Integer
    unfilledtimeout.unitUnit to use in unfilledtimeout setting. Note: If you set unfilledtimeout.unit to "seconds", "internals.process_throttle_secs" must be inferior or equal to timeout Strategy Override.
    Defaults to minutes.
    Datatype: String
    bid_strategy.price_sideSelect the side of the spread the bot should look at to get the buy rate. More information below.
    Defaults to bid.
    Datatype: String (either ask or bid).
    bid_strategy.ask_last_balanceRequired. Interpolate the bidding price. More information below.
    bid_strategy.use_order_bookEnable buying using the rates in Order Book Bids.
    Datatype: Boolean
    bid_strategy.order_book_topBot will use the top N rate in Order Book Bids to buy. I.e. a value of 2 will allow the bot to pick the 2nd bid rate in Order Book Bids.
    Defaults to 1.
    Datatype: Positive Integer
    bid_strategy. check_depth_of_market.enabledDo not buy if the difference of buy orders and sell orders is met in Order Book. Check market depth.
    Defaults to false.
    Datatype: Boolean
    bid_strategy. check_depth_of_market.bids_to_ask_deltaThe difference ratio of buy orders and sell orders found in Order Book. A value below 1 means sell order size is greater, while value greater than 1 means buy order size is higher. Check market depth
    Defaults to 0.
    Datatype: Float (as ratio)
    ask_strategy.price_sideSelect the side of the spread the bot should look at to get the sell rate. More information below.
    Defaults to ask.
    Datatype: String (either ask or bid).
    ask_strategy.bid_last_balanceInterpolate the selling price. More information below.
    ask_strategy.use_order_bookEnable selling of open trades using Order Book Asks.
    Datatype: Boolean
    ask_strategy.order_book_minBot will scan from the top min to max Order Book Asks searching for a profitable rate.
    Defaults to 1.
    Datatype: Positive Integer
    ask_strategy.order_book_maxBot will scan from the top min to max Order Book Asks searching for a profitable rate.
    Defaults to 1.
    Datatype: Positive Integer
    ask_strategy.use_sell_signalUse sell signals produced by the strategy in addition to the minimal_roi. Strategy Override.
    Defaults to true.
    Datatype: Boolean
    ask_strategy.sell_profit_onlyWait until the bot reaches ask_strategy.sell_profit_offset before taking a sell decision. Strategy Override.
    Defaults to false.
    Datatype: Boolean
    ask_strategy.sell_profit_offsetSell-signal is only active above this value. Strategy Override.
    Defaults to 0.0.
    Datatype: Float (as ratio)
    ask_strategy.ignore_roi_if_buy_signalDo not sell if the buy signal is still active. This setting takes preference over minimal_roi and use_sell_signal. Strategy Override.
    Defaults to false.
    Datatype: Boolean
    ask_strategy.ignore_buying_expired_candle_afterSpecifies the number of seconds until a buy signal is no longer used.
    Datatype: Integer
    order_typesConfigure order-types depending on the action ("buy", "sell", "stoploss", "stoploss_on_exchange"). More information below. Strategy Override.
    Datatype: Dict
    order_time_in_forceConfigure time in force for buy and sell orders. More information below. Strategy Override.
    Datatype: Dict
    exchange.nameRequired. Name of the exchange class to use. List below.
    Datatype: String
    exchange.sandboxUse the 'sandbox' version of the exchange, where the exchange provides a sandbox for risk-free integration. See here in more details.
    Datatype: Boolean
    exchange.keyAPI key to use for the exchange. Only required when you are in production mode.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    exchange.secretAPI secret to use for the exchange. Only required when you are in production mode.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    exchange.passwordAPI password to use for the exchange. Only required when you are in production mode and for exchanges that use password for API requests.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    exchange.pair_whitelistList of pairs to use by the bot for trading and to check for potential trades during backtesting. Supports regex pairs as .*/BTC. Not used by VolumePairList. More information.
    Datatype: List
    exchange.pair_blacklistList of pairs the bot must absolutely avoid for trading and backtesting. More information.
    Datatype: List
    exchange.ccxt_configAdditional CCXT parameters passed to both ccxt instances (sync and async). This is usually the correct place for ccxt configurations. Parameters may differ from exchange to exchange and are documented in the ccxt documentation
    Datatype: Dict
    exchange.ccxt_sync_configAdditional CCXT parameters passed to the regular (sync) ccxt instance. Parameters may differ from exchange to exchange and are documented in the ccxt documentation
    Datatype: Dict
    exchange.ccxt_async_configAdditional CCXT parameters passed to the async ccxt instance. Parameters may differ from exchange to exchange and are documented in the ccxt documentation
    Datatype: Dict
    exchange.markets_refresh_intervalThe interval in minutes in which markets are reloaded.
    Defaults to 60 minutes.
    Datatype: Positive Integer
    exchange.skip_pair_validationSkip pairlist validation on startup.
    Defaults to false
    Datatype:* Boolean
    exchange.skip_open_order_updateSkips open order updates on startup should the exchange cause problems. Only relevant in live conditions.
    Defaults to false
    Datatype:* Boolean
    edge.*Please refer to edge configuration document for detailed explanation.
    experimental.block_bad_exchangesBlock exchanges known to not work with freqtrade. Leave on default unless you want to test if that exchange works now.
    Defaults to true.
    Datatype: Boolean
    pairlistsDefine one or more pairlists to be used. More information.
    Defaults to StaticPairList.
    Datatype: List of Dicts
    protectionsDefine one or more protections to be used. More information. Strategy Override.
    Datatype: List of Dicts
    telegram.enabledEnable the usage of Telegram.
    Datatype: Boolean
    telegram.tokenYour Telegram bot token. Only required if telegram.enabled is true.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    telegram.chat_idYour personal Telegram account id. Only required if telegram.enabled is true.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    telegram.balance_dust_levelDust-level (in stake currency) - currencies with a balance below this will not be shown by /balance.
    Datatype: float
    webhook.enabledEnable usage of Webhook notifications
    Datatype: Boolean
    webhook.urlURL for the webhook. Only required if webhook.enabled is true. See the webhook documentation for more details.
    Datatype: String
    webhook.webhookbuyPayload to send on buy. Only required if webhook.enabled is true. See the webhook documentation for more details.
    Datatype: String
    webhook.webhookbuycancelPayload to send on buy order cancel. Only required if webhook.enabled is true. See the webhook documentation for more details.
    Datatype: String
    webhook.webhooksellPayload to send on sell. Only required if webhook.enabled is true. See the webhook documentation for more details.
    Datatype: String
    webhook.webhooksellcancelPayload to send on sell order cancel. Only required if webhook.enabled is true. See the webhook documentation for more details.
    Datatype: String
    webhook.webhookstatusPayload to send on status calls. Only required if webhook.enabled is true. See the webhook documentation for more details.
    Datatype: String
    api_server.enabledEnable usage of API Server. See the API Server documentation for more details.
    Datatype: Boolean
    api_server.listen_ip_addressBind IP address. See the API Server documentation for more details.
    Datatype: IPv4
    api_server.listen_portBind Port. See the API Server documentation for more details.
    Datatype: Integer between 1024 and 65535
    api_server.verbosityLogging verbosity. info will print all RPC Calls, while "error" will only display errors.
    Datatype: Enum, either info or error. Defaults to info.
    api_server.usernameUsername for API server. See the API Server documentation for more details.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    api_server.passwordPassword for API server. See the API Server documentation for more details.
    Keep it in secret, do not disclose publicly.
    Datatype: String
    bot_nameName of the bot. Passed via API to a client - can be shown to distinguish / name bots.
    Defaults to freqtrade
    Datatype: String
    db_urlDeclares database URL to use. NOTE: This defaults to sqlite:///tradesv3.dryrun.sqlite if dry_run is true, and to sqlite:///tradesv3.sqlite for production instances.
    Datatype: String, SQLAlchemy connect string
    initial_stateDefines the initial application state. If set to stopped, then the bot has to be explicitly started via /start RPC command.
    Defaults to stopped.
    Datatype: Enum, either stopped or running
    forcebuy_enableEnables the RPC Commands to force a buy. More information below.
    Datatype: Boolean
    disable_dataframe_checksDisable checking the OHLCV dataframe returned from the strategy methods for correctness. Only use when intentionally changing the dataframe and understand what you are doing. Strategy Override.
    Defaults to False.
    Datatype: Boolean
    strategyRequired Defines Strategy class to use. Recommended to be set via --strategy NAME.
    Datatype: ClassName
    strategy_pathAdds an additional strategy lookup path (must be a directory).
    Datatype: String
    internals.process_throttle_secsSet the process throttle, or minimum loop duration for one bot iteration loop. Value in second.
    Defaults to 5 seconds.
    Datatype: Positive Integer
    internals.heartbeat_intervalPrint heartbeat message every N seconds. Set to 0 to disable heartbeat messages.
    Defaults to 60 seconds.
    Datatype: Positive Integer or 0
    internals.sd_notifyEnables use of the sd_notify protocol to tell systemd service manager about changes in the bot state and issue keep-alive pings. See here for more details.
    Datatype: Boolean
    logfileSpecifies logfile name. Uses a rolling strategy for log file rotation for 10 files with the 1MB limit per file.
    Datatype: String
    user_data_dirDirectory containing user data.
    Defaults to ./user_data/.
    Datatype: String
    dataformat_ohlcvData format to use to store historical candle (OHLCV) data.
    Defaults to json.
    Datatype: String
    dataformat_tradesData format to use to store historical trades data.
    Defaults to jsongz.
    Datatype: String
    +

    Parameters in the strategy

    +

    The following parameters can be set in either configuration file or strategy. +Values set in the configuration file always overwrite values set in the strategy.

    +
      +
    • minimal_roi
    • +
    • timeframe
    • +
    • stoploss
    • +
    • trailing_stop
    • +
    • trailing_stop_positive
    • +
    • trailing_stop_positive_offset
    • +
    • trailing_only_offset_is_reached
    • +
    • use_custom_stoploss
    • +
    • process_only_new_candles
    • +
    • order_types
    • +
    • order_time_in_force
    • +
    • unfilledtimeout
    • +
    • disable_dataframe_checks
    • +
    • protections
    • +
    • use_sell_signal (ask_strategy)
    • +
    • sell_profit_only (ask_strategy)
    • +
    • sell_profit_offset (ask_strategy)
    • +
    • ignore_roi_if_buy_signal (ask_strategy)
    • +
    • ignore_buying_expired_candle_after (ask_strategy)
    • +
    +

    Configuring amount per trade

    +

    There are several methods to configure how much of the stake currency the bot will use to enter a trade. All methods respect the available balance configuration as explained below.

    +

    Minimum trade stake

    +

    The minimum stake amount will depend by exchange and pair, and is usually listed in the exchange support pages. +Assuming the minimum tradable amount for XRP/USD is 20 XRP (given by the exchange), and the price is 0.4$.

    +

    The minimum stake amount to buy this pair is therefore 20 * 0.6 ~= 12. +This exchange has also a limit on USD - where all orders must be > 10$ - which however does not apply in this case.

    +

    To guarantee safe execution, freqtrade will not allow buying with a stake-amount of 10.1$, instead, it'll make sure that there's enough space to place a stoploss below the pair (+ an offset, defined by amount_reserve_percent, which defaults to 5%).

    +

    With a reserve of 5%, the minimum stake amount would be ~12.6$ (12 * (1 + 0.05)). If we take in account a stoploss of 10% on top of that - we'd end up with a value of ~14$ (12.6 / (1 - 0.1)).

    +

    To limit this calculation in case of large stoploss values, the calculated minimum stake-limit will never be more than 50% above the real limit.

    +
    +

    Warning

    +

    Since the limits on exchanges are usually stable and are not updated often, some pairs can show pretty high minimum limits, simply because the price increased a lot since the last limit adjustment by the exchange.

    +
    +

    Available balance

    +

    By default, the bot assumes that the complete amount - 1% is at it's disposal, and when using dynamic stake amount, it will split the complete balance into max_open_trades buckets per trade. +Freqtrade will reserve 1% for eventual fees when entering a trade and will therefore not touch that by default.

    +

    You can configure the "untouched" amount by using the tradable_balance_ratio setting.

    +

    For example, if you have 10 ETH available in your wallet on the exchange and tradable_balance_ratio=0.5 (which is 50%), then the bot will use a maximum amount of 5 ETH for trading and considers this as available balance. The rest of the wallet is untouched by the trades.

    +
    +

    Warning

    +

    The tradable_balance_ratio setting applies to the current balance (free balance + tied up in trades). Therefore, assuming the starting balance of 1000, a configuration with tradable_balance_ratio=0.99 will not guarantee that 10 currency units will always remain available on the exchange. For example, the free amount may reduce to 5 units if the total balance is reduced to 500 (either by a losing streak, or by withdrawing balance).

    +
    +

    Amend last stake amount

    +

    Assuming we have the tradable balance of 1000 USDT, stake_amount=400, and max_open_trades=3. +The bot would open 2 trades, and will be unable to fill the last trading slot, since the requested 400 USDT are no longer available, since 800 USDT are already tied in other trades.

    +

    To overcome this, the option amend_last_stake_amount can be set to True, which will enable the bot to reduce stake_amount to the available balance in order to fill the last trade slot.

    +

    In the example above this would mean:

    +
      +
    • Trade1: 400 USDT
    • +
    • Trade2: 400 USDT
    • +
    • Trade3: 200 USDT
    • +
    +
    +

    Note

    +

    This option only applies with Static stake amount - since Dynamic stake amount divides the balances evenly.

    +
    +
    +

    Note

    +

    The minimum last stake amount can be configured using last_stake_amount_min_ratio - which defaults to 0.5 (50%). This means that the minimum stake amount that's ever used is stake_amount * 0.5. This avoids very low stake amounts, that are close to the minimum tradable amount for the pair and can be refused by the exchange.

    +
    +

    Static stake amount

    +

    The stake_amount configuration statically configures the amount of stake-currency your bot will use for each trade.

    +

    The minimal configuration value is 0.0001, however, please check your exchange's trading minimums for the stake currency you're using to avoid problems.

    +

    This setting works in combination with max_open_trades. The maximum capital engaged in trades is stake_amount * max_open_trades. +For example, the bot will at most use (0.05 BTC x 3) = 0.15 BTC, assuming a configuration of max_open_trades=3 and stake_amount=0.05.

    +
    +

    Note

    +

    This setting respects the available balance configuration.

    +
    +

    Dynamic stake amount

    +

    Alternatively, you can use a dynamic stake amount, which will use the available balance on the exchange, and divide that equally by the amount of allowed trades (max_open_trades).

    +

    To configure this, set stake_amount="unlimited". We also recommend to set tradable_balance_ratio=0.99 (99%) - to keep a minimum balance for eventual fees.

    +

    In this case a trade amount is calculated as:

    +

    python +currency_balance / (max_open_trades - current_open_trades)

    +

    To allow the bot to trade all the available stake_currency in your account (minus tradable_balance_ratio) set

    +

    json +"stake_amount" : "unlimited", +"tradable_balance_ratio": 0.99,

    +
    +

    Compounding profits

    +

    This configuration will allow increasing / decreasing stakes depending on the performance of the bot (lower stake if bot is loosing, higher stakes if the bot has a winning record, since higher balances are available), and will result in profit compounding.

    +
    +
    +

    When using Dry-Run Mode

    +

    When using "stake_amount" : "unlimited", in combination with Dry-Run, Backtesting or Hyperopt, the balance will be simulated starting with a stake of dry_run_wallet which will evolve over time.
    +It is therefore important to set dry_run_wallet to a sensible value (like 0.05 or 0.01 for BTC and 1000 or 100 for USDT, for example), otherwise it may simulate trades with 100 BTC (or more) or 0.05 USDT (or less) at once - which may not correspond to your real available balance or is less than the exchange minimal limit for the order amount for the stake currency.

    +
    +

    Prices used for orders

    +

    Prices for regular orders can be controlled via the parameter structures bid_strategy for buying and ask_strategy for selling. +Prices are always retrieved right before an order is placed, either by querying the exchange tickers or by using the orderbook data.

    +
    +

    Note

    +

    Orderbook data used by Freqtrade are the data retrieved from exchange by the ccxt's function fetch_order_book(), i.e. are usually data from the L2-aggregated orderbook, while the ticker data are the structures returned by the ccxt's fetch_ticker()/fetch_tickers() functions. Refer to the ccxt library documentation for more details.

    +
    +
    +

    Using market orders

    +

    Please read the section Market order pricing section when using market orders.

    +
    +

    Buy price

    +

    Check depth of market

    +

    When check depth of market is enabled (bid_strategy.check_depth_of_market.enabled=True), the buy signals are filtered based on the orderbook depth (sum of all amounts) for each orderbook side.

    +

    Orderbook bid (buy) side depth is then divided by the orderbook ask (sell) side depth and the resulting delta is compared to the value of the bid_strategy.check_depth_of_market.bids_to_ask_delta parameter. The buy order is only executed if the orderbook delta is greater than or equal to the configured delta value.

    +
    +

    Note

    +

    A delta value below 1 means that ask (sell) orderbook side depth is greater than the depth of the bid (buy) orderbook side, while a value greater than 1 means opposite (depth of the buy side is higher than the depth of the sell side).

    +
    +

    Buy price side

    +

    The configuration setting bid_strategy.price_side defines the side of the spread the bot looks for when buying.

    +

    The following displays an orderbook.

    +

    explanation +... +103 +102 +101 # ask +-------------Current spread +99 # bid +98 +97 +...

    +

    If bid_strategy.price_side is set to "bid", then the bot will use 99 as buying price.
    +In line with that, if bid_strategy.price_side is set to "ask", then the bot will use 101 as buying price.

    +

    Using ask price often guarantees quicker filled orders, but the bot can also end up paying more than what would have been necessary. +Taker fees instead of maker fees will most likely apply even when using limit buy orders. +Also, prices at the "ask" side of the spread are higher than prices at the "bid" side in the orderbook, so the order behaves similar to a market order (however with a maximum price).

    +

    Buy price with Orderbook enabled

    +

    When buying with the orderbook enabled (bid_strategy.use_order_book=True), Freqtrade fetches the bid_strategy.order_book_top entries from the orderbook and then uses the entry specified as bid_strategy.order_book_top on the configured side (bid_strategy.price_side) of the orderbook. 1 specifies the topmost entry in the orderbook, while 2 would use the 2nd entry in the orderbook, and so on.

    +

    Buy price without Orderbook enabled

    +

    The following section uses side as the configured bid_strategy.price_side.

    +

    When not using orderbook (bid_strategy.use_order_book=False), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price.

    +

    The bid_strategy.ask_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between ask and last price.

    +

    Sell price

    +

    Sell price side

    +

    The configuration setting ask_strategy.price_side defines the side of the spread the bot looks for when selling.

    +

    The following displays an orderbook:

    +

    explanation +... +103 +102 +101 # ask +-------------Current spread +99 # bid +98 +97 +...

    +

    If ask_strategy.price_side is set to "ask", then the bot will use 101 as selling price.
    +In line with that, if ask_strategy.price_side is set to "bid", then the bot will use 99 as selling price.

    +

    Sell price with Orderbook enabled

    +

    When selling with the orderbook enabled (ask_strategy.use_order_book=True), Freqtrade fetches the ask_strategy.order_book_max entries in the orderbook. Then each of the orderbook steps between ask_strategy.order_book_min and ask_strategy.order_book_max on the configured orderbook side are validated for a profitable sell-possibility based on the strategy configuration (minimal_roi conditions) and the sell order is placed at the first profitable spot.

    +
    +

    Note

    +

    Using order_book_max higher than order_book_min only makes sense when ask_strategy.price_side is set to "ask".

    +
    +

    The idea here is to place the sell order early, to be ahead in the queue.

    +

    A fixed slot (mirroring bid_strategy.order_book_top) can be defined by setting ask_strategy.order_book_min and ask_strategy.order_book_max to the same number.

    +
    +

    Order_book_max > 1 - increased risks for stoplosses!

    +

    Using ask_strategy.order_book_max higher than 1 will increase the risk the stoploss on exchange is cancelled too early, since an eventual stoploss on exchange will be cancelled as soon as the order is placed. +Also, the sell order will remain on the exchange for unfilledtimeout.sell (or until it's filled) - which can lead to missed stoplosses (with or without using stoploss on exchange).

    +
    +
    +

    Order_book_max > 1 in dry-run

    +

    Using ask_strategy.order_book_max higher than 1 will result in improper dry-run results (significantly better than real orders executed on exchange), since dry-run assumes orders to be filled almost instantly. +It is therefore advised to not use this setting for dry-runs.

    +
    +

    Sell price without Orderbook enabled

    +

    When not using orderbook (ask_strategy.use_order_book=False), the price at the ask_strategy.price_side side (defaults to "ask") from the ticker will be used as the sell price.

    +

    When not using orderbook (ask_strategy.use_order_book=False), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price.

    +

    The ask_strategy.bid_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between side and last price.

    +

    Market order pricing

    +

    When using market orders, prices should be configured to use the "correct" side of the orderbook to allow realistic pricing detection. +Assuming both buy and sell are using market orders, a configuration similar to the following might be used

    +

    jsonc + "order_types": { + "buy": "market", + "sell": "market" + // ... + }, + "bid_strategy": { + "price_side": "ask", + // ... + }, + "ask_strategy":{ + "price_side": "bid", + // ... + },

    +

    Obviously, if only one side is using limit orders, different pricing combinations can be used.

    +

    Understand minimal_roi

    +

    The minimal_roi configuration parameter is a JSON object where the key is a duration +in minutes and the value is the minimum ROI as ratio. +See the example below:

    +

    json +"minimal_roi": { + "40": 0.0, # Sell after 40 minutes if the profit is not negative + "30": 0.01, # Sell after 30 minutes if there is at least 1% profit + "20": 0.02, # Sell after 20 minutes if there is at least 2% profit + "0": 0.04 # Sell immediately if there is at least 4% profit +},

    +

    Most of the strategy files already include the optimal minimal_roi value. +This parameter can be set in either Strategy or Configuration file. If you use it in the configuration file, it will override the +minimal_roi value from the strategy file. +If it is not set in either Strategy or Configuration, a default of 1000% {"0": 10} is used, and minimal roi is disabled unless your trade generates 1000% profit.

    +
    +

    Special case to forcesell after a specific time

    +

    A special case presents using "<N>": -1 as ROI. This forces the bot to sell a trade after N Minutes, no matter if it's positive or negative, so represents a time-limited force-sell.

    +
    +

    Understand forcebuy_enable

    +

    The forcebuy_enable configuration parameter enables the usage of forcebuy commands via Telegram and REST API. +For security reasons, it's disabled by default, and freqtrade will show a warning message on startup if enabled. +For example, you can send /forcebuy ETH/BTC to the bot, which will result in freqtrade buying the pair and holds it until a regular sell-signal (ROI, stoploss, /forcesell) appears.

    +

    This can be dangerous with some strategies, so use with care.

    +

    See the telegram documentation for details on usage.

    +

    Ignoring expired candles

    +

    When working with larger timeframes (for example 1h or more) and using a low max_open_trades value, the last candle can be processed as soon as a trade slot becomes available. When processing the last candle, this can lead to a situation where it may not be desirable to use the buy signal on that candle. For example, when using a condition in your strategy where you use a cross-over, that point may have passed too long ago for you to start a trade on it.

    +

    In these situations, you can enable the functionality to ignore candles that are beyond a specified period by setting ask_strategy.ignore_buying_expired_candle_after to a positive number, indicating the number of seconds after which the buy signal becomes expired.

    +

    For example, if your strategy is using a 1h timeframe, and you only want to buy within the first 5 minutes when a new candle comes in, you can add the following configuration to your strategy:

    +

    json + "ask_strategy":{ + "ignore_buying_expired_candle_after": 300, + "price_side": "bid", + // ... + },

    +

    Understand order_types

    +

    The order_types configuration parameter maps actions (buy, sell, stoploss, emergencysell, forcesell, forcebuy) to order-types (market, limit, ...) as well as configures stoploss to be on the exchange and defines stoploss on exchange update interval in seconds.

    +

    This allows to buy using limit orders, sell using +limit-orders, and create stoplosses using market orders. It also allows to set the +stoploss "on exchange" which means stoploss order would be placed immediately once +the buy order is fulfilled.

    +

    order_types set in the configuration file overwrites values set in the strategy as a whole, so you need to configure the whole order_types dictionary in one place.

    +

    If this is configured, the following 4 values (buy, sell, stoploss and +stoploss_on_exchange) need to be present, otherwise the bot will fail to start.

    +

    For information on (emergencysell,forcesell, forcebuy, stoploss_on_exchange,stoploss_on_exchange_interval,stoploss_on_exchange_limit_ratio) please see stop loss documentation stop loss on exchange

    +

    Syntax for Strategy:

    +

    python +order_types = { + "buy": "limit", + "sell": "limit", + "emergencysell": "market", + "forcebuy": "market", + "forcesell": "market", + "stoploss": "market", + "stoploss_on_exchange": False, + "stoploss_on_exchange_interval": 60, + "stoploss_on_exchange_limit_ratio": 0.99, +}

    +

    Configuration:

    +

    json +"order_types": { + "buy": "limit", + "sell": "limit", + "emergencysell": "market", + "forcebuy": "market", + "forcesell": "market", + "stoploss": "market", + "stoploss_on_exchange": false, + "stoploss_on_exchange_interval": 60 +}

    +
    +

    Market order support

    +

    Not all exchanges support "market" orders. +The following message will be shown if your exchange does not support market orders: +"Exchange <yourexchange> does not support market orders." and the bot will refuse to start.

    +
    +
    +

    Using market orders

    +

    Please carefully read the section Market order pricing section when using market orders.

    +
    +
    +

    Stoploss on exchange

    +

    stoploss_on_exchange_interval is not mandatory. Do not change its value if you are +unsure of what you are doing. For more information about how stoploss works please +refer to the stoploss documentation.

    +

    If stoploss_on_exchange is enabled and the stoploss is cancelled manually on the exchange, then the bot will create a new stoploss order.

    +
    +
    +

    Warning: stoploss_on_exchange failures

    +

    If stoploss on exchange creation fails for some reason, then an "emergency sell" is initiated. By default, this will sell the asset using a market order. The order-type for the emergency-sell can be changed by setting the emergencysell value in the order_types dictionary - however this is not advised.

    +
    +

    Understand order_time_in_force

    +

    The order_time_in_force configuration parameter defines the policy by which the order +is executed on the exchange. Three commonly used time in force are:

    +

    GTC (Good Till Canceled):

    +

    This is most of the time the default time in force. It means the order will remain +on exchange till it is canceled by user. It can be fully or partially fulfilled. +If partially fulfilled, the remaining will stay on the exchange till cancelled.

    +

    FOK (Fill Or Kill):

    +

    It means if the order is not executed immediately AND fully then it is canceled by the exchange.

    +

    IOC (Immediate Or Canceled):

    +

    It is the same as FOK (above) except it can be partially fulfilled. The remaining part +is automatically cancelled by the exchange.

    +

    The order_time_in_force parameter contains a dict with buy and sell time in force policy values. +This can be set in the configuration file or in the strategy. +Values set in the configuration file overwrites values set in the strategy.

    +

    The possible values are: gtc (default), fok or ioc.

    +

    python +"order_time_in_force": { + "buy": "gtc", + "sell": "gtc" +},

    +
    +

    Warning

    +

    This is an ongoing work. For now it is supported only for binance and only for buy orders. +Please don't change the default value unless you know what you are doing.

    +
    +

    Exchange configuration

    +

    Freqtrade is based on CCXT library that supports over 100 cryptocurrency +exchange markets and trading APIs. The complete up-to-date list can be found in the +CCXT repo homepage. + However, the bot was tested by the development team with only Bittrex, Binance and Kraken, + so the these are the only officially supported exchanges:

    + +

    Feel free to test other exchanges and submit your PR to improve the bot.

    +

    Some exchanges require special configuration, which can be found on the Exchange-specific Notes documentation page.

    +

    Sample exchange configuration

    +

    A exchange configuration for "binance" would look as follows:

    +

    json +"exchange": { + "name": "binance", + "key": "your_exchange_key", + "secret": "your_exchange_secret", + "ccxt_config": {"enableRateLimit": true}, + "ccxt_async_config": { + "enableRateLimit": true, + "rateLimit": 200 + },

    +

    This configuration enables binance, as well as rate limiting to avoid bans from the exchange. +"rateLimit": 200 defines a wait-event of 0.2s between each call. This can also be completely disabled by setting "enableRateLimit" to false.

    +
    +

    Note

    +

    Optimal settings for rate limiting depend on the exchange and the size of the whitelist, so an ideal parameter will vary on many other settings. +We try to provide sensible defaults per exchange where possible, if you encounter bans please make sure that "enableRateLimit" is enabled and increase the "rateLimit" parameter step by step.

    +
    +

    What values can be used for fiat_display_currency?

    +

    The fiat_display_currency configuration parameter sets the base currency to use for the +conversion from coin to fiat in the bot Telegram reports.

    +

    The valid values are:

    +

    json +"AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "USD"

    +

    In addition to fiat currencies, a range of cryto currencies are supported.

    +

    The valid values are:

    +

    json +"BTC", "ETH", "XRP", "LTC", "BCH", "USDT"

    +

    Using Dry-run mode

    +

    We recommend starting the bot in the Dry-run mode to see how your bot will +behave and what is the performance of your strategy. In the Dry-run mode the +bot does not engage your money. It only runs a live simulation without +creating trades on the exchange.

    +
      +
    1. Edit your config.json configuration file.
    2. +
    3. Switch dry-run to true and specify db_url for a persistence database.
    4. +
    +

    json +"dry_run": true, +"db_url": "sqlite:///tradesv3.dryrun.sqlite",

    +
      +
    1. Remove your Exchange API key and secret (change them by empty values or fake credentials):
    2. +
    +

    json +"exchange": { + "name": "bittrex", + "key": "key", + "secret": "secret", + ... +}

    +

    Once you will be happy with your bot performance running in the Dry-run mode, you can switch it to production mode.

    +
    +

    Note

    +

    A simulated wallet is available during dry-run mode, and will assume a starting capital of dry_run_wallet (defaults to 1000).

    +
    +

    Considerations for dry-run

    +
      +
    • API-keys may or may not be provided. Only Read-Only operations (i.e. operations that do not alter account state) on the exchange are performed in dry-run mode.
    • +
    • Wallets (/balance) are simulated based on dry_run_wallet.
    • +
    • Orders are simulated, and will not be posted to the exchange.
    • +
    • Orders are assumed to fill immediately, and will never time out.
    • +
    • In combination with stoploss_on_exchange, the stop_loss price is assumed to be filled.
    • +
    • Open orders (not trades, which are stored in the database) are reset on bot restart.
    • +
    +

    Switch to production mode

    +

    In production mode, the bot will engage your money. Be careful, since a wrong +strategy can lose all your money. Be aware of what you are doing when +you run it in production mode.

    +

    Setup your exchange account

    +

    You will need to create API Keys (usually you get key and secret, some exchanges require an additional password) from the Exchange website and you'll need to insert this into the appropriate fields in the configuration or when asked by the freqtrade new-config command. +API Keys are usually only required for live trading (trading for real money, bot running in "production mode", executing real orders on the exchange) and are not required for the bot running in dry-run (trade simulation) mode. When you setup the bot in dry-run mode, you may fill these fields with empty values.

    +

    To switch your bot in production mode

    +

    Edit your config.json file.

    +

    Switch dry-run to false and don't forget to adapt your database URL if set:

    +

    json +"dry_run": false,

    +

    Insert your Exchange API key (change them by fake api keys):

    +

    json +{ + "exchange": { + "name": "bittrex", + "key": "af8ddd35195e9dc500b9a6f799f6f5c93d89193b", + "secret": "08a9dc6db3d7b53e1acebd9275677f4b0a04f1a5", + //"password": "", // Optional, not needed by all exchanges) + // ... + } + //... +}

    +

    You should also make sure to read the Exchanges section of the documentation to be aware of potential configuration details specific to your exchange.

    +
    +

    Keep your secrets secret

    +

    To keep your secrets secret, we recommend to use a 2nd configuration for your API keys. +Simply use the above snippet in a new configuration file (e.g. config-private.json) and keep your settings in this file. +You can then start the bot with freqtrade trade --config user_data/config.json --config user_data/config-private.json <...> to have your keys loaded.

    +

    NEVER share your private configuration file or your exchange keys with anyone!

    +
    +

    Using proxy with Freqtrade

    +

    To use a proxy with freqtrade, add the kwarg "aiohttp_trust_env"=true to the "ccxt_async_kwargs" dict in the exchange section of the configuration.

    +

    An example for this can be found in config_full.json.example

    +

    json +"ccxt_async_config": { + "aiohttp_trust_env": true +}

    +

    Then, export your proxy settings using the variables "HTTP_PROXY" and "HTTPS_PROXY" set to the appropriate values

    +

    bash +export HTTP_PROXY="http://addr:port" +export HTTPS_PROXY="http://addr:port" +freqtrade

    +

    Next step

    +

    Now you have configured your config.json, the next step is to start your bot.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/data-analysis/index.html b/en/2021.5/data-analysis/index.html new file mode 100644 index 000000000..afa5b55ff --- /dev/null +++ b/en/2021.5/data-analysis/index.html @@ -0,0 +1,1084 @@ + + + + + + + + + + + + + + + + + Jupyter Notebooks - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Analyzing bot data with Jupyter notebooks

    +

    You can analyze the results of backtests and trading history easily using Jupyter notebooks. Sample notebooks are located at user_data/notebooks/ after initializing the user directory with freqtrade create-userdir --userdir user_data.

    +

    Quick start with docker

    +

    Freqtrade provides a docker-compose file which starts up a jupyter lab server. +You can run this server using the following command: docker-compose -f docker/docker-compose-jupyter.yml up

    +

    This will create a dockercontainer running jupyter lab, which will be accessible using https://127.0.0.1:8888/lab. +Please use the link that's printed in the console after startup for simplified login.

    +

    For more information, Please visit the Data analysis with Docker section.

    +

    Pro tips

    +
      +
    • See jupyter.org for usage instructions.
    • +
    • Don't forget to start a Jupyter notebook server from within your conda or venv environment or use nb_conda_kernels*
    • +
    • Copy the example notebook before use so your changes don't get overwritten with the next freqtrade update.
    • +
    +

    Using virtual environment with system-wide Jupyter installation

    +

    Sometimes it can be desired to use a system-wide installation of Jupyter notebook, and use a jupyter kernel from the virtual environment. +This prevents you from installing the full jupyter suite multiple times per system, and provides an easy way to switch between tasks (freqtrade / other analytics tasks).

    +

    For this to work, first activate your virtual environment and run the following commands:

    +

    ``` bash

    +

    Activate virtual environment

    +

    source .env/bin/activate

    +

    pip install ipykernel +ipython kernel install --user --name=freqtrade

    +

    Restart jupyter (lab / notebook)

    +

    select kernel "freqtrade" in the notebook

    +

    ```

    +
    +

    Note

    +

    This section is provided for completeness, the Freqtrade Team won't provide full support for problems with this setup and will recommend to install Jupyter in the virtual environment directly, as that is the easiest way to get jupyter notebooks up and running. For help with this setup please refer to the Project Jupyter documentation or help channels.

    +
    +
    +

    Warning

    +

    Some tasks don't work especially well in notebooks. For example, anything using asynchronous execution is a problem for Jupyter. Also, freqtrade's primary entry point is the shell cli, so using pure python in a notebook bypasses arguments that provide required objects and parameters to helper functions. You may need to set those values or create expected objects manually.

    +
    + + + + + + + + + + + + + + + + + + + + + + +
    TaskTool
    Bot operationsCLI
    Repetitive tasksShell scripts
    Data analysis & visualizationNotebook
    +
      +
    1. +

      Use the CLI to + * download historical data + * run a backtest + * run with real-time data + * export results

      +
    2. +
    3. +

      Collect these actions in shell scripts + * save complicated commands with arguments + * execute multi-step operations
      + * automate testing strategies and preparing data for analysis

      +
    4. +
    5. +

      Use a notebook to + * visualize data + * munge and plot to generate insights

      +
    6. +
    +

    Example utility snippets

    +

    Change directory to root

    +

    Jupyter notebooks execute from the notebook directory. The following snippet searches for the project root, so relative paths remain consistent.

    +

    ```python +import os +from pathlib import Path

    +

    Change directory

    +

    Modify this cell to insure that the output shows the correct path.

    +

    Define all paths relative to the project root shown in the cell output

    +

    project_root = "somedir/freqtrade" +i=0 +try: + os.chdirdir(project_root) + assert Path('LICENSE').is_file() +except: + while i<4 and (not Path('LICENSE').is_file()): + os.chdir(Path(Path.cwd(), '../')) + i+=1 + project_root = Path.cwd() +print(Path.cwd()) +```

    +

    Load multiple configuration files

    +

    This option can be useful to inspect the results of passing in multiple configs. +This will also run through the whole Configuration initialization, so the configuration is completely initialized to be passed to other methods.

    +

    ``` python +import json +from freqtrade.configuration import Configuration

    +

    Load config from multiple files

    +

    config = Configuration.from_files(["config1.json", "config2.json"])

    +

    Show the config in memory

    +

    print(json.dumps(config['original_config'], indent=2)) +```

    +

    For Interactive environments, have an additional configuration specifying user_data_dir and pass this in last, so you don't have to change directories while running the bot. +Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the directory is changed.

    +

    json +{ + "user_data_dir": "~/.freqtrade/" +}

    +

    Further Data analysis documentation

    + +

    Feel free to submit an issue or Pull Request enhancing this document if you would like to share ideas on how to best analyze the data.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/data-download/index.html b/en/2021.5/data-download/index.html new file mode 100644 index 000000000..363905c79 --- /dev/null +++ b/en/2021.5/data-download/index.html @@ -0,0 +1,1448 @@ + + + + + + + + + + + + + + + + + Data Downloading - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Data Downloading

    +

    Getting data for backtesting and hyperopt

    +

    To download data (candles / OHLCV) needed for backtesting and hyperoptimization use the freqtrade download-data command.

    +

    If no additional parameter is specified, freqtrade will download data for "1m" and "5m" timeframes for the last 30 days. +Exchange and pairs will come from config.json (if specified using -c/--config). +Otherwise --exchange becomes mandatory.

    +

    You can use a relative timerange (--days 20) or an absolute starting point (--timerange 20200101-). For incremental downloads, the relative approach should be used.

    +
    +

    Tip: Updating existing data

    +

    If you already have backtesting data available in your data-directory and would like to refresh this data up to today, do not use --days or --timerange parameters. Freqtrade will keep the available data and only download the missing data. +If you are updating existing data after inserting new pairs that you have no data for, use --new-pairs-days xx parameter. Specified number of days will be downloaded for new pairs while old pairs will be updated with missing data only. +If you use --days xx parameter alone - data for specified number of days will be downloaded for all pairs. Be careful, if specified number of days is smaller than gap between now and last downloaded candle - freqtrade will delete all existing data to avoid gaps in candle data.

    +
    +

    Usage

    +

    ``` +usage: freqtrade download-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] + [-p PAIRS [PAIRS ...]] [--pairs-file FILE] + [--days INT] [--new-pairs-days INT] + [--timerange TIMERANGE] [--dl-trades] + [--exchange EXCHANGE] + [-t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...]] + [--erase] + [--data-format-ohlcv {json,jsongz,hdf5}] + [--data-format-trades {json,jsongz,hdf5}]

    +

    optional arguments: + -h, --help show this help message and exit + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Limit command to these pairs. Pairs are space- + separated. + --pairs-file FILE File containing a list of pairs to download. + --days INT Download data for given number of days. + --new-pairs-days INT Download data of new pairs for given number of days. + Default: None. + --timerange TIMERANGE + Specify what timerange of data to use. + --dl-trades Download trades instead of OHLCV data. The bot will + resample trades to the desired timeframe as specified + as --timeframes/-t. + --exchange EXCHANGE Exchange name (default: bittrex). Only valid if no + config is provided. + -t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...], --timeframes {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...] + Specify which tickers to download. Space-separated + list. Default: 1m 5m. + --erase Clean all existing data for the selected + exchange/pairs/timeframes. + --data-format-ohlcv {json,jsongz,hdf5} + Storage format for downloaded candle (OHLCV) data. + (default: None). + --data-format-trades {json,jsongz,hdf5} + Storage format for downloaded trades data. (default: + None).

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    ```

    +
    +

    Startup period

    +

    download-data is a strategy-independent command. The idea is to download a big chunk of data once, and then iteratively increase the amount of data stored.

    +

    For that reason, download-data does not care about the "startup-period" defined in a strategy. It's up to the user to download additional days if the backtest should start at a specific point in time (while respecting startup period).

    +
    +

    Data format

    +

    Freqtrade currently supports 3 data-formats for both OHLCV and trades data:

    +
      +
    • json (plain "text" json files)
    • +
    • jsongz (a gzip-zipped version of json files)
    • +
    • hdf5 (a high performance datastore)
    • +
    +

    By default, OHLCV data is stored as json data, while trades data is stored as jsongz data.

    +

    This can be changed via the --data-format-ohlcv and --data-format-trades command line arguments respectively. +To persist this change, you can should also add the following snippet to your configuration, so you don't have to insert the above arguments each time:

    +

    jsonc + // ... + "dataformat_ohlcv": "hdf5", + "dataformat_trades": "hdf5", + // ...

    +

    If the default data-format has been changed during download, then the keys dataformat_ohlcv and dataformat_trades in the configuration file need to be adjusted to the selected dataformat as well.

    +
    +

    Note

    +

    You can convert between data-formats using the convert-data and convert-trade-data methods.

    +
    +

    Sub-command convert data

    +

    ``` +usage: freqtrade convert-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] + [-p PAIRS [PAIRS ...]] --format-from + {json,jsongz,hdf5} --format-to + {json,jsongz,hdf5} [--erase] + [-t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...]]

    +

    optional arguments: + -h, --help show this help message and exit + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Show profits for only these pairs. Pairs are space- + separated. + --format-from {json,jsongz,hdf5} + Source format for data conversion. + --format-to {json,jsongz,hdf5} + Destination format for data conversion. + --erase Clean all existing data for the selected + exchange/pairs/timeframes. + -t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...], --timeframes {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...] + Specify which tickers to download. Space-separated + list. Default: 1m 5m.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory. +```

    +
    Example converting data
    +

    The following command will convert all candle (OHLCV) data available in ~/.freqtrade/data/binance from json to jsongz, saving diskspace in the process. +It'll also remove original json data files (--erase parameter).

    +

    bash +freqtrade convert-data --format-from json --format-to jsongz --datadir ~/.freqtrade/data/binance -t 5m 15m --erase

    +

    Sub-command convert trade data

    +

    ``` +usage: freqtrade convert-trade-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] + [-p PAIRS [PAIRS ...]] --format-from + {json,jsongz,hdf5} --format-to + {json,jsongz,hdf5} [--erase]

    +

    optional arguments: + -h, --help show this help message and exit + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Show profits for only these pairs. Pairs are space- + separated. + --format-from {json,jsongz,hdf5} + Source format for data conversion. + --format-to {json,jsongz,hdf5} + Destination format for data conversion. + --erase Clean all existing data for the selected + exchange/pairs/timeframes.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    ```

    +
    Example converting trades
    +

    The following command will convert all available trade-data in ~/.freqtrade/data/kraken from jsongz to json. +It'll also remove original jsongz data files (--erase parameter).

    +

    bash +freqtrade convert-trade-data --format-from jsongz --format-to json --datadir ~/.freqtrade/data/kraken --erase

    +

    Sub-command list-data

    +

    You can get a list of downloaded data using the list-data sub-command.

    +

    ``` +usage: freqtrade list-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] + [--userdir PATH] [--exchange EXCHANGE] + [--data-format-ohlcv {json,jsongz,hdf5}] + [-p PAIRS [PAIRS ...]]

    +

    optional arguments: + -h, --help show this help message and exit + --exchange EXCHANGE Exchange name (default: bittrex). Only valid if no + config is provided. + --data-format-ohlcv {json,jsongz,hdf5} + Storage format for downloaded candle (OHLCV) data. + (default: json). + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Show profits for only these pairs. Pairs are space- + separated.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    ```

    +

    Example list-data

    +

    ```bash

    +
    +

    freqtrade list-data --userdir ~/.freqtrade/user_data/

    +
    +

    Found 33 pair / timeframe combinations. +pairs timeframe

    +
    +

    ADA/BTC 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d +ADA/ETH 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d +ETH/BTC 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d +ETH/USDT 5m, 15m, 30m, 1h, 2h, 4h +```

    +

    Pairs file

    +

    In alternative to the whitelist from config.json, a pairs.json file can be used.

    +

    If you are using Binance for example:

    +
      +
    • create a directory user_data/data/binance and copy or create the pairs.json file in that directory.
    • +
    • update the pairs.json file to contain the currency pairs you are interested in.
    • +
    +

    bash +mkdir -p user_data/data/binance +cp tests/testdata/pairs.json user_data/data/binance

    +

    If you your configuration directory user_data was made by docker, you may get the following error:

    +

    cp: cannot create regular file 'user_data/data/binance/pairs.json': Permission denied

    +

    You can fix the permissions of your user-data directory as follows:

    +

    sudo chown -R $UID:$GID user_data

    +

    The format of the pairs.json file is a simple json list. +Mixing different stake-currencies is allowed for this file, since it's only used for downloading.

    +

    json +[ + "ETH/BTC", + "ETH/USDT", + "BTC/USDT", + "XRP/ETH" +]

    +

    Start download

    +

    Then run:

    +

    bash +freqtrade download-data --exchange binance

    +

    This will download historical candle (OHLCV) data for all the currency pairs you defined in pairs.json.

    +

    Other Notes

    +
      +
    • To use a different directory than the exchange specific default, use --datadir user_data/data/some_directory.
    • +
    • To change the exchange used to download the historical data from, please use a different configuration file (you'll probably need to adjust rate limits etc.)
    • +
    • To use pairs.json from some other directory, use --pairs-file some_other_dir/pairs.json.
    • +
    • To download historical candle (OHLCV) data for only 10 days, use --days 10 (defaults to 30 days).
    • +
    • To download historical candle (OHLCV) data from a fixed starting point, use --timerange 20200101- - which will download all data from January 1st, 2020. Eventually set end dates are ignored.
    • +
    • Use --timeframes to specify what timeframe download the historical candle (OHLCV) data for. Default is --timeframes 1m 5m which will download 1-minute and 5-minute data.
    • +
    • To use exchange, timeframe and list of pairs as defined in your configuration file, use the -c/--config option. With this, the script uses the whitelist defined in the config as the list of currency pairs to download data for and does not require the pairs.json file. You can combine -c/--config with most other options.
    • +
    +

    Trades (tick) data

    +

    By default, download-data sub-command downloads Candles (OHLCV) data. Some exchanges also provide historic trade-data via their API. +This data can be useful if you need many different timeframes, since it is only downloaded once, and then resampled locally to the desired timeframes.

    +

    Since this data is large by default, the files use gzip by default. They are stored in your data-directory with the naming convention of <pair>-trades.json.gz (ETH_BTC-trades.json.gz). Incremental mode is also supported, as for historic OHLCV data, so downloading the data once per week with --days 8 will create an incremental data-repository.

    +

    To use this mode, simply add --dl-trades to your call. This will swap the download method to download trades, and resamples the data locally.

    +
    +

    do not use

    +

    You should not use this unless you're a kraken user. Most other exchanges provide OHLCV data with sufficient history.

    +
    +

    Example call:

    +

    bash +freqtrade download-data --exchange kraken --pairs XRP/EUR ETH/EUR --days 20 --dl-trades

    +
    +

    Note

    +

    While this method uses async calls, it will be slow, since it requires the result of the previous call to generate the next request to the exchange.

    +
    +
    +

    Warning

    +

    The historic trades are not available during Freqtrade dry-run and live trade modes because all exchanges tested provide this data with a delay of few 100 candles, so it's not suitable for real-time trading.

    +
    +
    +

    Kraken user

    +

    Kraken users should read this before starting to download data.

    +
    +

    Next step

    +

    Great, you now have backtest data downloaded, so you can now start backtesting your strategy.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/deprecated/index.html b/en/2021.5/deprecated/index.html new file mode 100644 index 000000000..15f0fffff --- /dev/null +++ b/en/2021.5/deprecated/index.html @@ -0,0 +1,1024 @@ + + + + + + + + + + + + + + + + + Deprecated Features - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Deprecated features

    +

    This page contains description of the command line arguments, configuration parameters +and the bot features that were declared as DEPRECATED by the bot development team +and are no longer supported. Please avoid their usage in your configuration.

    +

    Removed features

    +

    the --refresh-pairs-cached command line option

    +

    --refresh-pairs-cached in the context of backtesting, hyperopt and edge allows to refresh candle data for backtesting. +Since this leads to much confusion, and slows down backtesting (while not being part of backtesting) this has been singled out as a separate freqtrade sub-command freqtrade download-data.

    +

    This command line option was deprecated in 2019.7-dev (develop branch) and removed in 2019.9.

    +

    The --dynamic-whitelist command line option

    +

    This command line option was deprecated in 2018 and removed freqtrade 2019.6-dev (develop branch) +and in freqtrade 2019.7.

    +

    the --live command line option

    +

    --live in the context of backtesting allowed to download the latest tick data for backtesting. +Did only download the latest 500 candles, so was ineffective in getting good backtest data. +Removed in 2019-7-dev (develop branch) and in freqtrade 2019.8.

    +

    Allow running multiple pairlists in sequence

    +

    The former "pairlist" section in the configuration has been removed, and is replaced by "pairlists" - being a list to specify a sequence of pairlists.

    +

    The old section of configuration parameters ("pairlist") has been deprecated in 2019.11 and has been removed in 2020.4.

    +

    deprecation of bidVolume and askVolume from volume-pairlist

    +

    Since only quoteVolume can be compared between assets, the other options (bidVolume, askVolume) have been deprecated in 2020.4, and have been removed in 2020.9.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/developer/index.html b/en/2021.5/developer/index.html new file mode 100644 index 000000000..2d17d4e6e --- /dev/null +++ b/en/2021.5/developer/index.html @@ -0,0 +1,1593 @@ + + + + + + + + + + + + + + + + + Contributors Guide - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    + +
    + + +
    +
    + + + + + + + +

    Development Help

    +

    This page is intended for developers of Freqtrade, people who want to contribute to the Freqtrade codebase or documentation, or people who want to understand the source code of the application they're running.

    +

    All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. We track issues on GitHub and also have a dev channel on discord or slack where you can ask questions.

    +

    Documentation

    +

    Documentation is available at https://freqtrade.io and needs to be provided with every new feature PR.

    +

    Special fields for the documentation (like Note boxes, ...) can be found here.

    +

    To test the documentation locally use the following commands.

    +

    bash +pip install -r docs/requirements-docs.txt +mkdocs serve

    +

    This will spin up a local server (usually on port 8000) so you can see if everything looks as you'd like it to.

    +

    Developer setup

    +

    To configure a development environment, you can either use the provided DevContainer, or use the setup.sh script and answer "y" when asked "Do you want to install dependencies for dev [y/N]? ". +Alternatively (e.g. if your system is not supported by the setup.sh script), follow the manual installation process and run pip3 install -e .[all].

    +

    This will install all required tools for development, including pytest, flake8, mypy, and coveralls.

    +

    Devcontainer setup

    +

    The fastest and easiest way to get started is to use VSCode with the Remote container extension. +This gives developers the ability to start the bot with all required dependencies without needing to install any freqtrade specific dependencies on your local machine.

    +

    Devcontainer dependencies

    + +

    For more information about the Remote container extension, best consult the documentation.

    +

    Tests

    +

    New code should be covered by basic unittests. Depending on the complexity of the feature, Reviewers may request more in-depth unittests. +If necessary, the Freqtrade team can assist and give guidance with writing good tests (however please don't expect anyone to write the tests for you).

    +

    Checking log content in tests

    +

    Freqtrade uses 2 main methods to check log content in tests, log_has() and log_has_re() (to check using regex, in case of dynamic log-messages). +These are available from conftest.py and can be imported in any test module.

    +

    A sample check looks as follows:

    +

    ``` python +from tests.conftest import log_has, log_has_re

    +

    def test_method_to_test(caplog): + method_to_test()

    +
    assert log_has("This event happened", caplog)
    +# Check regex with trailing number ...
    +assert log_has_re(r"This dynamic event happened and produced \d+", caplog)
    +
    + +

    ```

    +

    ErrorHandling

    +

    Freqtrade Exceptions all inherit from FreqtradeException. +This general class of error should however not be used directly. Instead, multiple specialized sub-Exceptions exist.

    +

    Below is an outline of exception inheritance hierarchy:

    +

    + FreqtradeException +| ++---+ OperationalException +| ++---+ DependencyException +| | +| +---+ PricingError +| | +| +---+ ExchangeError +| | +| +---+ TemporaryError +| | +| +---+ DDosProtection +| | +| +---+ InvalidOrderException +| | +| +---+ RetryableOrderError +| | +| +---+ InsufficientFundsError +| ++---+ StrategyError

    +
    +

    Plugins

    +

    Pairlists

    +

    You have a great idea for a new pair selection algorithm you would like to try out? Great. +Hopefully you also want to contribute this back upstream.

    +

    Whatever your motivations are - This should get you off the ground in trying to develop a new Pairlist Handler.

    +

    First of all, have a look at the VolumePairList Handler, and best copy this file with a name of your new Pairlist Handler.

    +

    This is a simple Handler, which however serves as a good example on how to start developing.

    +

    Next, modify the class-name of the Handler (ideally align this with the module filename).

    +

    The base-class provides an instance of the exchange (self._exchange) the pairlist manager (self._pairlistmanager), as well as the main configuration (self._config), the pairlist dedicated configuration (self._pairlistconfig) and the absolute position within the list of pairlists.

    +

    python + self._exchange = exchange + self._pairlistmanager = pairlistmanager + self._config = config + self._pairlistconfig = pairlistconfig + self._pairlist_pos = pairlist_pos

    +
    +

    Tip

    +

    Don't forget to register your pairlist in constants.py under the variable AVAILABLE_PAIRLISTS - otherwise it will not be selectable.

    +
    +

    Now, let's step through the methods which require actions:

    +

    Pairlist configuration

    +

    Configuration for the chain of Pairlist Handlers is done in the bot configuration file in the element "pairlists", an array of configuration parameters for each Pairlist Handlers in the chain.

    +

    By convention, "number_assets" is used to specify the maximum number of pairs to keep in the pairlist. Please follow this to ensure a consistent user experience.

    +

    Additional parameters can be configured as needed. For instance, VolumePairList uses "sort_key" to specify the sorting value - however feel free to specify whatever is necessary for your great algorithm to be successful and dynamic.

    +

    short_desc

    +

    Returns a description used for Telegram messages.

    +

    This should contain the name of the Pairlist Handler, as well as a short description containing the number of assets. Please follow the format "PairlistName - top/bottom X pairs".

    +

    gen_pairlist

    +

    Override this method if the Pairlist Handler can be used as the leading Pairlist Handler in the chain, defining the initial pairlist which is then handled by all Pairlist Handlers in the chain. Examples are StaticPairList and VolumePairList.

    +

    This is called with each iteration of the bot (only if the Pairlist Handler is at the first location) - so consider implementing caching for compute/network heavy calculations.

    +

    It must return the resulting pairlist (which may then be passed into the chain of Pairlist Handlers).

    +

    Validations are optional, the parent class exposes a _verify_blacklist(pairlist) and _whitelist_for_active_markets(pairlist) to do default filtering. Use this if you limit your result to a certain number of pairs - so the end-result is not shorter than expected.

    +

    filter_pairlist

    +

    This method is called for each Pairlist Handler in the chain by the pairlist manager.

    +

    This is called with each iteration of the bot - so consider implementing caching for compute/network heavy calculations.

    +

    It gets passed a pairlist (which can be the result of previous pairlists) as well as tickers, a pre-fetched version of get_tickers().

    +

    The default implementation in the base class simply calls the _validate_pair() method for each pair in the pairlist, but you may override it. So you should either implement the _validate_pair() in your Pairlist Handler or override filter_pairlist() to do something else.

    +

    If overridden, it must return the resulting pairlist (which may then be passed into the next Pairlist Handler in the chain).

    +

    Validations are optional, the parent class exposes a _verify_blacklist(pairlist) and _whitelist_for_active_markets(pairlist) to do default filters. Use this if you limit your result to a certain number of pairs - so the end result is not shorter than expected.

    +

    In VolumePairList, this implements different methods of sorting, does early validation so only the expected number of pairs is returned.

    +
    sample
    +

    python + def filter_pairlist(self, pairlist: List[str], tickers: Dict) -> List[str]: + # Generate dynamic whitelist + pairs = self._calculate_pairlist(pairlist, tickers) + return pairs

    +

    Protections

    +

    Best read the Protection documentation to understand protections. +This Guide is directed towards Developers who want to develop a new protection.

    +

    No protection should use datetime directly, but use the provided date_now variable for date calculations. This preserves the ability to backtest protections.

    +
    +

    Writing a new Protection

    +

    Best copy one of the existing Protections to have a good example. +Don't forget to register your protection in constants.py under the variable AVAILABLE_PROTECTIONS - otherwise it will not be selectable.

    +
    +

    Implementation of a new protection

    +

    All Protection implementations must have IProtection as parent class. +For that reason, they must implement the following methods:

    +
      +
    • short_desc()
    • +
    • global_stop()
    • +
    • stop_per_pair().
    • +
    +

    global_stop() and stop_per_pair() must return a ProtectionReturn tuple, which consists of:

    +
      +
    • lock pair - boolean
    • +
    • lock until - datetime - until when should the pair be locked (will be rounded up to the next new candle)
    • +
    • reason - string, used for logging and storage in the database
    • +
    +

    The until portion should be calculated using the provided calculate_lock_end() method.

    +

    All Protections should use "stop_duration" / "stop_duration_candles" to define how long a a pair (or all pairs) should be locked. +The content of this is made available as self._stop_duration to the each Protection.

    +

    If your protection requires a look-back period, please use "lookback_period" / "lockback_period_candles" to keep all protections aligned.

    +

    Global vs. local stops

    +

    Protections can have 2 different ways to stop trading for a limited :

    +
      +
    • Per pair (local)
    • +
    • For all Pairs (globally)
    • +
    +
    Protections - per pair
    +

    Protections that implement the per pair approach must set has_local_stop=True. +The method stop_per_pair() will be called whenever a trade closed (sell order completed).

    +
    Protections - global protection
    +

    These Protections should do their evaluation across all pairs, and consequently will also lock all pairs from trading (called a global PairLock). +Global protection must set has_global_stop=True to be evaluated for global stops. +The method global_stop() will be called whenever a trade closed (sell order completed).

    +
    Protections - calculating lock end time
    +

    Protections should calculate the lock end time based on the last trade it considers. +This avoids re-locking should the lookback-period be longer than the actual lock period.

    +

    The IProtection parent class provides a helper method for this in calculate_lock_end().

    +
    +

    Implement a new Exchange (WIP)

    +
    +

    Note

    +

    This section is a Work in Progress and is not a complete guide on how to test a new exchange with Freqtrade.

    +
    +

    Most exchanges supported by CCXT should work out of the box.

    +

    To quickly test the public endpoints of an exchange, add a configuration for your exchange to test_ccxt_compat.py and run these tests with pytest --longrun tests/exchange/test_ccxt_compat.py. +Completing these tests successfully a good basis point (it's a requirement, actually), however these won't guarantee correct exchange functioning, as this only tests public endpoints, but no private endpoint (like generate order or similar).

    +

    Stoploss On Exchange

    +

    Check if the new exchange supports Stoploss on Exchange orders through their API.

    +

    Since CCXT does not provide unification for Stoploss On Exchange yet, we'll need to implement the exchange-specific parameters ourselves. Best look at binance.py for an example implementation of this. You'll need to dig through the documentation of the Exchange's API on how exactly this can be done. CCXT Issues may also provide great help, since others may have implemented something similar for their projects.

    +

    Incomplete candles

    +

    While fetching candle (OHLCV) data, we may end up getting incomplete candles (depending on the exchange). +To demonstrate this, we'll use daily candles ("1d") to keep things simple. +We query the api (ct.fetch_ohlcv()) for the timeframe and look at the date of the last entry. If this entry changes or shows the date of a "incomplete" candle, then we should drop this since having incomplete candles is problematic because indicators assume that only complete candles are passed to them, and will generate a lot of false buy signals. By default, we're therefore removing the last candle assuming it's incomplete.

    +

    To check how the new exchange behaves, you can use the following snippet:

    +

    ``` python +import ccxt +from datetime import datetime +from freqtrade.data.converter import ohlcv_to_dataframe +ct = ccxt.binance() +timeframe = "1d" +pair = "XLM/BTC" # Make sure to use a pair that exists on that exchange! +raw = ct.fetch_ohlcv(pair, timeframe=timeframe)

    +

    convert to dataframe

    +

    df1 = ohlcv_to_dataframe(raw, timeframe, pair=pair, drop_incomplete=False)

    +

    print(df1.tail(1)) +print(datetime.utcnow()) +```

    +

    output + date open high low close volume +499 2019-06-08 00:00:00+00:00 0.000007 0.000007 0.000007 0.000007 26264344.0 +2019-06-09 12:30:27.873327

    +

    The output will show the last entry from the Exchange as well as the current UTC date. +If the day shows the same day, then the last candle can be assumed as incomplete and should be dropped (leave the setting "ohlcv_partial_candle" from the exchange-class untouched / True). Otherwise, set "ohlcv_partial_candle" to False to not drop Candles (shown in the example above). +Another way is to run this command multiple times in a row and observe if the volume is changing (while the date remains the same).

    +

    Updating example notebooks

    +

    To keep the jupyter notebooks aligned with the documentation, the following should be ran after updating a example notebook.

    +

    bash +jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace freqtrade/templates/strategy_analysis_example.ipynb +jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to markdown freqtrade/templates/strategy_analysis_example.ipynb --stdout > docs/strategy_analysis_example.md

    +

    Continuous integration

    +

    This documents some decisions taken for the CI Pipeline.

    +
      +
    • CI runs on all OS variants, Linux (ubuntu), macOS and Windows.
    • +
    • Docker images are build for the branches stable and develop.
    • +
    • Docker images containing Plot dependencies are also available as stable_plot and develop_plot.
    • +
    • Raspberry PI Docker images are postfixed with _pi - so tags will be :stable_pi and develop_pi.
    • +
    • Docker images contain a file, /freqtrade/freqtrade_commit containing the commit this image is based of.
    • +
    • Full docker image rebuilds are run once a week via schedule.
    • +
    • Deployments run on ubuntu.
    • +
    • ta-lib binaries are contained in the build_helpers directory to avoid fails related to external unavailability.
    • +
    • All tests must pass for a PR to be merged to stable or develop.
    • +
    +

    Creating a release

    +

    This part of the documentation is aimed at maintainers, and shows how to create a release.

    +

    Create release branch

    +

    First, pick a commit that's about one week old (to not include latest additions to releases).

    +

    ``` bash

    +

    create new branch

    +

    git checkout -b new_release +```

    +

    Determine if crucial bugfixes have been made between this commit and the current state, and eventually cherry-pick these.

    +
      +
    • Merge the release branch (stable) into this branch.
    • +
    • Edit freqtrade/__init__.py and add the version matching the current date (for example 2019.7 for July 2019). Minor versions can be 2019.7.1 should we need to do a second release that month. Version numbers must follow allowed versions from PEP0440 to avoid failures pushing to pypi.
    • +
    • Commit this part
    • +
    • push that branch to the remote and create a PR against the stable branch
    • +
    +

    Create changelog from git commits

    +
    +

    Note

    +

    Make sure that the stable branch is up-to-date!

    +
    +

    ``` bash

    +

    Needs to be done before merging / pulling that branch.

    +

    git log --oneline --no-decorate --no-merges stable..new_release +```

    +

    To keep the release-log short, best wrap the full git changelog into a collapsible details section.

    +

    ```markdown

    +
    +Expand full changelog + +... Full git changelog + +
    +

    ```

    +

    Create github release / tag

    +

    Once the PR against stable is merged (best right after merging):

    +
      +
    • Use the button "Draft a new release" in the Github UI (subsection releases).
    • +
    • Use the version-number specified as tag.
    • +
    • Use "stable" as reference (this step comes after the above PR is merged).
    • +
    • Use the above changelog as release comment (as codeblock)
    • +
    +

    Releases

    +

    pypi

    +
    +

    Note

    +

    This process is now automated as part of Github Actions.

    +
    +

    To create a pypi release, please run the following commands:

    +

    Additional requirement: wheel, twine (for uploading), account on pypi with proper permissions.

    +

    ``` bash +python setup.py sdist bdist_wheel

    +

    For pypi test (to check if some change to the installation did work)

    +

    twine upload --repository-url https://test.pypi.org/legacy/ dist/*

    +

    For production:

    +

    twine upload dist/* +```

    +

    Please don't push non-releases to the productive / real pypi instance.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/docker_quickstart/index.html b/en/2021.5/docker_quickstart/index.html new file mode 100644 index 000000000..3401b677e --- /dev/null +++ b/en/2021.5/docker_quickstart/index.html @@ -0,0 +1,1140 @@ + + + + + + + + + + + + + + + + + Quickstart with Docker - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Using Freqtrade with Docker

    +

    This page explains how to run the bot with Docker. It is not meant to work out of the box. You'll still need to read through the documentation and understand how to properly configure it.

    +

    Install Docker

    +

    Start by downloading and installing Docker CE for your platform:

    + +

    To simplify running freqtrade, docker-compose should be installed and available to follow the below docker quick start guide.

    +

    Freqtrade with docker-compose

    +

    Freqtrade provides an official Docker image on Dockerhub, as well as a docker-compose file ready for usage.

    +
    +

    Note

    +
      +
    • The following section assumes that docker and docker-compose are installed and available to the logged in user.
    • +
    • All below commands use relative directories and will have to be executed from the directory containing the docker-compose.yml file.
    • +
    +
    +

    Docker quick start

    +

    Create a new directory and place the docker-compose file in this directory.

    +
    +

    ``` bash +mkdir ft_userdata +cd ft_userdata/

    +

    Download the docker-compose file from the repository

    +

    curl https://raw.githubusercontent.com/freqtrade/freqtrade/stable/docker-compose.yml -o docker-compose.yml

    +

    Pull the freqtrade image

    +

    docker-compose pull

    +

    Create user directory structure

    +

    docker-compose run --rm freqtrade create-userdir --userdir user_data

    +

    Create configuration - Requires answering interactive questions

    +

    docker-compose run --rm freqtrade new-config --config user_data/config.json +```

    +
    +
    +

    ``` bash +mkdir ft_userdata +cd ft_userdata/

    +

    Download the docker-compose file from the repository

    +

    curl https://raw.githubusercontent.com/freqtrade/freqtrade/stable/docker-compose.yml -o docker-compose.yml

    +

    Edit the compose file to use an image named *_pi (stable_pi or develop_pi)

    +

    Pull the freqtrade image

    +

    docker-compose pull

    +

    Create user directory structure

    +

    docker-compose run --rm freqtrade create-userdir --userdir user_data

    +

    Create configuration - Requires answering interactive questions

    +

    docker-compose run --rm freqtrade new-config --config user_data/config.json +```

    +
    +

    Change your docker Image

    +

    You have to change the docker image in the docker-compose file for your Raspberry build to work properly. +``` yml +image: freqtradeorg/freqtrade:stable_pi

    +

    image: freqtradeorg/freqtrade:develop_pi

    +

    ```

    +
    +
    +
    +

    In case of a Mac M1, make sure that your docker installation is running in native mode +Arm64 images are not yet provided via Docker Hub and need to be build locally first. +Depending on the device, this may take a few minutes (Apple M1) or multiple hours (Raspberry Pi)

    +

    ``` bash

    +

    Clone Freqtrade repository

    +

    git clone https://github.com/freqtrade/freqtrade.git +cd freqtrade

    +

    Optionally switch to the stable version

    +

    git checkout stable

    +

    Modify your docker-compose file to enable building and change the image name

    +

    (see the Note Box below for necessary changes)

    +

    Build image

    +

    docker-compose build

    +

    Create user directory structure

    +

    docker-compose run --rm freqtrade create-userdir --userdir user_data

    +

    Create configuration - Requires answering interactive questions

    +

    docker-compose run --rm freqtrade new-config --config user_data/config.json +```

    +
    +

    Change your docker Image

    +

    You have to change the docker image in the docker-compose file for your arm64 build to work properly. +yml +image: freqtradeorg/freqtrade:custom_arm64 +build: + context: . + dockerfile: "./docker/Dockerfile.aarch64"

    +
    +
    +
    +

    The above snippet creates a new directory called ft_userdata, downloads the latest compose file and pulls the freqtrade image. +The last 2 steps in the snippet create the directory with user_data, as well as (interactively) the default configuration based on your selections.

    +
    +

    How to edit the bot configuration?

    +

    You can edit the configuration at any time, which is available as user_data/config.json (within the directory ft_userdata) when using the above configuration.

    +

    You can also change the both Strategy and commands by editing the command section of your docker-compose.yml file.

    +
    +

    Adding a custom strategy

    +
      +
    1. The configuration is now available as user_data/config.json
    2. +
    3. Copy a custom strategy to the directory user_data/strategies/
    4. +
    5. Add the Strategy' class name to the docker-compose.yml file
    6. +
    +

    The SampleStrategy is run by default.

    +
    +

    SampleStrategy is just a demo!

    +

    The SampleStrategy is there for your reference and give you ideas for your own strategy. +Please always backtest your strategy and use dry-run for some time before risking real money! +You will find more information about Strategy development in the Strategy documentation.

    +
    +

    Once this is done, you're ready to launch the bot in trading mode (Dry-run or Live-trading, depending on your answer to the corresponding question you made above).

    +

    bash +docker-compose up -d

    +
    +

    Default configuration

    +

    While the configuration generated will be mostly functional, you will still need to verify that all options correspond to what you want (like Pricing, pairlist, ...) before starting the bot.

    +
    +

    Monitoring the bot

    +

    You can check for running instances with docker-compose ps. +This should list the service freqtrade as running. If that's not the case, best check the logs (see next point).

    +

    Docker-compose logs

    +

    Logs will be written to: user_data/logs/freqtrade.log.
    +You can also check the latest log with the command docker-compose logs -f.

    +

    Database

    +

    The database will be located at: user_data/tradesv3.sqlite

    +

    Updating freqtrade with docker-compose

    +

    Updating freqtrade when using docker-compose is as simple as running the following 2 commands:

    +

    ``` bash

    +

    Download the latest image

    +

    docker-compose pull

    +

    Restart the image

    +

    docker-compose up -d +```

    +

    This will first pull the latest image, and will then restart the container with the just pulled version.

    +
    +

    Check the Changelog

    +

    You should always check the changelog for breaking changes / manual interventions required and make sure the bot starts correctly after the update.

    +
    +

    Editing the docker-compose file

    +

    Advanced users may edit the docker-compose file further to include all possible options or arguments.

    +

    All freqtrade arguments will be available by running docker-compose run --rm freqtrade <command> <optional arguments>.

    +
    +

    docker-compose run --rm

    +

    Including --rm will remove the container after completion, and is highly recommended for all modes except trading mode (running with freqtrade trade command).

    +
    +

    Example: Download data with docker-compose

    +

    Download backtesting data for 5 days for the pair ETH/BTC and 1h timeframe from Binance. The data will be stored in the directory user_data/data/ on the host.

    +

    bash +docker-compose run --rm freqtrade download-data --pairs ETH/BTC --exchange binance --days 5 -t 1h

    +

    Head over to the Data Downloading Documentation for more details on downloading data.

    +

    Example: Backtest with docker-compose

    +

    Run backtesting in docker-containers for SampleStrategy and specified timerange of historical data, on 5m timeframe:

    +

    bash +docker-compose run --rm freqtrade backtesting --config user_data/config.json --strategy SampleStrategy --timerange 20190801-20191001 -i 5m

    +

    Head over to the Backtesting Documentation to learn more.

    +

    Additional dependencies with docker-compose

    +

    If your strategy requires dependencies not included in the default image - it will be necessary to build the image on your host. +For this, please create a Dockerfile containing installation steps for the additional dependencies (have a look at docker/Dockerfile.custom for an example).

    +

    You'll then also need to modify the docker-compose.yml file and uncomment the build step, as well as rename the image to avoid naming collisions.

    +

    yaml + image: freqtrade_custom + build: + context: . + dockerfile: "./Dockerfile.<yourextension>"

    +

    You can then run docker-compose build to build the docker image, and run it using the commands described above.

    +

    Plotting with docker-compose

    +

    Commands freqtrade plot-profit and freqtrade plot-dataframe (Documentation) are available by changing the image to *_plot in your docker-compose.yml file. +You can then use these commands as follows:

    +

    bash +docker-compose run --rm freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --timerange=20180801-20180805

    +

    The output will be stored in the user_data/plot directory, and can be opened with any modern browser.

    +

    Data analysis using docker compose

    +

    Freqtrade provides a docker-compose file which starts up a jupyter lab server. +You can run this server using the following command:

    +

    bash +docker-compose -f docker/docker-compose-jupyter.yml up

    +

    This will create a docker-container running jupyter lab, which will be accessible using https://127.0.0.1:8888/lab. +Please use the link that's printed in the console after startup for simplified login.

    +

    Since part of this image is built on your machine, it is recommended to rebuild the image from time to time to keep freqtrade (and dependencies) up-to-date.

    +

    bash +docker-compose -f docker/docker-compose-jupyter.yml build --no-cache

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/edge/index.html b/en/2021.5/edge/index.html new file mode 100644 index 000000000..97b7f8d3c --- /dev/null +++ b/en/2021.5/edge/index.html @@ -0,0 +1,1641 @@ + + + + + + + + + + + + + + + + + Edge Positioning - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Edge positioning

    +

    The Edge Positioning module uses probability to calculate your win rate and risk reward ratio. It will use these statistics to control your strategy trade entry points, position size and, stoploss.

    +
    +

    Warning

    +

    WHen using Edge positioning with a dynamic whitelist (VolumePairList), make sure to also use AgeFilter and set it to at least calculate_since_number_of_days to avoid problems with missing data.

    +
    +
    +

    Note

    +

    Edge Positioning only considers its own buy/sell/stoploss signals. It ignores the stoploss, trailing stoploss, and ROI settings in the strategy configuration file. +Edge Positioning improves the performance of some trading strategies and decreases the performance of others.

    +
    +

    Introduction

    +

    Trading strategies are not perfect. They are frameworks that are susceptible to the market and its indicators. Because the market is not at all predictable, sometimes a strategy will win and sometimes the same strategy will lose.

    +

    To obtain an edge in the market, a strategy has to make more money than it loses. Making money in trading is not only about how often the strategy makes or loses money.

    +
    +

    It doesn't matter how often, but how much!

    +

    A bad strategy might make 1 penny in ten transactions but lose 1 dollar in one transaction. If one only checks the number of winning trades, it would be misleading to think that the strategy is actually making a profit.

    +
    +

    The Edge Positioning module seeks to improve a strategy's winning probability and the money that the strategy will make on the long run.

    +

    We raise the following question1:

    +
    +

    Which trade is a better option?

    +

    a) A trade with 80% of chance of losing 100$ and 20% chance of winning 200$
    +b) A trade with 100% of chance of losing 30$

    +
    +
    +Answer +

    The expected value of a) is smaller than the expected value of b).
    +Hence, b) represents a smaller loss in the long run.
    +However, the answer is: it depends

    +
    +

    Another way to look at it is to ask a similar question:

    +
    +

    Which trade is a better option?

    +

    a) A trade with 80% of chance of winning 100$ and 20% chance of losing 200$
    +b) A trade with 100% of chance of winning 30$

    +
    +

    Edge positioning tries to answer the hard questions about risk/reward and position size automatically, seeking to minimizes the chances of losing of a given strategy.

    +

    Trading, winning and losing

    +

    Let's call \(o\) the return of a single transaction \(o\) where \(o \in \mathbb{R}\). The collection \(O = \{o_1, o_2, ..., o_N\}\) is the set of all returns of transactions made during a trading session. We say that \(N\) is the cardinality of \(O\), or, in lay terms, it is the number of transactions made in a trading session.

    +
    +

    Example

    +

    In a session where a strategy made three transactions we can say that \(O = \{3.5, -1, 15\}\). That means that \(N = 3\) and \(o_1 = 3.5\), \(o_2 = -1\), \(o_3 = 15\).

    +
    +

    A winning trade is a trade where a strategy made money. Making money means that the strategy closed the position in a value that returned a profit, after all deducted fees. Formally, a winning trade will have a return \(o_i > 0\). Similarly, a losing trade will have a return \(o_j \leq 0\). With that, we can discover the set of all winning trades, \(T_{win}\), as follows:

    +
    \[ T_{win} = \{ o \in O | o > 0 \} \]
    +

    Similarly, we can discover the set of losing trades \(T_{lose}\) as follows:

    +
    \[ T_{lose} = \{o \in O | o \leq 0\} \]
    +
    +

    Example

    +

    In a section where a strategy made four transactions \(O = \{3.5, -1, 15, 0\}\):
    +\(T_{win} = \{3.5, 15\}\)
    +\(T_{lose} = \{-1, 0\}\)

    +
    +

    Win Rate and Lose Rate

    +

    The win rate \(W\) is the proportion of winning trades with respect to all the trades made by a strategy. We use the following function to compute the win rate:

    +
    \[W = \frac{|T_{win}|}{N}\]
    +

    Where \(W\) is the win rate, \(N\) is the number of trades and, \(T_{win}\) is the set of all trades where the strategy made money.

    +

    Similarly, we can compute the rate of losing trades:

    +
    \[ + L = \frac{|T_{lose}|}{N} +\]
    +

    Where \(L\) is the lose rate, \(N\) is the amount of trades made and, \(T_{lose}\) is the set of all trades where the strategy lost money. Note that the above formula is the same as calculating \(L = 1 – W\) or \(W = 1 – L\)

    +

    Risk Reward Ratio

    +

    Risk Reward Ratio (\(R\)) is a formula used to measure the expected gains of a given investment against the risk of loss. It is basically what you potentially win divided by what you potentially lose. Formally:

    +
    \[ R = \frac{\text{potential_profit}}{\text{potential_loss}} \]
    +
    +Worked example of \(R\) calculation +

    Let's say that you think that the price of stonecoin today is 10.0$. You believe that, because they will start mining stonecoin, it will go up to 15.0$ tomorrow. There is the risk that the stone is too hard, and the GPUs can't mine it, so the price might go to 0$ tomorrow. You are planning to invest 100$, which will give you 10 shares (100 / 10).

    +

    Your potential profit is calculated as:

    +

    \(\begin{aligned} + \text{potential_profit} &= (\text{potential_price} - \text{entry_price}) * \frac{\text{investment}}{\text{entry_price}} \\ + &= (15 - 10) * (100 / 10) \\ + &= 50 +\end{aligned}\)

    +

    Since the price might go to 0$, the 100$ dollars invested could turn into 0.

    +

    We do however use a stoploss of 15% - so in the worst case, we'll sell 15% below entry price (or at 8.5$).

    +

    \(\begin{aligned} + \text{potential_loss} &= (\text{entry_price} - \text{stoploss}) * \frac{\text{investment}}{\text{entry_price}} \\ + &= (10 - 8.5) * (100 / 10)\\ + &= 15 +\end{aligned}\)

    +

    We can compute the Risk Reward Ratio as follows:

    +

    \(\begin{aligned} + R &= \frac{\text{potential_profit}}{\text{potential_loss}}\\ + &= \frac{50}{15}\\ + &= 3.33 +\end{aligned}\)
    +What it effectively means is that the strategy have the potential to make 3.33$ for each 1$ invested.

    +
    +

    On a long horizon, that is, on many trades, we can calculate the risk reward by dividing the strategy' average profit on winning trades by the strategy' average loss on losing trades. We can calculate the average profit, \(\mu_{win}\), as follows:

    +
    \[ \text{average_profit} = \mu_{win} = \frac{\text{sum_of_profits}}{\text{count_winning_trades}} = \frac{\sum^{o \in T_{win}} o}{|T_{win}|} \]
    +

    Similarly, we can calculate the average loss, \(\mu_{lose}\), as follows:

    +
    \[ \text{average_loss} = \mu_{lose} = \frac{\text{sum_of_losses}}{\text{count_losing_trades}} = \frac{\sum^{o \in T_{lose}} o}{|T_{lose}|} \]
    +

    Finally, we can calculate the Risk Reward ratio, \(R\), as follows:

    +
    \[ R = \frac{\text{average_profit}}{\text{average_loss}} = \frac{\mu_{win}}{\mu_{lose}}\\ \]
    +
    +Worked example of \(R\) calculation using mean profit/loss +

    Let's say the strategy that we are using makes an average win \(\mu_{win} = 2.06\) and an average loss \(\mu_{loss} = 4.11\).
    +We calculate the risk reward ratio as follows:
    +\(R = \frac{\mu_{win}}{\mu_{loss}} = \frac{2.06}{4.11} = 0.5012...\)

    +
    +

    Expectancy

    +

    By combining the Win Rate \(W\) and and the Risk Reward ratio \(R\) to create an expectancy ratio \(E\). A expectance ratio is the expected return of the investment made in a trade. We can compute the value of \(E\) as follows:

    +
    \[E = R * W - L\]
    +
    +

    Calculating \(E\)

    +

    Let's say that a strategy has a win rate \(W = 0.28\) and a risk reward ratio \(R = 5\). What this means is that the strategy is expected to make 5 times the investment around on 28% of the trades it makes. Working out the example:
    +\(E = R * W - L = 5 * 0.28 - 0.72 = 0.68\) +

    +
    +

    The expectancy worked out in the example above means that, on average, this strategy' trades will return 1.68 times the size of its losses. Said another way, the strategy makes 1.68$ for every 1$ it loses, on average.

    +

    This is important for two reasons: First, it may seem obvious, but you know right away that you have a positive return. Second, you now have a number you can compare to other candidate systems to make decisions about which ones you employ.

    +

    It is important to remember that any system with an expectancy greater than 0 is profitable using past data. The key is finding one that will be profitable in the future.

    +

    You can also use this value to evaluate the effectiveness of modifications to this system.

    +
    +

    Note

    +

    It's important to keep in mind that Edge is testing your expectancy using historical data, there's no guarantee that you will have a similar edge in the future. It's still vital to do this testing in order to build confidence in your methodology but be wary of "curve-fitting" your approach to the historical data as things are unlikely to play out the exact same way for future trades.

    +
    +

    How does it work?

    +

    Edge combines dynamic stoploss, dynamic positions, and whitelist generation into one isolated module which is then applied to the trading strategy. If enabled in config, Edge will go through historical data with a range of stoplosses in order to find buy and sell/stoploss signals. It then calculates win rate and expectancy over N trades for each stoploss. Here is an example:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PairStoplossWin RateRisk Reward RatioExpectancy
    XZC/ETH-0.010.501.1763840.088
    XZC/ETH-0.020.511.1159410.079
    XZC/ETH-0.030.521.3596700.228
    XZC/ETH-0.040.511.2345390.117
    +

    The goal here is to find the best stoploss for the strategy in order to have the maximum expectancy. In the above example stoploss at \(3%\) leads to the maximum expectancy according to historical data.

    +

    Edge module then forces stoploss value it evaluated to your strategy dynamically.

    +

    Position size

    +

    Edge dictates the amount at stake for each trade to the bot according to the following factors:

    +
      +
    • Allowed capital at risk
    • +
    • Stoploss
    • +
    +

    Allowed capital at risk is calculated as follows:

    +

    Allowed capital at risk = (Capital available_percentage) X (Allowed risk per trade)

    +

    Stoploss is calculated as described above with respect to historical data.

    +

    The position size is calculated as follows:

    +

    Position size = (Allowed capital at risk) / Stoploss

    +

    Example:

    +

    Let's say the stake currency is ETH and there is \(10\) ETH on the wallet. The capital available percentage is \(50%\) and the allowed risk per trade is \(1\%\). Thus, the available capital for trading is \(10 * 0.5 = 5\) ETH and the allowed capital at risk would be \(5 * 0.01 = 0.05\) ETH.

    +
      +
    • Trade 1: The strategy detects a new buy signal in the XLM/ETH market. Edge Positioning calculates a stoploss of \(2\%\) and a position of \(0.05 / 0.02 = 2.5\) ETH. The bot takes a position of \(2.5\) ETH in the XLM/ETH market.
    • +
    +
      +
    • Trade 2: The strategy detects a buy signal on the BTC/ETH market while Trade 1 is still open. Edge Positioning calculates the stoploss of \(4\%\) on this market. Thus, Trade 2 position size is \(0.05 / 0.04 = 1.25\) ETH.
    • +
    +
    +

    Available Capital \(\neq\) Available in wallet

    +

    The available capital for trading didn't change in Trade 2 even with Trade 1 still open. The available capital is not the free amount in the wallet.

    +
    +
      +
    • Trade 3: The strategy detects a buy signal in the ADA/ETH market. Edge Positioning calculates a stoploss of \(1\%\) and a position of \(0.05 / 0.01 = 5\) ETH. Since Trade 1 has \(2.5\) ETH blocked and Trade 2 has \(1.25\) ETH blocked, there is only \(5 - 1.25 - 2.5 = 1.25\) ETH available. Hence, the position size of Trade 3 is \(1.25\) ETH.
    • +
    +
    +

    Available Capital Updates

    +

    The available capital does not change before a position is sold. After a trade is closed the Available Capital goes up if the trade was profitable or goes down if the trade was a loss.

    +
    +
      +
    • The strategy detects a sell signal in the XLM/ETH market. The bot exits Trade 1 for a profit of \(1\) ETH. The total capital in the wallet becomes \(11\) ETH and the available capital for trading becomes \(5.5\) ETH.
    • +
    +
      +
    • Trade 4 The strategy detects a new buy signal int the XLM/ETH market. Edge Positioning calculates the stoploss of \(2\%\), and the position size of \(0.055 / 0.02 = 2.75\) ETH.
    • +
    +

    Edge command reference

    +

    ``` +usage: freqtrade edge [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] + [--userdir PATH] [-s NAME] [--strategy-path PATH] + [-i TIMEFRAME] [--timerange TIMERANGE] + [--data-format-ohlcv {json,jsongz,hdf5}] + [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] + [--fee FLOAT] [-p PAIRS [PAIRS ...]] + [--stoplosses STOPLOSS_RANGE]

    +

    optional arguments: + -h, --help show this help message and exit + -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME + Specify timeframe (1m, 5m, 30m, 1h, 1d). + --timerange TIMERANGE + Specify what timerange of data to use. + --data-format-ohlcv {json,jsongz,hdf5} + Storage format for downloaded candle (OHLCV) data. + (default: None). + --max-open-trades INT + Override the value of the max_open_trades + configuration setting. + --stake-amount STAKE_AMOUNT + Override the value of the stake_amount configuration + setting. + --fee FLOAT Specify fee ratio. Will be applied twice (on trade + entry and exit). + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Limit command to these pairs. Pairs are space- + separated. + --stoplosses STOPLOSS_RANGE + Defines a range of stoploss values against which edge + will assess the strategy. The format is "min,max,step" + (without any space). Example: + --stoplosses=-0.01,-0.1,-0.001

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    Strategy arguments: + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --strategy-path PATH Specify additional strategy lookup path.

    +

    ```

    +

    Configurations

    +

    Edge module has following configuration options:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ParameterDescription
    enabledIf true, then Edge will run periodically.
    Defaults to false.
    Datatype: Boolean
    process_throttle_secsHow often should Edge run in seconds.
    Defaults to 3600 (once per hour).
    Datatype: Integer
    calculate_since_number_of_daysNumber of days of data against which Edge calculates Win Rate, Risk Reward and Expectancy.
    Note that it downloads historical data so increasing this number would lead to slowing down the bot.
    Defaults to 7.
    Datatype: Integer
    allowed_riskRatio of allowed risk per trade.
    Defaults to 0.01 (1%)).
    Datatype: Float
    stoploss_range_minMinimum stoploss.
    Defaults to -0.01.
    Datatype: Float
    stoploss_range_maxMaximum stoploss.
    Defaults to -0.10.
    Datatype: Float
    stoploss_range_stepAs an example if this is set to -0.01 then Edge will test the strategy for [-0.01, -0,02, -0,03 ..., -0.09, -0.10] ranges.
    Note than having a smaller step means having a bigger range which could lead to slow calculation.
    If you set this parameter to -0.001, you then slow down the Edge calculation by a factor of 10.
    Defaults to -0.001.
    Datatype: Float
    minimum_winrateIt filters out pairs which don't have at least minimum_winrate.
    This comes handy if you want to be conservative and don't comprise win rate in favour of risk reward ratio.
    Defaults to 0.60.
    Datatype: Float
    minimum_expectancyIt filters out pairs which have the expectancy lower than this number.
    Having an expectancy of 0.20 means if you put 10$ on a trade you expect a 12$ return.
    Defaults to 0.20.
    Datatype: Float
    min_trade_numberWhen calculating W, R and E (expectancy) against historical data, you always want to have a minimum number of trades. The more this number is the more Edge is reliable.
    Having a win rate of 100% on a single trade doesn't mean anything at all. But having a win rate of 70% over past 100 trades means clearly something.
    Defaults to 10 (it is highly recommended not to decrease this number).
    Datatype: Integer
    max_trade_duration_minuteEdge will filter out trades with long duration. If a trade is profitable after 1 month, it is hard to evaluate the strategy based on it. But if most of trades are profitable and they have maximum duration of 30 minutes, then it is clearly a good sign.
    NOTICE: While configuring this value, you should take into consideration your timeframe. As an example filtering out trades having duration less than one day for a strategy which has 4h interval does not make sense. Default value is set assuming your strategy interval is relatively small (1m or 5m, etc.).
    Defaults to 1440 (one day).
    Datatype: Integer
    remove_pumpsEdge will remove sudden pumps in a given market while going through historical data. However, given that pumps happen very often in crypto markets, we recommend you keep this off.
    Defaults to false.
    Datatype: Boolean
    +

    Running Edge independently

    +

    You can run Edge independently in order to see in details the result. Here is an example:

    +

    bash +freqtrade edge

    +

    An example of its output:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    pairstoplosswin raterisk reward ratiorequired risk rewardexpectancytotal number of tradesaverage duration (min)
    AGI/BTC-0.020.645.860.563.411454
    NXS/BTC-0.030.642.990.571.541126
    LEND/BTC-0.020.822.050.221.501136
    VIA/BTC-0.010.553.010.831.191148
    MTH/BTC-0.090.562.820.801.121852
    ARDR/BTC-0.040.423.141.400.731242
    BCPT/BTC-0.010.711.340.400.671430
    WINGS/BTC-0.020.561.970.800.652742
    VIBE/BTC-0.020.830.910.200.591235
    MCO/BTC-0.020.790.970.270.551431
    GNT/BTC-0.020.502.061.000.531824
    HOT/BTC-0.010.177.724.810.502097
    SNM/BTC-0.030.711.060.420.451738
    APPC/BTC-0.020.442.281.270.442543
    NEBL/BTC-0.030.631.290.580.441959
    +

    Edge produced the above table by comparing calculate_since_number_of_days to minimum_expectancy to find min_trade_number historical information based on the config file. The timerange Edge uses for its comparisons can be further limited by using the --timerange switch.

    +

    In live and dry-run modes, after the process_throttle_secs has passed, Edge will again process calculate_since_number_of_days against minimum_expectancy to find min_trade_number. If no min_trade_number is found, the bot will return "whitelist empty". Depending on the trade strategy being deployed, "whitelist empty" may be return much of the time - or all of the time. The use of Edge may also cause trading to occur in bursts, though this is rare.

    +

    If you encounter "whitelist empty" a lot, condsider tuning calculate_since_number_of_days, minimum_expectancy and min_trade_number to align to the trading frequency of your strategy.

    +

    Update cached pairs with the latest data

    +

    Edge requires historic data the same way as backtesting does. +Please refer to the Data Downloading section of the documentation for details.

    +

    Precising stoploss range

    +

    bash +freqtrade edge --stoplosses=-0.01,-0.1,-0.001 #min,max,step

    +

    Advanced use of timerange

    +

    bash +freqtrade edge --timerange=20181110-20181113

    +

    Doing --timerange=-20190901 will get all available data until September 1st (excluding September 1st 2019).

    +

    The full timerange specification:

    +
      +
    • Use tickframes till 2018/01/31: --timerange=-20180131
    • +
    • Use tickframes since 2018/01/31: --timerange=20180131-
    • +
    • Use tickframes since 2018/01/31 till 2018/03/01 : --timerange=20180131-20180301
    • +
    • Use tickframes between POSIX timestamps 1527595200 1527618600: --timerange=1527595200-1527618600
    • +
    +
    +
    +
      +
    1. +

      Question extracted from MIT Opencourseware S096 - Mathematics with applications in Finance: https://ocw.mit.edu/courses/mathematics/18-s096-topics-in-mathematics-with-applications-in-finance-fall-2013/ 

      +
    2. +
    +
    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/exchanges/index.html b/en/2021.5/exchanges/index.html new file mode 100644 index 000000000..2f73d765e --- /dev/null +++ b/en/2021.5/exchanges/index.html @@ -0,0 +1,1320 @@ + + + + + + + + + + + + + + + + + Exchange-specific Notes - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Exchange-specific Notes

    +

    This page combines common gotchas and informations which are exchange-specific and most likely don't apply to other exchanges.

    +

    Binance

    +
    +

    Stoploss on Exchange

    +

    Binance supports stoploss_on_exchange and uses stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it.

    +
    +

    Binance Blacklist

    +

    For Binance, please add "BNB/<STAKE>" to your blacklist to avoid issues. +Accounts having BNB accounts use this to pay for fees - if your first trade happens to be on BNB, further trades will consume this position and make the initial BNB trade unsellable as the expected amount is not there anymore.

    +

    Binance sites

    +

    Binance has been split into 3, and users must use the correct ccxt exchange ID for their exchange, otherwise API keys are not recognized.

    +
      +
    • binance.com - International users. Use exchange id: binance.
    • +
    • binance.us - US based users. Use exchange id: binanceus.
    • +
    • binance.je - Binance Jersey, trading fiat currencies. Use exchange id: binanceje.
    • +
    +

    Kraken

    +
    +

    Stoploss on Exchange

    +

    Kraken supports stoploss_on_exchange and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. +You can use either "limit" or "market" in the order_types.stoploss configuration setting to decide which type to use.

    +
    +

    Historic Kraken data

    +

    The Kraken API does only provide 720 historic candles, which is sufficient for Freqtrade dry-run and live trade modes, but is a problem for backtesting. +To download data for the Kraken exchange, using --dl-trades is mandatory, otherwise the bot will download the same 720 candles over and over, and you'll not have enough backtest data.

    +

    Due to the heavy rate-limiting applied by Kraken, the following configuration section should be used to download data:

    +

    json + "ccxt_async_config": { + "enableRateLimit": true, + "rateLimit": 3100 + },

    +
    +

    Downloading data from kraken

    +

    Downloading kraken data will require significantly more memory (RAM) than any other exchange, as the trades-data needs to be converted into candles on your machine. +It will also take a long time, as freqtrade will need to download every single trade that happened on the exchange for the pair / timerange combination, therefore please be patient.

    +
    +
    +

    rateLimit tuning

    +

    Please pay attention that rateLimit configuration entry holds delay in milliseconds between requests, NOT requests\sec rate. +So, in order to mitigate Kraken API "Rate limit exceeded" exception, this configuration should be increased, NOT decreased.

    +
    +

    Bittrex

    +

    Order types

    +

    Bittrex does not support market orders. If you have a message at the bot startup about this, you should change order type values set in your configuration and/or in the strategy from "market" to "limit". See some more details on this here in the FAQ.

    +

    Restricted markets

    +

    Bittrex split its exchange into US and International versions. +The International version has more pairs available, however the API always returns all pairs, so there is currently no automated way to detect if you're affected by the restriction.

    +

    If you have restricted pairs in your whitelist, you'll get a warning message in the log on Freqtrade startup for each restricted pair.

    +

    The warning message will look similar to the following:

    +

    output +[...] Message: bittrex {"success":false,"message":"RESTRICTED_MARKET","result":null,"explanation":null}"

    +

    If you're an "International" customer on the Bittrex exchange, then this warning will probably not impact you. +If you're a US customer, the bot will fail to create orders for these pairs, and you should remove them from your whitelist.

    +

    You can get a list of restricted markets by using the following snippet:

    +

    python +import ccxt +ct = ccxt.bittrex() +_ = ct.load_markets() +res = [ f"{x['MarketCurrency']}/{x['BaseCurrency']}" for x in ct.publicGetMarkets()['result'] if x['IsRestricted']] +print(res)

    +

    FTX

    +
    +

    Stoploss on Exchange

    +

    FTX supports stoploss_on_exchange and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. +You can use either "limit" or "market" in the order_types.stoploss configuration setting to decide which type of stoploss shall be used.

    +
    +

    Using subaccounts

    +

    To use subaccounts with FTX, you need to edit the configuration and add the following:

    +

    json +"exchange": { + "ccxt_config": { + "headers": { + "FTX-SUBACCOUNT": "name" + } + }, +}

    +

    Kucoin

    +

    Kucoin requries a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows:

    +

    json +"exchange": { + "name": "kucoin", + "key": "your_exchange_key", + "secret": "your_exchange_secret", + "password": "your_exchange_api_key_password",

    +

    Kucoin Blacklists

    +

    For Kucoin, please add "KCS/<STAKE>" to your blacklist to avoid issues. +Accounts having KCS accounts use this to pay for fees - if your first trade happens to be on KCS, further trades will consume this position and make the initial KCS trade unsellable as the expected amount is not there anymore.

    +

    All exchanges

    +

    Should you experience constant errors with Nonce (like InvalidNonce), it is best to regenerate the API keys. Resetting Nonce is difficult and it's usually easier to regenerate the API keys.

    +

    Random notes for other exchanges

    +
      +
    • The Ocean (exchange id: theocean) exchange uses Web3 functionality and requires web3 python package to be installed:
    • +
    +

    shell +$ pip3 install web3

    +

    Getting latest price / Incomplete candles

    +

    Most exchanges return current incomplete candle via their OHLCV/klines API interface. +By default, Freqtrade assumes that incomplete candle is fetched from the exchange and removes the last candle assuming it's the incomplete candle.

    +

    Whether your exchange returns incomplete candles or not can be checked using the helper script from the Contributor documentation.

    +

    Due to the danger of repainting, Freqtrade does not allow you to use this incomplete candle.

    +

    However, if it is based on the need for the latest price for your strategy - then this requirement can be acquired using the data provider from within the strategy.

    +

    Advanced Freqtrade Exchange configuration

    +

    Advanced options can be configured using the _ft_has_params setting, which will override Defaults and exchange-specific behavior.

    +

    Available options are listed in the exchange-class as _ft_has_default.

    +

    For example, to test the order type FOK with Kraken, and modify candle limit to 200 (so you only get 200 candles per API call):

    +

    json +"exchange": { + "name": "kraken", + "_ft_has_params": { + "order_time_in_force": ["gtc", "fok"], + "ohlcv_candle_limit": 200 + }

    +
    +

    Warning

    +

    Please make sure to fully understand the impacts of these settings before modifying them.

    +
    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/faq/index.html b/en/2021.5/faq/index.html new file mode 100644 index 000000000..8254a1255 --- /dev/null +++ b/en/2021.5/faq/index.html @@ -0,0 +1,1400 @@ + + + + + + + + + + + + + + + + + FAQ - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Freqtrade FAQ

    +

    Supported Markets

    +

    Freqtrade supports spot trading only.

    +

    Can I open short positions?

    +

    No, Freqtrade does not support trading with margin / leverage, and cannot open short positions.

    +

    In some cases, your exchange may provide leveraged spot tokens which can be traded with Freqtrade eg. BTCUP/USD, BTCDOWN/USD, ETHBULL/USD, ETHBEAR/USD, etc...

    +

    Can I trade options or futures?

    +

    No, options and futures trading are not supported.

    +

    Beginner Tips & Tricks

    +
      +
    • When you work with your strategy & hyperopt file you should use a proper code editor like VSCode or PyCharm. A good code editor will provide syntax highlighting as well as line numbers, making it easy to find syntax errors (most likely pointed out by Freqtrade during startup).
    • +
    +

    Freqtrade common issues

    +

    The bot does not start

    +

    Running the bot with freqtrade trade --config config.json shows the output freqtrade: command not found.

    +

    This could be caused by the following reasons:

    +
      +
    • The virtual environment is not active.
        +
      • Run source .env/bin/activate to activate the virtual environment.
      • +
      +
    • +
    • The installation did not work correctly. +
    • +
    +

    I have waited 5 minutes, why hasn't the bot made any trades yet?

    +
      +
    • Depending on the buy strategy, the amount of whitelisted coins, the +situation of the market etc, it can take up to hours to find a good entry +position for a trade. Be patient!
    • +
    +
      +
    • It may be because of a configuration error. It's best to check the logs, they usually tell you if the bot is simply not getting buy signals (only heartbeat messages), or if there is something wrong (errors / exceptions in the log).
    • +
    +

    I have made 12 trades already, why is my total profit negative?

    +

    I understand your disappointment but unfortunately 12 trades is just +not enough to say anything. If you run backtesting, you can see that our +current algorithm does leave you on the plus side, but that is after +thousands of trades and even there, you will be left with losses on +specific coins that you have traded tens if not hundreds of times. We +of course constantly aim to improve the bot but it will always be a +gamble, which should leave you with modest wins on monthly basis but +you can't say much from few trades.

    +

    I’d like to make changes to the config. Can I do that without having to kill the bot?

    +

    Yes. You can edit your config and use the /reload_config command to reload the configuration. The bot will stop, reload the configuration and strategy and will restart with the new configuration and strategy.

    +

    I want to improve the bot with a new strategy

    +

    That's great. We have a nice backtesting and hyperoptimization setup. See the tutorial here|Testing-new-strategies-with-Hyperopt.

    +

    Is there a setting to only SELL the coins being held and not perform anymore BUYS?

    +

    You can use the /stopbuy command in Telegram to prevent future buys, followed by /forcesell all (sell all open trades).

    +

    I want to run multiple bots on the same machine

    +

    Please look at the advanced setup documentation Page.

    +

    I'm getting "Missing data fillup" messages in the log

    +

    This message is just a warning that the latest candles had missing candles in them. +Depending on the exchange, this can indicate that the pair didn't have a trade for the timeframe you are using - and the exchange does only return candles with volume. +On low volume pairs, this is a rather common occurrence.

    +

    If this happens for all pairs in the pairlist, this might indicate a recent exchange downtime. Please check your exchange's public channels for details.

    +

    Irrespectively of the reason, Freqtrade will fill up these candles with "empty" candles, where open, high, low and close are set to the previous candle close - and volume is empty. In a chart, this will look like a _ - and is aligned with how exchanges usually represent 0 volume candles.

    +

    I'm getting the "RESTRICTED_MARKET" message in the log

    +

    Currently known to happen for US Bittrex users.

    +

    Read the Bittrex section about restricted markets for more information.

    +

    I'm getting the "Exchange Bittrex does not support market orders." message and cannot run my strategy

    +

    As the message says, Bittrex does not support market orders and you have one of the order types set to "market". Your strategy was probably written with other exchanges in mind and sets "market" orders for "stoploss" orders, which is correct and preferable for most of the exchanges supporting market orders (but not for Bittrex).

    +

    To fix it for Bittrex, redefine order types in the strategy to use "limit" instead of "market":

    +

    order_types = { + ... + 'stoploss': 'limit', + ... + }

    +

    The same fix should be applied in the configuration file, if order types are defined in your custom config rather than in the strategy.

    +

    How do I search the bot logs for something?

    +

    By default, the bot writes its log into stderr stream. This is implemented this way so that you can easily separate the bot's diagnostics messages from Backtesting, Edge and Hyperopt results, output from other various Freqtrade utility sub-commands, as well as from the output of your custom print()'s you may have inserted into your strategy. So if you need to search the log messages with the grep utility, you need to redirect stderr to stdout and disregard stdout.

    +
      +
    • In unix shells, this normally can be done as simple as: +shell +$ freqtrade --some-options 2>&1 >/dev/null | grep 'something' +(note, 2>&1 and >/dev/null should be written in this order)
    • +
    +
      +
    • Bash interpreter also supports so called process substitution syntax, you can grep the log for a string with it as: +shell +$ freqtrade --some-options 2> >(grep 'something') >/dev/null +or +shell +$ freqtrade --some-options 2> >(grep -v 'something' 1>&2)
    • +
    +
      +
    • You can also write the copy of Freqtrade log messages to a file with the --logfile option: +shell +$ freqtrade --logfile /path/to/mylogfile.log --some-options +and then grep it as: +shell +$ cat /path/to/mylogfile.log | grep 'something' +or even on the fly, as the bot works and the log file grows: +shell +$ tail -f /path/to/mylogfile.log | grep 'something' +from a separate terminal window.
    • +
    +

    On Windows, the --logfile option is also supported by Freqtrade and you can use the findstr command to search the log for the string of interest: +```

    +
    +

    type \path\to\mylogfile.log | findstr "something" +```

    +
    +

    Hyperopt module

    +

    How many epochs do I need to get a good Hyperopt result?

    +

    Per default Hyperopt called without the -e/--epochs command line option will only +run 100 epochs, means 100 evaluations of your triggers, guards, ... Too few +to find a great result (unless if you are very lucky), so you probably +have to run it for 10.000 or more. But it will take an eternity to +compute.

    +

    Since hyperopt uses Bayesian search, running for too many epochs may not produce greater results.

    +

    It's therefore recommended to run between 500-1000 epochs over and over until you hit at least 10.000 epochs in total (or are satisfied with the result). You can best judge by looking at the results - if the bot keeps discovering better strategies, it's best to keep on going.

    +

    bash +freqtrade hyperopt --hyperopt SampleHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy SampleStrategy -e 1000

    +

    Why does it take a long time to run hyperopt?

    +
      +
    • Discovering a great strategy with Hyperopt takes time. Study www.freqtrade.io, the Freqtrade Documentation page, join the Freqtrade Slack community - or the Freqtrade discord community. While you patiently wait for the most advanced, free crypto bot in the world, to hand you a possible golden strategy specially designed just for you.
    • +
    +
      +
    • If you wonder why it can take from 20 minutes to days to do 1000 epochs here are some answers:
    • +
    +

    This answer was written during the release 0.15.1, when we had:

    +
      +
    • 8 triggers
    • +
    • 9 guards: let's say we evaluate even 10 values from each
    • +
    • 1 stoploss calculation: let's say we want 10 values from that too to be evaluated
    • +
    +

    The following calculation is still very rough and not very precise +but it will give the idea. With only these triggers and guards there is +already 8*10^9*10 evaluations. A roughly total of 80 billion evaluations. +Did you run 100 000 evaluations? Congrats, you've done roughly 1 / 100 000 th +of the search space, assuming that the bot never tests the same parameters more than once.

    +
      +
    • The time it takes to run 1000 hyperopt epochs depends on things like: The available cpu, hard-disk, ram, timeframe, timerange, indicator settings, indicator count, amount of coins that hyperopt test strategies on and the resulting trade count - which can be 650 trades in a year or 10.0000 trades depending if the strategy aims for big profits by trading rarely or for many low profit trades.
    • +
    +

    Example: 4% profit 650 times vs 0,3% profit a trade 10.000 times in a year. If we assume you set the --timerange to 365 days.

    +

    Example: +freqtrade --config config.json --strategy SampleStrategy --hyperopt SampleHyperopt -e 1000 --timerange 20190601-20200601

    +

    Edge module

    +

    Edge implements interesting approach for controlling position size, is there any theory behind it?

    +

    The Edge module is mostly a result of brainstorming of @mishaker and @creslinux freqtrade team members.

    +

    You can find further info on expectancy, win rate, risk management and position size in the following sources:

    + + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/hyperopt/index.html b/en/2021.5/hyperopt/index.html new file mode 100644 index 000000000..82856ab26 --- /dev/null +++ b/en/2021.5/hyperopt/index.html @@ -0,0 +1,1668 @@ + + + + + + + + + + + + + + + + + Hyperopt - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Hyperopt

    +

    This page explains how to tune your strategy by finding the optimal +parameters, a process called hyperparameter optimization. The bot uses algorithms included in the scikit-optimize package to accomplish this. +The search will burn all your CPU cores, make your laptop sound like a fighter jet and still take a long time.

    +

    In general, the search for best parameters starts with a few random combinations (see below for more details) and then uses Bayesian search with a ML regressor algorithm (currently ExtraTreesRegressor) to quickly find a combination of parameters in the search hyperspace that minimizes the value of the loss function.

    +

    Hyperopt requires historic data to be available, just as backtesting does (hyperopt runs backtesting many times with different parameters). +To learn how to get data for the pairs and exchange you're interested in, head over to the Data Downloading section of the documentation.

    +
    +

    Bug

    +

    Hyperopt can crash when used with only 1 CPU Core as found out in Issue #1133

    +
    +
    +

    Note

    +

    Since 2021.4 release you no longer have to write a separate hyperopt class, but can configure the parameters directly in the strategy. +The legacy method is still supported, but it is no longer the recommended way of setting up hyperopt. +The legacy documentation is available at Legacy Hyperopt.

    +
    +

    Install hyperopt dependencies

    +

    Since Hyperopt dependencies are not needed to run the bot itself, are heavy, can not be easily built on some platforms (like Raspberry PI), they are not installed by default. Before you run Hyperopt, you need to install the corresponding dependencies, as described in this section below.

    +
    +

    Note

    +

    Since Hyperopt is a resource intensive process, running it on a Raspberry Pi is not recommended nor supported.

    +
    +

    Docker

    +

    The docker-image includes hyperopt dependencies, no further action needed.

    +

    Easy installation script (setup.sh) / Manual installation

    +

    bash +source .env/bin/activate +pip install -r requirements-hyperopt.txt

    +

    Hyperopt command reference

    +

    ``` +usage: freqtrade hyperopt [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] + [--userdir PATH] [-s NAME] [--strategy-path PATH] + [-i TIMEFRAME] [--timerange TIMERANGE] + [--data-format-ohlcv {json,jsongz,hdf5}] + [--max-open-trades INT] + [--stake-amount STAKE_AMOUNT] [--fee FLOAT] + [-p PAIRS [PAIRS ...]] [--hyperopt NAME] + [--hyperopt-path PATH] [--eps] [--dmmp] + [--enable-protections] + [--dry-run-wallet DRY_RUN_WALLET] [-e INT] + [--spaces {all,buy,sell,roi,stoploss,trailing,default} [{all,buy,sell,roi,stoploss,trailing,default} ...]] + [--print-all] [--no-color] [--print-json] [-j JOBS] + [--random-state INT] [--min-trades INT] + [--hyperopt-loss NAME]

    +

    optional arguments: + -h, --help show this help message and exit + -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME + Specify timeframe (1m, 5m, 30m, 1h, 1d). + --timerange TIMERANGE + Specify what timerange of data to use. + --data-format-ohlcv {json,jsongz,hdf5} + Storage format for downloaded candle (OHLCV) data. + (default: None). + --max-open-trades INT + Override the value of the max_open_trades + configuration setting. + --stake-amount STAKE_AMOUNT + Override the value of the stake_amount configuration + setting. + --fee FLOAT Specify fee ratio. Will be applied twice (on trade + entry and exit). + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Limit command to these pairs. Pairs are space- + separated. + --hyperopt NAME Specify hyperopt class name which will be used by the + bot. + --hyperopt-path PATH Specify additional lookup path for Hyperopt and + Hyperopt Loss functions. + --eps, --enable-position-stacking + Allow buying the same pair multiple times (position + stacking). + --dmmp, --disable-max-market-positions + Disable applying max_open_trades during backtest + (same as setting max_open_trades to a very high + number). + --enable-protections, --enableprotections + Enable protections for backtesting.Will slow + backtesting down by a considerable amount, but will + include configured protections + --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET + Starting balance, used for backtesting / hyperopt and + dry-runs. + -e INT, --epochs INT Specify number of epochs (default: 100). + --spaces {all,buy,sell,roi,stoploss,trailing,default} [{all,buy,sell,roi,stoploss,trailing,default} ...] + Specify which parameters to hyperopt. Space-separated + list. + --print-all Print all results, not only the best ones. + --no-color Disable colorization of hyperopt results. May be + useful if you are redirecting output to a file. + --print-json Print output in JSON format. + -j JOBS, --job-workers JOBS + The number of concurrently running jobs for + hyperoptimization (hyperopt worker processes). If -1 + (default), all CPUs are used, for -2, all CPUs but one + are used, etc. If 1 is given, no parallel computing + code is used at all. + --random-state INT Set random state to some positive integer for + reproducible hyperopt results. + --min-trades INT Set minimal desired number of trades for evaluations + in the hyperopt optimization path (default: 1). + --hyperopt-loss NAME, --hyperoptloss NAME + Specify the class name of the hyperopt loss function + class (IHyperOptLoss). Different functions can + generate completely different results, since the + target for optimization is different. Built-in + Hyperopt-loss-functions are: + ShortTradeDurHyperOptLoss, OnlyProfitHyperOptLoss, + SharpeHyperOptLoss, SharpeHyperOptLossDaily, + SortinoHyperOptLoss, SortinoHyperOptLossDaily

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    Strategy arguments: + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --strategy-path PATH Specify additional strategy lookup path.

    +

    ```

    +

    Hyperopt checklist

    +

    Checklist on all tasks / possibilities in hyperopt

    +

    Depending on the space you want to optimize, only some of the below are required:

    +
      +
    • define parameters with space='buy' - for buy signal optimization
    • +
    • define parameters with space='sell' - for sell signal optimization
    • +
    +
    +

    Note

    +

    populate_indicators needs to create all indicators any of the spaces may use, otherwise hyperopt will not work.

    +
    +

    Rarely you may also need to create a nested class named HyperOpt and implement

    +
      +
    • roi_space - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default)
    • +
    • generate_roi_table - for custom ROI optimization (if you need the ranges for the values in the ROI table that differ from default or the number of entries (steps) in the ROI table which differs from the default 4 steps)
    • +
    • stoploss_space - for custom stoploss optimization (if you need the range for the stoploss parameter in the optimization hyperspace that differs from default)
    • +
    • trailing_space - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default)
    • +
    +
    +

    Quickly optimize ROI, stoploss and trailing stoploss

    +

    You can quickly optimize the spaces roi, stoploss and trailing without changing anything in your strategy.

    +

    ``` bash

    +

    Have a working strategy at hand.

    +

    freqtrade hyperopt --hyperopt-loss SharpeHyperOptLossDaily --spaces roi stoploss trailing --strategy MyWorkingStrategy --config config.json -e 100 +```

    +
    +

    Hyperopt execution logic

    +

    Hyperopt will first load your data into memory and will then run populate_indicators() once per Pair to generate all indicators.

    +

    Hyperopt will then spawn into different processes (number of processors, or -j <n>), and run backtesting over and over again, changing the parameters that are part of the --spaces defined.

    +

    For every new set of parameters, freqtrade will run first populate_buy_trend() followed by populate_sell_trend(), and then run the regular backtesting process to simulate trades.

    +

    After backtesting, the results are passed into the loss function, which will evaluate if this result was better or worse than previous results.
    +Based on the loss function result, hyperopt will determine the next set of parameters to try in the next round of backtesting.

    +

    Configure your Guards and Triggers

    +

    There are two places you need to change in your strategy file to add a new buy hyperopt for testing:

    +
      +
    • Define the parameters at the class level hyperopt shall be optimizing.
    • +
    • Within populate_buy_trend() - use defined parameter values instead of raw constants.
    • +
    +

    There you have two different types of indicators: 1. guards and 2. triggers.

    +
      +
    1. Guards are conditions like "never buy if ADX < 10", or never buy if current price is over EMA10.
    2. +
    3. Triggers are ones that actually trigger buy in specific moment, like "buy when EMA5 crosses over EMA10" or "buy when close price touches lower Bollinger band".
    4. +
    +
    +

    Guards and Triggers

    +

    Technically, there is no difference between Guards and Triggers.
    +However, this guide will make this distinction to make it clear that signals should not be "sticking". +Sticking signals are signals that are active for multiple candles. This can lead into buying a signal late (right before the signal disappears - which means that the chance of success is a lot lower than right at the beginning).

    +
    +

    Hyper-optimization will, for each epoch round, pick one trigger and possibly multiple guards.

    +

    Sell optimization

    +

    Similar to the buy-signal above, sell-signals can also be optimized. +Place the corresponding settings into the following methods

    +
      +
    • Define the parameters at the class level hyperopt shall be optimizing, either naming them sell_*, or by explicitly defining space='sell'.
    • +
    • Within populate_sell_trend() - use defined parameter values instead of raw constants.
    • +
    +

    The configuration and rules are the same than for buy signals.

    +

    Solving a Mystery

    +

    Let's say you are curious: should you use MACD crossings or lower Bollinger Bands to trigger your buys. +And you also wonder should you use RSI or ADX to help with those buy decisions. +If you decide to use RSI or ADX, which values should I use for them?

    +

    So let's use hyperparameter optimization to solve this mystery.

    +

    Defining indicators to be used

    +

    We start by calculating the indicators our strategy is going to use.

    +

    ``` python +class MyAwesomeStrategy(IStrategy):

    +
    def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    """
    +    Generate all indicators used by the strategy
    +    """
    +    dataframe['adx'] = ta.ADX(dataframe)
    +    dataframe['rsi'] = ta.RSI(dataframe)
    +    macd = ta.MACD(dataframe)
    +    dataframe['macd'] = macd['macd']
    +    dataframe['macdsignal'] = macd['macdsignal']
    +    dataframe['macdhist'] = macd['macdhist']
    +
    +    bollinger = ta.BBANDS(dataframe, timeperiod=20, nbdevup=2.0, nbdevdn=2.0)
    +    dataframe['bb_lowerband'] = boll['lowerband']
    +    dataframe['bb_middleband'] = boll['middleband']
    +    dataframe['bb_upperband'] = boll['upperband']
    +    return dataframe
    +
    + +

    ```

    +

    Hyperoptable parameters

    +

    We continue to define hyperoptable parameters:

    +

    python +class MyAwesomeStrategy(IStrategy): + buy_adx = DecimalParameter(20, 40, decimals=1, default=30.1, space="buy") + buy_rsi = IntParameter(20, 40, default=30, space="buy") + buy_adx_enabled = CategoricalParameter([True, False], default=True, space="buy") + buy_rsi_enabled = CategoricalParameter([True, False], default=False, space="buy") + buy_trigger = CategoricalParameter(["bb_lower", "macd_cross_signal"], default="bb_lower", space="buy")

    +

    The above definition says: I have five parameters I want to randomly combine to find the best combination.
    +buy_rsi is an integer parameter, which will be tested between 20 and 40. This space has a size of 20.
    +buy_adx is a decimal parameter, which will be evaluated between 20 and 40 with 1 decimal place (so values are 20.1, 20.2, ...). This space has a size of 200.
    +Then we have three category variables. First two are either True or False. +We use these to either enable or disable the ADX and RSI guards. +The last one we call trigger and use it to decide which buy trigger we want to use.

    +
    +

    Parameter space assignment

    +

    Parameters must either be assigned to a variable named buy_* or sell_* - or contain space='buy' | space='sell' to be assigned to a space correctly. +If no parameter is available for a space, you'll receive the error that no space was found when running hyperopt.

    +
    +

    So let's write the buy strategy using these values:

    +

    ```python + def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: + conditions = [] + # GUARDS AND TRENDS + if self.buy_adx_enabled.value: + conditions.append(dataframe['adx'] > self.buy_adx.value) + if self.buy_rsi_enabled.value: + conditions.append(dataframe['rsi'] < self.buy_rsi.value)

    +
        # TRIGGERS
    +    if self.buy_trigger.value == 'bb_lower':
    +        conditions.append(dataframe['close'] < dataframe['bb_lowerband'])
    +    if self.buy_trigger.value == 'macd_cross_signal':
    +        conditions.append(qtpylib.crossed_above(
    +            dataframe['macd'], dataframe['macdsignal']
    +        ))
    +
    +    # Check that volume is not 0
    +    conditions.append(dataframe['volume'] > 0)
    +
    +    if conditions:
    +        dataframe.loc[
    +            reduce(lambda x, y: x & y, conditions),
    +            'buy'] = 1
    +
    +    return dataframe
    +
    + +

    ```

    +

    Hyperopt will now call populate_buy_trend() many times (epochs) with different value combinations.
    +It will use the given historical data and simulate buys based on the buy signals generated with the above function.
    +Based on the results, hyperopt will tell you which parameter combination produced the best results (based on the configured loss function).

    +
    +

    Note

    +

    The above setup expects to find ADX, RSI and Bollinger Bands in the populated indicators. +When you want to test an indicator that isn't used by the bot currently, remember to +add it to the populate_indicators() method in your strategy or hyperopt file.

    +
    +

    Parameter types

    +

    There are four parameter types each suited for different purposes.

    +
      +
    • IntParameter - defines an integral parameter with upper and lower boundaries of search space.
    • +
    • DecimalParameter - defines a floating point parameter with a limited number of decimals (default 3). Should be preferred instead of RealParameter in most cases.
    • +
    • RealParameter - defines a floating point parameter with upper and lower boundaries and no precision limit. Rarely used as it creates a space with a near infinite number of possibilities.
    • +
    • CategoricalParameter - defines a parameter with a predetermined number of choices.
    • +
    +
    +

    Disabling parameter optimization

    +

    Each parameter takes two boolean parameters: +* load - when set to False it will not load values configured in buy_params and sell_params. +* optimize - when set to False parameter will not be included in optimization process. +Use these parameters to quickly prototype various ideas.

    +
    +
    +

    Warning

    +

    Hyperoptable parameters cannot be used in populate_indicators - as hyperopt does not recalculate indicators for each epoch, so the starting value would be used in this case.

    +
    +

    Optimizing an indicator parameter

    +

    Assuming you have a simple strategy in mind - a EMA cross strategy (2 Moving averages crossing) - and you'd like to find the ideal parameters for this strategy.

    +

    ``` python +from pandas import DataFrame +from functools import reduce

    +

    import talib.abstract as ta

    +

    from freqtrade.strategy import IStrategy +from freqtrade.strategy import CategoricalParameter, DecimalParameter, IntParameter +import freqtrade.vendor.qtpylib.indicators as qtpylib

    +

    class MyAwesomeStrategy(IStrategy): + stoploss = -0.05 + timeframe = '15m' + # Define the parameter spaces + buy_ema_short = IntParameter(3, 50, default=5) + buy_ema_long = IntParameter(15, 200, default=50)

    +
    def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    """Generate all indicators used by the strategy"""
    +
    +    # Calculate all ema_short values
    +    for val in self.buy_ema_short.range:
    +        dataframe[f'ema_short_{val}'] = ta.EMA(dataframe, timeperiod=val)
    +
    +    # Calculate all ema_long values
    +    for val in self.buy_ema_long.range:
    +        dataframe[f'ema_long_{val}'] = ta.EMA(dataframe, timeperiod=val)
    +
    +    return dataframe
    +
    +def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    conditions = []
    +    conditions.append(qtpylib.crossed_above(
    +            dataframe[f'ema_short_{self.buy_ema_short.value}'], dataframe[f'ema_long_{self.buy_ema_long.value}']
    +        ))
    +
    +    # Check that volume is not 0
    +    conditions.append(dataframe['volume'] > 0)
    +
    +    if conditions:
    +        dataframe.loc[
    +            reduce(lambda x, y: x & y, conditions),
    +            'buy'] = 1
    +    return dataframe
    +
    +def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    conditions = []
    +    conditions.append(qtpylib.crossed_above(
    +            dataframe[f'ema_long_{self.buy_ema_long.value}'], dataframe[f'ema_short_{self.buy_ema_short.value}']
    +        ))
    +
    +    # Check that volume is not 0
    +    conditions.append(dataframe['volume'] > 0)
    +
    +    if conditions:
    +        dataframe.loc[
    +            reduce(lambda x, y: x & y, conditions),
    +            'sell'] = 1
    +    return dataframe
    +
    + +

    ```

    +

    Breaking it down:

    +

    Using self.buy_ema_short.range will return a range object containing all entries between the Parameters low and high value. +In this case (IntParameter(3, 50, default=5)), the loop would run for all numbers between 3 and 50 ([3, 4, 5, ... 49, 50]). +By using this in a loop, hyperopt will generate 48 new columns (['buy_ema_3', 'buy_ema_4', ... , 'buy_ema_50']).

    +

    Hyperopt itself will then use the selected value to create the buy and sell signals

    +

    While this strategy is most likely too simple to provide consistent profit, it should serve as an example how optimize indicator parameters.

    +
    +

    Note

    +

    self.buy_ema_short.range will act differently between hyperopt and other modes. For hyperopt, the above example may generate 48 new columns, however for all other modes (backtesting, dry/live), it will only generate the column for the selected value. You should therefore avoid using the resulting column with explicit values (values other than self.buy_ema_short.value).

    +
    +
    +Performance tip +

    By doing the calculation of all possible indicators in populate_indicators(), the calculation of the indicator happens only once for every parameter.
    +While this may slow down the hyperopt startup speed, the overall performance will increase as the Hyperopt execution itself may pick the same value for multiple epochs (changing other values). +You should however try to use space ranges as small as possible. Every new column will require more memory, and every possibility hyperopt can try will increase the search space.

    +
    +

    Loss-functions

    +

    Each hyperparameter tuning requires a target. This is usually defined as a loss function (sometimes also called objective function), which should decrease for more desirable results, and increase for bad results.

    +

    A loss function must be specified via the --hyperopt-loss <Class-name> argument (or optionally via the configuration under the "hyperopt_loss" key). +This class should be in its own file within the user_data/hyperopts/ directory.

    +

    Currently, the following loss functions are builtin:

    +
      +
    • ShortTradeDurHyperOptLoss (default legacy Freqtrade hyperoptimization loss function) - Mostly for short trade duration and avoiding losses.
    • +
    • OnlyProfitHyperOptLoss (which takes only amount of profit into consideration)
    • +
    • SharpeHyperOptLoss (optimizes Sharpe Ratio calculated on trade returns relative to standard deviation)
    • +
    • SharpeHyperOptLossDaily (optimizes Sharpe Ratio calculated on daily trade returns relative to standard deviation)
    • +
    • SortinoHyperOptLoss (optimizes Sortino Ratio calculated on trade returns relative to downside standard deviation)
    • +
    • SortinoHyperOptLossDaily (optimizes Sortino Ratio calculated on daily trade returns relative to downside standard deviation)
    • +
    +

    Creation of a custom loss function is covered in the Advanced Hyperopt part of the documentation.

    +

    Execute Hyperopt

    +

    Once you have updated your hyperopt configuration you can run it. +Because hyperopt tries a lot of combinations to find the best parameters it will take time to get a good result.

    +

    We strongly recommend to use screen or tmux to prevent any connection loss.

    +

    bash +freqtrade hyperopt --config config.json --hyperopt-loss <hyperoptlossname> --strategy <strategyname> -e 500 --spaces all

    +

    The -e option will set how many evaluations hyperopt will do. Since hyperopt uses Bayesian search, running too many epochs at once may not produce greater results. Experience has shown that best results are usually not improving much after 500-1000 epochs.
    +Doing multiple runs (executions) with a few 1000 epochs and different random state will most likely produce different results.

    +

    The --spaces all option determines that all possible parameters should be optimized. Possibilities are listed below.

    +
    +

    Note

    +

    Hyperopt will store hyperopt results with the timestamp of the hyperopt start time. +Reading commands (hyperopt-list, hyperopt-show) can use --hyperopt-filename <filename> to read and display older hyperopt results. +You can find a list of filenames with ls -l user_data/hyperopt_results/.

    +
    +

    Execute Hyperopt with different historical data source

    +

    If you would like to hyperopt parameters using an alternate historical data set that +you have on-disk, use the --datadir PATH option. By default, hyperopt uses data from directory user_data/data.

    +

    Running Hyperopt with a smaller test-set

    +

    Use the --timerange argument to change how much of the test-set you want to use. +For example, to use one month of data, pass --timerange 20210101-20210201 (from january 2021 - february 2021) to the hyperopt call.

    +

    Full command:

    +

    bash +freqtrade hyperopt --hyperopt <hyperoptname> --strategy <strategyname> --timerange 20210101-20210201

    +

    Running Hyperopt with Smaller Search Space

    +

    Use the --spaces option to limit the search space used by hyperopt. +Letting Hyperopt optimize everything is a huuuuge search space. +Often it might make more sense to start by just searching for initial buy algorithm. +Or maybe you just want to optimize your stoploss or roi table for that awesome new buy strategy you have.

    +

    Legal values are:

    +
      +
    • all: optimize everything
    • +
    • buy: just search for a new buy strategy
    • +
    • sell: just search for a new sell strategy
    • +
    • roi: just optimize the minimal profit table for your strategy
    • +
    • stoploss: search for the best stoploss value
    • +
    • trailing: search for the best trailing stop values
    • +
    • default: all except trailing
    • +
    • space-separated list of any of the above values for example --spaces roi stoploss
    • +
    +

    The default Hyperopt Search Space, used when no --space command line option is specified, does not include the trailing hyperspace. We recommend you to run optimization for the trailing hyperspace separately, when the best parameters for other hyperspaces were found, validated and pasted into your custom strategy.

    +

    Understand the Hyperopt Result

    +

    Once Hyperopt is completed you can use the result to update your strategy. +Given the following result from hyperopt:

    +

    ``` +Best result:

    +
    44/100:    135 trades. Avg profit  0.57%. Total profit  0.03871918 BTC (0.7722Σ%). Avg duration 180.4 mins. Objective: 1.94367
    +
    +# Buy hyperspace params:
    +buy_params = {
    +    'buy_adx': 44,
    +    'buy_rsi': 29,
    +    'buy_adx_enabled': False,
    +    'buy_rsi_enabled': True,
    +    'buy_trigger': 'bb_lower'
    +}
    +
    + +

    ```

    +

    You should understand this result like:

    +
      +
    • The buy trigger that worked best was bb_lower.
    • +
    • You should not use ADX because 'buy_adx_enabled': False.
    • +
    • You should consider using the RSI indicator ('buy_rsi_enabled': True) and the best value is 29.0 ('buy_rsi': 29.0)
    • +
    +

    Your strategy class can immediately take advantage of these results. Simply copy hyperopt results block and paste them at class level, replacing old parameters (if any). New parameters will automatically be loaded next time strategy is executed.

    +

    Transferring your whole hyperopt result to your strategy would then look like:

    +

    python +class MyAwesomeStrategy(IStrategy): + # Buy hyperspace params: + buy_params = { + 'buy_adx': 44, + 'buy_rsi': 29, + 'buy_adx_enabled': False, + 'buy_rsi_enabled': True, + 'buy_trigger': 'bb_lower' + }

    +

    Understand Hyperopt ROI results

    +

    If you are optimizing ROI (i.e. if optimization search-space contains 'all', 'default' or 'roi'), your result will look as follows and include a ROI table:

    +

    ``` +Best result:

    +
    44/100:    135 trades. Avg profit  0.57%. Total profit  0.03871918 BTC (0.7722Σ%). Avg duration 180.4 mins. Objective: 1.94367
    +
    +# ROI table:
    +minimal_roi = {
    +    0: 0.10674,
    +    21: 0.09158,
    +    78: 0.03634,
    +    118: 0
    +}
    +
    + +

    ```

    +

    In order to use this best ROI table found by Hyperopt in backtesting and for live trades/dry-run, copy-paste it as the value of the minimal_roi attribute of your custom strategy:

    +

    # Minimal ROI designed for the strategy. + # This attribute will be overridden if the config file contains "minimal_roi" + minimal_roi = { + 0: 0.10674, + 21: 0.09158, + 78: 0.03634, + 118: 0 + }

    +

    As stated in the comment, you can also use it as the value of the minimal_roi setting in the configuration file.

    +

    Default ROI Search Space

    +

    If you are optimizing ROI, Freqtrade creates the 'roi' optimization hyperspace for you -- it's the hyperspace of components for the ROI tables. By default, each ROI table generated by the Freqtrade consists of 4 rows (steps). Hyperopt implements adaptive ranges for ROI tables with ranges for values in the ROI steps that depend on the timeframe used. By default the values vary in the following ranges (for some of the most used timeframes, values are rounded to 3 digits after the decimal point):

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    # step1m5m1h1d
    100.011...0.11900.03...0.3100.068...0.71100.121...1.258
    22...80.007...0.04210...400.02...0.11120...4800.045...0.2522880...115200.081...0.446
    34...200.003...0.01520...1000.01...0.04240...12000.022...0.0915760...288000.040...0.162
    46...440.030...2200.0360...26400.08640...633600.0
    +

    These ranges should be sufficient in most cases. The minutes in the steps (ROI dict keys) are scaled linearly depending on the timeframe used. The ROI values in the steps (ROI dict values) are scaled logarithmically depending on the timeframe used.

    +

    If you have the generate_roi_table() and roi_space() methods in your custom hyperopt file, remove them in order to utilize these adaptive ROI tables and the ROI hyperoptimization space generated by Freqtrade by default.

    +

    Override the roi_space() method if you need components of the ROI tables to vary in other ranges. Override the generate_roi_table() and roi_space() methods and implement your own custom approach for generation of the ROI tables during hyperoptimization if you need a different structure of the ROI tables or other amount of rows (steps).

    +

    A sample for these methods can be found in sample_hyperopt_advanced.py.

    +
    +

    Reduced search space

    +

    To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs.

    +
    +

    Understand Hyperopt Stoploss results

    +

    If you are optimizing stoploss values (i.e. if optimization search-space contains 'all', 'default' or 'stoploss'), your result will look as follows and include stoploss:

    +

    ``` +Best result:

    +
    44/100:    135 trades. Avg profit  0.57%. Total profit  0.03871918 BTC (0.7722Σ%). Avg duration 180.4 mins. Objective: 1.94367
    +
    +# Buy hyperspace params:
    +buy_params = {
    +    'buy_adx': 44,
    +    'buy_rsi': 29,
    +    'buy_adx_enabled': False,
    +    'buy_rsi_enabled': True,
    +    'buy_trigger': 'bb_lower'
    +}
    +
    +stoploss: -0.27996
    +
    + +

    ```

    +

    In order to use this best stoploss value found by Hyperopt in backtesting and for live trades/dry-run, copy-paste it as the value of the stoploss attribute of your custom strategy:

    +

    python + # Optimal stoploss designed for the strategy + # This attribute will be overridden if the config file contains "stoploss" + stoploss = -0.27996

    +

    As stated in the comment, you can also use it as the value of the stoploss setting in the configuration file.

    +

    Default Stoploss Search Space

    +

    If you are optimizing stoploss values, Freqtrade creates the 'stoploss' optimization hyperspace for you. By default, the stoploss values in that hyperspace vary in the range -0.35...-0.02, which is sufficient in most cases.

    +

    If you have the stoploss_space() method in your custom hyperopt file, remove it in order to utilize Stoploss hyperoptimization space generated by Freqtrade by default.

    +

    Override the stoploss_space() method and define the desired range in it if you need stoploss values to vary in other range during hyperoptimization. A sample for this method can be found in user_data/hyperopts/sample_hyperopt_advanced.py.

    +
    +

    Reduced search space

    +

    To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs.

    +
    +

    Understand Hyperopt Trailing Stop results

    +

    If you are optimizing trailing stop values (i.e. if optimization search-space contains 'all' or 'trailing'), your result will look as follows and include trailing stop parameters:

    +

    ``` +Best result:

    +
    45/100:    606 trades. Avg profit  1.04%. Total profit  0.31555614 BTC ( 630.48Σ%). Avg duration 150.3 mins. Objective: -1.10161
    +
    +# Trailing stop:
    +trailing_stop = True
    +trailing_stop_positive = 0.02001
    +trailing_stop_positive_offset = 0.06038
    +trailing_only_offset_is_reached = True
    +
    + +

    ```

    +

    In order to use these best trailing stop parameters found by Hyperopt in backtesting and for live trades/dry-run, copy-paste them as the values of the corresponding attributes of your custom strategy:

    +

    python + # Trailing stop + # These attributes will be overridden if the config file contains corresponding values. + trailing_stop = True + trailing_stop_positive = 0.02001 + trailing_stop_positive_offset = 0.06038 + trailing_only_offset_is_reached = True

    +

    As stated in the comment, you can also use it as the values of the corresponding settings in the configuration file.

    +

    Default Trailing Stop Search Space

    +

    If you are optimizing trailing stop values, Freqtrade creates the 'trailing' optimization hyperspace for you. By default, the trailing_stop parameter is always set to True in that hyperspace, the value of the trailing_only_offset_is_reached vary between True and False, the values of the trailing_stop_positive and trailing_stop_positive_offset parameters vary in the ranges 0.02...0.35 and 0.01...0.1 correspondingly, which is sufficient in most cases.

    +

    Override the trailing_space() method and define the desired range in it if you need values of the trailing stop parameters to vary in other ranges during hyperoptimization. A sample for this method can be found in user_data/hyperopts/sample_hyperopt_advanced.py.

    +
    +

    Reduced search space

    +

    To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs.

    +
    +

    Reproducible results

    +

    The search for optimal parameters starts with a few (currently 30) random combinations in the hyperspace of parameters, random Hyperopt epochs. These random epochs are marked with an asterisk character (*) in the first column in the Hyperopt output.

    +

    The initial state for generation of these random values (random state) is controlled by the value of the --random-state command line option. You can set it to some arbitrary value of your choice to obtain reproducible results.

    +

    If you have not set this value explicitly in the command line options, Hyperopt seeds the random state with some random value for you. The random state value for each Hyperopt run is shown in the log, so you can copy and paste it into the --random-state command line option to repeat the set of the initial random epochs used.

    +

    If you have not changed anything in the command line options, configuration, timerange, Strategy and Hyperopt classes, historical data and the Loss Function -- you should obtain same hyper-optimization results with same random state value used.

    +

    Output formatting

    +

    By default, hyperopt prints colorized results -- epochs with positive profit are printed in the green color. This highlighting helps you find epochs that can be interesting for later analysis. Epochs with zero total profit or with negative profits (losses) are printed in the normal color. If you do not need colorization of results (for instance, when you are redirecting hyperopt output to a file) you can switch colorization off by specifying the --no-color option in the command line.

    +

    You can use the --print-all command line option if you would like to see all results in the hyperopt output, not only the best ones. When --print-all is used, current best results are also colorized by default -- they are printed in bold (bright) style. This can also be switched off with the --no-color command line option.

    +
    +

    Windows and color output

    +

    Windows does not support color-output natively, therefore it is automatically disabled. To have color-output for hyperopt running under windows, please consider using WSL.

    +
    +

    Position stacking and disabling max market positions

    +

    In some situations, you may need to run Hyperopt (and Backtesting) with the +--eps/--enable-position-staking and --dmmp/--disable-max-market-positions arguments.

    +

    By default, hyperopt emulates the behavior of the Freqtrade Live Run/Dry Run, where only one +open trade is allowed for every traded pair. The total number of trades open for all pairs +is also limited by the max_open_trades setting. During Hyperopt/Backtesting this may lead to +some potential trades to be hidden (or masked) by previously open trades.

    +

    The --eps/--enable-position-stacking argument allows emulation of buying the same pair multiple times, +while --dmmp/--disable-max-market-positions disables applying max_open_trades +during Hyperopt/Backtesting (which is equal to setting max_open_trades to a very high +number).

    +
    +

    Note

    +

    Dry/live runs will NOT use position stacking - therefore it does make sense to also validate the strategy without this as it's closer to reality.

    +
    +

    You can also enable position stacking in the configuration file by explicitly setting +"position_stacking"=true.

    +

    Out of Memory errors

    +

    As hyperopt consumes a lot of memory (the complete data needs to be in memory once per parallel backtesting process), it's likely that you run into "out of memory" errors. +To combat these, you have multiple options:

    +
      +
    • reduce the amount of pairs
    • +
    • reduce the timerange used (--timerange <timerange>)
    • +
    • reduce the number of parallel processes (-j <n>)
    • +
    • Increase the memory of your machine
    • +
    +

    Show details of Hyperopt results

    +

    After you run Hyperopt for the desired amount of epochs, you can later list all results for analysis, select only best or profitable once, and show the details for any of the epochs previously evaluated. This can be done with the hyperopt-list and hyperopt-show sub-commands. The usage of these sub-commands is described in the Utils chapter.

    +

    Validate backtesting results

    +

    Once the optimized strategy has been implemented into your strategy, you should backtest this strategy to make sure everything is working as expected.

    +

    To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp/--disable-max-market-positions and --eps/--enable-position-stacking for Backtesting.

    +

    Should results don't match, please double-check to make sure you transferred all conditions correctly. +Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy. +You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like stoploss or trailing_stop).

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/images/logo.png b/en/2021.5/images/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7ffdd7091e40e0713c71967fa2b4bc32cad64c GIT binary patch literal 11025 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 literal 0 HcmV?d00001 diff --git a/en/2021.5/includes/pairlists/index.html b/en/2021.5/includes/pairlists/index.html new file mode 100644 index 000000000..c7b0ec2c8 --- /dev/null +++ b/en/2021.5/includes/pairlists/index.html @@ -0,0 +1,1132 @@ + + + + + + + + + + + + + + + + + Pairlists - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Pairlists

    + +

    Pairlists and Pairlist Handlers

    +

    Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings.

    +

    In your configuration, you can use Static Pairlist (defined by the StaticPairList Pairlist Handler) and Dynamic Pairlist (defined by the VolumePairList Pairlist Handler).

    +

    Additionally, AgeFilter, PrecisionFilter, PriceFilter, ShuffleFilter, SpreadFilter and VolatilityFilter act as Pairlist Filters, removing certain pairs and/or moving their positions in the pairlist.

    +

    If multiple Pairlist Handlers are used, they are chained and a combination of all Pairlist Handlers forms the resulting pairlist the bot uses for trading and backtesting. Pairlist Handlers are executed in the sequence they are configured. You should always configure either StaticPairList or VolumePairList as the starting Pairlist Handler.

    +

    Inactive markets are always removed from the resulting pairlist. Explicitly blacklisted pairs (those in the pair_blacklist configuration setting) are also always removed from the resulting pairlist.

    +

    Pair blacklist

    +

    The pair blacklist (configured via exchange.pair_blacklist in the configuration) disallows certain pairs from trading. +This can be as simple as excluding DOGE/BTC - which will remove exactly this pair.

    +

    The pair-blacklist does also support wildcards (in regex-style) - so BNB/.* will exclude ALL pairs that start with BNB. +You may also use something like .*DOWN/BTC or .*UP/BTC to exclude leveraged tokens (check Pair naming conventions for your exchange!)

    +

    Available Pairlist Handlers

    + +
    +

    Testing pairlists

    +

    Pairlist configurations can be quite tricky to get right. Best use the test-pairlist utility sub-command to test your configuration quickly.

    +
    +

    Static Pair List

    +

    By default, the StaticPairList method is used, which uses a statically defined pair whitelist from the configuration. The pairlist also supports wildcards (in regex-style) - so .*/BTC will include all pairs with BTC as a stake.

    +

    It uses configuration from exchange.pair_whitelist and exchange.pair_blacklist.

    +

    json +"pairlists": [ + {"method": "StaticPairList"} + ],

    +

    By default, only currently enabled pairs are allowed. +To skip pair validation against active markets, set "allow_inactive": true within the StaticPairList configuration. +This can be useful for backtesting expired pairs (like quarterly spot-markets). +This option must be configured along with exchange.skip_pair_validation in the exchange configuration.

    +

    Volume Pair List

    +

    VolumePairList employs sorting/filtering of pairs by their trading volume. It selects number_assets top pairs with sorting based on the sort_key (which can only be quoteVolume).

    +

    When used in the chain of Pairlist Handlers in a non-leading position (after StaticPairList and other Pairlist Filters), VolumePairList considers outputs of previous Pairlist Handlers, adding its sorting/selection of the pairs by the trading volume.

    +

    When used on the leading position of the chain of Pairlist Handlers, it does not consider pair_whitelist configuration setting, but selects the top assets from all available markets (with matching stake-currency) on the exchange.

    +

    The refresh_period setting allows to define the period (in seconds), at which the pairlist will be refreshed. Defaults to 1800s (30 minutes). +The pairlist cache (refresh_period) on VolumePairList is only applicable to generating pairlists. +Filtering instances (not the first position in the list) will not apply any cache and will always use up-to-date data.

    +

    VolumePairList is based on the ticker data from exchange, as reported by the ccxt library:

    +
      +
    • The quoteVolume is the amount of quote (stake) currency traded (bought or sold) in last 24 hours.
    • +
    +

    json +"pairlists": [{ + "method": "VolumePairList", + "number_assets": 20, + "sort_key": "quoteVolume", + "refresh_period": 1800 +}],

    +
    +

    Note

    +

    VolumePairList does not support backtesting mode.

    +
    +

    AgeFilter

    +

    Removes pairs that have been listed on the exchange for less than min_days_listed days (defaults to 10).

    +

    When pairs are first listed on an exchange they can suffer huge price drops and volatility +in the first few days while the pair goes through its price-discovery period. Bots can often +be caught out buying before the pair has finished dropping in price.

    +

    This filter allows freqtrade to ignore pairs until they have been listed for at least min_days_listed days.

    +

    PerformanceFilter

    +

    Sorts pairs by past trade performance, as follows:

    +
      +
    1. Positive performance.
    2. +
    3. No closed trades yet.
    4. +
    5. Negative performance.
    6. +
    +

    Trade count is used as a tie breaker.

    +
    +

    Note

    +

    PerformanceFilter does not support backtesting mode.

    +
    +

    PrecisionFilter

    +

    Filters low-value coins which would not allow setting stoplosses.

    +

    PriceFilter

    +

    The PriceFilter allows filtering of pairs by price. Currently the following price filters are supported:

    +
      +
    • min_price
    • +
    • max_price
    • +
    • max_value
    • +
    • low_price_ratio
    • +
    +

    The min_price setting removes pairs where the price is below the specified price. This is useful if you wish to avoid trading very low-priced pairs. +This option is disabled by default, and will only apply if set to > 0.

    +

    The max_price setting removes pairs where the price is above the specified price. This is useful if you wish to trade only low-priced pairs. +This option is disabled by default, and will only apply if set to > 0.

    +

    The max_value setting removes pairs where the minimum value change is above a specified value. +This is useful when an exchange has unbalanced limits. For example, if step-size = 1 (so you can only buy 1, or 2, or 3, but not 1.1 Coins) - and the price is pretty high (like 20\() as the coin has risen sharply since the last limit adaption. +As a result of the above, you can only buy for 20\), or 40$ - but not for 25$. +On exchanges that deduct fees from the receiving currency (e.g. FTX) - this can result in high value coins / amounts that are unsellable as the amount is slightly below the limit.

    +

    The low_price_ratio setting removes pairs where a raise of 1 price unit (pip) is above the low_price_ratio ratio. +This option is disabled by default, and will only apply if set to > 0.

    +

    For PriceFiler at least one of its min_price, max_price or low_price_ratio settings must be applied.

    +

    Calculation example:

    +

    Min price precision for SHITCOIN/BTC is 8 decimals. If its price is 0.00000011 - one price step above would be 0.00000012, which is ~9% higher than the previous price value. You may filter out this pair by using PriceFilter with low_price_ratio set to 0.09 (9%) or with min_price set to 0.00000011, correspondingly.

    +
    +

    Low priced pairs

    +

    Low priced pairs with high "1 pip movements" are dangerous since they are often illiquid and it may also be impossible to place the desired stoploss, which can often result in high losses since price needs to be rounded to the next tradable price - so instead of having a stoploss of -5%, you could end up with a stoploss of -9% simply due to price rounding.

    +
    +

    ShuffleFilter

    +

    Shuffles (randomizes) pairs in the pairlist. It can be used for preventing the bot from trading some of the pairs more frequently then others when you want all pairs be treated with the same priority.

    +
    +

    Tip

    +

    You may set the seed value for this Pairlist to obtain reproducible results, which can be useful for repeated backtesting sessions. If seed is not set, the pairs are shuffled in the non-repeatable random order.

    +
    +

    SpreadFilter

    +

    Removes pairs that have a difference between asks and bids above the specified ratio, max_spread_ratio (defaults to 0.005).

    +

    Example:

    +

    If DOGE/BTC maximum bid is 0.00000026 and minimum ask is 0.00000027, the ratio is calculated as: 1 - bid/ask ~= 0.037 which is > 0.005 and this pair will be filtered out.

    +

    RangeStabilityFilter

    +

    Removes pairs where the difference between lowest low and highest high over lookback_days days is below min_rate_of_change. Since this is a filter that requires additional data, the results are cached for refresh_period.

    +

    In the below example: +If the trading range over the last 10 days is <1%, remove the pair from the whitelist.

    +

    json +"pairlists": [ + { + "method": "RangeStabilityFilter", + "lookback_days": 10, + "min_rate_of_change": 0.01, + "refresh_period": 1440 + } +]

    +
    +

    Tip

    +

    This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit.

    +
    +

    VolatilityFilter

    +

    Volatility is the degree of historical variation of a pairs over time, is is measured by the standard deviation of logarithmic daily returns. Returns are assumed to be normally distributed, although actual distribution might be different. In a normal distribution, 68% of observations fall within one standard deviation and 95% of observations fall within two standard deviations. Assuming a volatility of 0.05 means that the expected returns for 20 out of 30 days is expected to be less than 5% (one standard deviation). Volatility is a positive ratio of the expected deviation of return and can be greater than 1.00. Please refer to the wikipedia definition of volatility.

    +

    This filter removes pairs if the average volatility over a lookback_days days is below min_volatility or above max_volatility. Since this is a filter that requires additional data, the results are cached for refresh_period.

    +

    This filter can be used to narrow down your pairs to a certain volatility or avoid very volatile pairs.

    +

    In the below example: +If the volatility over the last 10 days is not in the range of 0.05-0.50, remove the pair from the whitelist. The filter is applied every 24h.

    +

    json +"pairlists": [ + { + "method": "VolatilityFilter", + "lookback_days": 10, + "min_volatility": 0.05, + "max_volatility": 0.50, + "refresh_period": 86400 + } +]

    +

    Full example of Pairlist Handlers

    +

    The below example blacklists BNB/BTC, uses VolumePairList with 20 assets, sorting pairs by quoteVolume and applies PrecisionFilter and PriceFilter, filtering all assets where 1 price unit is > 1%. Then the SpreadFilter and VolatilityFilter is applied and pairs are finally shuffled with the random seed set to some predefined value.

    +

    json +"exchange": { + "pair_whitelist": [], + "pair_blacklist": ["BNB/BTC"] +}, +"pairlists": [ + { + "method": "VolumePairList", + "number_assets": 20, + "sort_key": "quoteVolume" + }, + {"method": "AgeFilter", "min_days_listed": 10}, + {"method": "PrecisionFilter"}, + {"method": "PriceFilter", "low_price_ratio": 0.01}, + {"method": "SpreadFilter", "max_spread_ratio": 0.005}, + { + "method": "RangeStabilityFilter", + "lookback_days": 10, + "min_rate_of_change": 0.01, + "refresh_period": 1440 + }, + { + "method": "VolatilityFilter", + "lookback_days": 10, + "min_volatility": 0.05, + "max_volatility": 0.50, + "refresh_period": 86400 + }, + {"method": "ShuffleFilter", "seed": 42} + ],

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/includes/pricing/index.html b/en/2021.5/includes/pricing/index.html new file mode 100644 index 000000000..dfa514bfe --- /dev/null +++ b/en/2021.5/includes/pricing/index.html @@ -0,0 +1,1035 @@ + + + + + + + + + + + + + + + + + Pricing - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Pricing

    + +

    Prices used for orders

    +

    Prices for regular orders can be controlled via the parameter structures bid_strategy for buying and ask_strategy for selling. +Prices are always retrieved right before an order is placed, either by querying the exchange tickers or by using the orderbook data.

    +
    +

    Note

    +

    Orderbook data used by Freqtrade are the data retrieved from exchange by the ccxt's function fetch_order_book(), i.e. are usually data from the L2-aggregated orderbook, while the ticker data are the structures returned by the ccxt's fetch_ticker()/fetch_tickers() functions. Refer to the ccxt library documentation for more details.

    +
    +
    +

    Using market orders

    +

    Please read the section Market order pricing section when using market orders.

    +
    +

    Buy price

    +

    Check depth of market

    +

    When check depth of market is enabled (bid_strategy.check_depth_of_market.enabled=True), the buy signals are filtered based on the orderbook depth (sum of all amounts) for each orderbook side.

    +

    Orderbook bid (buy) side depth is then divided by the orderbook ask (sell) side depth and the resulting delta is compared to the value of the bid_strategy.check_depth_of_market.bids_to_ask_delta parameter. The buy order is only executed if the orderbook delta is greater than or equal to the configured delta value.

    +
    +

    Note

    +

    A delta value below 1 means that ask (sell) orderbook side depth is greater than the depth of the bid (buy) orderbook side, while a value greater than 1 means opposite (depth of the buy side is higher than the depth of the sell side).

    +
    +

    Buy price side

    +

    The configuration setting bid_strategy.price_side defines the side of the spread the bot looks for when buying.

    +

    The following displays an orderbook.

    +

    explanation +... +103 +102 +101 # ask +-------------Current spread +99 # bid +98 +97 +...

    +

    If bid_strategy.price_side is set to "bid", then the bot will use 99 as buying price.
    +In line with that, if bid_strategy.price_side is set to "ask", then the bot will use 101 as buying price.

    +

    Using ask price often guarantees quicker filled orders, but the bot can also end up paying more than what would have been necessary. +Taker fees instead of maker fees will most likely apply even when using limit buy orders. +Also, prices at the "ask" side of the spread are higher than prices at the "bid" side in the orderbook, so the order behaves similar to a market order (however with a maximum price).

    +

    Buy price with Orderbook enabled

    +

    When buying with the orderbook enabled (bid_strategy.use_order_book=True), Freqtrade fetches the bid_strategy.order_book_top entries from the orderbook and then uses the entry specified as bid_strategy.order_book_top on the configured side (bid_strategy.price_side) of the orderbook. 1 specifies the topmost entry in the orderbook, while 2 would use the 2nd entry in the orderbook, and so on.

    +

    Buy price without Orderbook enabled

    +

    The following section uses side as the configured bid_strategy.price_side.

    +

    When not using orderbook (bid_strategy.use_order_book=False), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price.

    +

    The bid_strategy.ask_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between ask and last price.

    +

    Sell price

    +

    Sell price side

    +

    The configuration setting ask_strategy.price_side defines the side of the spread the bot looks for when selling.

    +

    The following displays an orderbook:

    +

    explanation +... +103 +102 +101 # ask +-------------Current spread +99 # bid +98 +97 +...

    +

    If ask_strategy.price_side is set to "ask", then the bot will use 101 as selling price.
    +In line with that, if ask_strategy.price_side is set to "bid", then the bot will use 99 as selling price.

    +

    Sell price with Orderbook enabled

    +

    When selling with the orderbook enabled (ask_strategy.use_order_book=True), Freqtrade fetches the ask_strategy.order_book_max entries in the orderbook. Then each of the orderbook steps between ask_strategy.order_book_min and ask_strategy.order_book_max on the configured orderbook side are validated for a profitable sell-possibility based on the strategy configuration (minimal_roi conditions) and the sell order is placed at the first profitable spot.

    +
    +

    Note

    +

    Using order_book_max higher than order_book_min only makes sense when ask_strategy.price_side is set to "ask".

    +
    +

    The idea here is to place the sell order early, to be ahead in the queue.

    +

    A fixed slot (mirroring bid_strategy.order_book_top) can be defined by setting ask_strategy.order_book_min and ask_strategy.order_book_max to the same number.

    +
    +

    Order_book_max > 1 - increased risks for stoplosses!

    +

    Using ask_strategy.order_book_max higher than 1 will increase the risk the stoploss on exchange is cancelled too early, since an eventual stoploss on exchange will be cancelled as soon as the order is placed. +Also, the sell order will remain on the exchange for unfilledtimeout.sell (or until it's filled) - which can lead to missed stoplosses (with or without using stoploss on exchange).

    +
    +
    +

    Order_book_max > 1 in dry-run

    +

    Using ask_strategy.order_book_max higher than 1 will result in improper dry-run results (significantly better than real orders executed on exchange), since dry-run assumes orders to be filled almost instantly. +It is therefore advised to not use this setting for dry-runs.

    +
    +

    Sell price without Orderbook enabled

    +

    When not using orderbook (ask_strategy.use_order_book=False), the price at the ask_strategy.price_side side (defaults to "ask") from the ticker will be used as the sell price.

    +

    When not using orderbook (ask_strategy.use_order_book=False), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price.

    +

    The ask_strategy.bid_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between side and last price.

    +

    Market order pricing

    +

    When using market orders, prices should be configured to use the "correct" side of the orderbook to allow realistic pricing detection. +Assuming both buy and sell are using market orders, a configuration similar to the following might be used

    +

    jsonc + "order_types": { + "buy": "market", + "sell": "market" + // ... + }, + "bid_strategy": { + "price_side": "ask", + // ... + }, + "ask_strategy":{ + "price_side": "bid", + // ... + },

    +

    Obviously, if only one side is using limit orders, different pricing combinations can be used.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/includes/protections/index.html b/en/2021.5/includes/protections/index.html new file mode 100644 index 000000000..0c56be744 --- /dev/null +++ b/en/2021.5/includes/protections/index.html @@ -0,0 +1,1126 @@ + + + + + + + + + + + + + + + + + Protections - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Protections

    + +

    Protections

    +
    +

    Beta feature

    +

    This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord, Slack or via Github Issue.

    +
    +

    Protections will protect your strategy from unexpected events and market conditions by temporarily stop trading for either one pair, or for all pairs. +All protection end times are rounded up to the next candle to avoid sudden, unexpected intra-candle buys.

    +
    +

    Note

    +

    Not all Protections will work for all strategies, and parameters will need to be tuned for your strategy to improve performance.
    +To align your protection with your strategy, you can define protections in the strategy.

    +
    +
    +

    Tip

    +

    Each Protection can be configured multiple times with different parameters, to allow different levels of protection (short-term / long-term).

    +
    +
    +

    Backtesting

    +

    Protections are supported by backtesting and hyperopt, but must be explicitly enabled by using the --enable-protections flag.

    +
    +

    Available Protections

    +
      +
    • StoplossGuard Stop trading if a certain amount of stoploss occurred within a certain time window.
    • +
    • MaxDrawdown Stop trading if max-drawdown is reached.
    • +
    • LowProfitPairs Lock pairs with low profits
    • +
    • CooldownPeriod Don't enter a trade right after selling a trade.
    • +
    +

    Common settings to all Protections

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ParameterDescription
    methodProtection name to use.
    Datatype: String, selected from available Protections
    stop_duration_candlesFor how many candles should the lock be set?
    Datatype: Positive integer (in candles)
    stop_durationhow many minutes should protections be locked.
    Cannot be used together with stop_duration_candles.
    Datatype: Float (in minutes)
    lookback_period_candlesOnly trades that completed within the last lookback_period_candles candles will be considered. This setting may be ignored by some Protections.
    Datatype: Positive integer (in candles).
    lookback_periodOnly trades that completed after current_time - lookback_period will be considered.
    Cannot be used together with lookback_period_candles.
    This setting may be ignored by some Protections.
    Datatype: Float (in minutes)
    trade_limitNumber of trades required at minimum (not used by all Protections).
    Datatype: Positive integer
    +
    +

    Durations

    +

    Durations (stop_duration* and lookback_period* can be defined in either minutes or candles). +For more flexibility when testing different timeframes, all below examples will use the "candle" definition.

    +
    +

    Stoploss Guard

    +

    StoplossGuard selects all trades within lookback_period in minutes (or in candles when using lookback_period_candles). +If trade_limit or more trades resulted in stoploss, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles).

    +

    This applies across all pairs, unless only_per_pair is set to true, which will then only look at one pair at a time.

    +

    The below example stops trading for all pairs for 4 candles after the last trade if the bot hit stoploss 4 times within the last 24 candles.

    +

    json +"protections": [ + { + "method": "StoplossGuard", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 4, + "only_per_pair": false + } +],

    +
    +

    Note

    +

    StoplossGuard considers all trades with the results "stop_loss", "stoploss_on_exchange" and "trailing_stop_loss" if the resulting profit was negative. +trade_limit and lookback_period will need to be tuned for your strategy.

    +
    +

    MaxDrawdown

    +

    MaxDrawdown uses all trades within lookback_period in minutes (or in candles when using lookback_period_candles) to determine the maximum drawdown. If the drawdown is below max_allowed_drawdown, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles) after the last trade - assuming that the bot needs some time to let markets recover.

    +

    The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of trade_limit trades - within the last 48 candles. If desired, lookback_period and/or stop_duration can be used.

    +

    json +"protections": [ + { + "method": "MaxDrawdown", + "lookback_period_candles": 48, + "trade_limit": 20, + "stop_duration_candles": 12, + "max_allowed_drawdown": 0.2 + }, +],

    +

    Low Profit Pairs

    +

    LowProfitPairs uses all trades for a pair within lookback_period in minutes (or in candles when using lookback_period_candles) to determine the overall profit ratio. +If that ratio is below required_profit, that pair will be locked for stop_duration in minutes (or in candles when using stop_duration_candles).

    +

    The below example will stop trading a pair for 60 minutes if the pair does not have a required profit of 2% (and a minimum of 2 trades) within the last 6 candles.

    +

    json +"protections": [ + { + "method": "LowProfitPairs", + "lookback_period_candles": 6, + "trade_limit": 2, + "stop_duration": 60, + "required_profit": 0.02 + } +],

    +

    Cooldown Period

    +

    CooldownPeriod locks a pair for stop_duration in minutes (or in candles when using stop_duration_candles) after selling, avoiding a re-entry for this pair for stop_duration minutes.

    +

    The below example will stop trading a pair for 2 candles after closing a trade, allowing this pair to "cool down".

    +

    json +"protections": [ + { + "method": "CooldownPeriod", + "stop_duration_candles": 2 + } +],

    +
    +

    Note

    +

    This Protection applies only at pair-level, and will never lock all pairs globally. +This Protection does not consider lookback_period as it only looks at the latest trade.

    +
    +

    Full example of Protections

    +

    All protections can be combined at will, also with different parameters, creating a increasing wall for under-performing pairs. +All protections are evaluated in the sequence they are defined.

    +

    The below example assumes a timeframe of 1 hour:

    +
      +
    • Locks each pair after selling for an additional 5 candles (CooldownPeriod), giving other pairs a chance to get filled.
    • +
    • Stops trading for 4 hours (4 * 1h candles) if the last 2 days (48 * 1h candles) had 20 trades, which caused a max-drawdown of more than 20%. (MaxDrawdown).
    • +
    • Stops trading if more than 4 stoploss occur for all pairs within a 1 day (24 * 1h candles) limit (StoplossGuard).
    • +
    • Locks all pairs that had 4 Trades within the last 6 hours (6 * 1h candles) with a combined profit ratio of below 0.02 (<2%) (LowProfitPairs).
    • +
    • Locks all pairs for 2 candles that had a profit of below 0.01 (<1%) within the last 24h (24 * 1h candles), a minimum of 4 trades.
    • +
    +

    json +"timeframe": "1h", +"protections": [ + { + "method": "CooldownPeriod", + "stop_duration_candles": 5 + }, + { + "method": "MaxDrawdown", + "lookback_period_candles": 48, + "trade_limit": 20, + "stop_duration_candles": 4, + "max_allowed_drawdown": 0.2 + }, + { + "method": "StoplossGuard", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "only_per_pair": false + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 6, + "trade_limit": 2, + "stop_duration_candles": 60, + "required_profit": 0.02 + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "required_profit": 0.01 + } + ],

    +

    You can use the same in your strategy, the syntax is only slightly different:

    +

    ``` python +from freqtrade.strategy import IStrategy

    +

    class AwesomeStrategy(IStrategy) + timeframe = '1h' + protections = [ + { + "method": "CooldownPeriod", + "stop_duration_candles": 5 + }, + { + "method": "MaxDrawdown", + "lookback_period_candles": 48, + "trade_limit": 20, + "stop_duration_candles": 4, + "max_allowed_drawdown": 0.2 + }, + { + "method": "StoplossGuard", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "only_per_pair": False + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 6, + "trade_limit": 2, + "stop_duration_candles": 60, + "required_profit": 0.02 + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "required_profit": 0.01 + } + ] + # ... +```

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/index.html b/en/2021.5/index.html new file mode 100644 index 000000000..d8c1a84f4 --- /dev/null +++ b/en/2021.5/index.html @@ -0,0 +1,1134 @@ + + + + + + + + + + + + + + + + + Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Home

    + +

    freqtrade

    +

    Freqtrade CI +Coverage Status +Maintainability

    + +

    Star +Fork +Download

    +

    Introduction

    +

    Freqtrade is a crypto-currency algorithmic trading software developed in python (3.7+) and supported on Windows, macOS and Linux.

    +
    +

    DISCLAIMER

    +

    This software is for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

    +

    Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect.

    +

    We strongly recommend you to have basic coding skills and Python knowledge. Do not hesitate to read the source code and understand the mechanisms of this bot, algorithms and techniques implemented in it.

    +
    +

    Features

    +
      +
    • Develop your Strategy: Write your strategy in python, using pandas. Example strategies to inspire you are available in the strategy repository.
    • +
    • Download market data: Download historical data of the exchange and the markets your may want to trade with.
    • +
    • Backtest: Test your strategy on downloaded historical data.
    • +
    • Optimize: Find the best parameters for your strategy using hyperoptimization which employs machining learning methods. You can optimize buy, sell, take profit (ROI), stop-loss and trailing stop-loss parameters for your strategy.
    • +
    • Select markets: Create your static list or use an automatic one based on top traded volumes and/or prices (not available during backtesting). You can also explicitly blacklist markets you don't want to trade.
    • +
    • Run: Test your strategy with simulated money (Dry-Run mode) or deploy it with real money (Live-Trade mode).
    • +
    • Run using Edge (optional module): The concept is to find the best historical trade expectancy by markets based on variation of the stop-loss and then allow/reject markets to trade. The sizing of the trade is based on a risk of a percentage of your capital.
    • +
    • Control/Monitor: Use Telegram or a REST API (start/stop the bot, show profit/loss, daily summary, current open trades results, etc.).
    • +
    • Analyse: Further analysis can be performed on either Backtesting data or Freqtrade trading history (SQL database), including automated standard plots, and methods to load the data into interactive environments.
    • +
    +

    Supported exchange marketplaces

    +

    Please read the exchange specific notes to learn about eventual, special configurations needed for each exchange.

    + +

    Community tested

    +

    Exchanges confirmed working by the community:

    + +

    Requirements

    +

    Hardware requirements

    +

    To run this bot we recommend you a linux cloud instance with a minimum of:

    +
      +
    • 2GB RAM
    • +
    • 1GB disk space
    • +
    • 2vCPU
    • +
    +

    Software requirements

    +
      +
    • Docker (Recommended)
    • +
    +

    Alternatively

    +
      +
    • Python 3.7+
    • +
    • pip (pip3)
    • +
    • git
    • +
    • TA-Lib
    • +
    • virtualenv (Recommended)
    • +
    +

    Support

    +

    Help / Discord / Slack

    +

    For any questions not covered by the documentation or for further information about the bot, or to simply engage with like-minded individuals, we encourage you to join our slack channel.

    +

    Please check out our discord server.

    +

    You can also join our Slack channel.

    +

    Ready to try?

    +

    Begin by reading our installation guide for docker (recommended), or for installation without docker.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/installation/index.html b/en/2021.5/installation/index.html new file mode 100644 index 000000000..de4ddbb19 --- /dev/null +++ b/en/2021.5/installation/index.html @@ -0,0 +1,1300 @@ + + + + + + + + + + + + + + + + + Linux/MacOS/Raspberry - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Installation

    +

    This page explains how to prepare your environment for running the bot.

    +

    The freqtrade documentation describes various ways to install freqtrade

    + +

    Please consider using the prebuilt docker images to get started quickly while evaluating how freqtrade works.

    +
    +

    Information

    +

    For Windows installation, please use the windows installation guide.

    +

    The easiest way to install and run Freqtrade is to clone the bot Github repository and then run the ./setup.sh script, if it's available for your platform.

    +
    +

    Version considerations

    +

    When cloning the repository the default working branch has the name develop. This branch contains all last features (can be considered as relatively stable, thanks to automated tests). +The stable branch contains the code of the last release (done usually once per month on an approximately one week old snapshot of the develop branch to prevent packaging bugs, so potentially it's more stable).

    +
    +
    +

    Note

    +

    Python3.7 or higher and the corresponding pip are assumed to be available. The install-script will warn you and stop if that's not the case. git is also needed to clone the Freqtrade repository.
    +Also, python headers (python<yourversion>-dev / python<yourversion>-devel) must be available for the installation to complete successfully.

    +
    +
    +

    Up-to-date clock

    +

    The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges.

    +
    +
    +

    Requirements

    +

    These requirements apply to both Script Installation and Manual Installation.

    +

    Install guide

    + +

    Install code

    +

    We've included/collected install instructions for Ubuntu, MacOS, and Windows. These are guidelines and your success may vary with other distros. +OS Specific steps are listed first, the Common section below is necessary for all systems.

    +
    +

    Note

    +

    Python3.7 or higher and the corresponding pip are assumed to be available.

    +
    +
    +

    Install necessary dependencies

    +

    ```bash

    +

    update repository

    +

    sudo apt-get update

    +

    install packages

    +

    sudo apt install -y python3-pip python3-venv python3-pandas git +```

    +
    +
    +

    The following assumes the latest Raspbian Buster lite image. +This image comes with python3.7 preinstalled, making it easy to get freqtrade up and running.

    +

    Tested using a Raspberry Pi 3 with the Raspbian Buster lite image, all updates applied.

    +

    ```bash +sudo apt-get install python3-venv libatlas-base-dev cmake

    +

    Use pywheels.org to speed up installation

    +

    sudo echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > tee /etc/pip.conf

    +

    git clone https://github.com/freqtrade/freqtrade.git +cd freqtrade

    +

    bash setup.sh -i +```

    +
    +

    Installation duration

    +

    Depending on your internet speed and the Raspberry Pi version, installation can take multiple hours to complete. +Due to this, we recommend to use the pre-build docker-image for Raspberry, by following the Docker quickstart documentation

    +
    +
    +

    Note

    +

    The above does not install hyperopt dependencies. To install these, please use python3 -m pip install -e .[hyperopt]. +We do not advise to run hyperopt on a Raspberry Pi, since this is a very resource-heavy operation, which should be done on powerful machine.

    +
    +
    +
    +
    +

    Freqtrade repository

    +

    Freqtrade is an open source crypto-currency trading bot, whose code is hosted on github.com

    +

    ```bash

    +

    Download develop branch of freqtrade repository

    +

    git clone https://github.com/freqtrade/freqtrade.git

    +

    Enter downloaded directory

    +

    cd freqtrade

    +

    your choice (1): novice user

    +

    git checkout stable

    +

    your choice (2): advanced user

    +

    git checkout develop +```

    +

    (1) This command switches the cloned repository to the use of the stable branch. It's not needed, if you wish to stay on the (2) develop branch.

    +

    You may later switch between branches at any time with the git checkout stable/git checkout develop commands.

    +
    +

    Script Installation

    +

    First of the ways to install Freqtrade, is to use provided the Linux/MacOS ./setup.sh script, which install all dependencies and help you configure the bot.

    +

    Make sure you fulfill the Requirements and have downloaded the Freqtrade repository.

    +

    Use /setup.sh -install (Linux/MacOS)

    +

    If you are on Debian, Ubuntu or MacOS, freqtrade provides the script to install freqtrade.

    +

    ```bash

    +

    --install, Install freqtrade from scratch

    +

    ./setup.sh -i +```

    +

    Activate your virtual environment

    +

    Each time you open a new terminal, you must run source .env/bin/activate to activate your virtual environment.

    +

    ```bash

    +

    then activate your .env

    +

    source ./.env/bin/activate +```

    +

    Congratulations

    +

    You are ready, and run the bot

    +

    Other options of /setup.sh script

    +

    You can as well update, configure and reset the codebase of your bot with ./script.sh

    +

    ```bash

    +

    --update, Command git pull to update.

    +

    ./setup.sh -u

    +

    --reset, Hard reset your develop/stable branch.

    +

    ./setup.sh -r +```

    +

    ``` + --install

    +

    With this option, the script will install the bot and most dependencies: +You will need to have git and python3.7+ installed beforehand for this to work.

    +
      +
    • Mandatory software as: ta-lib
    • +
    • Setup your virtualenv under .env/
    • +
    +

    This option is a combination of installation tasks and --reset

    +

    --update

    +

    This option will pull the last version of your current branch and update your virtualenv. Run the script with this option periodically to update your bot.

    +

    --reset

    +

    This option will hard reset your branch (only if you are on either stable or develop) and recreate your virtualenv. +```

    +
    +

    Manual Installation

    +

    Make sure you fulfill the Requirements and have downloaded the Freqtrade repository.

    +

    Install TA-Lib

    +

    TA-Lib script installation

    +

    bash +sudo ./build_helpers/install_ta-lib.sh

    +
    +

    Note

    +

    This will use the ta-lib tar.gz included in this repository.

    +
    +
    TA-Lib manual installation
    +

    Official webpage: https://mrjbq7.github.io/ta-lib/install.html

    +

    bash +wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz +tar xvzf ta-lib-0.4.0-src.tar.gz +cd ta-lib +sed -i.bak "s|0.00000001|0.000000000000000001 |g" src/ta_func/ta_utility.h +./configure --prefix=/usr/local +make +sudo make install +cd .. +rm -rf ./ta-lib*

    +

    Setup Python virtual environment (virtualenv)

    +

    You will run freqtrade in separated virtual environment

    +

    ```bash

    +

    create virtualenv in directory /freqtrade/.env

    +

    python3 -m venv .env

    +

    run virtualenv

    +

    source .env/bin/activate +```

    +

    Install python dependencies

    +

    bash +python3 -m pip install --upgrade pip +python3 -m pip install -e .

    +

    Congratulations

    +

    You are ready, and run the bot

    +

    (Optional) Post-installation Tasks

    +
    +

    Note

    +

    If you run the bot on a server, you should consider using Docker or a terminal multiplexer like screen or tmux to avoid that the bot is stopped on logout.

    +
    +

    On Linux with software suite systemd, as an optional post-installation task, you may wish to setup the bot to run as a systemd service or configure it to send the log messages to the syslog/rsyslog or journald daemons. See Advanced Logging for details.

    +
    +

    Installation with Conda

    +

    Freqtrade can also be installed with Miniconda or Anaconda. We recommend using Miniconda as it's installation footprint is smaller. Conda will automatically prepare and manage the extensive library-dependencies of the Freqtrade program.

    +

    What is Conda?

    +

    Conda is a package, dependency and environment manager for multiple programming languages: conda docs

    +

    Installation with conda

    +

    Install Conda

    +

    Installing on linux

    +

    Installing on windows

    +

    Answer all questions. After installation, it is mandatory to turn your terminal OFF and ON again.

    +

    Freqtrade download

    +

    Download and install freqtrade.

    +

    ```bash

    +

    download freqtrade

    +

    git clone https://github.com/freqtrade/freqtrade.git

    +

    enter downloaded directory 'freqtrade'

    +

    cd freqtrade
    +```

    +

    Freqtrade install: Conda Environment

    +

    Prepare conda-freqtrade environment, using file environment.yml, which exist in main freqtrade directory

    +

    bash +conda env create -n freqtrade-conda -f environment.yml

    +
    +

    Creating Conda Environment

    +

    The conda command create -n automatically installs all nested dependencies for the selected libraries, general structure of installation command is:

    +

    ```bash

    +

    choose your own packages

    +

    conda env create -n [name of the environment] [python version] [packages]

    +

    point to file with packages

    +

    conda env create -n [name of the environment] -f [file] +```

    +
    +

    Enter/exit freqtrade-conda environment

    +

    To check available environments, type

    +

    bash +conda env list

    +

    Enter installed environment

    +

    ```bash

    +

    enter conda environment

    +

    conda activate freqtrade-conda

    +

    exit conda environment - don't do it now

    +

    conda deactivate +```

    +

    Install last python dependencies with pip

    +

    bash +python3 -m pip install --upgrade pip +python3 -m pip install -e .

    +

    Congratulations

    +

    You are ready, and run the bot

    +

    Important shortcuts

    +

    ```bash

    +

    list installed conda environments

    +

    conda env list

    +

    activate base environment

    +

    conda activate

    +

    activate freqtrade-conda environment

    +

    conda activate freqtrade-conda

    +

    deactivate any conda environments

    +

    conda deactivate
    +```

    +

    Further info on anaconda

    +
    +

    New heavy packages

    +

    It may happen that creating a new Conda environment, populated with selected packages at the moment of creation takes less time than installing a large, heavy library or application, into previously set environment.

    +
    +
    +

    pip install within conda

    +

    The documentation of conda says that pip should NOT be used within conda, because internal problems can occur. +However, they are rare. Anaconda Blogpost

    +

    Nevertheless, that is why, the conda-forge channel is preferred:

    +
      +
    • more libraries are available (less need for pip)
    • +
    • conda-forge works better with pip
    • +
    • the libraries are newer
    • +
    +
    +

    Happy trading!

    +
    +

    You are ready

    +

    You've made it this far, so you have successfully installed freqtrade.

    +

    Initialize the configuration

    +

    ```bash

    +

    Step 1 - Initialize user folder

    +

    freqtrade create-userdir --userdir user_data

    +

    Step 2 - Create a new configuration file

    +

    freqtrade new-config --config config.json +```

    +

    You are ready to run, read Bot Configuration, remember to start with dry_run: True and verify that everything is working.

    +

    To learn how to setup your configuration, please refer to the Bot Configuration documentation page.

    +

    Start the Bot

    +

    bash +freqtrade trade --config config.json --strategy SampleStrategy

    +
    +

    Warning

    +

    You should read through the rest of the documentation, backtest the strategy you're going to use, and use dry-run before enabling trading with real money.

    +
    +
    +

    Troubleshooting

    +

    Common problem: "command not found"

    +

    If you used (1)Script or (2)Manual installation, you need to run the bot in virtual environment. If you get error as below, make sure venv is active.

    +

    ```bash

    +

    if:

    +

    bash: freqtrade: command not found

    +

    then activate your .env

    +

    source ./.env/bin/activate +```

    +

    MacOS installation error

    +

    Newer versions of MacOS may have installation failed with errors like error: command 'g++' failed with exit status 1.

    +

    This error will require explicit installation of the SDK Headers, which are not installed by default in this version of MacOS. +For MacOS 10.14, this can be accomplished with the below command.

    +

    bash +open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

    +

    If this file is inexistent, then you're probably on a different version of MacOS, so you may need to consult the internet for specific resolution details.

    +

    MacOS installation error with python 3.9

    +

    When using python 3.9 on macOS, it's currently necessary to install some os-level modules to allow dependencies to compile. +The errors you'll see happen during installation and are related to the installation of tables or blosc.

    +

    You can install the necessary libraries with the following command:

    +

    bash +brew install hdf5 c-blosc

    +

    After this, please run the installation (script) again.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/javascripts/config.js b/en/2021.5/javascripts/config.js new file mode 100644 index 000000000..95d619efc --- /dev/null +++ b/en/2021.5/javascripts/config.js @@ -0,0 +1,12 @@ +window.MathJax = { + tex: { + inlineMath: [["\\(", "\\)"]], + displayMath: [["\\[", "\\]"]], + processEscapes: true, + processEnvironments: true + }, + options: { + ignoreHtmlClass: ".*|", + processHtmlClass: "arithmatex" + } +}; \ No newline at end of file diff --git a/en/2021.5/partials/header.html b/en/2021.5/partials/header.html new file mode 100644 index 000000000..22132bc96 --- /dev/null +++ b/en/2021.5/partials/header.html @@ -0,0 +1,72 @@ +{#- +This file was automatically generated - do not edit +-#} +{% set site_url = config.site_url | d(nav.homepage.url, true) | url %} +{% if not config.use_directory_urls and site_url[0] == site_url[-1] == "." %} +{% set site_url = site_url ~ "/index.html" %} +{% endif %} +
    + + + + +
    diff --git a/en/2021.5/plotting/index.html b/en/2021.5/plotting/index.html new file mode 100644 index 000000000..86b16508a --- /dev/null +++ b/en/2021.5/plotting/index.html @@ -0,0 +1,1267 @@ + + + + + + + + + + + + + + + + + Plotting - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Plotting

    +

    This page explains how to plot prices, indicators and profits.

    +

    Installation / Setup

    +

    Plotting modules use the Plotly library. You can install / upgrade this by running the following command:

    +

    bash +pip install -U -r requirements-plot.txt

    +

    Plot price and indicators

    +

    The freqtrade plot-dataframe subcommand shows an interactive graph with three subplots:

    +
      +
    • Main plot with candlestics and indicators following price (sma/ema)
    • +
    • Volume bars
    • +
    • Additional indicators as specified by --indicators2
    • +
    +

    plot-dataframe

    +

    Possible arguments:

    +

    ``` +usage: freqtrade plot-dataframe [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [-s NAME] + [--strategy-path PATH] [-p PAIRS [PAIRS ...]] + [--indicators1 INDICATORS1 [INDICATORS1 ...]] + [--indicators2 INDICATORS2 [INDICATORS2 ...]] + [--plot-limit INT] [--db-url PATH] + [--trade-source {DB,file}] [--export EXPORT] + [--export-filename PATH] + [--timerange TIMERANGE] [-i TIMEFRAME] + [--no-trades]

    +

    optional arguments: + -h, --help show this help message and exit + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Limit command to these pairs. Pairs are space- + separated. + --indicators1 INDICATORS1 [INDICATORS1 ...] + Set indicators from your strategy you want in the + first row of the graph. Space-separated list. Example: + ema3 ema5. Default: ['sma', 'ema3', 'ema5']. + --indicators2 INDICATORS2 [INDICATORS2 ...] + Set indicators from your strategy you want in the + third row of the graph. Space-separated list. Example: + fastd fastk. Default: ['macd', 'macdsignal']. + --plot-limit INT Specify tick limit for plotting. Notice: too high + values cause huge files. Default: 750. + --db-url PATH Override trades database URL, this is useful in custom + deployments (default: sqlite:///tradesv3.sqlite for + Live Run mode, sqlite:///tradesv3.dryrun.sqlite for + Dry Run). + --trade-source {DB,file} + Specify the source for trades (Can be DB or file + (backtest file)) Default: file + --export EXPORT Export backtest results, argument are: trades. + Example: --export=trades + --export-filename PATH + Save backtest results to the file with this filename. + Requires --export to be set as well. Example: + --export-filename=user_data/backtest_results/backtest + _today.json + --timerange TIMERANGE + Specify what timerange of data to use. + -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME + Specify timeframe (1m, 5m, 30m, 1h, 1d). + --no-trades Skip using trades from backtesting file and DB.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    Strategy arguments: + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --strategy-path PATH Specify additional strategy lookup path.

    +

    ```

    +

    Example:

    +

    bash +freqtrade plot-dataframe -p BTC/ETH

    +

    The -p/--pairs argument can be used to specify pairs you would like to plot.

    +
    +

    Note

    +

    The freqtrade plot-dataframe subcommand generates one plot-file per pair.

    +
    +

    Specify custom indicators. +Use --indicators1 for the main plot and --indicators2 for the subplot below (if values are in a different range than prices).

    +
    +

    Tip

    +

    You will almost certainly want to specify a custom strategy! This can be done by adding -s Classname / --strategy ClassName to the command.

    +
    +

    bash +freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --indicators1 sma ema --indicators2 macd

    +

    Further usage examples

    +

    To plot multiple pairs, separate them with a space:

    +

    bash +freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH XRP/ETH

    +

    To plot a timerange (to zoom in)

    +

    bash +freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --timerange=20180801-20180805

    +

    To plot trades stored in a database use --db-url in combination with --trade-source DB:

    +

    bash +freqtrade plot-dataframe --strategy AwesomeStrategy --db-url sqlite:///tradesv3.dry_run.sqlite -p BTC/ETH --trade-source DB

    +

    To plot trades from a backtesting result, use --export-filename <filename>

    +

    bash +freqtrade plot-dataframe --strategy AwesomeStrategy --export-filename user_data/backtest_results/backtest-result.json -p BTC/ETH

    +

    Plot dataframe basics

    +

    plot-dataframe2

    +

    The plot-dataframe subcommand requires backtesting data, a strategy and either a backtesting-results file or a database, containing trades corresponding to the strategy.

    +

    The resulting plot will have the following elements:

    +
      +
    • Green triangles: Buy signals from the strategy. (Note: not every buy signal generates a trade, compare to cyan circles.)
    • +
    • Red triangles: Sell signals from the strategy. (Also, not every sell signal terminates a trade, compare to red and green squares.)
    • +
    • Cyan circles: Trade entry points.
    • +
    • Red squares: Trade exit points for trades with loss or 0% profit.
    • +
    • Green squares: Trade exit points for profitable trades.
    • +
    • Indicators with values corresponding to the candle scale (e.g. SMA/EMA), as specified with --indicators1.
    • +
    • Volume (bar chart at the bottom of the main chart).
    • +
    • Indicators with values in different scales (e.g. MACD, RSI) below the volume bars, as specified with --indicators2.
    • +
    +
    +

    Bollinger Bands

    +

    Bollinger bands are automatically added to the plot if the columns bb_lowerband and bb_upperband exist, and are painted as a light blue area spanning from the lower band to the upper band.

    +
    +

    Advanced plot configuration

    +

    An advanced plot configuration can be specified in the strategy in the plot_config parameter.

    +

    Additional features when using plot_config include:

    +
      +
    • Specify colors per indicator
    • +
    • Specify additional subplots
    • +
    • Specify indicator pairs to fill area in between
    • +
    +

    The sample plot configuration below specifies fixed colors for the indicators. Otherwise consecutive plots may produce different colorschemes each time, making comparisons difficult. +It also allows multiple subplots to display both MACD and RSI at the same time.

    +

    Sample configuration with inline comments explaining the process:

    +

    `` python + plot_config = { + 'main_plot': { + # Configuration for main plot indicators. + # Specifiesema10to be red, andema50` to be a shade of gray + 'ema10': {'color': 'red'}, + 'ema50': {'color': '#CCCCCC'}, + # By omitting color, a random color is selected. + 'sar': {}, + # fill area between senkou_a and senkou_b + 'senkou_a': { + 'color': 'green', #optional + 'fill_to': 'senkou_b', + 'fill_label': 'Ichimoku Cloud', #optional + 'fill_color': 'rgba(255,76,46,0.2)', #optional + }, + # plot senkou_b, too. Not only the area to it. + 'senkou_b': {} + }, + 'subplots': { + # Create subplot MACD + "MACD": { + 'macd': {'color': 'blue', 'fill_to': 'macdhist'}, + 'macdsignal': {'color': 'orange'} + }, + # Additional subplot RSI + "RSI": { + 'rsi': {'color': 'red'} + } + } + }

    +

    ```

    +
    +

    Note

    +

    The above configuration assumes that ema10, ema50, senkou_a, senkou_b, +macd, macdsignal, macdhist and rsi are columns in the DataFrame created by the strategy.

    +
    +

    Plot profit

    +

    plot-profit

    +

    The plot-profit subcommand shows an interactive graph with three plots:

    +
      +
    • Average closing price for all pairs.
    • +
    • The summarized profit made by backtesting. +Note that this is not the real-world profit, but more of an estimate.
    • +
    • Profit for each individual pair.
    • +
    +

    The first graph is good to get a grip of how the overall market progresses.

    +

    The second graph will show if your algorithm works or doesn't. +Perhaps you want an algorithm that steadily makes small profits, or one that acts less often, but makes big swings. +This graph will also highlight the start (and end) of the Max drawdown period.

    +

    The third graph can be useful to spot outliers, events in pairs that cause profit spikes.

    +

    Possible options for the freqtrade plot-profit subcommand:

    +

    ``` +usage: freqtrade plot-profit [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [-s NAME] + [--strategy-path PATH] [-p PAIRS [PAIRS ...]] + [--timerange TIMERANGE] [--export EXPORT] + [--export-filename PATH] [--db-url PATH] + [--trade-source {DB,file}] [-i TIMEFRAME]

    +

    optional arguments: + -h, --help show this help message and exit + -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] + Limit command to these pairs. Pairs are space- + separated. + --timerange TIMERANGE + Specify what timerange of data to use. + --export EXPORT Export backtest results, argument are: trades. + Example: --export=trades + --export-filename PATH + Save backtest results to the file with this filename. + Requires --export to be set as well. Example: + --export-filename=user_data/backtest_results/backtest + _today.json + --db-url PATH Override trades database URL, this is useful in custom + deployments (default: sqlite:///tradesv3.sqlite for + Live Run mode, sqlite:///tradesv3.dryrun.sqlite for + Dry Run). + --trade-source {DB,file} + Specify the source for trades (Can be DB or file + (backtest file)) Default: file + -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME + Specify timeframe (1m, 5m, 30m, 1h, 1d).

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    Strategy arguments: + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --strategy-path PATH Specify additional strategy lookup path.

    +

    ```

    +

    The -p/--pairs argument, can be used to limit the pairs that are considered for this calculation.

    +

    Examples:

    +

    Use custom backtest-export file

    +

    bash +freqtrade plot-profit -p LTC/BTC --export-filename user_data/backtest_results/backtest-result.json

    +

    Use custom database

    +

    bash +freqtrade plot-profit -p LTC/BTC --db-url sqlite:///tradesv3.sqlite --trade-source DB

    +

    bash +freqtrade --datadir user_data/data/binance_save/ plot-profit -p LTC/BTC

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/plugins/index.html b/en/2021.5/plugins/index.html new file mode 100644 index 000000000..91e29f88f --- /dev/null +++ b/en/2021.5/plugins/index.html @@ -0,0 +1,1662 @@ + + + + + + + + + + + + + + + + + Plugins - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Plugins

    +

    Pairlists and Pairlist Handlers

    +

    Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings.

    +

    In your configuration, you can use Static Pairlist (defined by the StaticPairList Pairlist Handler) and Dynamic Pairlist (defined by the VolumePairList Pairlist Handler).

    +

    Additionally, AgeFilter, PrecisionFilter, PriceFilter, ShuffleFilter, SpreadFilter and VolatilityFilter act as Pairlist Filters, removing certain pairs and/or moving their positions in the pairlist.

    +

    If multiple Pairlist Handlers are used, they are chained and a combination of all Pairlist Handlers forms the resulting pairlist the bot uses for trading and backtesting. Pairlist Handlers are executed in the sequence they are configured. You should always configure either StaticPairList or VolumePairList as the starting Pairlist Handler.

    +

    Inactive markets are always removed from the resulting pairlist. Explicitly blacklisted pairs (those in the pair_blacklist configuration setting) are also always removed from the resulting pairlist.

    +

    Pair blacklist

    +

    The pair blacklist (configured via exchange.pair_blacklist in the configuration) disallows certain pairs from trading. +This can be as simple as excluding DOGE/BTC - which will remove exactly this pair.

    +

    The pair-blacklist does also support wildcards (in regex-style) - so BNB/.* will exclude ALL pairs that start with BNB. +You may also use something like .*DOWN/BTC or .*UP/BTC to exclude leveraged tokens (check Pair naming conventions for your exchange!)

    +

    Available Pairlist Handlers

    + +
    +

    Testing pairlists

    +

    Pairlist configurations can be quite tricky to get right. Best use the test-pairlist utility sub-command to test your configuration quickly.

    +
    +

    Static Pair List

    +

    By default, the StaticPairList method is used, which uses a statically defined pair whitelist from the configuration. The pairlist also supports wildcards (in regex-style) - so .*/BTC will include all pairs with BTC as a stake.

    +

    It uses configuration from exchange.pair_whitelist and exchange.pair_blacklist.

    +

    json +"pairlists": [ + {"method": "StaticPairList"} + ],

    +

    By default, only currently enabled pairs are allowed. +To skip pair validation against active markets, set "allow_inactive": true within the StaticPairList configuration. +This can be useful for backtesting expired pairs (like quarterly spot-markets). +This option must be configured along with exchange.skip_pair_validation in the exchange configuration.

    +

    Volume Pair List

    +

    VolumePairList employs sorting/filtering of pairs by their trading volume. It selects number_assets top pairs with sorting based on the sort_key (which can only be quoteVolume).

    +

    When used in the chain of Pairlist Handlers in a non-leading position (after StaticPairList and other Pairlist Filters), VolumePairList considers outputs of previous Pairlist Handlers, adding its sorting/selection of the pairs by the trading volume.

    +

    When used on the leading position of the chain of Pairlist Handlers, it does not consider pair_whitelist configuration setting, but selects the top assets from all available markets (with matching stake-currency) on the exchange.

    +

    The refresh_period setting allows to define the period (in seconds), at which the pairlist will be refreshed. Defaults to 1800s (30 minutes). +The pairlist cache (refresh_period) on VolumePairList is only applicable to generating pairlists. +Filtering instances (not the first position in the list) will not apply any cache and will always use up-to-date data.

    +

    VolumePairList is based on the ticker data from exchange, as reported by the ccxt library:

    +
      +
    • The quoteVolume is the amount of quote (stake) currency traded (bought or sold) in last 24 hours.
    • +
    +

    json +"pairlists": [{ + "method": "VolumePairList", + "number_assets": 20, + "sort_key": "quoteVolume", + "refresh_period": 1800 +}],

    +
    +

    Note

    +

    VolumePairList does not support backtesting mode.

    +
    +

    AgeFilter

    +

    Removes pairs that have been listed on the exchange for less than min_days_listed days (defaults to 10).

    +

    When pairs are first listed on an exchange they can suffer huge price drops and volatility +in the first few days while the pair goes through its price-discovery period. Bots can often +be caught out buying before the pair has finished dropping in price.

    +

    This filter allows freqtrade to ignore pairs until they have been listed for at least min_days_listed days.

    +

    PerformanceFilter

    +

    Sorts pairs by past trade performance, as follows:

    +
      +
    1. Positive performance.
    2. +
    3. No closed trades yet.
    4. +
    5. Negative performance.
    6. +
    +

    Trade count is used as a tie breaker.

    +
    +

    Note

    +

    PerformanceFilter does not support backtesting mode.

    +
    +

    PrecisionFilter

    +

    Filters low-value coins which would not allow setting stoplosses.

    +

    PriceFilter

    +

    The PriceFilter allows filtering of pairs by price. Currently the following price filters are supported:

    +
      +
    • min_price
    • +
    • max_price
    • +
    • max_value
    • +
    • low_price_ratio
    • +
    +

    The min_price setting removes pairs where the price is below the specified price. This is useful if you wish to avoid trading very low-priced pairs. +This option is disabled by default, and will only apply if set to > 0.

    +

    The max_price setting removes pairs where the price is above the specified price. This is useful if you wish to trade only low-priced pairs. +This option is disabled by default, and will only apply if set to > 0.

    +

    The max_value setting removes pairs where the minimum value change is above a specified value. +This is useful when an exchange has unbalanced limits. For example, if step-size = 1 (so you can only buy 1, or 2, or 3, but not 1.1 Coins) - and the price is pretty high (like 20\() as the coin has risen sharply since the last limit adaption. +As a result of the above, you can only buy for 20\), or 40$ - but not for 25$. +On exchanges that deduct fees from the receiving currency (e.g. FTX) - this can result in high value coins / amounts that are unsellable as the amount is slightly below the limit.

    +

    The low_price_ratio setting removes pairs where a raise of 1 price unit (pip) is above the low_price_ratio ratio. +This option is disabled by default, and will only apply if set to > 0.

    +

    For PriceFiler at least one of its min_price, max_price or low_price_ratio settings must be applied.

    +

    Calculation example:

    +

    Min price precision for SHITCOIN/BTC is 8 decimals. If its price is 0.00000011 - one price step above would be 0.00000012, which is ~9% higher than the previous price value. You may filter out this pair by using PriceFilter with low_price_ratio set to 0.09 (9%) or with min_price set to 0.00000011, correspondingly.

    +
    +

    Low priced pairs

    +

    Low priced pairs with high "1 pip movements" are dangerous since they are often illiquid and it may also be impossible to place the desired stoploss, which can often result in high losses since price needs to be rounded to the next tradable price - so instead of having a stoploss of -5%, you could end up with a stoploss of -9% simply due to price rounding.

    +
    +

    ShuffleFilter

    +

    Shuffles (randomizes) pairs in the pairlist. It can be used for preventing the bot from trading some of the pairs more frequently then others when you want all pairs be treated with the same priority.

    +
    +

    Tip

    +

    You may set the seed value for this Pairlist to obtain reproducible results, which can be useful for repeated backtesting sessions. If seed is not set, the pairs are shuffled in the non-repeatable random order.

    +
    +

    SpreadFilter

    +

    Removes pairs that have a difference between asks and bids above the specified ratio, max_spread_ratio (defaults to 0.005).

    +

    Example:

    +

    If DOGE/BTC maximum bid is 0.00000026 and minimum ask is 0.00000027, the ratio is calculated as: 1 - bid/ask ~= 0.037 which is > 0.005 and this pair will be filtered out.

    +

    RangeStabilityFilter

    +

    Removes pairs where the difference between lowest low and highest high over lookback_days days is below min_rate_of_change. Since this is a filter that requires additional data, the results are cached for refresh_period.

    +

    In the below example: +If the trading range over the last 10 days is <1%, remove the pair from the whitelist.

    +

    json +"pairlists": [ + { + "method": "RangeStabilityFilter", + "lookback_days": 10, + "min_rate_of_change": 0.01, + "refresh_period": 1440 + } +]

    +
    +

    Tip

    +

    This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit.

    +
    +

    VolatilityFilter

    +

    Volatility is the degree of historical variation of a pairs over time, is is measured by the standard deviation of logarithmic daily returns. Returns are assumed to be normally distributed, although actual distribution might be different. In a normal distribution, 68% of observations fall within one standard deviation and 95% of observations fall within two standard deviations. Assuming a volatility of 0.05 means that the expected returns for 20 out of 30 days is expected to be less than 5% (one standard deviation). Volatility is a positive ratio of the expected deviation of return and can be greater than 1.00. Please refer to the wikipedia definition of volatility.

    +

    This filter removes pairs if the average volatility over a lookback_days days is below min_volatility or above max_volatility. Since this is a filter that requires additional data, the results are cached for refresh_period.

    +

    This filter can be used to narrow down your pairs to a certain volatility or avoid very volatile pairs.

    +

    In the below example: +If the volatility over the last 10 days is not in the range of 0.05-0.50, remove the pair from the whitelist. The filter is applied every 24h.

    +

    json +"pairlists": [ + { + "method": "VolatilityFilter", + "lookback_days": 10, + "min_volatility": 0.05, + "max_volatility": 0.50, + "refresh_period": 86400 + } +]

    +

    Full example of Pairlist Handlers

    +

    The below example blacklists BNB/BTC, uses VolumePairList with 20 assets, sorting pairs by quoteVolume and applies PrecisionFilter and PriceFilter, filtering all assets where 1 price unit is > 1%. Then the SpreadFilter and VolatilityFilter is applied and pairs are finally shuffled with the random seed set to some predefined value.

    +

    json +"exchange": { + "pair_whitelist": [], + "pair_blacklist": ["BNB/BTC"] +}, +"pairlists": [ + { + "method": "VolumePairList", + "number_assets": 20, + "sort_key": "quoteVolume" + }, + {"method": "AgeFilter", "min_days_listed": 10}, + {"method": "PrecisionFilter"}, + {"method": "PriceFilter", "low_price_ratio": 0.01}, + {"method": "SpreadFilter", "max_spread_ratio": 0.005}, + { + "method": "RangeStabilityFilter", + "lookback_days": 10, + "min_rate_of_change": 0.01, + "refresh_period": 1440 + }, + { + "method": "VolatilityFilter", + "lookback_days": 10, + "min_volatility": 0.05, + "max_volatility": 0.50, + "refresh_period": 86400 + }, + {"method": "ShuffleFilter", "seed": 42} + ],

    +

    Protections

    +
    +

    Beta feature

    +

    This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord, Slack or via Github Issue.

    +
    +

    Protections will protect your strategy from unexpected events and market conditions by temporarily stop trading for either one pair, or for all pairs. +All protection end times are rounded up to the next candle to avoid sudden, unexpected intra-candle buys.

    +
    +

    Note

    +

    Not all Protections will work for all strategies, and parameters will need to be tuned for your strategy to improve performance.
    +To align your protection with your strategy, you can define protections in the strategy.

    +
    +
    +

    Tip

    +

    Each Protection can be configured multiple times with different parameters, to allow different levels of protection (short-term / long-term).

    +
    +
    +

    Backtesting

    +

    Protections are supported by backtesting and hyperopt, but must be explicitly enabled by using the --enable-protections flag.

    +
    +

    Available Protections

    +
      +
    • StoplossGuard Stop trading if a certain amount of stoploss occurred within a certain time window.
    • +
    • MaxDrawdown Stop trading if max-drawdown is reached.
    • +
    • LowProfitPairs Lock pairs with low profits
    • +
    • CooldownPeriod Don't enter a trade right after selling a trade.
    • +
    +

    Common settings to all Protections

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ParameterDescription
    methodProtection name to use.
    Datatype: String, selected from available Protections
    stop_duration_candlesFor how many candles should the lock be set?
    Datatype: Positive integer (in candles)
    stop_durationhow many minutes should protections be locked.
    Cannot be used together with stop_duration_candles.
    Datatype: Float (in minutes)
    lookback_period_candlesOnly trades that completed within the last lookback_period_candles candles will be considered. This setting may be ignored by some Protections.
    Datatype: Positive integer (in candles).
    lookback_periodOnly trades that completed after current_time - lookback_period will be considered.
    Cannot be used together with lookback_period_candles.
    This setting may be ignored by some Protections.
    Datatype: Float (in minutes)
    trade_limitNumber of trades required at minimum (not used by all Protections).
    Datatype: Positive integer
    +
    +

    Durations

    +

    Durations (stop_duration* and lookback_period* can be defined in either minutes or candles). +For more flexibility when testing different timeframes, all below examples will use the "candle" definition.

    +
    +

    Stoploss Guard

    +

    StoplossGuard selects all trades within lookback_period in minutes (or in candles when using lookback_period_candles). +If trade_limit or more trades resulted in stoploss, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles).

    +

    This applies across all pairs, unless only_per_pair is set to true, which will then only look at one pair at a time.

    +

    The below example stops trading for all pairs for 4 candles after the last trade if the bot hit stoploss 4 times within the last 24 candles.

    +

    json +"protections": [ + { + "method": "StoplossGuard", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 4, + "only_per_pair": false + } +],

    +
    +

    Note

    +

    StoplossGuard considers all trades with the results "stop_loss", "stoploss_on_exchange" and "trailing_stop_loss" if the resulting profit was negative. +trade_limit and lookback_period will need to be tuned for your strategy.

    +
    +

    MaxDrawdown

    +

    MaxDrawdown uses all trades within lookback_period in minutes (or in candles when using lookback_period_candles) to determine the maximum drawdown. If the drawdown is below max_allowed_drawdown, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles) after the last trade - assuming that the bot needs some time to let markets recover.

    +

    The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of trade_limit trades - within the last 48 candles. If desired, lookback_period and/or stop_duration can be used.

    +

    json +"protections": [ + { + "method": "MaxDrawdown", + "lookback_period_candles": 48, + "trade_limit": 20, + "stop_duration_candles": 12, + "max_allowed_drawdown": 0.2 + }, +],

    +

    Low Profit Pairs

    +

    LowProfitPairs uses all trades for a pair within lookback_period in minutes (or in candles when using lookback_period_candles) to determine the overall profit ratio. +If that ratio is below required_profit, that pair will be locked for stop_duration in minutes (or in candles when using stop_duration_candles).

    +

    The below example will stop trading a pair for 60 minutes if the pair does not have a required profit of 2% (and a minimum of 2 trades) within the last 6 candles.

    +

    json +"protections": [ + { + "method": "LowProfitPairs", + "lookback_period_candles": 6, + "trade_limit": 2, + "stop_duration": 60, + "required_profit": 0.02 + } +],

    +

    Cooldown Period

    +

    CooldownPeriod locks a pair for stop_duration in minutes (or in candles when using stop_duration_candles) after selling, avoiding a re-entry for this pair for stop_duration minutes.

    +

    The below example will stop trading a pair for 2 candles after closing a trade, allowing this pair to "cool down".

    +

    json +"protections": [ + { + "method": "CooldownPeriod", + "stop_duration_candles": 2 + } +],

    +
    +

    Note

    +

    This Protection applies only at pair-level, and will never lock all pairs globally. +This Protection does not consider lookback_period as it only looks at the latest trade.

    +
    +

    Full example of Protections

    +

    All protections can be combined at will, also with different parameters, creating a increasing wall for under-performing pairs. +All protections are evaluated in the sequence they are defined.

    +

    The below example assumes a timeframe of 1 hour:

    +
      +
    • Locks each pair after selling for an additional 5 candles (CooldownPeriod), giving other pairs a chance to get filled.
    • +
    • Stops trading for 4 hours (4 * 1h candles) if the last 2 days (48 * 1h candles) had 20 trades, which caused a max-drawdown of more than 20%. (MaxDrawdown).
    • +
    • Stops trading if more than 4 stoploss occur for all pairs within a 1 day (24 * 1h candles) limit (StoplossGuard).
    • +
    • Locks all pairs that had 4 Trades within the last 6 hours (6 * 1h candles) with a combined profit ratio of below 0.02 (<2%) (LowProfitPairs).
    • +
    • Locks all pairs for 2 candles that had a profit of below 0.01 (<1%) within the last 24h (24 * 1h candles), a minimum of 4 trades.
    • +
    +

    json +"timeframe": "1h", +"protections": [ + { + "method": "CooldownPeriod", + "stop_duration_candles": 5 + }, + { + "method": "MaxDrawdown", + "lookback_period_candles": 48, + "trade_limit": 20, + "stop_duration_candles": 4, + "max_allowed_drawdown": 0.2 + }, + { + "method": "StoplossGuard", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "only_per_pair": false + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 6, + "trade_limit": 2, + "stop_duration_candles": 60, + "required_profit": 0.02 + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "required_profit": 0.01 + } + ],

    +

    You can use the same in your strategy, the syntax is only slightly different:

    +

    ``` python +from freqtrade.strategy import IStrategy

    +

    class AwesomeStrategy(IStrategy) + timeframe = '1h' + protections = [ + { + "method": "CooldownPeriod", + "stop_duration_candles": 5 + }, + { + "method": "MaxDrawdown", + "lookback_period_candles": 48, + "trade_limit": 20, + "stop_duration_candles": 4, + "max_allowed_drawdown": 0.2 + }, + { + "method": "StoplossGuard", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "only_per_pair": False + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 6, + "trade_limit": 2, + "stop_duration_candles": 60, + "required_profit": 0.02 + }, + { + "method": "LowProfitPairs", + "lookback_period_candles": 24, + "trade_limit": 4, + "stop_duration_candles": 2, + "required_profit": 0.01 + } + ] + # ... +```

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/requirements-docs.txt b/en/2021.5/requirements-docs.txt new file mode 100644 index 000000000..89011272d --- /dev/null +++ b/en/2021.5/requirements-docs.txt @@ -0,0 +1,3 @@ +mkdocs-material==7.1.5 +mdx_truly_sane_lists==1.2 +pymdown-extensions==8.2 diff --git a/en/2021.5/rest-api/index.html b/en/2021.5/rest-api/index.html new file mode 100644 index 000000000..d6b0606f6 --- /dev/null +++ b/en/2021.5/rest-api/index.html @@ -0,0 +1,1480 @@ + + + + + + + + + + + + + + + + + REST API & FreqUI - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    REST API & FreqUI

    +

    FreqUI

    +

    Freqtrade provides a builtin webserver, which can serve FreqUI, the freqtrade UI.

    +

    By default, the UI is not included in the installation (except for docker images), and must be installed explicitly with freqtrade install-ui. +This same command can also be used to update freqUI, should there be a new release.

    +

    Once the bot is started in trade / dry-run mode (with freqtrade trade) - the UI will be available under the configured port below (usually http://127.0.0.1:8080).

    +
    +

    Alpha release

    +

    FreqUI is still considered an alpha release - if you encounter bugs or inconsistencies please open a FreqUI issue.

    +
    +
    +

    developers

    +

    Developers should not use this method, but instead use the method described in the freqUI repository to get the source-code of freqUI.

    +
    +

    Configuration

    +

    Enable the rest API by adding the api_server section to your configuration and setting api_server.enabled to true.

    +

    Sample configuration:

    +

    json + "api_server": { + "enabled": true, + "listen_ip_address": "127.0.0.1", + "listen_port": 8080, + "verbosity": "error", + "enable_openapi": false, + "jwt_secret_key": "somethingrandom", + "CORS_origins": [], + "username": "Freqtrader", + "password": "SuperSecret1!" + },

    +
    +

    Security warning

    +

    By default, the configuration listens on localhost only (so it's not reachable from other systems). We strongly recommend to not expose this API to the internet and choose a strong, unique password, since others will potentially be able to control your bot.

    +
    +

    You can then access the API by going to http://127.0.0.1:8080/api/v1/ping in a browser to check if the API is running correctly. +This should return the response:

    +

    output +{"status":"pong"}

    +

    All other endpoints return sensitive info and require authentication and are therefore not available through a web browser.

    +

    Security

    +

    To generate a secure password, best use a password manager, or use the below code.

    +

    python +import secrets +secrets.token_hex()

    +
    +

    JWT token

    +

    Use the same method to also generate a JWT secret key (jwt_secret_key).

    +
    +
    +

    Password selection

    +

    Please make sure to select a very strong, unique password to protect your bot from unauthorized access. +Also change jwt_secret_key to something random (no need to remember this, but it'll be used to encrypt your session, so it better be something unique!).

    +
    +

    Configuration with docker

    +

    If you run your bot using docker, you'll need to have the bot listen to incoming connections. The security is then handled by docker.

    +

    json + "api_server": { + "enabled": true, + "listen_ip_address": "0.0.0.0", + "listen_port": 8080, + "username": "Freqtrader", + "password": "SuperSecret1!", + //... + },

    +

    Uncomment the following from your docker-compose file:

    +

    yml + ports: + - "127.0.0.1:8080:8080"

    +
    +

    Security warning

    +

    By using 8080:8080 in the docker port mapping, the API will be available to everyone connecting to the server under the correct port, so others may be able to control your bot.

    +
    +

    Rest API

    +

    Consuming the API

    +

    You can consume the API by using the script scripts/rest_client.py. +The client script only requires the requests module, so Freqtrade does not need to be installed on the system.

    +

    bash +python3 scripts/rest_client.py <command> [optional parameters]

    +

    By default, the script assumes 127.0.0.1 (localhost) and port 8080 to be used, however you can specify a configuration file to override this behaviour.

    +

    Minimalistic client config

    +

    json +{ + "api_server": { + "enabled": true, + "listen_ip_address": "0.0.0.0", + "listen_port": 8080, + "username": "Freqtrader", + "password": "SuperSecret1!", + //... + } +}

    +

    bash +python3 scripts/rest_client.py --config rest_config.json <command> [optional parameters]

    +

    Available endpoints

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CommandDescription
    pingSimple command testing the API Readiness - requires no authentication.
    startStarts the trader.
    stopStops the trader.
    stopbuyStops the trader from opening new trades. Gracefully closes open trades according to their rules.
    reload_configReloads the configuration file.
    tradesList last trades. Limited to 500 trades per call.
    trade/<tradeid>Get specific trade.
    delete_trade <trade_id>Remove trade from the database. Tries to close open orders. Requires manual handling of this trade on the exchange.
    show_configShows part of the current configuration with relevant settings to operation.
    logsShows last log messages.
    statusLists all open trades.
    countDisplays number of trades used and available.
    locksDisplays currently locked pairs.
    delete_lock <lock_id>Deletes (disables) the lock by id.
    profitDisplay a summary of your profit/loss from close trades and some stats about your performance.
    forcesell <trade_id>Instantly sells the given trade (Ignoring minimum_roi).
    forcesell allInstantly sells all open trades (Ignoring minimum_roi).
    forcebuy <pair> [rate]Instantly buys the given pair. Rate is optional. (forcebuy_enable must be set to True)
    performanceShow performance of each finished trade grouped by pair.
    balanceShow account balance per currency.
    daily <n>Shows profit or loss per day, over the last n days (n defaults to 7).
    statsDisplay a summary of profit / loss reasons as well as average holding times.
    whitelistShow the current whitelist.
    blacklist [pair]Show the current blacklist, or adds a pair to the blacklist.
    edgeShow validated pairs by Edge if it is enabled.
    pair_candlesReturns dataframe for a pair / timeframe combination while the bot is running. Alpha
    pair_historyReturns an analyzed dataframe for a given timerange, analyzed by a given strategy. Alpha
    plot_configGet plot config from the strategy (or nothing if not configured). Alpha
    strategiesList strategies in strategy directory. Alpha
    strategy <strategy>Get specific Strategy content. Alpha
    available_pairsList available backtest data. Alpha
    versionShow version.
    +
    +

    Alpha status

    +

    Endpoints labeled with Alpha status above may change at any time without notice.

    +
    +

    Possible commands can be listed from the rest-client script using the help command.

    +

    bash +python3 scripts/rest_client.py help

    +

    ``` output +Possible commands:

    +

    available_pairs + Return available pair (backtest data) based on timeframe / stake_currency selection

    +
        :param timeframe: Only pairs with this timeframe available.
    +    :param stake_currency: Only pairs that include this timeframe
    +
    + +

    balance + Get the account balance.

    +

    blacklist + Show the current blacklist.

    +
        :param add: List of coins to add (example: "BNB/BTC")
    +
    + +

    count + Return the amount of open trades.

    +

    daily + Return the profits for each day, and amount of trades.

    +

    delete_lock + Delete (disable) lock from the database.

    +
        :param lock_id: ID for the lock to delete
    +
    + +

    delete_trade + Delete trade from the database. + Tries to close open orders. Requires manual handling of this asset on the exchange.

    +
        :param trade_id: Deletes the trade with this ID from the database.
    +
    + +

    edge + Return information about edge.

    +

    forcebuy + Buy an asset.

    +
        :param pair: Pair to buy (ETH/BTC)
    +    :param price: Optional - price to buy
    +
    + +

    forcesell + Force-sell a trade.

    +
        :param tradeid: Id of the trade (can be received via status command)
    +
    + +

    locks + Return current locks

    +

    logs + Show latest logs.

    +
        :param limit: Limits log messages to the last <limit> logs. No limit to get the entire log.
    +
    + +

    pair_candles + Return live dataframe for .

    +
        :param pair: Pair to get data for
    +    :param timeframe: Only pairs with this timeframe available.
    +    :param limit: Limit result to the last n candles.
    +
    + +

    pair_history + Return historic, analyzed dataframe

    +
        :param pair: Pair to get data for
    +    :param timeframe: Only pairs with this timeframe available.
    +    :param strategy: Strategy to analyze and get values for
    +    :param timerange: Timerange to get data for (same format than --timerange endpoints)
    +
    + +

    performance + Return the performance of the different coins.

    +

    ping + simple ping

    +

    plot_config + Return plot configuration if the strategy defines one.

    +

    profit + Return the profit summary.

    +

    reload_config + Reload configuration.

    +

    show_config

    +
        Returns part of the configuration, relevant for trading operations.
    +
    + +

    start + Start the bot if it's in the stopped state.

    +

    stats + Return the stats report (durations, sell-reasons).

    +

    status + Get the status of open trades.

    +

    stop + Stop the bot. Use start to restart.

    +

    stopbuy + Stop buying (but handle sells gracefully). Use reload_config to reset.

    +

    strategies + Lists available strategies

    +

    strategy + Get strategy details

    +
        :param strategy: Strategy class name
    +
    + +

    trade + Return specific trade

    +
        :param trade_id: Specify which trade to get.
    +
    + +

    trades + Return trades history, sorted by id

    +
        :param limit: Limits trades to the X last trades. Max 500 trades.
    +    :param offset: Offset by this amount of trades.
    +
    + +

    version + Return the version of the bot.

    +

    whitelist + Show the current whitelist. +```

    +

    OpenAPI interface

    +

    To enable the builtin openAPI interface (Swagger UI), specify "enable_openapi": true in the api_server configuration. +This will enable the Swagger UI at the /docs endpoint. By default, that's running at http://localhost:8080/docs/ - but it'll depend on your settings.

    +

    Advanced API usage using JWT tokens

    +
    +

    Note

    +

    The below should be done in an application (a Freqtrade REST API client, which fetches info via API), and is not intended to be used on a regular basis.

    +
    +

    Freqtrade's REST API also offers JWT (JSON Web Tokens). +You can login using the following command, and subsequently use the resulting access_token.

    +

    ``` bash

    +
    +

    curl -X POST --user Freqtrader http://localhost:8080/api/v1/token/login

    +

    access_token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODkxMTk2ODEsIm5iZiI6MTU4OTExOTY4MSwianRpIjoiMmEwYmY0NWUtMjhmOS00YTUzLTlmNzItMmM5ZWVlYThkNzc2IiwiZXhwIjoxNTg5MTIwNTgxLCJpZGVudGl0eSI6eyJ1IjoiRnJlcXRyYWRlciJ9LCJmcmVzaCI6ZmFsc2UsInR5cGUiOiJhY2Nlc3MifQ.qt6MAXYIa-l556OM7arBvYJ0SDI9J8bIk3_glDujF5g"

    +
    +

    Use access_token for authentication

    +
    +

    curl -X GET --header "Authorization: Bearer ${access_token}" http://localhost:8080/api/v1/count

    +
    +

    ```

    +

    Since the access token has a short timeout (15 min) - the token/refresh request should be used periodically to get a fresh access token:

    +

    ``` bash

    +
    +

    curl -X POST --header "Authorization: Bearer ${refresh_token}"http://localhost:8080/api/v1/token/refresh +{"access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODkxMTk5NzQsIm5iZiI6MTU4OTExOTk3NCwianRpIjoiMDBjNTlhMWUtMjBmYS00ZTk0LTliZjAtNWQwNTg2MTdiZDIyIiwiZXhwIjoxNTg5MTIwODc0LCJpZGVudGl0eSI6eyJ1IjoiRnJlcXRyYWRlciJ9LCJmcmVzaCI6ZmFsc2UsInR5cGUiOiJhY2Nlc3MifQ.1seHlII3WprjjclY6DpRhen0rqdF4j6jbvxIhUFaSbs"} +```

    +
    +

    CORS

    +

    All web-based front-ends are subject to CORS - Cross-Origin Resource Sharing. +Since most of the requests to the Freqtrade API must be authenticated, a proper CORS policy is key to avoid security problems. +Also, the standard disallows * CORS policies for requests with credentials, so this setting must be set appropriately.

    +

    Users can configure this themselves via the CORS_origins configuration setting. +It consists of a list of allowed sites that are allowed to consume resources from the bot's API.

    +

    Assuming your application is deployed as https://frequi.freqtrade.io/home/ - this would mean that the following configuration becomes necessary:

    +

    jsonc +{ + //... + "jwt_secret_key": "somethingrandom", + "CORS_origins": ["https://frequi.freqtrade.io"], + //... +}

    +
    +

    Note

    +

    We strongly recommend to also set jwt_secret_key to something random and known only to yourself to avoid unauthorized access to your bot.

    +
    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/sandbox-testing/index.html b/en/2021.5/sandbox-testing/index.html new file mode 100644 index 000000000..d5e1eb5cb --- /dev/null +++ b/en/2021.5/sandbox-testing/index.html @@ -0,0 +1,1171 @@ + + + + + + + + + + + + + + + + + Sandbox Testing - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Sandbox API testing

    +

    Some exchanges provide sandboxes or testbeds for risk-free testing, while running the bot against a real exchange. +With some configuration, freqtrade (in combination with ccxt) provides access to these.

    +

    This document is an overview to configure Freqtrade to be used with sandboxes. +This can be useful to developers and trader alike.

    +
    +

    Warning

    +

    Sandboxes usually have very low volume, and either a very wide spread, or no orders available at all. +Therefore, sandboxes will usually not do a good job of showing you how a strategy would work in real trading.

    +
    +

    Exchanges known to have a sandbox / testnet

    + +
    +

    Note

    +

    We did not test correct functioning of all of the above testnets. Please report your experiences with each sandbox.

    +
    +
    +

    Configure a Sandbox account

    +

    When testing your API connectivity, make sure to use the appropriate sandbox / testnet URL.

    +

    In general, you should follow these steps to enable an exchange's sandbox:

    +
      +
    • Figure out if an exchange has a sandbox (most likely by using google or the exchange's support documents)
    • +
    • Create a sandbox account (often the sandbox-account requires separate registration)
    • +
    • Add some test assets to account
    • +
    • Create API keys
    • +
    +

    Add test funds

    +

    Usually, sandbox exchanges allow depositing funds directly via web-interface. +You should make sure to have a realistic amount of funds available to your test-account, so results are representable of your real account funds.

    +
    +

    Warning

    +

    Test exchanges will NEVER require your real credit card or banking details!

    +
    +

    Configure freqtrade to use a exchange's sandbox

    +

    Sandbox URLs

    +

    Freqtrade makes use of CCXT which in turn provides a list of URLs to Freqtrade. +These include ['test'] and ['api'].

    +
      +
    • [Test] if available will point to an Exchanges sandbox.
    • +
    • [Api] normally used, and resolves to live API target on the exchange.
    • +
    +

    To make use of sandbox / test add "sandbox": true, to your config.json

    +

    json + "exchange": { + "name": "coinbasepro", + "sandbox": true, + "key": "5wowfxemogxeowo;heiohgmd", + "secret": "/ZMH1P62rCVmwefewrgcewX8nh4gob+lywxfwfxwwfxwfNsH1ySgvWCUR/w==", + "password": "1bkjfkhfhfu6sr", + "outdated_offset": 5 + "pair_whitelist": [ + "BTC/USD" + ] + }, + "datadir": "user_data/data/coinbasepro_sandbox"

    +

    Also the following information:

    +
      +
    • api-key (created for the sandbox webpage)
    • +
    • api-secret (noted earlier)
    • +
    • password (the passphrase - noted earlier)
    • +
    +
    +

    Different data directory

    +

    We also recommend to set datadir to something identifying downloaded data as sandbox data, to avoid having sandbox data mixed with data from the real exchange. +This can be done by adding the "datadir" key to the configuration. +Now, whenever you use this configuration, your data directory will be set to this directory.

    +
    +
    +

    You should now be ready to test your sandbox

    +

    Ensure Freqtrade logs show the sandbox URL, and trades made are shown in sandbox. Also make sure to select a pair which shows at least some decent value (which very often is BTC/).

    +

    Common problems with sandbox exchanges

    +

    Sandbox exchange instances often have very low volume, which can cause some problems which usually are not seen on a real exchange instance.

    +

    Old Candles problem

    +

    Since Sandboxes often have low volume, candles can be quite old and show no volume. +To disable the error "Outdated history for pair ...", best increase the parameter "outdated_offset" to a number that seems realistic for the sandbox you're using.

    +

    Unfilled orders

    +

    Sandboxes often have very low volumes - which means that many trades can go unfilled, or can go unfilled for a very long time.

    +

    To mitigate this, you can try to match the first order on the opposite orderbook side using the following configuration:

    +

    jsonc + "order_types": { + "buy": "limit", + "sell": "limit" + // ... + }, + "bid_strategy": { + "price_side": "ask", + // ... + }, + "ask_strategy":{ + "price_side": "bid", + // ... + },

    +

    The configuration is similar to the suggested configuration for market orders - however by using limit-orders you can avoid moving the price too much, and you can set the worst price you might get.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/search/search_index.json b/en/2021.5/search/search_index.json new file mode 100644 index 000000000..8fac7a034 --- /dev/null +++ b/en/2021.5/search/search_index.json @@ -0,0 +1 @@ +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Star Fork Download Introduction \u00b6 Freqtrade is a crypto-currency algorithmic trading software developed in python (3.7+) and supported on Windows, macOS and Linux. DISCLAIMER This software is for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS. Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect. We strongly recommend you to have basic coding skills and Python knowledge. Do not hesitate to read the source code and understand the mechanisms of this bot, algorithms and techniques implemented in it. Features \u00b6 Develop your Strategy: Write your strategy in python, using pandas . Example strategies to inspire you are available in the strategy repository . Download market data: Download historical data of the exchange and the markets your may want to trade with. Backtest: Test your strategy on downloaded historical data. Optimize: Find the best parameters for your strategy using hyperoptimization which employs machining learning methods. You can optimize buy, sell, take profit (ROI), stop-loss and trailing stop-loss parameters for your strategy. Select markets: Create your static list or use an automatic one based on top traded volumes and/or prices (not available during backtesting). You can also explicitly blacklist markets you don't want to trade. Run: Test your strategy with simulated money (Dry-Run mode) or deploy it with real money (Live-Trade mode). Run using Edge (optional module): The concept is to find the best historical trade expectancy by markets based on variation of the stop-loss and then allow/reject markets to trade. The sizing of the trade is based on a risk of a percentage of your capital. Control/Monitor: Use Telegram or a REST API (start/stop the bot, show profit/loss, daily summary, current open trades results, etc.). Analyse: Further analysis can be performed on either Backtesting data or Freqtrade trading history (SQL database), including automated standard plots, and methods to load the data into interactive environments . Supported exchange marketplaces \u00b6 Please read the exchange specific notes to learn about eventual, special configurations needed for each exchange. Binance ( *Note for binance users ) Bittrex FTX Kraken potentially many others through . (We cannot guarantee they will work) Community tested \u00b6 Exchanges confirmed working by the community: Bitvavo Requirements \u00b6 Hardware requirements \u00b6 To run this bot we recommend you a linux cloud instance with a minimum of: 2GB RAM 1GB disk space 2vCPU Software requirements \u00b6 Docker (Recommended) Alternatively Python 3.7+ pip (pip3) git TA-Lib virtualenv (Recommended) Support \u00b6 Help / Discord / Slack \u00b6 For any questions not covered by the documentation or for further information about the bot, or to simply engage with like-minded individuals, we encourage you to join our slack channel. Please check out our discord server . You can also join our Slack channel . Ready to try? \u00b6 Begin by reading our installation guide for docker (recommended), or for installation without docker .","title":"Home"},{"location":"#introduction","text":"Freqtrade is a crypto-currency algorithmic trading software developed in python (3.7+) and supported on Windows, macOS and Linux. DISCLAIMER This software is for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS. Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect. We strongly recommend you to have basic coding skills and Python knowledge. Do not hesitate to read the source code and understand the mechanisms of this bot, algorithms and techniques implemented in it.","title":"Introduction"},{"location":"#features","text":"Develop your Strategy: Write your strategy in python, using pandas . Example strategies to inspire you are available in the strategy repository . Download market data: Download historical data of the exchange and the markets your may want to trade with. Backtest: Test your strategy on downloaded historical data. Optimize: Find the best parameters for your strategy using hyperoptimization which employs machining learning methods. You can optimize buy, sell, take profit (ROI), stop-loss and trailing stop-loss parameters for your strategy. Select markets: Create your static list or use an automatic one based on top traded volumes and/or prices (not available during backtesting). You can also explicitly blacklist markets you don't want to trade. Run: Test your strategy with simulated money (Dry-Run mode) or deploy it with real money (Live-Trade mode). Run using Edge (optional module): The concept is to find the best historical trade expectancy by markets based on variation of the stop-loss and then allow/reject markets to trade. The sizing of the trade is based on a risk of a percentage of your capital. Control/Monitor: Use Telegram or a REST API (start/stop the bot, show profit/loss, daily summary, current open trades results, etc.). Analyse: Further analysis can be performed on either Backtesting data or Freqtrade trading history (SQL database), including automated standard plots, and methods to load the data into interactive environments .","title":"Features"},{"location":"#supported-exchange-marketplaces","text":"Please read the exchange specific notes to learn about eventual, special configurations needed for each exchange. Binance ( *Note for binance users ) Bittrex FTX Kraken potentially many others through . (We cannot guarantee they will work)","title":"Supported exchange marketplaces"},{"location":"#community-tested","text":"Exchanges confirmed working by the community: Bitvavo","title":"Community tested"},{"location":"#requirements","text":"","title":"Requirements"},{"location":"#hardware-requirements","text":"To run this bot we recommend you a linux cloud instance with a minimum of: 2GB RAM 1GB disk space 2vCPU","title":"Hardware requirements"},{"location":"#software-requirements","text":"Docker (Recommended) Alternatively Python 3.7+ pip (pip3) git TA-Lib virtualenv (Recommended)","title":"Software requirements"},{"location":"#support","text":"","title":"Support"},{"location":"#help-discord-slack","text":"For any questions not covered by the documentation or for further information about the bot, or to simply engage with like-minded individuals, we encourage you to join our slack channel. Please check out our discord server . You can also join our Slack channel .","title":"Help / Discord / Slack"},{"location":"#ready-to-try","text":"Begin by reading our installation guide for docker (recommended), or for installation without docker .","title":"Ready to try?"},{"location":"advanced-hyperopt/","text":"Advanced Hyperopt \u00b6 This page explains some advanced Hyperopt topics that may require higher coding skills and Python knowledge than creation of an ordinal hyperoptimization class. Creating and using a custom loss function \u00b6 To use a custom loss function class, make sure that the function hyperopt_loss_function is defined in your custom hyperopt loss class. For the sample below, you then need to add the command line parameter --hyperopt-loss SuperDuperHyperOptLoss to your hyperopt call so this function is being used. A sample of this can be found below, which is identical to the Default Hyperopt loss implementation. A full sample can be found in userdata/hyperopts . ``` python from datetime import datetime from typing import Dict from pandas import DataFrame from freqtrade.optimize.hyperopt import IHyperOptLoss TARGET_TRADES = 600 EXPECTED_MAX_PROFIT = 3.0 MAX_ACCEPTED_TRADE_DURATION = 300 class SuperDuperHyperOptLoss(IHyperOptLoss): \"\"\" Defines the default loss function for hyperopt \"\"\" @staticmethod def hyperopt_loss_function(results: DataFrame, trade_count: int, min_date: datetime, max_date: datetime, config: Dict, processed: Dict[str, DataFrame], *args, **kwargs) -> float: \"\"\" Objective function, returns smaller number for better results This is the legacy algorithm (used until now in freqtrade). Weights are distributed as follows: * 0.4 to trade duration * 0.25: Avoiding trade loss * 1.0 to total profit, compared to the expected value (`EXPECTED_MAX_PROFIT`) defined above \"\"\" total_profit = results['profit_ratio'].sum() trade_duration = results['trade_duration'].mean() trade_loss = 1 - 0.25 * exp(-(trade_count - TARGET_TRADES) ** 2 / 10 ** 5.8) profit_loss = max(0, 1 - total_profit / EXPECTED_MAX_PROFIT) duration_loss = 0.4 * min(trade_duration / MAX_ACCEPTED_TRADE_DURATION, 1) result = trade_loss + profit_loss + duration_loss return result ``` Currently, the arguments are: results : DataFrame containing the result The following columns are available in results (corresponds to the output-file of backtesting when used with --export trades ): pair, profit_ratio, profit_abs, open_date, open_rate, fee_open, close_date, close_rate, fee_close, amount, trade_duration, is_open, sell_reason, stake_amount, min_rate, max_rate, stop_loss_ratio, stop_loss_abs trade_count : Amount of trades (identical to len(results) ) min_date : Start date of the timerange used min_date : End date of the timerange used config : Config object used (Note: Not all strategy-related parameters will be updated here if they are part of a hyperopt space). processed : Dict of Dataframes with the pair as keys containing the data used for backtesting. This function needs to return a floating point number ( float ). Smaller numbers will be interpreted as better results. The parameters and balancing for this is up to you. Note This function is called once per iteration - so please make sure to have this as optimized as possible to not slow hyperopt down unnecessarily. Note Please keep the arguments *args and **kwargs in the interface to allow us to extend this interface later. Overriding pre-defined spaces \u00b6 To override a pre-defined space ( roi_space , generate_roi_table , stoploss_space , trailing_space ), define a nested class called Hyperopt and define the required spaces as follows: python class MyAwesomeStrategy(IStrategy): class HyperOpt: # Define a custom stoploss space. def stoploss_space(self): return [SKDecimal(-0.05, -0.01, decimals=3, name='stoploss')] Space options \u00b6 For the additional spaces, scikit-optimize (in combination with Freqtrade) provides the following space types: Categorical - Pick from a list of categories (e.g. Categorical(['a', 'b', 'c'], name=\"cat\") ) Integer - Pick from a range of whole numbers (e.g. Integer(1, 10, name='rsi') ) SKDecimal - Pick from a range of decimal numbers with limited precision (e.g. SKDecimal(0.1, 0.5, decimals=3, name='adx') ). Available only with freqtrade . Real - Pick from a range of decimal numbers with full precision (e.g. Real(0.1, 0.5, name='adx') You can import all of these from freqtrade.optimize.space , although Categorical , Integer and Real are only aliases for their corresponding scikit-optimize Spaces. SKDecimal is provided by freqtrade for faster optimizations. python from freqtrade.optimize.space import Categorical, Dimension, Integer, SKDecimal, Real # noqa SKDecimal vs. Real We recommend to use SKDecimal instead of the Real space in almost all cases. While the Real space provides full accuracy (up to ~16 decimal places) - this precision is rarely needed, and leads to unnecessary long hyperopt times. Assuming the definition of a rather small space ( SKDecimal(0.10, 0.15, decimals=2, name='xxx') ) - SKDecimal will have 5 possibilities ( [0.10, 0.11, 0.12, 0.13, 0.14, 0.15] ). A corresponding real space Real(0.10, 0.15 name='xxx') on the other hand has an almost unlimited number of possibilities ( [0.10, 0.010000000001, 0.010000000002, ... 0.014999999999, 0.01500000000] ). Legacy Hyperopt \u00b6 This Section explains the configuration of an explicit Hyperopt file (separate to the strategy). Deprecated / legacy mode Since the 2021.4 release you no longer have to write a separate hyperopt class, but all strategies can be hyperopted. Please read the main hyperopt page for more details. Prepare hyperopt file \u00b6 Configuring an explicit hyperopt file is similar to writing your own strategy, and many tasks will be similar. About this page For this page, we will be using a fictional strategy called AwesomeStrategy - which will be optimized using the AwesomeHyperopt class. Create a Custom Hyperopt File \u00b6 The simplest way to get started is to use the following command, which will create a new hyperopt file from a template, which will be located under user_data/hyperopts/AwesomeHyperopt.py . Let assume you want a hyperopt file AwesomeHyperopt.py : bash freqtrade new-hyperopt --hyperopt AwesomeHyperopt Legacy Hyperopt checklist \u00b6 Checklist on all tasks / possibilities in hyperopt Depending on the space you want to optimize, only some of the below are required: fill buy_strategy_generator - for buy signal optimization fill indicator_space - for buy signal optimization fill sell_strategy_generator - for sell signal optimization fill sell_indicator_space - for sell signal optimization Note populate_indicators needs to create all indicators any of thee spaces may use, otherwise hyperopt will not work. Optional in hyperopt - can also be loaded from a strategy (recommended): populate_indicators - fallback to create indicators populate_buy_trend - fallback if not optimizing for buy space. should come from strategy populate_sell_trend - fallback if not optimizing for sell space. should come from strategy Note You always have to provide a strategy to Hyperopt, even if your custom Hyperopt class contains all methods. Assuming the optional methods are not in your hyperopt file, please use --strategy AweSomeStrategy which contains these methods so hyperopt can use these methods instead. Rarely you may also need to override: roi_space - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default) generate_roi_table - for custom ROI optimization (if you need the ranges for the values in the ROI table that differ from default or the number of entries (steps) in the ROI table which differs from the default 4 steps) stoploss_space - for custom stoploss optimization (if you need the range for the stoploss parameter in the optimization hyperspace that differs from default) trailing_space - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default) Defining a buy signal optimization \u00b6 Let's say you are curious: should you use MACD crossings or lower Bollinger Bands to trigger your buys. And you also wonder should you use RSI or ADX to help with those buy decisions. If you decide to use RSI or ADX, which values should I use for them? So let's use hyperparameter optimization to solve this mystery. We will start by defining a search space: python def indicator_space() -> List[Dimension]: \"\"\" Define your Hyperopt space for searching strategy parameters \"\"\" return [ Integer(20, 40, name='adx-value'), Integer(20, 40, name='rsi-value'), Categorical([True, False], name='adx-enabled'), Categorical([True, False], name='rsi-enabled'), Categorical(['bb_lower', 'macd_cross_signal'], name='trigger') ] Above definition says: I have five parameters I want you to randomly combine to find the best combination. Two of them are integer values ( adx-value and rsi-value ) and I want you test in the range of values 20 to 40. Then we have three category variables. First two are either True or False . We use these to either enable or disable the ADX and RSI guards. The last one we call trigger and use it to decide which buy trigger we want to use. So let's write the buy strategy generator using these values: ```python @staticmethod def buy_strategy_generator(params: Dict[str, Any]) -> Callable: \"\"\" Define the buy strategy parameters to be used by Hyperopt. \"\"\" def populate_buy_trend(dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] # GUARDS AND TRENDS if 'adx-enabled' in params and params['adx-enabled']: conditions.append(dataframe['adx'] > params['adx-value']) if 'rsi-enabled' in params and params['rsi-enabled']: conditions.append(dataframe['rsi'] < params['rsi-value']) # TRIGGERS if 'trigger' in params: if params['trigger'] == 'bb_lower': conditions.append(dataframe['close'] < dataframe['bb_lowerband']) if params['trigger'] == 'macd_cross_signal': conditions.append(qtpylib.crossed_above( dataframe['macd'], dataframe['macdsignal'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'buy'] = 1 return dataframe return populate_buy_trend ``` Hyperopt will now call populate_buy_trend() many times ( epochs ) with different value combinations. It will use the given historical data and make buys based on the buy signals generated with the above function. Based on the results, hyperopt will tell you which parameter combination produced the best results (based on the configured loss function ). Note The above setup expects to find ADX, RSI and Bollinger Bands in the populated indicators. When you want to test an indicator that isn't used by the bot currently, remember to add it to the populate_indicators() method in your strategy or hyperopt file. Sell optimization \u00b6 Similar to the buy-signal above, sell-signals can also be optimized. Place the corresponding settings into the following methods Inside sell_indicator_space() - the parameters hyperopt shall be optimizing. Within sell_strategy_generator() - populate the nested method populate_sell_trend() to apply the parameters. The configuration and rules are the same than for buy signals. To avoid naming collisions in the search-space, please prefix all sell-spaces with sell- . Execute Hyperopt \u00b6 Once you have updated your hyperopt configuration you can run it. Because hyperopt tries a lot of combinations to find the best parameters it will take time to get a good result. More time usually results in better results. We strongly recommend to use screen or tmux to prevent any connection loss. bash freqtrade hyperopt --config config.json --hyperopt --hyperopt-loss --strategy -e 500 --spaces all Use as the name of the custom hyperopt used. The -e option will set how many evaluations hyperopt will do. Since hyperopt uses Bayesian search, running too many epochs at once may not produce greater results. Experience has shown that best results are usually not improving much after 500-1000 epochs. Doing multiple runs (executions) with a few 1000 epochs and different random state will most likely produce different results. The --spaces all option determines that all possible parameters should be optimized. Possibilities are listed below. Note Hyperopt will store hyperopt results with the timestamp of the hyperopt start time. Reading commands ( hyperopt-list , hyperopt-show ) can use --hyperopt-filename to read and display older hyperopt results. You can find a list of filenames with ls -l user_data/hyperopt_results/ . Running Hyperopt using methods from a strategy \u00b6 Hyperopt can reuse populate_indicators , populate_buy_trend , populate_sell_trend from your strategy, assuming these methods are not in your custom hyperopt file, and a strategy is provided. bash freqtrade hyperopt --hyperopt AwesomeHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy AwesomeStrategy Understand the Hyperopt Result \u00b6 Once Hyperopt is completed you can use the result to create a new strategy. Given the following result from hyperopt: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 Buy hyperspace params: { 'adx-value': 44, 'rsi-value': 29, 'adx-enabled': False, 'rsi-enabled': True, 'trigger': 'bb_lower'} ``` You should understand this result like: The buy trigger that worked best was bb_lower . You should not use ADX because adx-enabled: False ) You should consider using the RSI indicator ( rsi-enabled: True and the best value is 29.0 ( rsi-value: 29.0 ) You have to look inside your strategy file into buy_strategy_generator() method, what those values match to. So for example you had rsi-value: 29.0 so we would look at rsi -block, that translates to the following code block: python (dataframe['rsi'] < 29.0) Translating your whole hyperopt result as the new buy-signal would then look like: python def populate_buy_trend(self, dataframe: DataFrame) -> DataFrame: dataframe.loc[ ( (dataframe['rsi'] < 29.0) & # rsi-value dataframe['close'] < dataframe['bb_lowerband'] # trigger ), 'buy'] = 1 return dataframe Validate backtesting results \u00b6 Once the optimized parameters and conditions have been implemented into your strategy, you should backtest the strategy to make sure everything is working as expected. To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp / --disable-max-market-positions and --eps / --enable-position-stacking for Backtesting. Should results don't match, please double-check to make sure you transferred all conditions correctly. Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy. You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like stoploss or trailing_stop ). Sharing methods with your strategy \u00b6 Hyperopt classes provide access to the Strategy via the strategy class attribute. This can be a great way to reduce code duplication if used correctly, but will also complicate usage for inexperienced users. ``` python from pandas import DataFrame from freqtrade.strategy.interface import IStrategy import freqtrade.vendor.qtpylib.indicators as qtpylib class MyAwesomeStrategy(IStrategy): buy_params = { 'rsi-value': 30, 'adx-value': 35, } def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: return self.buy_strategy_generator(self.buy_params, dataframe, metadata) @staticmethod def buy_strategy_generator(params, dataframe: DataFrame, metadata: dict) -> DataFrame: dataframe.loc[ ( qtpylib.crossed_above(dataframe['rsi'], params['rsi-value']) & dataframe['adx'] > params['adx-value']) & dataframe['volume'] > 0 ) , 'buy'] = 1 return dataframe class MyAwesomeHyperOpt(IHyperOpt): ... @staticmethod def buy_strategy_generator(params: Dict[str, Any]) -> Callable: \"\"\" Define the buy strategy parameters to be used by Hyperopt. \"\"\" def populate_buy_trend(dataframe: DataFrame, metadata: dict) -> DataFrame: # Call strategy's buy strategy generator return self.StrategyClass.buy_strategy_generator(params, dataframe, metadata) return populate_buy_trend ```","title":"Advanced Hyperopt"},{"location":"advanced-hyperopt/#advanced-hyperopt","text":"This page explains some advanced Hyperopt topics that may require higher coding skills and Python knowledge than creation of an ordinal hyperoptimization class.","title":"Advanced Hyperopt"},{"location":"advanced-hyperopt/#creating-and-using-a-custom-loss-function","text":"To use a custom loss function class, make sure that the function hyperopt_loss_function is defined in your custom hyperopt loss class. For the sample below, you then need to add the command line parameter --hyperopt-loss SuperDuperHyperOptLoss to your hyperopt call so this function is being used. A sample of this can be found below, which is identical to the Default Hyperopt loss implementation. A full sample can be found in userdata/hyperopts . ``` python from datetime import datetime from typing import Dict from pandas import DataFrame from freqtrade.optimize.hyperopt import IHyperOptLoss TARGET_TRADES = 600 EXPECTED_MAX_PROFIT = 3.0 MAX_ACCEPTED_TRADE_DURATION = 300 class SuperDuperHyperOptLoss(IHyperOptLoss): \"\"\" Defines the default loss function for hyperopt \"\"\" @staticmethod def hyperopt_loss_function(results: DataFrame, trade_count: int, min_date: datetime, max_date: datetime, config: Dict, processed: Dict[str, DataFrame], *args, **kwargs) -> float: \"\"\" Objective function, returns smaller number for better results This is the legacy algorithm (used until now in freqtrade). Weights are distributed as follows: * 0.4 to trade duration * 0.25: Avoiding trade loss * 1.0 to total profit, compared to the expected value (`EXPECTED_MAX_PROFIT`) defined above \"\"\" total_profit = results['profit_ratio'].sum() trade_duration = results['trade_duration'].mean() trade_loss = 1 - 0.25 * exp(-(trade_count - TARGET_TRADES) ** 2 / 10 ** 5.8) profit_loss = max(0, 1 - total_profit / EXPECTED_MAX_PROFIT) duration_loss = 0.4 * min(trade_duration / MAX_ACCEPTED_TRADE_DURATION, 1) result = trade_loss + profit_loss + duration_loss return result ``` Currently, the arguments are: results : DataFrame containing the result The following columns are available in results (corresponds to the output-file of backtesting when used with --export trades ): pair, profit_ratio, profit_abs, open_date, open_rate, fee_open, close_date, close_rate, fee_close, amount, trade_duration, is_open, sell_reason, stake_amount, min_rate, max_rate, stop_loss_ratio, stop_loss_abs trade_count : Amount of trades (identical to len(results) ) min_date : Start date of the timerange used min_date : End date of the timerange used config : Config object used (Note: Not all strategy-related parameters will be updated here if they are part of a hyperopt space). processed : Dict of Dataframes with the pair as keys containing the data used for backtesting. This function needs to return a floating point number ( float ). Smaller numbers will be interpreted as better results. The parameters and balancing for this is up to you. Note This function is called once per iteration - so please make sure to have this as optimized as possible to not slow hyperopt down unnecessarily. Note Please keep the arguments *args and **kwargs in the interface to allow us to extend this interface later.","title":"Creating and using a custom loss function"},{"location":"advanced-hyperopt/#overriding-pre-defined-spaces","text":"To override a pre-defined space ( roi_space , generate_roi_table , stoploss_space , trailing_space ), define a nested class called Hyperopt and define the required spaces as follows: python class MyAwesomeStrategy(IStrategy): class HyperOpt: # Define a custom stoploss space. def stoploss_space(self): return [SKDecimal(-0.05, -0.01, decimals=3, name='stoploss')]","title":"Overriding pre-defined spaces"},{"location":"advanced-hyperopt/#space-options","text":"For the additional spaces, scikit-optimize (in combination with Freqtrade) provides the following space types: Categorical - Pick from a list of categories (e.g. Categorical(['a', 'b', 'c'], name=\"cat\") ) Integer - Pick from a range of whole numbers (e.g. Integer(1, 10, name='rsi') ) SKDecimal - Pick from a range of decimal numbers with limited precision (e.g. SKDecimal(0.1, 0.5, decimals=3, name='adx') ). Available only with freqtrade . Real - Pick from a range of decimal numbers with full precision (e.g. Real(0.1, 0.5, name='adx') You can import all of these from freqtrade.optimize.space , although Categorical , Integer and Real are only aliases for their corresponding scikit-optimize Spaces. SKDecimal is provided by freqtrade for faster optimizations. python from freqtrade.optimize.space import Categorical, Dimension, Integer, SKDecimal, Real # noqa SKDecimal vs. Real We recommend to use SKDecimal instead of the Real space in almost all cases. While the Real space provides full accuracy (up to ~16 decimal places) - this precision is rarely needed, and leads to unnecessary long hyperopt times. Assuming the definition of a rather small space ( SKDecimal(0.10, 0.15, decimals=2, name='xxx') ) - SKDecimal will have 5 possibilities ( [0.10, 0.11, 0.12, 0.13, 0.14, 0.15] ). A corresponding real space Real(0.10, 0.15 name='xxx') on the other hand has an almost unlimited number of possibilities ( [0.10, 0.010000000001, 0.010000000002, ... 0.014999999999, 0.01500000000] ).","title":"Space options"},{"location":"advanced-hyperopt/#legacy-hyperopt","text":"This Section explains the configuration of an explicit Hyperopt file (separate to the strategy). Deprecated / legacy mode Since the 2021.4 release you no longer have to write a separate hyperopt class, but all strategies can be hyperopted. Please read the main hyperopt page for more details.","title":"Legacy Hyperopt"},{"location":"advanced-hyperopt/#prepare-hyperopt-file","text":"Configuring an explicit hyperopt file is similar to writing your own strategy, and many tasks will be similar. About this page For this page, we will be using a fictional strategy called AwesomeStrategy - which will be optimized using the AwesomeHyperopt class.","title":"Prepare hyperopt file"},{"location":"advanced-hyperopt/#create-a-custom-hyperopt-file","text":"The simplest way to get started is to use the following command, which will create a new hyperopt file from a template, which will be located under user_data/hyperopts/AwesomeHyperopt.py . Let assume you want a hyperopt file AwesomeHyperopt.py : bash freqtrade new-hyperopt --hyperopt AwesomeHyperopt","title":"Create a Custom Hyperopt File"},{"location":"advanced-hyperopt/#legacy-hyperopt-checklist","text":"Checklist on all tasks / possibilities in hyperopt Depending on the space you want to optimize, only some of the below are required: fill buy_strategy_generator - for buy signal optimization fill indicator_space - for buy signal optimization fill sell_strategy_generator - for sell signal optimization fill sell_indicator_space - for sell signal optimization Note populate_indicators needs to create all indicators any of thee spaces may use, otherwise hyperopt will not work. Optional in hyperopt - can also be loaded from a strategy (recommended): populate_indicators - fallback to create indicators populate_buy_trend - fallback if not optimizing for buy space. should come from strategy populate_sell_trend - fallback if not optimizing for sell space. should come from strategy Note You always have to provide a strategy to Hyperopt, even if your custom Hyperopt class contains all methods. Assuming the optional methods are not in your hyperopt file, please use --strategy AweSomeStrategy which contains these methods so hyperopt can use these methods instead. Rarely you may also need to override: roi_space - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default) generate_roi_table - for custom ROI optimization (if you need the ranges for the values in the ROI table that differ from default or the number of entries (steps) in the ROI table which differs from the default 4 steps) stoploss_space - for custom stoploss optimization (if you need the range for the stoploss parameter in the optimization hyperspace that differs from default) trailing_space - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default)","title":"Legacy Hyperopt checklist"},{"location":"advanced-hyperopt/#defining-a-buy-signal-optimization","text":"Let's say you are curious: should you use MACD crossings or lower Bollinger Bands to trigger your buys. And you also wonder should you use RSI or ADX to help with those buy decisions. If you decide to use RSI or ADX, which values should I use for them? So let's use hyperparameter optimization to solve this mystery. We will start by defining a search space: python def indicator_space() -> List[Dimension]: \"\"\" Define your Hyperopt space for searching strategy parameters \"\"\" return [ Integer(20, 40, name='adx-value'), Integer(20, 40, name='rsi-value'), Categorical([True, False], name='adx-enabled'), Categorical([True, False], name='rsi-enabled'), Categorical(['bb_lower', 'macd_cross_signal'], name='trigger') ] Above definition says: I have five parameters I want you to randomly combine to find the best combination. Two of them are integer values ( adx-value and rsi-value ) and I want you test in the range of values 20 to 40. Then we have three category variables. First two are either True or False . We use these to either enable or disable the ADX and RSI guards. The last one we call trigger and use it to decide which buy trigger we want to use. So let's write the buy strategy generator using these values: ```python @staticmethod def buy_strategy_generator(params: Dict[str, Any]) -> Callable: \"\"\" Define the buy strategy parameters to be used by Hyperopt. \"\"\" def populate_buy_trend(dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] # GUARDS AND TRENDS if 'adx-enabled' in params and params['adx-enabled']: conditions.append(dataframe['adx'] > params['adx-value']) if 'rsi-enabled' in params and params['rsi-enabled']: conditions.append(dataframe['rsi'] < params['rsi-value']) # TRIGGERS if 'trigger' in params: if params['trigger'] == 'bb_lower': conditions.append(dataframe['close'] < dataframe['bb_lowerband']) if params['trigger'] == 'macd_cross_signal': conditions.append(qtpylib.crossed_above( dataframe['macd'], dataframe['macdsignal'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'buy'] = 1 return dataframe return populate_buy_trend ``` Hyperopt will now call populate_buy_trend() many times ( epochs ) with different value combinations. It will use the given historical data and make buys based on the buy signals generated with the above function. Based on the results, hyperopt will tell you which parameter combination produced the best results (based on the configured loss function ). Note The above setup expects to find ADX, RSI and Bollinger Bands in the populated indicators. When you want to test an indicator that isn't used by the bot currently, remember to add it to the populate_indicators() method in your strategy or hyperopt file.","title":"Defining a buy signal optimization"},{"location":"advanced-hyperopt/#sell-optimization","text":"Similar to the buy-signal above, sell-signals can also be optimized. Place the corresponding settings into the following methods Inside sell_indicator_space() - the parameters hyperopt shall be optimizing. Within sell_strategy_generator() - populate the nested method populate_sell_trend() to apply the parameters. The configuration and rules are the same than for buy signals. To avoid naming collisions in the search-space, please prefix all sell-spaces with sell- .","title":"Sell optimization"},{"location":"advanced-hyperopt/#execute-hyperopt","text":"Once you have updated your hyperopt configuration you can run it. Because hyperopt tries a lot of combinations to find the best parameters it will take time to get a good result. More time usually results in better results. We strongly recommend to use screen or tmux to prevent any connection loss. bash freqtrade hyperopt --config config.json --hyperopt --hyperopt-loss --strategy -e 500 --spaces all Use as the name of the custom hyperopt used. The -e option will set how many evaluations hyperopt will do. Since hyperopt uses Bayesian search, running too many epochs at once may not produce greater results. Experience has shown that best results are usually not improving much after 500-1000 epochs. Doing multiple runs (executions) with a few 1000 epochs and different random state will most likely produce different results. The --spaces all option determines that all possible parameters should be optimized. Possibilities are listed below. Note Hyperopt will store hyperopt results with the timestamp of the hyperopt start time. Reading commands ( hyperopt-list , hyperopt-show ) can use --hyperopt-filename to read and display older hyperopt results. You can find a list of filenames with ls -l user_data/hyperopt_results/ .","title":"Execute Hyperopt"},{"location":"advanced-hyperopt/#running-hyperopt-using-methods-from-a-strategy","text":"Hyperopt can reuse populate_indicators , populate_buy_trend , populate_sell_trend from your strategy, assuming these methods are not in your custom hyperopt file, and a strategy is provided. bash freqtrade hyperopt --hyperopt AwesomeHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy AwesomeStrategy","title":"Running Hyperopt using methods from a strategy"},{"location":"advanced-hyperopt/#understand-the-hyperopt-result","text":"Once Hyperopt is completed you can use the result to create a new strategy. Given the following result from hyperopt: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 Buy hyperspace params: { 'adx-value': 44, 'rsi-value': 29, 'adx-enabled': False, 'rsi-enabled': True, 'trigger': 'bb_lower'} ``` You should understand this result like: The buy trigger that worked best was bb_lower . You should not use ADX because adx-enabled: False ) You should consider using the RSI indicator ( rsi-enabled: True and the best value is 29.0 ( rsi-value: 29.0 ) You have to look inside your strategy file into buy_strategy_generator() method, what those values match to. So for example you had rsi-value: 29.0 so we would look at rsi -block, that translates to the following code block: python (dataframe['rsi'] < 29.0) Translating your whole hyperopt result as the new buy-signal would then look like: python def populate_buy_trend(self, dataframe: DataFrame) -> DataFrame: dataframe.loc[ ( (dataframe['rsi'] < 29.0) & # rsi-value dataframe['close'] < dataframe['bb_lowerband'] # trigger ), 'buy'] = 1 return dataframe","title":"Understand the Hyperopt Result"},{"location":"advanced-hyperopt/#validate-backtesting-results","text":"Once the optimized parameters and conditions have been implemented into your strategy, you should backtest the strategy to make sure everything is working as expected. To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp / --disable-max-market-positions and --eps / --enable-position-stacking for Backtesting. Should results don't match, please double-check to make sure you transferred all conditions correctly. Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy. You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like stoploss or trailing_stop ).","title":"Validate backtesting results"},{"location":"advanced-hyperopt/#sharing-methods-with-your-strategy","text":"Hyperopt classes provide access to the Strategy via the strategy class attribute. This can be a great way to reduce code duplication if used correctly, but will also complicate usage for inexperienced users. ``` python from pandas import DataFrame from freqtrade.strategy.interface import IStrategy import freqtrade.vendor.qtpylib.indicators as qtpylib class MyAwesomeStrategy(IStrategy): buy_params = { 'rsi-value': 30, 'adx-value': 35, } def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: return self.buy_strategy_generator(self.buy_params, dataframe, metadata) @staticmethod def buy_strategy_generator(params, dataframe: DataFrame, metadata: dict) -> DataFrame: dataframe.loc[ ( qtpylib.crossed_above(dataframe['rsi'], params['rsi-value']) & dataframe['adx'] > params['adx-value']) & dataframe['volume'] > 0 ) , 'buy'] = 1 return dataframe class MyAwesomeHyperOpt(IHyperOpt): ... @staticmethod def buy_strategy_generator(params: Dict[str, Any]) -> Callable: \"\"\" Define the buy strategy parameters to be used by Hyperopt. \"\"\" def populate_buy_trend(dataframe: DataFrame, metadata: dict) -> DataFrame: # Call strategy's buy strategy generator return self.StrategyClass.buy_strategy_generator(params, dataframe, metadata) return populate_buy_trend ```","title":"Sharing methods with your strategy"},{"location":"advanced-setup/","text":"Advanced Post-installation Tasks \u00b6 This page explains some advanced tasks and configuration options that can be performed after the bot installation and may be uselful in some environments. If you do not know what things mentioned here mean, you probably do not need it. Running multiple instances of Freqtrade \u00b6 This section will show you how to run multiple bots at the same time, on the same machine. Things to consider \u00b6 Use different database files. Use different Telegram bots (requires multiple different configuration files; applies only when Telegram is enabled). Use different ports (applies only when Freqtrade REST API webserver is enabled). Different database files \u00b6 In order to keep track of your trades, profits, etc., freqtrade is using a SQLite database where it stores various types of information such as the trades you performed in the past and the current position(s) you are holding at any time. This allows you to keep track of your profits, but most importantly, keep track of ongoing activity if the bot process would be restarted or would be terminated unexpectedly. Freqtrade will, by default, use separate database files for dry-run and live bots (this assumes no database-url is given in either configuration nor via command line argument). For live trading mode, the default database will be tradesv3.sqlite and for dry-run it will be tradesv3.dryrun.sqlite . The optional argument to the trade command used to specify the path of these files is --db-url , which requires a valid SQLAlchemy url. So when you are starting a bot with only the config and strategy arguments in dry-run mode, the following 2 commands would have the same outcome. ``` bash freqtrade trade -c MyConfig.json -s MyStrategy is equivalent to \u00b6 freqtrade trade -c MyConfig.json -s MyStrategy --db-url sqlite:///tradesv3.dryrun.sqlite ``` It means that if you are running the trade command in two different terminals, for example to test your strategy both for trades in USDT and in another instance for trades in BTC, you will have to run them with different databases. If you specify the URL of a database which does not exist, freqtrade will create one with the name you specified. So to test your custom strategy with BTC and USDT stake currencies, you could use the following commands (in 2 separate terminals): ``` bash Terminal 1: \u00b6 freqtrade trade -c MyConfigBTC.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesBTC.dryrun.sqlite Terminal 2: \u00b6 freqtrade trade -c MyConfigUSDT.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesUSDT.dryrun.sqlite ``` Conversely, if you wish to do the same thing in production mode, you will also have to create at least one new database (in addition to the default one) and specify the path to the \"live\" databases, for example: ``` bash Terminal 1: \u00b6 freqtrade trade -c MyConfigBTC.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesBTC.live.sqlite Terminal 2: \u00b6 freqtrade trade -c MyConfigUSDT.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesUSDT.live.sqlite ``` For more information regarding usage of the sqlite databases, for example to manually enter or remove trades, please refer to the SQL Cheatsheet . Configure the bot running as a systemd service \u00b6 Copy the freqtrade.service file to your systemd user directory (usually ~/.config/systemd/user ) and update WorkingDirectory and ExecStart to match your setup. Note Certain systems (like Raspbian) don't load service unit files from the user directory. In this case, copy freqtrade.service into /etc/systemd/user/ (requires superuser permissions). After that you can start the daemon with: bash systemctl --user start freqtrade For this to be persistent (run when user is logged out) you'll need to enable linger for your freqtrade user. bash sudo loginctl enable-linger \"$USER\" If you run the bot as a service, you can use systemd service manager as a software watchdog monitoring freqtrade bot state and restarting it in the case of failures. If the internals.sd_notify parameter is set to true in the configuration or the --sd-notify command line option is used, the bot will send keep-alive ping messages to systemd using the sd_notify (systemd notifications) protocol and will also tell systemd its current state (Running or Stopped) when it changes. The freqtrade.service.watchdog file contains an example of the service unit configuration file which uses systemd as the watchdog. Note The sd_notify communication between the bot and the systemd service manager will not work if the bot runs in a Docker container. Advanced Logging \u00b6 On many Linux systems the bot can be configured to send its log messages to syslog or journald system services. Logging to a remote syslog server is also available on Windows. The special values for the --logfile command line option can be used for this. Logging to syslog \u00b6 To send Freqtrade log messages to a local or remote syslog service use the --logfile command line option with the value in the following format: --logfile syslog: -- send log messages to syslog service using the as the syslog address. The syslog address can be either a Unix domain socket (socket filename) or a UDP socket specification, consisting of IP address and UDP port, separated by the : character. So, the following are the examples of possible usages: --logfile syslog:/dev/log -- log to syslog (rsyslog) using the /dev/log socket, suitable for most systems. --logfile syslog -- same as above, the shortcut for /dev/log . --logfile syslog:/var/run/syslog -- log to syslog (rsyslog) using the /var/run/syslog socket. Use this on MacOS. --logfile syslog:localhost:514 -- log to local syslog using UDP socket, if it listens on port 514. --logfile syslog::514 -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server. Log messages are send to syslog with the user facility. So you can see them with the following commands: tail -f /var/log/user , or install a comprehensive graphical viewer (for instance, 'Log File Viewer' for Ubuntu). On many systems syslog ( rsyslog ) fetches data from journald (and vice versa), so both --logfile syslog or --logfile journald can be used and the messages be viewed with both journalctl and a syslog viewer utility. You can combine this in any way which suites you better. For rsyslog the messages from the bot can be redirected into a separate dedicated log file. To achieve this, add if $programname startswith \"freqtrade\" then -/var/log/freqtrade.log to one of the rsyslog configuration files, for example at the end of the /etc/rsyslog.d/50-default.conf . For syslog ( rsyslog ), the reduction mode can be switched on. This will reduce the number of repeating messages. For instance, multiple bot Heartbeat messages will be reduced to a single message when nothing else happens with the bot. To achieve this, set in /etc/rsyslog.conf : ``` Filter duplicated messages \u00b6 $RepeatedMsgReduction on ``` Logging to journald \u00b6 This needs the systemd python package installed as the dependency, which is not available on Windows. Hence, the whole journald logging functionality is not available for a bot running on Windows. To send Freqtrade log messages to journald system service use the --logfile command line option with the value in the following format: --logfile journald -- send log messages to journald . Log messages are send to journald with the user facility. So you can see them with the following commands: journalctl -f -- shows Freqtrade log messages sent to journald along with other log messages fetched by journald . journalctl -f -u freqtrade.service -- this command can be used when the bot is run as a systemd service. There are many other options in the journalctl utility to filter the messages, see manual pages for this utility. On many systems syslog ( rsyslog ) fetches data from journald (and vice versa), so both --logfile syslog or --logfile journald can be used and the messages be viewed with both journalctl and a syslog viewer utility. You can combine this in any way which suites you better.","title":"Advanced Post-installation Tasks"},{"location":"advanced-setup/#advanced-post-installation-tasks","text":"This page explains some advanced tasks and configuration options that can be performed after the bot installation and may be uselful in some environments. If you do not know what things mentioned here mean, you probably do not need it.","title":"Advanced Post-installation Tasks"},{"location":"advanced-setup/#running-multiple-instances-of-freqtrade","text":"This section will show you how to run multiple bots at the same time, on the same machine.","title":"Running multiple instances of Freqtrade"},{"location":"advanced-setup/#things-to-consider","text":"Use different database files. Use different Telegram bots (requires multiple different configuration files; applies only when Telegram is enabled). Use different ports (applies only when Freqtrade REST API webserver is enabled).","title":"Things to consider"},{"location":"advanced-setup/#different-database-files","text":"In order to keep track of your trades, profits, etc., freqtrade is using a SQLite database where it stores various types of information such as the trades you performed in the past and the current position(s) you are holding at any time. This allows you to keep track of your profits, but most importantly, keep track of ongoing activity if the bot process would be restarted or would be terminated unexpectedly. Freqtrade will, by default, use separate database files for dry-run and live bots (this assumes no database-url is given in either configuration nor via command line argument). For live trading mode, the default database will be tradesv3.sqlite and for dry-run it will be tradesv3.dryrun.sqlite . The optional argument to the trade command used to specify the path of these files is --db-url , which requires a valid SQLAlchemy url. So when you are starting a bot with only the config and strategy arguments in dry-run mode, the following 2 commands would have the same outcome. ``` bash freqtrade trade -c MyConfig.json -s MyStrategy","title":"Different database files"},{"location":"advanced-setup/#is-equivalent-to","text":"freqtrade trade -c MyConfig.json -s MyStrategy --db-url sqlite:///tradesv3.dryrun.sqlite ``` It means that if you are running the trade command in two different terminals, for example to test your strategy both for trades in USDT and in another instance for trades in BTC, you will have to run them with different databases. If you specify the URL of a database which does not exist, freqtrade will create one with the name you specified. So to test your custom strategy with BTC and USDT stake currencies, you could use the following commands (in 2 separate terminals): ``` bash","title":"is equivalent to"},{"location":"advanced-setup/#terminal-1","text":"freqtrade trade -c MyConfigBTC.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesBTC.dryrun.sqlite","title":"Terminal 1:"},{"location":"advanced-setup/#terminal-2","text":"freqtrade trade -c MyConfigUSDT.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesUSDT.dryrun.sqlite ``` Conversely, if you wish to do the same thing in production mode, you will also have to create at least one new database (in addition to the default one) and specify the path to the \"live\" databases, for example: ``` bash","title":"Terminal 2:"},{"location":"advanced-setup/#terminal-1_1","text":"freqtrade trade -c MyConfigBTC.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesBTC.live.sqlite","title":"Terminal 1:"},{"location":"advanced-setup/#terminal-2_1","text":"freqtrade trade -c MyConfigUSDT.json -s MyCustomStrategy --db-url sqlite:///user_data/tradesUSDT.live.sqlite ``` For more information regarding usage of the sqlite databases, for example to manually enter or remove trades, please refer to the SQL Cheatsheet .","title":"Terminal 2:"},{"location":"advanced-setup/#configure-the-bot-running-as-a-systemd-service","text":"Copy the freqtrade.service file to your systemd user directory (usually ~/.config/systemd/user ) and update WorkingDirectory and ExecStart to match your setup. Note Certain systems (like Raspbian) don't load service unit files from the user directory. In this case, copy freqtrade.service into /etc/systemd/user/ (requires superuser permissions). After that you can start the daemon with: bash systemctl --user start freqtrade For this to be persistent (run when user is logged out) you'll need to enable linger for your freqtrade user. bash sudo loginctl enable-linger \"$USER\" If you run the bot as a service, you can use systemd service manager as a software watchdog monitoring freqtrade bot state and restarting it in the case of failures. If the internals.sd_notify parameter is set to true in the configuration or the --sd-notify command line option is used, the bot will send keep-alive ping messages to systemd using the sd_notify (systemd notifications) protocol and will also tell systemd its current state (Running or Stopped) when it changes. The freqtrade.service.watchdog file contains an example of the service unit configuration file which uses systemd as the watchdog. Note The sd_notify communication between the bot and the systemd service manager will not work if the bot runs in a Docker container.","title":"Configure the bot running as a systemd service"},{"location":"advanced-setup/#advanced-logging","text":"On many Linux systems the bot can be configured to send its log messages to syslog or journald system services. Logging to a remote syslog server is also available on Windows. The special values for the --logfile command line option can be used for this.","title":"Advanced Logging"},{"location":"advanced-setup/#logging-to-syslog","text":"To send Freqtrade log messages to a local or remote syslog service use the --logfile command line option with the value in the following format: --logfile syslog: -- send log messages to syslog service using the as the syslog address. The syslog address can be either a Unix domain socket (socket filename) or a UDP socket specification, consisting of IP address and UDP port, separated by the : character. So, the following are the examples of possible usages: --logfile syslog:/dev/log -- log to syslog (rsyslog) using the /dev/log socket, suitable for most systems. --logfile syslog -- same as above, the shortcut for /dev/log . --logfile syslog:/var/run/syslog -- log to syslog (rsyslog) using the /var/run/syslog socket. Use this on MacOS. --logfile syslog:localhost:514 -- log to local syslog using UDP socket, if it listens on port 514. --logfile syslog::514 -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server. Log messages are send to syslog with the user facility. So you can see them with the following commands: tail -f /var/log/user , or install a comprehensive graphical viewer (for instance, 'Log File Viewer' for Ubuntu). On many systems syslog ( rsyslog ) fetches data from journald (and vice versa), so both --logfile syslog or --logfile journald can be used and the messages be viewed with both journalctl and a syslog viewer utility. You can combine this in any way which suites you better. For rsyslog the messages from the bot can be redirected into a separate dedicated log file. To achieve this, add if $programname startswith \"freqtrade\" then -/var/log/freqtrade.log to one of the rsyslog configuration files, for example at the end of the /etc/rsyslog.d/50-default.conf . For syslog ( rsyslog ), the reduction mode can be switched on. This will reduce the number of repeating messages. For instance, multiple bot Heartbeat messages will be reduced to a single message when nothing else happens with the bot. To achieve this, set in /etc/rsyslog.conf : ```","title":"Logging to syslog"},{"location":"advanced-setup/#filter-duplicated-messages","text":"$RepeatedMsgReduction on ```","title":"Filter duplicated messages"},{"location":"advanced-setup/#logging-to-journald","text":"This needs the systemd python package installed as the dependency, which is not available on Windows. Hence, the whole journald logging functionality is not available for a bot running on Windows. To send Freqtrade log messages to journald system service use the --logfile command line option with the value in the following format: --logfile journald -- send log messages to journald . Log messages are send to journald with the user facility. So you can see them with the following commands: journalctl -f -- shows Freqtrade log messages sent to journald along with other log messages fetched by journald . journalctl -f -u freqtrade.service -- this command can be used when the bot is run as a systemd service. There are many other options in the journalctl utility to filter the messages, see manual pages for this utility. On many systems syslog ( rsyslog ) fetches data from journald (and vice versa), so both --logfile syslog or --logfile journald can be used and the messages be viewed with both journalctl and a syslog viewer utility. You can combine this in any way which suites you better.","title":"Logging to journald"},{"location":"backtesting/","text":"Backtesting \u00b6 This page explains how to validate your strategy performance by using Backtesting. Backtesting requires historic data to be available. To learn how to get data for the pairs and exchange you're interested in, head over to the Data Downloading section of the documentation. Backtesting command reference \u00b6 ``` usage: freqtrade backtesting [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] [--fee FLOAT] [-p PAIRS [PAIRS ...]] [--eps] [--dmmp] [--enable-protections] [--dry-run-wallet DRY_RUN_WALLET] [--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]] [--export EXPORT] [--export-filename PATH] optional arguments: -h, --help show this help message and exit -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --timerange TIMERANGE Specify what timerange of data to use. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --max-open-trades INT Override the value of the max_open_trades configuration setting. --stake-amount STAKE_AMOUNT Override the value of the stake_amount configuration setting. --fee FLOAT Specify fee ratio. Will be applied twice (on trade entry and exit). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --eps, --enable-position-stacking Allow buying the same pair multiple times (position stacking). --dmmp, --disable-max-market-positions Disable applying max_open_trades during backtest (same as setting max_open_trades to a very high number). --enable-protections, --enableprotections Enable protections for backtesting.Will slow backtesting down by a considerable amount, but will include configured protections --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET Starting balance, used for backtesting / hyperopt and dry-runs. --strategy-list STRATEGY_LIST [STRATEGY_LIST ...] Provide a space-separated list of strategies to backtest. Please note that ticker-interval needs to be set either in config or via command line. When using this together with --export trades , the strategy- name is injected into the filename (so backtest- data.json becomes backtest-data- DefaultStrategy.json --export EXPORT Export backtest results, argument are: trades. Example: --export=trades --export-filename PATH Save backtest results to the file with this filename. Requires --export to be set as well. Example: --export-filename=user_data/backtest_results/backtest _today.json Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` Test your strategy with Backtesting \u00b6 Now you have good Buy and Sell strategies and some historic data, you want to test it against real data. This is what we call backtesting . Backtesting will use the crypto-currencies (pairs) from your config file and load historical candle (OHCLV) data from user_data/data/ by default. If no data is available for the exchange / pair / timeframe combination, backtesting will ask you to download them first using freqtrade download-data . For details on downloading, please refer to the Data Downloading section in the documentation. The result of backtesting will confirm if your bot has better odds of making a profit than a loss. All profit calculations include fees, and freqtrade will use the exchange's default fees for the calculation. Using dynamic pairlists for backtesting Using dynamic pairlists is possible, however it relies on the current market conditions - which will not reflect the historic status of the pairlist. Also, when using pairlists other than StaticPairlist, reproducability of backtesting-results cannot be guaranteed. Please read the pairlists documentation for more information. To achieve reproducible results, best generate a pairlist via the test-pairlist command and use that as static pairlist. Starting balance \u00b6 Backtesting will require a starting balance, which can be provided as --dry-run-wallet or --starting-balance command line argument, or via dry_run_wallet configuration setting. This amount must be higher than stake_amount , otherwise the bot will not be able to simulate any trade. Dynamic stake amount \u00b6 Backtesting supports dynamic stake amount by configuring stake_amount as \"unlimited\" , which will split the starting balance into max_open_trades pieces. Profits from early trades will result in subsequent higher stake amounts, resulting in compounding of profits over the backtesting period. Example backtesting commands \u00b6 With 5 min candle (OHLCV) data (per default) bash freqtrade backtesting --strategy AwesomeStrategy Where --strategy AwesomeStrategy / -s AwesomeStrategy refers to the class name of the strategy, which is within a python file in the user_data/strategies directory. With 1 min candle (OHLCV) data bash freqtrade backtesting --strategy AwesomeStrategy --timeframe 1m Providing a custom starting balance of 1000 (in stake currency) bash freqtrade backtesting --strategy AwesomeStrategy --dry-run-wallet 1000 Using a different on-disk historical candle (OHLCV) data source Assume you downloaded the history data from the Bittrex exchange and kept it in the user_data/data/bittrex-20180101 directory. You can then use this data for backtesting as follows: bash freqtrade backtesting --strategy AwesomeStrategy --datadir user_data/data/bittrex-20180101 Comparing multiple Strategies bash freqtrade backtesting --strategy-list SampleStrategy1 AwesomeStrategy --timeframe 5m Where SampleStrategy1 and AwesomeStrategy refer to class names of strategies. Exporting trades to file bash freqtrade backtesting --strategy backtesting --export trades --config config.json The exported trades can be used for further analysis , or can be used by the plotting script plot_dataframe.py in the scripts directory. Exporting trades to file specifying a custom filename bash freqtrade backtesting --strategy backtesting --export trades --export-filename=backtest_samplestrategy.json Please also read about the strategy startup period . Supplying custom fee value Sometimes your account has certain fee rebates (fee reductions starting with a certain account size or monthly volume), which are not visible to ccxt. To account for this in backtesting, you can use the --fee command line option to supply this value to backtesting. This fee must be a ratio, and will be applied twice (once for trade entry, and once for trade exit). For example, if the buying and selling commission fee is 0.1% (i.e., 0.001 written as ratio), then you would run backtesting as the following: bash freqtrade backtesting --fee 0.001 Note Only supply this option (or the corresponding configuration parameter) if you want to experiment with different fee values. By default, Backtesting fetches the default fee from the exchange pair/market info. Running backtest with smaller test-set by using timerange Use the --timerange argument to change how much of the test-set you want to use. For example, running backtesting with the --timerange=20190501- option will use all available data starting with May 1 st , 2019 from your input data. bash freqtrade backtesting --timerange=20190501- You can also specify particular date ranges. The full timerange specification: Use data until 2018/01/31: --timerange=-20180131 Use data since 2018/01/31: --timerange=20180131- Use data since 2018/01/31 till 2018/03/01 : --timerange=20180131-20180301 Use data between POSIX / epoch timestamps 1527595200 1527618600: --timerange=1527595200-1527618600 Understand the backtesting result \u00b6 The most important in the backtesting is to understand the result. A backtesting result will look like that: ========================================================= BACKTESTING REPORT ========================================================== | Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Wins Draws Loss Win% | |:---------|-------:|---------------:|---------------:|-----------------:|---------------:|:-------------|-------------------------:| | ADA/BTC | 35 | -0.11 | -3.88 | -0.00019428 | -1.94 | 4:35:00 | 14 0 21 40.0 | | ARK/BTC | 11 | -0.41 | -4.52 | -0.00022647 | -2.26 | 2:03:00 | 3 0 8 27.3 | | BTS/BTC | 32 | 0.31 | 9.78 | 0.00048938 | 4.89 | 5:05:00 | 18 0 14 56.2 | | DASH/BTC | 13 | -0.08 | -1.07 | -0.00005343 | -0.53 | 4:39:00 | 6 0 7 46.2 | | ENG/BTC | 18 | 1.36 | 24.54 | 0.00122807 | 12.27 | 2:50:00 | 8 0 10 44.4 | | EOS/BTC | 36 | 0.08 | 3.06 | 0.00015304 | 1.53 | 3:34:00 | 16 0 20 44.4 | | ETC/BTC | 26 | 0.37 | 9.51 | 0.00047576 | 4.75 | 6:14:00 | 11 0 15 42.3 | | ETH/BTC | 33 | 0.30 | 9.96 | 0.00049856 | 4.98 | 7:31:00 | 16 0 17 48.5 | | IOTA/BTC | 32 | 0.03 | 1.09 | 0.00005444 | 0.54 | 3:12:00 | 14 0 18 43.8 | | LSK/BTC | 15 | 1.75 | 26.26 | 0.00131413 | 13.13 | 2:58:00 | 6 0 9 40.0 | | LTC/BTC | 32 | -0.04 | -1.38 | -0.00006886 | -0.69 | 4:49:00 | 11 0 21 34.4 | | NANO/BTC | 17 | 1.26 | 21.39 | 0.00107058 | 10.70 | 1:55:00 | 10 0 7 58.5 | | NEO/BTC | 23 | 0.82 | 18.97 | 0.00094936 | 9.48 | 2:59:00 | 10 0 13 43.5 | | REQ/BTC | 9 | 1.17 | 10.54 | 0.00052734 | 5.27 | 3:47:00 | 4 0 5 44.4 | | XLM/BTC | 16 | 1.22 | 19.54 | 0.00097800 | 9.77 | 3:15:00 | 7 0 9 43.8 | | XMR/BTC | 23 | -0.18 | -4.13 | -0.00020696 | -2.07 | 5:30:00 | 12 0 11 52.2 | | XRP/BTC | 35 | 0.66 | 22.96 | 0.00114897 | 11.48 | 3:49:00 | 12 0 23 34.3 | | ZEC/BTC | 22 | -0.46 | -10.18 | -0.00050971 | -5.09 | 2:22:00 | 7 0 15 31.8 | | TOTAL | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 0 243 43.4 | ========================================================= SELL REASON STATS ========================================================== | Sell Reason | Sells | Wins | Draws | Losses | |:-------------------|--------:|------:|-------:|--------:| | trailing_stop_loss | 205 | 150 | 0 | 55 | | stop_loss | 166 | 0 | 0 | 166 | | sell_signal | 56 | 36 | 0 | 20 | | force_sell | 2 | 0 | 0 | 2 | ====================================================== LEFT OPEN TRADES REPORT ====================================================== | Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Win Draw Loss Win% | |:---------|-------:|---------------:|---------------:|-----------------:|---------------:|:---------------|--------------------:| | ADA/BTC | 1 | 0.89 | 0.89 | 0.00004434 | 0.44 | 6:00:00 | 1 0 0 100 | | LTC/BTC | 1 | 0.68 | 0.68 | 0.00003421 | 0.34 | 2:00:00 | 1 0 0 100 | | TOTAL | 2 | 0.78 | 1.57 | 0.00007855 | 0.78 | 4:00:00 | 2 0 0 100 | =============== SUMMARY METRICS =============== | Metric | Value | |-----------------------+---------------------| | Backtesting from | 2019-01-01 00:00:00 | | Backtesting to | 2019-05-01 00:00:00 | | Max open trades | 3 | | | | | Total trades | 429 | | Starting balance | 0.01000000 BTC | | Final balance | 0.01762792 BTC | | Absolute profit | 0.00762792 BTC | | Total profit % | 76.2% | | Trades per day | 3.575 | | Avg. stake amount | 0.001 BTC | | Total trade volume | 0.429 BTC | | | | | Best Pair | LSK/BTC 26.26% | | Worst Pair | ZEC/BTC -10.18% | | Best Trade | LSK/BTC 4.25% | | Worst Trade | ZEC/BTC -10.25% | | Best day | 0.00076 BTC | | Worst day | -0.00036 BTC | | Days win/draw/lose | 12 / 82 / 25 | | Avg. Duration Winners | 4:23:00 | | Avg. Duration Loser | 6:55:00 | | Zero Duration Trades | 4.6% (20) | | Rejected Buy signals | 3089 | | | | | Min balance | 0.00945123 BTC | | Max balance | 0.01846651 BTC | | Drawdown | 50.63% | | Drawdown | 0.0015 BTC | | Drawdown high | 0.0013 BTC | | Drawdown low | -0.0002 BTC | | Drawdown Start | 2019-02-15 14:10:00 | | Drawdown End | 2019-04-11 18:15:00 | | Market change | -5.88% | =============================================== Backtesting report table \u00b6 The 1 st table contains all trades the bot made, including \"left open trades\". The last line will give you the overall performance of your strategy, here: | TOTAL | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 0 243 43.4 | The bot has made 429 trades for an average duration of 4:12:00 , with a performance of 76.20% (profit), that means it has earned a total of 0.00762792 BTC starting with a capital of 0.01 BTC. The column Avg Profit % shows the average profit for all trades made while the column Cum Profit % sums up all the profits/losses. The column Tot Profit % shows instead the total profit % in relation to the starting balance. In the above results, we have a starting balance of 0.01 BTC and an absolute profit of 0.00762792 BTC - so the Tot Profit % will be (0.00762792 / 0.01) * 100 ~= 76.2% . Your strategy performance is influenced by your buy strategy, your sell strategy, and also by the minimal_roi and stop_loss you have set. For example, if your minimal_roi is only \"0\": 0.01 you cannot expect the bot to make more profit than 1% (because it will sell every time a trade reaches 1%). json \"minimal_roi\": { \"0\": 0.01 }, On the other hand, if you set a too high minimal_roi like \"0\": 0.55 (55%), there is almost no chance that the bot will ever reach this profit. Hence, keep in mind that your performance is an integral mix of all different elements of the strategy, your configuration, and the crypto-currency pairs you have set up. Sell reasons table \u00b6 The 2 nd table contains a recap of sell reasons. This table can tell you which area needs some additional work (e.g. all or many of the sell_signal trades are losses, so you should work on improving the sell signal, or consider disabling it). Left open trades table \u00b6 The 3 rd table contains all trades the bot had to forcesell at the end of the backtesting period to present you the full picture. This is necessary to simulate realistic behavior, since the backtest period has to end at some point, while realistically, you could leave the bot running forever. These trades are also included in the first table, but are also shown separately in this table for clarity. Summary metrics \u00b6 The last element of the backtest report is the summary metrics table. It contains some useful key metrics about performance of your strategy on backtesting data. ``` =============== SUMMARY METRICS =============== | Metric | Value | |-----------------------+---------------------| | Backtesting from | 2019-01-01 00:00:00 | | Backtesting to | 2019-05-01 00:00:00 | | Max open trades | 3 | | | | | Total trades | 429 | | Starting balance | 0.01000000 BTC | | Final balance | 0.01762792 BTC | | Absolute profit | 0.00762792 BTC | | Total profit % | 76.2% | | Trades per day | 3.575 | | Avg. stake amount | 0.001 BTC | | Total trade volume | 0.429 BTC | | | | | Best Pair | LSK/BTC 26.26% | | Worst Pair | ZEC/BTC -10.18% | | Best Trade | LSK/BTC 4.25% | | Worst Trade | ZEC/BTC -10.25% | | Best day | 0.00076 BTC | | Worst day | -0.00036 BTC | | Days win/draw/lose | 12 / 82 / 25 | | Avg. Duration Winners | 4:23:00 | | Avg. Duration Loser | 6:55:00 | | Zero Duration Trades | 4.6% (20) | | Rejected Buy signals | 3089 | | | | | Min balance | 0.00945123 BTC | | Max balance | 0.01846651 BTC | | Drawdown | 50.63% | | Drawdown | 0.0015 BTC | | Drawdown high | 0.0013 BTC | | Drawdown low | -0.0002 BTC | | Drawdown Start | 2019-02-15 14:10:00 | | Drawdown End | 2019-04-11 18:15:00 | | Market change | -5.88% | =============================================== ``` Backtesting from / Backtesting to : Backtesting range (usually defined with the --timerange option). Max open trades : Setting of max_open_trades (or --max-open-trades ) - or number of pairs in the pairlist (whatever is lower). Total trades : Identical to the total trades of the backtest output table. Starting balance : Start balance - as given by dry-run-wallet (config or command line). Final balance : Final balance - starting balance + absolute profit. Absolute profit : Profit made in stake currency. Total profit % : Total profit. Aligned to the TOTAL row's Tot Profit % from the first table. Calculated as (End capital \u2212 Starting capital) / Starting capital . Trades per day : Total trades divided by the backtesting duration in days (this will give you information about how many trades to expect from the strategy). Avg. stake amount : Average stake amount, either stake_amount or the average when using dynamic stake amount. Total trade volume : Volume generated on the exchange to reach the above profit. Best Pair / Worst Pair : Best and worst performing pair, and it's corresponding Cum Profit % . Best Trade / Worst Trade : Biggest single winning trade and biggest single losing trade. Best day / Worst day : Best and worst day based on daily profit. Days win/draw/lose : Winning / Losing days (draws are usually days without closed trade). Avg. Duration Winners / Avg. Duration Loser : Average durations for winning and losing trades. Zero Duration Trades : A number of trades that completed within same candle as they opened and had trailing_stop_loss sell reason. A significant amount of such trades may indicate that strategy is exploiting trailing stoploss behavior in backtesting and produces unrealistic results. Rejected Buy signals : Buy signals that could not be acted upon due to max_open_trades being reached. Min balance / Max balance : Lowest and Highest Wallet balance during the backtest period. Drawdown : Maximum drawdown experienced. For example, the value of 50% means that from highest to subsequent lowest point, a 50% drop was experienced). Drawdown high / Drawdown low : Profit at the beginning and end of the largest drawdown period. A negative low value means initial capital lost. Drawdown Start / Drawdown End : Start and end datetime for this largest drawdown (can also be visualized via the plot-dataframe sub-command). Market change : Change of the market during the backtest period. Calculated as average of all pairs changes from the first to the last candle using the \"close\" column. Assumptions made by backtesting \u00b6 Since backtesting lacks some detailed information about what happens within a candle, it needs to take a few assumptions: Buys happen at open-price All orders are filled at the requested price (no slippage, no unfilled orders) Sell-signal sells happen at open-price of the consecutive candle Sell-signal is favored over Stoploss, because sell-signals are assumed to trigger on candle's open ROI sells are compared to high - but the ROI value is used (e.g. ROI = 2%, high=5% - so the sell will be at 2%) sells are never \"below the candle\", so a ROI of 2% may result in a sell at 2.4% if low was at 2.4% profit Forcesells caused by =-1 ROI entries use low as sell value, unless N falls on the candle open (e.g. 120: -1 for 1h candles) Stoploss sells happen exactly at stoploss price, even if low was lower, but the loss will be 2 * fees higher than the stoploss price Stoploss is evaluated before ROI within one candle. So you can often see more trades with the stoploss sell reason comparing to the results obtained with the same strategy in the Dry Run/Live Trade modes Low happens before high for stoploss, protecting capital first Trailing stoploss High happens first - adjusting stoploss Low uses the adjusted stoploss (so sells with large high-low difference are backtested correctly) ROI applies before trailing-stop, ensuring profits are \"top-capped\" at ROI if both ROI and trailing stop applies Sell-reason does not explain if a trade was positive or negative, just what triggered the sell (this can look odd if negative ROI values are used) Evaluation sequence (if multiple signals happen on the same candle) ROI (if not stoploss) Sell-signal Stoploss Taking these assumptions, backtesting tries to mirror real trading as closely as possible. However, backtesting will never replace running a strategy in dry-run mode. Also, keep in mind that past results don't guarantee future success. In addition to the above assumptions, strategy authors should carefully read the Common Mistakes section, to avoid using data in backtesting which is not available in real market conditions. Further backtest-result analysis \u00b6 To further analyze your backtest results, you can export the trades . You can then load the trades to perform further analysis as shown in our data analysis backtesting section. Backtesting multiple strategies \u00b6 To compare multiple strategies, a list of Strategies can be provided to backtesting. This is limited to 1 timeframe value per run. However, data is only loaded once from disk so if you have multiple strategies you'd like to compare, this will give a nice runtime boost. All listed Strategies need to be in the same directory. bash freqtrade backtesting --timerange 20180401-20180410 --timeframe 5m --strategy-list Strategy001 Strategy002 --export trades This will save the results to user_data/backtest_results/backtest-result-.json , injecting the strategy-name into the target filename. There will be an additional table comparing win/losses of the different strategies (identical to the \"Total\" row in the first table). Detailed output for all strategies one after the other will be available, so make sure to scroll up to see the details per strategy. =========================================================== STRATEGY SUMMARY ========================================================================= | Strategy | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Wins | Draws | Losses | Drawdown % | |:------------|-------:|---------------:|---------------:|-----------------:|---------------:|:---------------|------:|-------:|-------:|-----------:| | Strategy1 | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 | 0 | 243 | 45.2 | | Strategy2 | 1487 | -0.13 | -197.58 | -0.00988917 | -98.79 | 4:43:00 | 662 | 0 | 825 | 241.68 | Next step \u00b6 Great, your strategy is profitable. What if the bot can give your the optimal parameters to use for your strategy? Your next step is to learn how to find optimal parameters with Hyperopt","title":"Backtesting"},{"location":"backtesting/#backtesting","text":"This page explains how to validate your strategy performance by using Backtesting. Backtesting requires historic data to be available. To learn how to get data for the pairs and exchange you're interested in, head over to the Data Downloading section of the documentation.","title":"Backtesting"},{"location":"backtesting/#backtesting-command-reference","text":"``` usage: freqtrade backtesting [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] [--fee FLOAT] [-p PAIRS [PAIRS ...]] [--eps] [--dmmp] [--enable-protections] [--dry-run-wallet DRY_RUN_WALLET] [--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]] [--export EXPORT] [--export-filename PATH] optional arguments: -h, --help show this help message and exit -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --timerange TIMERANGE Specify what timerange of data to use. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --max-open-trades INT Override the value of the max_open_trades configuration setting. --stake-amount STAKE_AMOUNT Override the value of the stake_amount configuration setting. --fee FLOAT Specify fee ratio. Will be applied twice (on trade entry and exit). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --eps, --enable-position-stacking Allow buying the same pair multiple times (position stacking). --dmmp, --disable-max-market-positions Disable applying max_open_trades during backtest (same as setting max_open_trades to a very high number). --enable-protections, --enableprotections Enable protections for backtesting.Will slow backtesting down by a considerable amount, but will include configured protections --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET Starting balance, used for backtesting / hyperopt and dry-runs. --strategy-list STRATEGY_LIST [STRATEGY_LIST ...] Provide a space-separated list of strategies to backtest. Please note that ticker-interval needs to be set either in config or via command line. When using this together with --export trades , the strategy- name is injected into the filename (so backtest- data.json becomes backtest-data- DefaultStrategy.json --export EXPORT Export backtest results, argument are: trades. Example: --export=trades --export-filename PATH Save backtest results to the file with this filename. Requires --export to be set as well. Example: --export-filename=user_data/backtest_results/backtest _today.json Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ```","title":"Backtesting command reference"},{"location":"backtesting/#test-your-strategy-with-backtesting","text":"Now you have good Buy and Sell strategies and some historic data, you want to test it against real data. This is what we call backtesting . Backtesting will use the crypto-currencies (pairs) from your config file and load historical candle (OHCLV) data from user_data/data/ by default. If no data is available for the exchange / pair / timeframe combination, backtesting will ask you to download them first using freqtrade download-data . For details on downloading, please refer to the Data Downloading section in the documentation. The result of backtesting will confirm if your bot has better odds of making a profit than a loss. All profit calculations include fees, and freqtrade will use the exchange's default fees for the calculation. Using dynamic pairlists for backtesting Using dynamic pairlists is possible, however it relies on the current market conditions - which will not reflect the historic status of the pairlist. Also, when using pairlists other than StaticPairlist, reproducability of backtesting-results cannot be guaranteed. Please read the pairlists documentation for more information. To achieve reproducible results, best generate a pairlist via the test-pairlist command and use that as static pairlist.","title":"Test your strategy with Backtesting"},{"location":"backtesting/#starting-balance","text":"Backtesting will require a starting balance, which can be provided as --dry-run-wallet or --starting-balance command line argument, or via dry_run_wallet configuration setting. This amount must be higher than stake_amount , otherwise the bot will not be able to simulate any trade.","title":"Starting balance"},{"location":"backtesting/#dynamic-stake-amount","text":"Backtesting supports dynamic stake amount by configuring stake_amount as \"unlimited\" , which will split the starting balance into max_open_trades pieces. Profits from early trades will result in subsequent higher stake amounts, resulting in compounding of profits over the backtesting period.","title":"Dynamic stake amount"},{"location":"backtesting/#example-backtesting-commands","text":"With 5 min candle (OHLCV) data (per default) bash freqtrade backtesting --strategy AwesomeStrategy Where --strategy AwesomeStrategy / -s AwesomeStrategy refers to the class name of the strategy, which is within a python file in the user_data/strategies directory. With 1 min candle (OHLCV) data bash freqtrade backtesting --strategy AwesomeStrategy --timeframe 1m Providing a custom starting balance of 1000 (in stake currency) bash freqtrade backtesting --strategy AwesomeStrategy --dry-run-wallet 1000 Using a different on-disk historical candle (OHLCV) data source Assume you downloaded the history data from the Bittrex exchange and kept it in the user_data/data/bittrex-20180101 directory. You can then use this data for backtesting as follows: bash freqtrade backtesting --strategy AwesomeStrategy --datadir user_data/data/bittrex-20180101 Comparing multiple Strategies bash freqtrade backtesting --strategy-list SampleStrategy1 AwesomeStrategy --timeframe 5m Where SampleStrategy1 and AwesomeStrategy refer to class names of strategies. Exporting trades to file bash freqtrade backtesting --strategy backtesting --export trades --config config.json The exported trades can be used for further analysis , or can be used by the plotting script plot_dataframe.py in the scripts directory. Exporting trades to file specifying a custom filename bash freqtrade backtesting --strategy backtesting --export trades --export-filename=backtest_samplestrategy.json Please also read about the strategy startup period . Supplying custom fee value Sometimes your account has certain fee rebates (fee reductions starting with a certain account size or monthly volume), which are not visible to ccxt. To account for this in backtesting, you can use the --fee command line option to supply this value to backtesting. This fee must be a ratio, and will be applied twice (once for trade entry, and once for trade exit). For example, if the buying and selling commission fee is 0.1% (i.e., 0.001 written as ratio), then you would run backtesting as the following: bash freqtrade backtesting --fee 0.001 Note Only supply this option (or the corresponding configuration parameter) if you want to experiment with different fee values. By default, Backtesting fetches the default fee from the exchange pair/market info. Running backtest with smaller test-set by using timerange Use the --timerange argument to change how much of the test-set you want to use. For example, running backtesting with the --timerange=20190501- option will use all available data starting with May 1 st , 2019 from your input data. bash freqtrade backtesting --timerange=20190501- You can also specify particular date ranges. The full timerange specification: Use data until 2018/01/31: --timerange=-20180131 Use data since 2018/01/31: --timerange=20180131- Use data since 2018/01/31 till 2018/03/01 : --timerange=20180131-20180301 Use data between POSIX / epoch timestamps 1527595200 1527618600: --timerange=1527595200-1527618600","title":"Example backtesting commands"},{"location":"backtesting/#understand-the-backtesting-result","text":"The most important in the backtesting is to understand the result. A backtesting result will look like that: ========================================================= BACKTESTING REPORT ========================================================== | Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Wins Draws Loss Win% | |:---------|-------:|---------------:|---------------:|-----------------:|---------------:|:-------------|-------------------------:| | ADA/BTC | 35 | -0.11 | -3.88 | -0.00019428 | -1.94 | 4:35:00 | 14 0 21 40.0 | | ARK/BTC | 11 | -0.41 | -4.52 | -0.00022647 | -2.26 | 2:03:00 | 3 0 8 27.3 | | BTS/BTC | 32 | 0.31 | 9.78 | 0.00048938 | 4.89 | 5:05:00 | 18 0 14 56.2 | | DASH/BTC | 13 | -0.08 | -1.07 | -0.00005343 | -0.53 | 4:39:00 | 6 0 7 46.2 | | ENG/BTC | 18 | 1.36 | 24.54 | 0.00122807 | 12.27 | 2:50:00 | 8 0 10 44.4 | | EOS/BTC | 36 | 0.08 | 3.06 | 0.00015304 | 1.53 | 3:34:00 | 16 0 20 44.4 | | ETC/BTC | 26 | 0.37 | 9.51 | 0.00047576 | 4.75 | 6:14:00 | 11 0 15 42.3 | | ETH/BTC | 33 | 0.30 | 9.96 | 0.00049856 | 4.98 | 7:31:00 | 16 0 17 48.5 | | IOTA/BTC | 32 | 0.03 | 1.09 | 0.00005444 | 0.54 | 3:12:00 | 14 0 18 43.8 | | LSK/BTC | 15 | 1.75 | 26.26 | 0.00131413 | 13.13 | 2:58:00 | 6 0 9 40.0 | | LTC/BTC | 32 | -0.04 | -1.38 | -0.00006886 | -0.69 | 4:49:00 | 11 0 21 34.4 | | NANO/BTC | 17 | 1.26 | 21.39 | 0.00107058 | 10.70 | 1:55:00 | 10 0 7 58.5 | | NEO/BTC | 23 | 0.82 | 18.97 | 0.00094936 | 9.48 | 2:59:00 | 10 0 13 43.5 | | REQ/BTC | 9 | 1.17 | 10.54 | 0.00052734 | 5.27 | 3:47:00 | 4 0 5 44.4 | | XLM/BTC | 16 | 1.22 | 19.54 | 0.00097800 | 9.77 | 3:15:00 | 7 0 9 43.8 | | XMR/BTC | 23 | -0.18 | -4.13 | -0.00020696 | -2.07 | 5:30:00 | 12 0 11 52.2 | | XRP/BTC | 35 | 0.66 | 22.96 | 0.00114897 | 11.48 | 3:49:00 | 12 0 23 34.3 | | ZEC/BTC | 22 | -0.46 | -10.18 | -0.00050971 | -5.09 | 2:22:00 | 7 0 15 31.8 | | TOTAL | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 0 243 43.4 | ========================================================= SELL REASON STATS ========================================================== | Sell Reason | Sells | Wins | Draws | Losses | |:-------------------|--------:|------:|-------:|--------:| | trailing_stop_loss | 205 | 150 | 0 | 55 | | stop_loss | 166 | 0 | 0 | 166 | | sell_signal | 56 | 36 | 0 | 20 | | force_sell | 2 | 0 | 0 | 2 | ====================================================== LEFT OPEN TRADES REPORT ====================================================== | Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Win Draw Loss Win% | |:---------|-------:|---------------:|---------------:|-----------------:|---------------:|:---------------|--------------------:| | ADA/BTC | 1 | 0.89 | 0.89 | 0.00004434 | 0.44 | 6:00:00 | 1 0 0 100 | | LTC/BTC | 1 | 0.68 | 0.68 | 0.00003421 | 0.34 | 2:00:00 | 1 0 0 100 | | TOTAL | 2 | 0.78 | 1.57 | 0.00007855 | 0.78 | 4:00:00 | 2 0 0 100 | =============== SUMMARY METRICS =============== | Metric | Value | |-----------------------+---------------------| | Backtesting from | 2019-01-01 00:00:00 | | Backtesting to | 2019-05-01 00:00:00 | | Max open trades | 3 | | | | | Total trades | 429 | | Starting balance | 0.01000000 BTC | | Final balance | 0.01762792 BTC | | Absolute profit | 0.00762792 BTC | | Total profit % | 76.2% | | Trades per day | 3.575 | | Avg. stake amount | 0.001 BTC | | Total trade volume | 0.429 BTC | | | | | Best Pair | LSK/BTC 26.26% | | Worst Pair | ZEC/BTC -10.18% | | Best Trade | LSK/BTC 4.25% | | Worst Trade | ZEC/BTC -10.25% | | Best day | 0.00076 BTC | | Worst day | -0.00036 BTC | | Days win/draw/lose | 12 / 82 / 25 | | Avg. Duration Winners | 4:23:00 | | Avg. Duration Loser | 6:55:00 | | Zero Duration Trades | 4.6% (20) | | Rejected Buy signals | 3089 | | | | | Min balance | 0.00945123 BTC | | Max balance | 0.01846651 BTC | | Drawdown | 50.63% | | Drawdown | 0.0015 BTC | | Drawdown high | 0.0013 BTC | | Drawdown low | -0.0002 BTC | | Drawdown Start | 2019-02-15 14:10:00 | | Drawdown End | 2019-04-11 18:15:00 | | Market change | -5.88% | ===============================================","title":"Understand the backtesting result"},{"location":"backtesting/#backtesting-report-table","text":"The 1 st table contains all trades the bot made, including \"left open trades\". The last line will give you the overall performance of your strategy, here: | TOTAL | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 0 243 43.4 | The bot has made 429 trades for an average duration of 4:12:00 , with a performance of 76.20% (profit), that means it has earned a total of 0.00762792 BTC starting with a capital of 0.01 BTC. The column Avg Profit % shows the average profit for all trades made while the column Cum Profit % sums up all the profits/losses. The column Tot Profit % shows instead the total profit % in relation to the starting balance. In the above results, we have a starting balance of 0.01 BTC and an absolute profit of 0.00762792 BTC - so the Tot Profit % will be (0.00762792 / 0.01) * 100 ~= 76.2% . Your strategy performance is influenced by your buy strategy, your sell strategy, and also by the minimal_roi and stop_loss you have set. For example, if your minimal_roi is only \"0\": 0.01 you cannot expect the bot to make more profit than 1% (because it will sell every time a trade reaches 1%). json \"minimal_roi\": { \"0\": 0.01 }, On the other hand, if you set a too high minimal_roi like \"0\": 0.55 (55%), there is almost no chance that the bot will ever reach this profit. Hence, keep in mind that your performance is an integral mix of all different elements of the strategy, your configuration, and the crypto-currency pairs you have set up.","title":"Backtesting report table"},{"location":"backtesting/#sell-reasons-table","text":"The 2 nd table contains a recap of sell reasons. This table can tell you which area needs some additional work (e.g. all or many of the sell_signal trades are losses, so you should work on improving the sell signal, or consider disabling it).","title":"Sell reasons table"},{"location":"backtesting/#left-open-trades-table","text":"The 3 rd table contains all trades the bot had to forcesell at the end of the backtesting period to present you the full picture. This is necessary to simulate realistic behavior, since the backtest period has to end at some point, while realistically, you could leave the bot running forever. These trades are also included in the first table, but are also shown separately in this table for clarity.","title":"Left open trades table"},{"location":"backtesting/#summary-metrics","text":"The last element of the backtest report is the summary metrics table. It contains some useful key metrics about performance of your strategy on backtesting data. ``` =============== SUMMARY METRICS =============== | Metric | Value | |-----------------------+---------------------| | Backtesting from | 2019-01-01 00:00:00 | | Backtesting to | 2019-05-01 00:00:00 | | Max open trades | 3 | | | | | Total trades | 429 | | Starting balance | 0.01000000 BTC | | Final balance | 0.01762792 BTC | | Absolute profit | 0.00762792 BTC | | Total profit % | 76.2% | | Trades per day | 3.575 | | Avg. stake amount | 0.001 BTC | | Total trade volume | 0.429 BTC | | | | | Best Pair | LSK/BTC 26.26% | | Worst Pair | ZEC/BTC -10.18% | | Best Trade | LSK/BTC 4.25% | | Worst Trade | ZEC/BTC -10.25% | | Best day | 0.00076 BTC | | Worst day | -0.00036 BTC | | Days win/draw/lose | 12 / 82 / 25 | | Avg. Duration Winners | 4:23:00 | | Avg. Duration Loser | 6:55:00 | | Zero Duration Trades | 4.6% (20) | | Rejected Buy signals | 3089 | | | | | Min balance | 0.00945123 BTC | | Max balance | 0.01846651 BTC | | Drawdown | 50.63% | | Drawdown | 0.0015 BTC | | Drawdown high | 0.0013 BTC | | Drawdown low | -0.0002 BTC | | Drawdown Start | 2019-02-15 14:10:00 | | Drawdown End | 2019-04-11 18:15:00 | | Market change | -5.88% | =============================================== ``` Backtesting from / Backtesting to : Backtesting range (usually defined with the --timerange option). Max open trades : Setting of max_open_trades (or --max-open-trades ) - or number of pairs in the pairlist (whatever is lower). Total trades : Identical to the total trades of the backtest output table. Starting balance : Start balance - as given by dry-run-wallet (config or command line). Final balance : Final balance - starting balance + absolute profit. Absolute profit : Profit made in stake currency. Total profit % : Total profit. Aligned to the TOTAL row's Tot Profit % from the first table. Calculated as (End capital \u2212 Starting capital) / Starting capital . Trades per day : Total trades divided by the backtesting duration in days (this will give you information about how many trades to expect from the strategy). Avg. stake amount : Average stake amount, either stake_amount or the average when using dynamic stake amount. Total trade volume : Volume generated on the exchange to reach the above profit. Best Pair / Worst Pair : Best and worst performing pair, and it's corresponding Cum Profit % . Best Trade / Worst Trade : Biggest single winning trade and biggest single losing trade. Best day / Worst day : Best and worst day based on daily profit. Days win/draw/lose : Winning / Losing days (draws are usually days without closed trade). Avg. Duration Winners / Avg. Duration Loser : Average durations for winning and losing trades. Zero Duration Trades : A number of trades that completed within same candle as they opened and had trailing_stop_loss sell reason. A significant amount of such trades may indicate that strategy is exploiting trailing stoploss behavior in backtesting and produces unrealistic results. Rejected Buy signals : Buy signals that could not be acted upon due to max_open_trades being reached. Min balance / Max balance : Lowest and Highest Wallet balance during the backtest period. Drawdown : Maximum drawdown experienced. For example, the value of 50% means that from highest to subsequent lowest point, a 50% drop was experienced). Drawdown high / Drawdown low : Profit at the beginning and end of the largest drawdown period. A negative low value means initial capital lost. Drawdown Start / Drawdown End : Start and end datetime for this largest drawdown (can also be visualized via the plot-dataframe sub-command). Market change : Change of the market during the backtest period. Calculated as average of all pairs changes from the first to the last candle using the \"close\" column.","title":"Summary metrics"},{"location":"backtesting/#assumptions-made-by-backtesting","text":"Since backtesting lacks some detailed information about what happens within a candle, it needs to take a few assumptions: Buys happen at open-price All orders are filled at the requested price (no slippage, no unfilled orders) Sell-signal sells happen at open-price of the consecutive candle Sell-signal is favored over Stoploss, because sell-signals are assumed to trigger on candle's open ROI sells are compared to high - but the ROI value is used (e.g. ROI = 2%, high=5% - so the sell will be at 2%) sells are never \"below the candle\", so a ROI of 2% may result in a sell at 2.4% if low was at 2.4% profit Forcesells caused by =-1 ROI entries use low as sell value, unless N falls on the candle open (e.g. 120: -1 for 1h candles) Stoploss sells happen exactly at stoploss price, even if low was lower, but the loss will be 2 * fees higher than the stoploss price Stoploss is evaluated before ROI within one candle. So you can often see more trades with the stoploss sell reason comparing to the results obtained with the same strategy in the Dry Run/Live Trade modes Low happens before high for stoploss, protecting capital first Trailing stoploss High happens first - adjusting stoploss Low uses the adjusted stoploss (so sells with large high-low difference are backtested correctly) ROI applies before trailing-stop, ensuring profits are \"top-capped\" at ROI if both ROI and trailing stop applies Sell-reason does not explain if a trade was positive or negative, just what triggered the sell (this can look odd if negative ROI values are used) Evaluation sequence (if multiple signals happen on the same candle) ROI (if not stoploss) Sell-signal Stoploss Taking these assumptions, backtesting tries to mirror real trading as closely as possible. However, backtesting will never replace running a strategy in dry-run mode. Also, keep in mind that past results don't guarantee future success. In addition to the above assumptions, strategy authors should carefully read the Common Mistakes section, to avoid using data in backtesting which is not available in real market conditions.","title":"Assumptions made by backtesting"},{"location":"backtesting/#further-backtest-result-analysis","text":"To further analyze your backtest results, you can export the trades . You can then load the trades to perform further analysis as shown in our data analysis backtesting section.","title":"Further backtest-result analysis"},{"location":"backtesting/#backtesting-multiple-strategies","text":"To compare multiple strategies, a list of Strategies can be provided to backtesting. This is limited to 1 timeframe value per run. However, data is only loaded once from disk so if you have multiple strategies you'd like to compare, this will give a nice runtime boost. All listed Strategies need to be in the same directory. bash freqtrade backtesting --timerange 20180401-20180410 --timeframe 5m --strategy-list Strategy001 Strategy002 --export trades This will save the results to user_data/backtest_results/backtest-result-.json , injecting the strategy-name into the target filename. There will be an additional table comparing win/losses of the different strategies (identical to the \"Total\" row in the first table). Detailed output for all strategies one after the other will be available, so make sure to scroll up to see the details per strategy. =========================================================== STRATEGY SUMMARY ========================================================================= | Strategy | Buys | Avg Profit % | Cum Profit % | Tot Profit BTC | Tot Profit % | Avg Duration | Wins | Draws | Losses | Drawdown % | |:------------|-------:|---------------:|---------------:|-----------------:|---------------:|:---------------|------:|-------:|-------:|-----------:| | Strategy1 | 429 | 0.36 | 152.41 | 0.00762792 | 76.20 | 4:12:00 | 186 | 0 | 243 | 45.2 | | Strategy2 | 1487 | -0.13 | -197.58 | -0.00988917 | -98.79 | 4:43:00 | 662 | 0 | 825 | 241.68 |","title":"Backtesting multiple strategies"},{"location":"backtesting/#next-step","text":"Great, your strategy is profitable. What if the bot can give your the optimal parameters to use for your strategy? Your next step is to learn how to find optimal parameters with Hyperopt","title":"Next step"},{"location":"bot-basics/","text":"Freqtrade basics \u00b6 This page provides you some basic concepts on how Freqtrade works and operates. Freqtrade terminology \u00b6 Strategy : Your trading strategy, telling the bot what to do. Trade : Open position. Open Order : Order which is currently placed on the exchange, and is not yet complete. Pair : Tradable pair, usually in the format of Quote/Base (e.g. XRP/USDT). Timeframe : Candle length to use (e.g. \"5m\" , \"1h\" , ...). Indicators : Technical indicators (SMA, EMA, RSI, ...). Limit order : Limit orders which execute at the defined limit price or better. Market order : Guaranteed to fill, may move price depending on the order size. Fee handling \u00b6 All profit calculations of Freqtrade include fees. For Backtesting / Hyperopt / Dry-run modes, the exchange default fee is used (lowest tier on the exchange). For live operations, fees are used as applied by the exchange (this includes BNB rebates etc.). Bot execution logic \u00b6 Starting freqtrade in dry-run or live mode (using freqtrade trade ) will start the bot and start the bot iteration loop. By default, loop runs every few seconds ( internals.process_throttle_secs ) and does roughly the following in the following sequence: Fetch open trades from persistence. Calculate current list of tradable pairs. Download ohlcv data for the pairlist including all informative pairs This step is only executed once per Candle to avoid unnecessary network traffic. Call bot_loop_start() strategy callback. Analyze strategy per pair. Call populate_indicators() Call populate_buy_trend() Call populate_sell_trend() Check timeouts for open orders. Calls check_buy_timeout() strategy callback for open buy orders. Calls check_sell_timeout() strategy callback for open sell orders. Verifies existing positions and eventually places sell orders. Considers stoploss, ROI and sell-signal. Determine sell-price based on ask_strategy configuration setting. Before a sell order is placed, confirm_trade_exit() strategy callback is called. Check if trade-slots are still available (if max_open_trades is reached). Verifies buy signal trying to enter new positions. Determine buy-price based on bid_strategy configuration setting. Before a buy order is placed, confirm_trade_entry() strategy callback is called. This loop will be repeated again and again until the bot is stopped. Backtesting / Hyperopt execution logic \u00b6 backtesting or hyperopt do only part of the above logic, since most of the trading operations are fully simulated. Load historic data for configured pairlist. Calls bot_loop_start() once. Calculate indicators (calls populate_indicators() once per pair). Calculate buy / sell signals (calls populate_buy_trend() and populate_sell_trend() once per pair) Confirm trade buy / sell (calls confirm_trade_entry() and confirm_trade_exit() if implemented in the strategy) Loops per candle simulating entry and exit points. Generate backtest report output Note Both Backtesting and Hyperopt include exchange default Fees in the calculation. Custom fees can be passed to backtesting / hyperopt by specifying the --fee argument.","title":"Freqtrade Basics"},{"location":"bot-basics/#freqtrade-basics","text":"This page provides you some basic concepts on how Freqtrade works and operates.","title":"Freqtrade basics"},{"location":"bot-basics/#freqtrade-terminology","text":"Strategy : Your trading strategy, telling the bot what to do. Trade : Open position. Open Order : Order which is currently placed on the exchange, and is not yet complete. Pair : Tradable pair, usually in the format of Quote/Base (e.g. XRP/USDT). Timeframe : Candle length to use (e.g. \"5m\" , \"1h\" , ...). Indicators : Technical indicators (SMA, EMA, RSI, ...). Limit order : Limit orders which execute at the defined limit price or better. Market order : Guaranteed to fill, may move price depending on the order size.","title":"Freqtrade terminology"},{"location":"bot-basics/#fee-handling","text":"All profit calculations of Freqtrade include fees. For Backtesting / Hyperopt / Dry-run modes, the exchange default fee is used (lowest tier on the exchange). For live operations, fees are used as applied by the exchange (this includes BNB rebates etc.).","title":"Fee handling"},{"location":"bot-basics/#bot-execution-logic","text":"Starting freqtrade in dry-run or live mode (using freqtrade trade ) will start the bot and start the bot iteration loop. By default, loop runs every few seconds ( internals.process_throttle_secs ) and does roughly the following in the following sequence: Fetch open trades from persistence. Calculate current list of tradable pairs. Download ohlcv data for the pairlist including all informative pairs This step is only executed once per Candle to avoid unnecessary network traffic. Call bot_loop_start() strategy callback. Analyze strategy per pair. Call populate_indicators() Call populate_buy_trend() Call populate_sell_trend() Check timeouts for open orders. Calls check_buy_timeout() strategy callback for open buy orders. Calls check_sell_timeout() strategy callback for open sell orders. Verifies existing positions and eventually places sell orders. Considers stoploss, ROI and sell-signal. Determine sell-price based on ask_strategy configuration setting. Before a sell order is placed, confirm_trade_exit() strategy callback is called. Check if trade-slots are still available (if max_open_trades is reached). Verifies buy signal trying to enter new positions. Determine buy-price based on bid_strategy configuration setting. Before a buy order is placed, confirm_trade_entry() strategy callback is called. This loop will be repeated again and again until the bot is stopped.","title":"Bot execution logic"},{"location":"bot-basics/#backtesting-hyperopt-execution-logic","text":"backtesting or hyperopt do only part of the above logic, since most of the trading operations are fully simulated. Load historic data for configured pairlist. Calls bot_loop_start() once. Calculate indicators (calls populate_indicators() once per pair). Calculate buy / sell signals (calls populate_buy_trend() and populate_sell_trend() once per pair) Confirm trade buy / sell (calls confirm_trade_entry() and confirm_trade_exit() if implemented in the strategy) Loops per candle simulating entry and exit points. Generate backtest report output Note Both Backtesting and Hyperopt include exchange default Fees in the calculation. Custom fees can be passed to backtesting / hyperopt by specifying the --fee argument.","title":"Backtesting / Hyperopt execution logic"},{"location":"bot-usage/","text":"Start the bot \u00b6 This page explains the different parameters of the bot and how to run it. Note If you've used setup.sh , don't forget to activate your virtual environment ( source .env/bin/activate ) before running freqtrade commands. Up-to-date clock The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges. Bot commands \u00b6 ``` usage: freqtrade [-h] [-V] {trade,create-userdir,new-config,new-hyperopt,new-strategy,download-data,convert-data,convert-trade-data,backtesting,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-hyperopts,list-markets,list-pairs,list-strategies,list-timeframes,show-trades,test-pairlist,plot-dataframe,plot-profit} ... Free, open source crypto trading bot positional arguments: {trade,create-userdir,new-config,new-hyperopt,new-strategy,download-data,convert-data,convert-trade-data,backtesting,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-hyperopts,list-markets,list-pairs,list-strategies,list-timeframes,show-trades,test-pairlist,plot-dataframe,plot-profit} trade Trade module. create-userdir Create user-data directory. new-config Create new config new-hyperopt Create new hyperopt new-strategy Create new strategy download-data Download backtesting data. convert-data Convert candle (OHLCV) data from one format to another. convert-trade-data Convert trade data from one format to another. backtesting Backtesting module. edge Edge module. hyperopt Hyperopt module. hyperopt-list List Hyperopt results hyperopt-show Show details of Hyperopt results list-exchanges Print available exchanges. list-hyperopts Print available hyperopt classes. list-markets Print markets on exchange. list-pairs Print pairs on exchange. list-strategies Print available strategies. list-timeframes Print available timeframes for the exchange. show-trades Show trades. test-pairlist Test your pairlist configuration. plot-dataframe Plot candles with indicators. plot-profit Generate plot showing profits. optional arguments: -h, --help show this help message and exit -V, --version show program's version number and exit ``` Bot trading commands \u00b6 ``` usage: freqtrade trade [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [--db-url PATH] [--sd-notify] [--dry-run] [--dry-run-wallet DRY_RUN_WALLET] optional arguments: -h, --help show this help message and exit --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --sd-notify Notify systemd service manager. --dry-run Enforce dry-run for trading (removes Exchange secrets and simulates trades). --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET Starting balance, used for backtesting / hyperopt and dry-runs. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` How to specify which configuration file be used? \u00b6 The bot allows you to select which configuration file you want to use by means of the -c/--config command line option: bash freqtrade trade -c path/far/far/away/config.json Per default, the bot loads the config.json configuration file from the current working directory. How to use multiple configuration files? \u00b6 The bot allows you to use multiple configuration files by specifying multiple -c/--config options in the command line. Configuration parameters defined in the latter configuration files override parameters with the same name defined in the previous configuration files specified in the command line earlier. For example, you can make a separate configuration file with your key and secret for the Exchange you use for trading, specify default configuration file with empty key and secret values while running in the Dry Mode (which does not actually require them): bash freqtrade trade -c ./config.json and specify both configuration files when running in the normal Live Trade Mode: bash freqtrade trade -c ./config.json -c path/to/secrets/keys.config.json This could help you hide your private Exchange key and Exchange secret on you local machine by setting appropriate file permissions for the file which contains actual secrets and, additionally, prevent unintended disclosure of sensitive private data when you publish examples of your configuration in the project issues or in the Internet. See more details on this technique with examples in the documentation page on configuration . Where to store custom data \u00b6 Freqtrade allows the creation of a user-data directory using freqtrade create-userdir --userdir someDirectory . This directory will look as follows: user_data/ \u251c\u2500\u2500 backtest_results \u251c\u2500\u2500 data \u251c\u2500\u2500 hyperopts \u251c\u2500\u2500 hyperopt_results \u251c\u2500\u2500 plot \u2514\u2500\u2500 strategies You can add the entry \"user_data_dir\" setting to your configuration, to always point your bot to this directory. Alternatively, pass in --userdir to every command. The bot will fail to start if the directory does not exist, but will create necessary subdirectories. This directory should contain your custom strategies, custom hyperopts and hyperopt loss functions, backtesting historical data (downloaded using either backtesting command or the download script) and plot outputs. It is recommended to use version control to keep track of changes to your strategies. How to use --strategy ? \u00b6 This parameter will allow you to load your custom strategy class. To test the bot installation, you can use the SampleStrategy installed by the create-userdir subcommand (usually user_data/strategy/sample_strategy.py ). The bot will search your strategy file within user_data/strategies . To use other directories, please read the next section about --strategy-path . To load a strategy, simply pass the class name (e.g.: CustomStrategy ) in this parameter. Example: In user_data/strategies you have a file my_awesome_strategy.py which has a strategy class called AwesomeStrategy to load it: bash freqtrade trade --strategy AwesomeStrategy If the bot does not find your strategy file, it will display in an error message the reason (File not found, or errors in your code). Learn more about strategy file in Strategy Customization . How to use --strategy-path ? \u00b6 This parameter allows you to add an additional strategy lookup path, which gets checked before the default locations (The passed path must be a directory!): bash freqtrade trade --strategy AwesomeStrategy --strategy-path /some/directory How to install a strategy? \u00b6 This is very simple. Copy paste your strategy file into the directory user_data/strategies or use --strategy-path . And voila, the bot is ready to use it. How to use --db-url ? \u00b6 When you run the bot in Dry-run mode, per default no transactions are stored in a database. If you want to store your bot actions in a DB using --db-url . This can also be used to specify a custom database in production mode. Example command: bash freqtrade trade -c config.json --db-url sqlite:///tradesv3.dry_run.sqlite Next step \u00b6 The optimal strategy of the bot will change with time depending of the market trends. The next step is to Strategy Customization .","title":"Start the bot"},{"location":"bot-usage/#start-the-bot","text":"This page explains the different parameters of the bot and how to run it. Note If you've used setup.sh , don't forget to activate your virtual environment ( source .env/bin/activate ) before running freqtrade commands. Up-to-date clock The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges.","title":"Start the bot"},{"location":"bot-usage/#bot-commands","text":"``` usage: freqtrade [-h] [-V] {trade,create-userdir,new-config,new-hyperopt,new-strategy,download-data,convert-data,convert-trade-data,backtesting,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-hyperopts,list-markets,list-pairs,list-strategies,list-timeframes,show-trades,test-pairlist,plot-dataframe,plot-profit} ... Free, open source crypto trading bot positional arguments: {trade,create-userdir,new-config,new-hyperopt,new-strategy,download-data,convert-data,convert-trade-data,backtesting,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-hyperopts,list-markets,list-pairs,list-strategies,list-timeframes,show-trades,test-pairlist,plot-dataframe,plot-profit} trade Trade module. create-userdir Create user-data directory. new-config Create new config new-hyperopt Create new hyperopt new-strategy Create new strategy download-data Download backtesting data. convert-data Convert candle (OHLCV) data from one format to another. convert-trade-data Convert trade data from one format to another. backtesting Backtesting module. edge Edge module. hyperopt Hyperopt module. hyperopt-list List Hyperopt results hyperopt-show Show details of Hyperopt results list-exchanges Print available exchanges. list-hyperopts Print available hyperopt classes. list-markets Print markets on exchange. list-pairs Print pairs on exchange. list-strategies Print available strategies. list-timeframes Print available timeframes for the exchange. show-trades Show trades. test-pairlist Test your pairlist configuration. plot-dataframe Plot candles with indicators. plot-profit Generate plot showing profits. optional arguments: -h, --help show this help message and exit -V, --version show program's version number and exit ```","title":"Bot commands"},{"location":"bot-usage/#bot-trading-commands","text":"``` usage: freqtrade trade [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [--db-url PATH] [--sd-notify] [--dry-run] [--dry-run-wallet DRY_RUN_WALLET] optional arguments: -h, --help show this help message and exit --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --sd-notify Notify systemd service manager. --dry-run Enforce dry-run for trading (removes Exchange secrets and simulates trades). --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET Starting balance, used for backtesting / hyperopt and dry-runs. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ```","title":"Bot trading commands"},{"location":"bot-usage/#how-to-specify-which-configuration-file-be-used","text":"The bot allows you to select which configuration file you want to use by means of the -c/--config command line option: bash freqtrade trade -c path/far/far/away/config.json Per default, the bot loads the config.json configuration file from the current working directory.","title":"How to specify which configuration file be used?"},{"location":"bot-usage/#how-to-use-multiple-configuration-files","text":"The bot allows you to use multiple configuration files by specifying multiple -c/--config options in the command line. Configuration parameters defined in the latter configuration files override parameters with the same name defined in the previous configuration files specified in the command line earlier. For example, you can make a separate configuration file with your key and secret for the Exchange you use for trading, specify default configuration file with empty key and secret values while running in the Dry Mode (which does not actually require them): bash freqtrade trade -c ./config.json and specify both configuration files when running in the normal Live Trade Mode: bash freqtrade trade -c ./config.json -c path/to/secrets/keys.config.json This could help you hide your private Exchange key and Exchange secret on you local machine by setting appropriate file permissions for the file which contains actual secrets and, additionally, prevent unintended disclosure of sensitive private data when you publish examples of your configuration in the project issues or in the Internet. See more details on this technique with examples in the documentation page on configuration .","title":"How to use multiple configuration files?"},{"location":"bot-usage/#where-to-store-custom-data","text":"Freqtrade allows the creation of a user-data directory using freqtrade create-userdir --userdir someDirectory . This directory will look as follows: user_data/ \u251c\u2500\u2500 backtest_results \u251c\u2500\u2500 data \u251c\u2500\u2500 hyperopts \u251c\u2500\u2500 hyperopt_results \u251c\u2500\u2500 plot \u2514\u2500\u2500 strategies You can add the entry \"user_data_dir\" setting to your configuration, to always point your bot to this directory. Alternatively, pass in --userdir to every command. The bot will fail to start if the directory does not exist, but will create necessary subdirectories. This directory should contain your custom strategies, custom hyperopts and hyperopt loss functions, backtesting historical data (downloaded using either backtesting command or the download script) and plot outputs. It is recommended to use version control to keep track of changes to your strategies.","title":"Where to store custom data"},{"location":"bot-usage/#how-to-use-strategy","text":"This parameter will allow you to load your custom strategy class. To test the bot installation, you can use the SampleStrategy installed by the create-userdir subcommand (usually user_data/strategy/sample_strategy.py ). The bot will search your strategy file within user_data/strategies . To use other directories, please read the next section about --strategy-path . To load a strategy, simply pass the class name (e.g.: CustomStrategy ) in this parameter. Example: In user_data/strategies you have a file my_awesome_strategy.py which has a strategy class called AwesomeStrategy to load it: bash freqtrade trade --strategy AwesomeStrategy If the bot does not find your strategy file, it will display in an error message the reason (File not found, or errors in your code). Learn more about strategy file in Strategy Customization .","title":"How to use --strategy?"},{"location":"bot-usage/#how-to-use-strategy-path","text":"This parameter allows you to add an additional strategy lookup path, which gets checked before the default locations (The passed path must be a directory!): bash freqtrade trade --strategy AwesomeStrategy --strategy-path /some/directory","title":"How to use --strategy-path?"},{"location":"bot-usage/#how-to-install-a-strategy","text":"This is very simple. Copy paste your strategy file into the directory user_data/strategies or use --strategy-path . And voila, the bot is ready to use it.","title":"How to install a strategy?"},{"location":"bot-usage/#how-to-use-db-url","text":"When you run the bot in Dry-run mode, per default no transactions are stored in a database. If you want to store your bot actions in a DB using --db-url . This can also be used to specify a custom database in production mode. Example command: bash freqtrade trade -c config.json --db-url sqlite:///tradesv3.dry_run.sqlite","title":"How to use --db-url?"},{"location":"bot-usage/#next-step","text":"The optimal strategy of the bot will change with time depending of the market trends. The next step is to Strategy Customization .","title":"Next step"},{"location":"configuration/","text":"Configure the bot \u00b6 Freqtrade has many configurable features and possibilities. By default, these settings are configured via the configuration file (see below). The Freqtrade configuration file \u00b6 The bot uses a set of configuration parameters during its operation that all together conform the bot configuration. It normally reads its configuration from a file (Freqtrade configuration file). Per default, the bot loads the configuration from the config.json file, located in the current working directory. You can specify a different configuration file used by the bot with the -c/--config command line option. Multiple configuration files can be specified and used by the bot or the bot can read its configuration parameters from the process standard input stream. Use multiple configuration files to keep secrets secret You can use a 2 nd configuration file containing your secrets. That way you can share your \"primary\" configuration file, while still keeping your API keys for yourself. bash freqtrade trade --config user_data/config.json --config user_data/config-private.json <...> The 2 nd file should only specify what you intend to override. If a key is in more than one of the configurations, then the \"last specified configuration\" wins (in the above example, config-private.json ). If you used the Quick start method for installing the bot, the installation script should have already created the default configuration file ( config.json ) for you. If default configuration file is not created we recommend you to use freqtrade new-config --config config.json to generate a basic configuration file. The Freqtrade configuration file is to be written in the JSON format. Additionally to the standard JSON syntax, you may use one-line // ... and multi-line /* ... */ comments in your configuration files and trailing commas in the lists of parameters. Do not worry if you are not familiar with JSON format -- simply open the configuration file with an editor of your choice, make some changes to the parameters you need, save your changes and, finally, restart the bot or, if it was previously stopped, run it again with the changes you made to the configuration. The bot validates syntax of the configuration file at startup and will warn you if you made any errors editing it, pointing out problematic lines. Configuration parameters \u00b6 The table below will list all configuration parameters available. Freqtrade can also load many options via command line (CLI) arguments (check out the commands --help output for details). The prevelance for all Options is as follows: CLI arguments override any other option Configuration files are used in sequence (last file wins), and override Strategy configurations. Strategy configurations are only used if they are not set via configuration or via command line arguments. These options are marked with Strategy Override in the below table. Mandatory parameters are marked as Required , which means that they are required to be set in one of the possible ways. Parameter Description max_open_trades Required. Number of open trades your bot is allowed to have. Only one open trade per pair is possible, so the length of your pairlist is another limitation which can apply. If -1 then it is ignored (i.e. potentially unlimited open trades, limited by the pairlist). More information below . Datatype: Positive integer or -1. stake_currency Required. Crypto-currency used for trading. Datatype: String stake_amount Required. Amount of crypto-currency your bot will use for each trade. Set it to \"unlimited\" to allow the bot to use all available balance. More information below . Datatype: Positive float or \"unlimited\" . tradable_balance_ratio Ratio of the total account balance the bot is allowed to trade. More information below . Defaults to 0.99 99%). Datatype: Positive float between 0.1 and 1.0 . amend_last_stake_amount Use reduced last stake amount if necessary. More information below . Defaults to false . Datatype: Boolean last_stake_amount_min_ratio Defines minimum stake amount that has to be left and executed. Applies only to the last stake amount when it's amended to a reduced value (i.e. if amend_last_stake_amount is set to true ). More information below . Defaults to 0.5 . Datatype: Float (as ratio) amount_reserve_percent Reserve some amount in min pair stake amount. The bot will reserve amount_reserve_percent + stoploss value when calculating min pair stake amount in order to avoid possible trade refusals. Defaults to 0.05 (5%). Datatype: Positive Float as ratio. timeframe The timeframe (former ticker interval) to use (e.g 1m , 5m , 15m , 30m , 1h ...). Strategy Override . Datatype: String fiat_display_currency Fiat currency used to show your profits. More information below . Datatype: String dry_run Required. Define if the bot must be in Dry Run or production mode. Defaults to true . Datatype: Boolean dry_run_wallet Define the starting amount in stake currency for the simulated wallet used by the bot running in Dry Run mode. Defaults to 1000 . Datatype: Float cancel_open_orders_on_exit Cancel open orders when the /stop RPC command is issued, Ctrl+C is pressed or the bot dies unexpectedly. When set to true , this allows you to use /stop to cancel unfilled and partially filled orders in the event of a market crash. It does not impact open positions. Defaults to false . Datatype: Boolean process_only_new_candles Enable processing of indicators only when new candles arrive. If false each loop populates the indicators, this will mean the same candle is processed many times creating system load but can be useful of your strategy depends on tick data not only candle. Strategy Override . Defaults to false . Datatype: Boolean minimal_roi Required. Set the threshold as ratio the bot will use to sell a trade. More information below . Strategy Override . Datatype: Dict stoploss Required. Value as ratio of the stoploss used by the bot. More details in the stoploss documentation . Strategy Override . Datatype: Float (as ratio) trailing_stop Enables trailing stoploss (based on stoploss in either configuration or strategy file). More details in the stoploss documentation . Strategy Override . Datatype: Boolean trailing_stop_positive Changes stoploss once profit has been reached. More details in the stoploss documentation . Strategy Override . Datatype: Float trailing_stop_positive_offset Offset on when to apply trailing_stop_positive . Percentage value which should be positive. More details in the stoploss documentation . Strategy Override . Defaults to 0.0 (no offset). Datatype: Float trailing_only_offset_is_reached Only apply trailing stoploss when the offset is reached. stoploss documentation . Strategy Override . Defaults to false . Datatype: Boolean fee Fee used during backtesting / dry-runs. Should normally not be configured, which has freqtrade fall back to the exchange default fee. Set as ratio (e.g. 0.001 = 0.1%). Fee is applied twice for each trade, once when buying, once when selling. Datatype: Float (as ratio) unfilledtimeout.buy Required. How long (in minutes or seconds) the bot will wait for an unfilled buy order to complete, after which the order will be cancelled and repeated at current (new) price, as long as there is a signal. Strategy Override . Datatype: Integer unfilledtimeout.sell Required. How long (in minutes or seconds) the bot will wait for an unfilled sell order to complete, after which the order will be cancelled and repeated at current (new) price, as long as there is a signal. Strategy Override . Datatype: Integer unfilledtimeout.unit Unit to use in unfilledtimeout setting. Note: If you set unfilledtimeout.unit to \"seconds\", \"internals.process_throttle_secs\" must be inferior or equal to timeout Strategy Override . Defaults to minutes . Datatype: String bid_strategy.price_side Select the side of the spread the bot should look at to get the buy rate. More information below . Defaults to bid . Datatype: String (either ask or bid ). bid_strategy.ask_last_balance Required. Interpolate the bidding price. More information below . bid_strategy.use_order_book Enable buying using the rates in Order Book Bids . Datatype: Boolean bid_strategy.order_book_top Bot will use the top N rate in Order Book Bids to buy. I.e. a value of 2 will allow the bot to pick the 2 nd bid rate in Order Book Bids . Defaults to 1 . Datatype: Positive Integer bid_strategy. check_depth_of_market.enabled Do not buy if the difference of buy orders and sell orders is met in Order Book. Check market depth . Defaults to false . Datatype: Boolean bid_strategy. check_depth_of_market.bids_to_ask_delta The difference ratio of buy orders and sell orders found in Order Book. A value below 1 means sell order size is greater, while value greater than 1 means buy order size is higher. Check market depth Defaults to 0 . Datatype: Float (as ratio) ask_strategy.price_side Select the side of the spread the bot should look at to get the sell rate. More information below . Defaults to ask . Datatype: String (either ask or bid ). ask_strategy.bid_last_balance Interpolate the selling price. More information below . ask_strategy.use_order_book Enable selling of open trades using Order Book Asks . Datatype: Boolean ask_strategy.order_book_min Bot will scan from the top min to max Order Book Asks searching for a profitable rate. Defaults to 1 . Datatype: Positive Integer ask_strategy.order_book_max Bot will scan from the top min to max Order Book Asks searching for a profitable rate. Defaults to 1 . Datatype: Positive Integer ask_strategy.use_sell_signal Use sell signals produced by the strategy in addition to the minimal_roi . Strategy Override . Defaults to true . Datatype: Boolean ask_strategy.sell_profit_only Wait until the bot reaches ask_strategy.sell_profit_offset before taking a sell decision. Strategy Override . Defaults to false . Datatype: Boolean ask_strategy.sell_profit_offset Sell-signal is only active above this value. Strategy Override . Defaults to 0.0 . Datatype: Float (as ratio) ask_strategy.ignore_roi_if_buy_signal Do not sell if the buy signal is still active. This setting takes preference over minimal_roi and use_sell_signal . Strategy Override . Defaults to false . Datatype: Boolean ask_strategy.ignore_buying_expired_candle_after Specifies the number of seconds until a buy signal is no longer used. Datatype: Integer order_types Configure order-types depending on the action ( \"buy\" , \"sell\" , \"stoploss\" , \"stoploss_on_exchange\" ). More information below . Strategy Override . Datatype: Dict order_time_in_force Configure time in force for buy and sell orders. More information below . Strategy Override . Datatype: Dict exchange.name Required. Name of the exchange class to use. List below . Datatype: String exchange.sandbox Use the 'sandbox' version of the exchange, where the exchange provides a sandbox for risk-free integration. See here in more details. Datatype: Boolean exchange.key API key to use for the exchange. Only required when you are in production mode. Keep it in secret, do not disclose publicly. Datatype: String exchange.secret API secret to use for the exchange. Only required when you are in production mode. Keep it in secret, do not disclose publicly. Datatype: String exchange.password API password to use for the exchange. Only required when you are in production mode and for exchanges that use password for API requests. Keep it in secret, do not disclose publicly. Datatype: String exchange.pair_whitelist List of pairs to use by the bot for trading and to check for potential trades during backtesting. Supports regex pairs as .*/BTC . Not used by VolumePairList. More information . Datatype: List exchange.pair_blacklist List of pairs the bot must absolutely avoid for trading and backtesting. More information . Datatype: List exchange.ccxt_config Additional CCXT parameters passed to both ccxt instances (sync and async). This is usually the correct place for ccxt configurations. Parameters may differ from exchange to exchange and are documented in the ccxt documentation Datatype: Dict exchange.ccxt_sync_config Additional CCXT parameters passed to the regular (sync) ccxt instance. Parameters may differ from exchange to exchange and are documented in the ccxt documentation Datatype: Dict exchange.ccxt_async_config Additional CCXT parameters passed to the async ccxt instance. Parameters may differ from exchange to exchange and are documented in the ccxt documentation Datatype: Dict exchange.markets_refresh_interval The interval in minutes in which markets are reloaded. Defaults to 60 minutes. Datatype: Positive Integer exchange.skip_pair_validation Skip pairlist validation on startup. Defaults to false Datatype: * Boolean exchange.skip_open_order_update Skips open order updates on startup should the exchange cause problems. Only relevant in live conditions. Defaults to false Datatype: * Boolean edge.* Please refer to edge configuration document for detailed explanation. experimental.block_bad_exchanges Block exchanges known to not work with freqtrade. Leave on default unless you want to test if that exchange works now. Defaults to true . Datatype: Boolean pairlists Define one or more pairlists to be used. More information . Defaults to StaticPairList . Datatype: List of Dicts protections Define one or more protections to be used. More information . Strategy Override . Datatype: List of Dicts telegram.enabled Enable the usage of Telegram. Datatype: Boolean telegram.token Your Telegram bot token. Only required if telegram.enabled is true . Keep it in secret, do not disclose publicly. Datatype: String telegram.chat_id Your personal Telegram account id. Only required if telegram.enabled is true . Keep it in secret, do not disclose publicly. Datatype: String telegram.balance_dust_level Dust-level (in stake currency) - currencies with a balance below this will not be shown by /balance . Datatype: float webhook.enabled Enable usage of Webhook notifications Datatype: Boolean webhook.url URL for the webhook. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhookbuy Payload to send on buy. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhookbuycancel Payload to send on buy order cancel. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhooksell Payload to send on sell. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhooksellcancel Payload to send on sell order cancel. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhookstatus Payload to send on status calls. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String api_server.enabled Enable usage of API Server. See the API Server documentation for more details. Datatype: Boolean api_server.listen_ip_address Bind IP address. See the API Server documentation for more details. Datatype: IPv4 api_server.listen_port Bind Port. See the API Server documentation for more details. Datatype: Integer between 1024 and 65535 api_server.verbosity Logging verbosity. info will print all RPC Calls, while \"error\" will only display errors. Datatype: Enum, either info or error . Defaults to info . api_server.username Username for API server. See the API Server documentation for more details. Keep it in secret, do not disclose publicly. Datatype: String api_server.password Password for API server. See the API Server documentation for more details. Keep it in secret, do not disclose publicly. Datatype: String bot_name Name of the bot. Passed via API to a client - can be shown to distinguish / name bots. Defaults to freqtrade Datatype: String db_url Declares database URL to use. NOTE: This defaults to sqlite:///tradesv3.dryrun.sqlite if dry_run is true , and to sqlite:///tradesv3.sqlite for production instances. Datatype: String, SQLAlchemy connect string initial_state Defines the initial application state. If set to stopped, then the bot has to be explicitly started via /start RPC command. Defaults to stopped . Datatype: Enum, either stopped or running forcebuy_enable Enables the RPC Commands to force a buy. More information below. Datatype: Boolean disable_dataframe_checks Disable checking the OHLCV dataframe returned from the strategy methods for correctness. Only use when intentionally changing the dataframe and understand what you are doing. Strategy Override . Defaults to False . Datatype: Boolean strategy Required Defines Strategy class to use. Recommended to be set via --strategy NAME . Datatype: ClassName strategy_path Adds an additional strategy lookup path (must be a directory). Datatype: String internals.process_throttle_secs Set the process throttle, or minimum loop duration for one bot iteration loop. Value in second. Defaults to 5 seconds. Datatype: Positive Integer internals.heartbeat_interval Print heartbeat message every N seconds. Set to 0 to disable heartbeat messages. Defaults to 60 seconds. Datatype: Positive Integer or 0 internals.sd_notify Enables use of the sd_notify protocol to tell systemd service manager about changes in the bot state and issue keep-alive pings. See here for more details. Datatype: Boolean logfile Specifies logfile name. Uses a rolling strategy for log file rotation for 10 files with the 1MB limit per file. Datatype: String user_data_dir Directory containing user data. Defaults to ./user_data/ . Datatype: String dataformat_ohlcv Data format to use to store historical candle (OHLCV) data. Defaults to json . Datatype: String dataformat_trades Data format to use to store historical trades data. Defaults to jsongz . Datatype: String Parameters in the strategy \u00b6 The following parameters can be set in either configuration file or strategy. Values set in the configuration file always overwrite values set in the strategy. minimal_roi timeframe stoploss trailing_stop trailing_stop_positive trailing_stop_positive_offset trailing_only_offset_is_reached use_custom_stoploss process_only_new_candles order_types order_time_in_force unfilledtimeout disable_dataframe_checks protections use_sell_signal (ask_strategy) sell_profit_only (ask_strategy) sell_profit_offset (ask_strategy) ignore_roi_if_buy_signal (ask_strategy) ignore_buying_expired_candle_after (ask_strategy) Configuring amount per trade \u00b6 There are several methods to configure how much of the stake currency the bot will use to enter a trade. All methods respect the available balance configuration as explained below. Minimum trade stake \u00b6 The minimum stake amount will depend by exchange and pair, and is usually listed in the exchange support pages. Assuming the minimum tradable amount for XRP/USD is 20 XRP (given by the exchange), and the price is 0.4$. The minimum stake amount to buy this pair is therefore 20 * 0.6 ~= 12 . This exchange has also a limit on USD - where all orders must be > 10$ - which however does not apply in this case. To guarantee safe execution, freqtrade will not allow buying with a stake-amount of 10.1$, instead, it'll make sure that there's enough space to place a stoploss below the pair (+ an offset, defined by amount_reserve_percent , which defaults to 5%). With a reserve of 5%, the minimum stake amount would be ~12.6$ ( 12 * (1 + 0.05) ). If we take in account a stoploss of 10% on top of that - we'd end up with a value of ~14$ ( 12.6 / (1 - 0.1) ). To limit this calculation in case of large stoploss values, the calculated minimum stake-limit will never be more than 50% above the real limit. Warning Since the limits on exchanges are usually stable and are not updated often, some pairs can show pretty high minimum limits, simply because the price increased a lot since the last limit adjustment by the exchange. Available balance \u00b6 By default, the bot assumes that the complete amount - 1% is at it's disposal, and when using dynamic stake amount , it will split the complete balance into max_open_trades buckets per trade. Freqtrade will reserve 1% for eventual fees when entering a trade and will therefore not touch that by default. You can configure the \"untouched\" amount by using the tradable_balance_ratio setting. For example, if you have 10 ETH available in your wallet on the exchange and tradable_balance_ratio=0.5 (which is 50%), then the bot will use a maximum amount of 5 ETH for trading and considers this as available balance. The rest of the wallet is untouched by the trades. Warning The tradable_balance_ratio setting applies to the current balance (free balance + tied up in trades). Therefore, assuming the starting balance of 1000, a configuration with tradable_balance_ratio=0.99 will not guarantee that 10 currency units will always remain available on the exchange. For example, the free amount may reduce to 5 units if the total balance is reduced to 500 (either by a losing streak, or by withdrawing balance). Amend last stake amount \u00b6 Assuming we have the tradable balance of 1000 USDT, stake_amount=400 , and max_open_trades=3 . The bot would open 2 trades, and will be unable to fill the last trading slot, since the requested 400 USDT are no longer available, since 800 USDT are already tied in other trades. To overcome this, the option amend_last_stake_amount can be set to True , which will enable the bot to reduce stake_amount to the available balance in order to fill the last trade slot. In the example above this would mean: Trade1: 400 USDT Trade2: 400 USDT Trade3: 200 USDT Note This option only applies with Static stake amount - since Dynamic stake amount divides the balances evenly. Note The minimum last stake amount can be configured using last_stake_amount_min_ratio - which defaults to 0.5 (50%). This means that the minimum stake amount that's ever used is stake_amount * 0.5 . This avoids very low stake amounts, that are close to the minimum tradable amount for the pair and can be refused by the exchange. Static stake amount \u00b6 The stake_amount configuration statically configures the amount of stake-currency your bot will use for each trade. The minimal configuration value is 0.0001, however, please check your exchange's trading minimums for the stake currency you're using to avoid problems. This setting works in combination with max_open_trades . The maximum capital engaged in trades is stake_amount * max_open_trades . For example, the bot will at most use (0.05 BTC x 3) = 0.15 BTC, assuming a configuration of max_open_trades=3 and stake_amount=0.05 . Note This setting respects the available balance configuration . Dynamic stake amount \u00b6 Alternatively, you can use a dynamic stake amount, which will use the available balance on the exchange, and divide that equally by the amount of allowed trades ( max_open_trades ). To configure this, set stake_amount=\"unlimited\" . We also recommend to set tradable_balance_ratio=0.99 (99%) - to keep a minimum balance for eventual fees. In this case a trade amount is calculated as: python currency_balance / (max_open_trades - current_open_trades) To allow the bot to trade all the available stake_currency in your account (minus tradable_balance_ratio ) set json \"stake_amount\" : \"unlimited\", \"tradable_balance_ratio\": 0.99, Compounding profits This configuration will allow increasing / decreasing stakes depending on the performance of the bot (lower stake if bot is loosing, higher stakes if the bot has a winning record, since higher balances are available), and will result in profit compounding. When using Dry-Run Mode When using \"stake_amount\" : \"unlimited\", in combination with Dry-Run, Backtesting or Hyperopt, the balance will be simulated starting with a stake of dry_run_wallet which will evolve over time. It is therefore important to set dry_run_wallet to a sensible value (like 0.05 or 0.01 for BTC and 1000 or 100 for USDT, for example), otherwise it may simulate trades with 100 BTC (or more) or 0.05 USDT (or less) at once - which may not correspond to your real available balance or is less than the exchange minimal limit for the order amount for the stake currency. Prices used for orders \u00b6 Prices for regular orders can be controlled via the parameter structures bid_strategy for buying and ask_strategy for selling. Prices are always retrieved right before an order is placed, either by querying the exchange tickers or by using the orderbook data. Note Orderbook data used by Freqtrade are the data retrieved from exchange by the ccxt's function fetch_order_book() , i.e. are usually data from the L2-aggregated orderbook, while the ticker data are the structures returned by the ccxt's fetch_ticker() / fetch_tickers() functions. Refer to the ccxt library documentation for more details. Using market orders Please read the section Market order pricing section when using market orders. Buy price \u00b6 Check depth of market \u00b6 When check depth of market is enabled ( bid_strategy.check_depth_of_market.enabled=True ), the buy signals are filtered based on the orderbook depth (sum of all amounts) for each orderbook side. Orderbook bid (buy) side depth is then divided by the orderbook ask (sell) side depth and the resulting delta is compared to the value of the bid_strategy.check_depth_of_market.bids_to_ask_delta parameter. The buy order is only executed if the orderbook delta is greater than or equal to the configured delta value. Note A delta value below 1 means that ask (sell) orderbook side depth is greater than the depth of the bid (buy) orderbook side, while a value greater than 1 means opposite (depth of the buy side is higher than the depth of the sell side). Buy price side \u00b6 The configuration setting bid_strategy.price_side defines the side of the spread the bot looks for when buying. The following displays an orderbook. explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If bid_strategy.price_side is set to \"bid\" , then the bot will use 99 as buying price. In line with that, if bid_strategy.price_side is set to \"ask\" , then the bot will use 101 as buying price. Using ask price often guarantees quicker filled orders, but the bot can also end up paying more than what would have been necessary. Taker fees instead of maker fees will most likely apply even when using limit buy orders. Also, prices at the \"ask\" side of the spread are higher than prices at the \"bid\" side in the orderbook, so the order behaves similar to a market order (however with a maximum price). Buy price with Orderbook enabled \u00b6 When buying with the orderbook enabled ( bid_strategy.use_order_book=True ), Freqtrade fetches the bid_strategy.order_book_top entries from the orderbook and then uses the entry specified as bid_strategy.order_book_top on the configured side ( bid_strategy.price_side ) of the orderbook. 1 specifies the topmost entry in the orderbook, while 2 would use the 2 nd entry in the orderbook, and so on. Buy price without Orderbook enabled \u00b6 The following section uses side as the configured bid_strategy.price_side . When not using orderbook ( bid_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The bid_strategy.ask_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between ask and last price. Sell price \u00b6 Sell price side \u00b6 The configuration setting ask_strategy.price_side defines the side of the spread the bot looks for when selling. The following displays an orderbook: explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If ask_strategy.price_side is set to \"ask\" , then the bot will use 101 as selling price. In line with that, if ask_strategy.price_side is set to \"bid\" , then the bot will use 99 as selling price. Sell price with Orderbook enabled \u00b6 When selling with the orderbook enabled ( ask_strategy.use_order_book=True ), Freqtrade fetches the ask_strategy.order_book_max entries in the orderbook. Then each of the orderbook steps between ask_strategy.order_book_min and ask_strategy.order_book_max on the configured orderbook side are validated for a profitable sell-possibility based on the strategy configuration ( minimal_roi conditions) and the sell order is placed at the first profitable spot. Note Using order_book_max higher than order_book_min only makes sense when ask_strategy.price_side is set to \"ask\" . The idea here is to place the sell order early, to be ahead in the queue. A fixed slot (mirroring bid_strategy.order_book_top ) can be defined by setting ask_strategy.order_book_min and ask_strategy.order_book_max to the same number. Order_book_max > 1 - increased risks for stoplosses! Using ask_strategy.order_book_max higher than 1 will increase the risk the stoploss on exchange is cancelled too early, since an eventual stoploss on exchange will be cancelled as soon as the order is placed. Also, the sell order will remain on the exchange for unfilledtimeout.sell (or until it's filled) - which can lead to missed stoplosses (with or without using stoploss on exchange). Order_book_max > 1 in dry-run Using ask_strategy.order_book_max higher than 1 will result in improper dry-run results (significantly better than real orders executed on exchange), since dry-run assumes orders to be filled almost instantly. It is therefore advised to not use this setting for dry-runs. Sell price without Orderbook enabled \u00b6 When not using orderbook ( ask_strategy.use_order_book=False ), the price at the ask_strategy.price_side side (defaults to \"ask\" ) from the ticker will be used as the sell price. When not using orderbook ( ask_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The ask_strategy.bid_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between side and last price. Market order pricing \u00b6 When using market orders, prices should be configured to use the \"correct\" side of the orderbook to allow realistic pricing detection. Assuming both buy and sell are using market orders, a configuration similar to the following might be used jsonc \"order_types\": { \"buy\": \"market\", \"sell\": \"market\" // ... }, \"bid_strategy\": { \"price_side\": \"ask\", // ... }, \"ask_strategy\":{ \"price_side\": \"bid\", // ... }, Obviously, if only one side is using limit orders, different pricing combinations can be used. Understand minimal_roi \u00b6 The minimal_roi configuration parameter is a JSON object where the key is a duration in minutes and the value is the minimum ROI as ratio. See the example below: json \"minimal_roi\": { \"40\": 0.0, # Sell after 40 minutes if the profit is not negative \"30\": 0.01, # Sell after 30 minutes if there is at least 1% profit \"20\": 0.02, # Sell after 20 minutes if there is at least 2% profit \"0\": 0.04 # Sell immediately if there is at least 4% profit }, Most of the strategy files already include the optimal minimal_roi value. This parameter can be set in either Strategy or Configuration file. If you use it in the configuration file, it will override the minimal_roi value from the strategy file. If it is not set in either Strategy or Configuration, a default of 1000% {\"0\": 10} is used, and minimal roi is disabled unless your trade generates 1000% profit. Special case to forcesell after a specific time A special case presents using \"\": -1 as ROI. This forces the bot to sell a trade after N Minutes, no matter if it's positive or negative, so represents a time-limited force-sell. Understand forcebuy_enable \u00b6 The forcebuy_enable configuration parameter enables the usage of forcebuy commands via Telegram and REST API. For security reasons, it's disabled by default, and freqtrade will show a warning message on startup if enabled. For example, you can send /forcebuy ETH/BTC to the bot, which will result in freqtrade buying the pair and holds it until a regular sell-signal (ROI, stoploss, /forcesell) appears. This can be dangerous with some strategies, so use with care. See the telegram documentation for details on usage. Ignoring expired candles \u00b6 When working with larger timeframes (for example 1h or more) and using a low max_open_trades value, the last candle can be processed as soon as a trade slot becomes available. When processing the last candle, this can lead to a situation where it may not be desirable to use the buy signal on that candle. For example, when using a condition in your strategy where you use a cross-over, that point may have passed too long ago for you to start a trade on it. In these situations, you can enable the functionality to ignore candles that are beyond a specified period by setting ask_strategy.ignore_buying_expired_candle_after to a positive number, indicating the number of seconds after which the buy signal becomes expired. For example, if your strategy is using a 1h timeframe, and you only want to buy within the first 5 minutes when a new candle comes in, you can add the following configuration to your strategy: json \"ask_strategy\":{ \"ignore_buying_expired_candle_after\": 300, \"price_side\": \"bid\", // ... }, Understand order_types \u00b6 The order_types configuration parameter maps actions ( buy , sell , stoploss , emergencysell , forcesell , forcebuy ) to order-types ( market , limit , ...) as well as configures stoploss to be on the exchange and defines stoploss on exchange update interval in seconds. This allows to buy using limit orders, sell using limit-orders, and create stoplosses using market orders. It also allows to set the stoploss \"on exchange\" which means stoploss order would be placed immediately once the buy order is fulfilled. order_types set in the configuration file overwrites values set in the strategy as a whole, so you need to configure the whole order_types dictionary in one place. If this is configured, the following 4 values ( buy , sell , stoploss and stoploss_on_exchange ) need to be present, otherwise the bot will fail to start. For information on ( emergencysell , forcesell , forcebuy , stoploss_on_exchange , stoploss_on_exchange_interval , stoploss_on_exchange_limit_ratio ) please see stop loss documentation stop loss on exchange Syntax for Strategy: python order_types = { \"buy\": \"limit\", \"sell\": \"limit\", \"emergencysell\": \"market\", \"forcebuy\": \"market\", \"forcesell\": \"market\", \"stoploss\": \"market\", \"stoploss_on_exchange\": False, \"stoploss_on_exchange_interval\": 60, \"stoploss_on_exchange_limit_ratio\": 0.99, } Configuration: json \"order_types\": { \"buy\": \"limit\", \"sell\": \"limit\", \"emergencysell\": \"market\", \"forcebuy\": \"market\", \"forcesell\": \"market\", \"stoploss\": \"market\", \"stoploss_on_exchange\": false, \"stoploss_on_exchange_interval\": 60 } Market order support Not all exchanges support \"market\" orders. The following message will be shown if your exchange does not support market orders: \"Exchange does not support market orders.\" and the bot will refuse to start. Using market orders Please carefully read the section Market order pricing section when using market orders. Stoploss on exchange stoploss_on_exchange_interval is not mandatory. Do not change its value if you are unsure of what you are doing. For more information about how stoploss works please refer to the stoploss documentation . If stoploss_on_exchange is enabled and the stoploss is cancelled manually on the exchange, then the bot will create a new stoploss order. Warning: stoploss_on_exchange failures If stoploss on exchange creation fails for some reason, then an \"emergency sell\" is initiated. By default, this will sell the asset using a market order. The order-type for the emergency-sell can be changed by setting the emergencysell value in the order_types dictionary - however this is not advised. Understand order_time_in_force \u00b6 The order_time_in_force configuration parameter defines the policy by which the order is executed on the exchange. Three commonly used time in force are: GTC (Good Till Canceled): This is most of the time the default time in force. It means the order will remain on exchange till it is canceled by user. It can be fully or partially fulfilled. If partially fulfilled, the remaining will stay on the exchange till cancelled. FOK (Fill Or Kill): It means if the order is not executed immediately AND fully then it is canceled by the exchange. IOC (Immediate Or Canceled): It is the same as FOK (above) except it can be partially fulfilled. The remaining part is automatically cancelled by the exchange. The order_time_in_force parameter contains a dict with buy and sell time in force policy values. This can be set in the configuration file or in the strategy. Values set in the configuration file overwrites values set in the strategy. The possible values are: gtc (default), fok or ioc . python \"order_time_in_force\": { \"buy\": \"gtc\", \"sell\": \"gtc\" }, Warning This is an ongoing work. For now it is supported only for binance and only for buy orders. Please don't change the default value unless you know what you are doing. Exchange configuration \u00b6 Freqtrade is based on CCXT library that supports over 100 cryptocurrency exchange markets and trading APIs. The complete up-to-date list can be found in the CCXT repo homepage . However, the bot was tested by the development team with only Bittrex, Binance and Kraken, so the these are the only officially supported exchanges: Bittrex : \"bittrex\" Binance : \"binance\" Kraken : \"kraken\" Feel free to test other exchanges and submit your PR to improve the bot. Some exchanges require special configuration, which can be found on the Exchange-specific Notes documentation page. Sample exchange configuration \u00b6 A exchange configuration for \"binance\" would look as follows: json \"exchange\": { \"name\": \"binance\", \"key\": \"your_exchange_key\", \"secret\": \"your_exchange_secret\", \"ccxt_config\": {\"enableRateLimit\": true}, \"ccxt_async_config\": { \"enableRateLimit\": true, \"rateLimit\": 200 }, This configuration enables binance, as well as rate limiting to avoid bans from the exchange. \"rateLimit\": 200 defines a wait-event of 0.2s between each call. This can also be completely disabled by setting \"enableRateLimit\" to false. Note Optimal settings for rate limiting depend on the exchange and the size of the whitelist, so an ideal parameter will vary on many other settings. We try to provide sensible defaults per exchange where possible, if you encounter bans please make sure that \"enableRateLimit\" is enabled and increase the \"rateLimit\" parameter step by step. What values can be used for fiat_display_currency? \u00b6 The fiat_display_currency configuration parameter sets the base currency to use for the conversion from coin to fiat in the bot Telegram reports. The valid values are: json \"AUD\", \"BRL\", \"CAD\", \"CHF\", \"CLP\", \"CNY\", \"CZK\", \"DKK\", \"EUR\", \"GBP\", \"HKD\", \"HUF\", \"IDR\", \"ILS\", \"INR\", \"JPY\", \"KRW\", \"MXN\", \"MYR\", \"NOK\", \"NZD\", \"PHP\", \"PKR\", \"PLN\", \"RUB\", \"SEK\", \"SGD\", \"THB\", \"TRY\", \"TWD\", \"ZAR\", \"USD\" In addition to fiat currencies, a range of cryto currencies are supported. The valid values are: json \"BTC\", \"ETH\", \"XRP\", \"LTC\", \"BCH\", \"USDT\" Using Dry-run mode \u00b6 We recommend starting the bot in the Dry-run mode to see how your bot will behave and what is the performance of your strategy. In the Dry-run mode the bot does not engage your money. It only runs a live simulation without creating trades on the exchange. Edit your config.json configuration file. Switch dry-run to true and specify db_url for a persistence database. json \"dry_run\": true, \"db_url\": \"sqlite:///tradesv3.dryrun.sqlite\", Remove your Exchange API key and secret (change them by empty values or fake credentials): json \"exchange\": { \"name\": \"bittrex\", \"key\": \"key\", \"secret\": \"secret\", ... } Once you will be happy with your bot performance running in the Dry-run mode, you can switch it to production mode. Note A simulated wallet is available during dry-run mode, and will assume a starting capital of dry_run_wallet (defaults to 1000). Considerations for dry-run \u00b6 API-keys may or may not be provided. Only Read-Only operations (i.e. operations that do not alter account state) on the exchange are performed in dry-run mode. Wallets ( /balance ) are simulated based on dry_run_wallet . Orders are simulated, and will not be posted to the exchange. Orders are assumed to fill immediately, and will never time out. In combination with stoploss_on_exchange , the stop_loss price is assumed to be filled. Open orders (not trades, which are stored in the database) are reset on bot restart. Switch to production mode \u00b6 In production mode, the bot will engage your money. Be careful, since a wrong strategy can lose all your money. Be aware of what you are doing when you run it in production mode. Setup your exchange account \u00b6 You will need to create API Keys (usually you get key and secret , some exchanges require an additional password ) from the Exchange website and you'll need to insert this into the appropriate fields in the configuration or when asked by the freqtrade new-config command. API Keys are usually only required for live trading (trading for real money, bot running in \"production mode\", executing real orders on the exchange) and are not required for the bot running in dry-run (trade simulation) mode. When you setup the bot in dry-run mode, you may fill these fields with empty values. To switch your bot in production mode \u00b6 Edit your config.json file. Switch dry-run to false and don't forget to adapt your database URL if set: json \"dry_run\": false, Insert your Exchange API key (change them by fake api keys): json { \"exchange\": { \"name\": \"bittrex\", \"key\": \"af8ddd35195e9dc500b9a6f799f6f5c93d89193b\", \"secret\": \"08a9dc6db3d7b53e1acebd9275677f4b0a04f1a5\", //\"password\": \"\", // Optional, not needed by all exchanges) // ... } //... } You should also make sure to read the Exchanges section of the documentation to be aware of potential configuration details specific to your exchange. Keep your secrets secret To keep your secrets secret, we recommend to use a 2 nd configuration for your API keys. Simply use the above snippet in a new configuration file (e.g. config-private.json ) and keep your settings in this file. You can then start the bot with freqtrade trade --config user_data/config.json --config user_data/config-private.json <...> to have your keys loaded. NEVER share your private configuration file or your exchange keys with anyone! Using proxy with Freqtrade \u00b6 To use a proxy with freqtrade, add the kwarg \"aiohttp_trust_env\"=true to the \"ccxt_async_kwargs\" dict in the exchange section of the configuration. An example for this can be found in config_full.json.example json \"ccxt_async_config\": { \"aiohttp_trust_env\": true } Then, export your proxy settings using the variables \"HTTP_PROXY\" and \"HTTPS_PROXY\" set to the appropriate values bash export HTTP_PROXY=\"http://addr:port\" export HTTPS_PROXY=\"http://addr:port\" freqtrade Next step \u00b6 Now you have configured your config.json, the next step is to start your bot .","title":"Configuration"},{"location":"configuration/#configure-the-bot","text":"Freqtrade has many configurable features and possibilities. By default, these settings are configured via the configuration file (see below).","title":"Configure the bot"},{"location":"configuration/#the-freqtrade-configuration-file","text":"The bot uses a set of configuration parameters during its operation that all together conform the bot configuration. It normally reads its configuration from a file (Freqtrade configuration file). Per default, the bot loads the configuration from the config.json file, located in the current working directory. You can specify a different configuration file used by the bot with the -c/--config command line option. Multiple configuration files can be specified and used by the bot or the bot can read its configuration parameters from the process standard input stream. Use multiple configuration files to keep secrets secret You can use a 2 nd configuration file containing your secrets. That way you can share your \"primary\" configuration file, while still keeping your API keys for yourself. bash freqtrade trade --config user_data/config.json --config user_data/config-private.json <...> The 2 nd file should only specify what you intend to override. If a key is in more than one of the configurations, then the \"last specified configuration\" wins (in the above example, config-private.json ). If you used the Quick start method for installing the bot, the installation script should have already created the default configuration file ( config.json ) for you. If default configuration file is not created we recommend you to use freqtrade new-config --config config.json to generate a basic configuration file. The Freqtrade configuration file is to be written in the JSON format. Additionally to the standard JSON syntax, you may use one-line // ... and multi-line /* ... */ comments in your configuration files and trailing commas in the lists of parameters. Do not worry if you are not familiar with JSON format -- simply open the configuration file with an editor of your choice, make some changes to the parameters you need, save your changes and, finally, restart the bot or, if it was previously stopped, run it again with the changes you made to the configuration. The bot validates syntax of the configuration file at startup and will warn you if you made any errors editing it, pointing out problematic lines.","title":"The Freqtrade configuration file"},{"location":"configuration/#configuration-parameters","text":"The table below will list all configuration parameters available. Freqtrade can also load many options via command line (CLI) arguments (check out the commands --help output for details). The prevelance for all Options is as follows: CLI arguments override any other option Configuration files are used in sequence (last file wins), and override Strategy configurations. Strategy configurations are only used if they are not set via configuration or via command line arguments. These options are marked with Strategy Override in the below table. Mandatory parameters are marked as Required , which means that they are required to be set in one of the possible ways. Parameter Description max_open_trades Required. Number of open trades your bot is allowed to have. Only one open trade per pair is possible, so the length of your pairlist is another limitation which can apply. If -1 then it is ignored (i.e. potentially unlimited open trades, limited by the pairlist). More information below . Datatype: Positive integer or -1. stake_currency Required. Crypto-currency used for trading. Datatype: String stake_amount Required. Amount of crypto-currency your bot will use for each trade. Set it to \"unlimited\" to allow the bot to use all available balance. More information below . Datatype: Positive float or \"unlimited\" . tradable_balance_ratio Ratio of the total account balance the bot is allowed to trade. More information below . Defaults to 0.99 99%). Datatype: Positive float between 0.1 and 1.0 . amend_last_stake_amount Use reduced last stake amount if necessary. More information below . Defaults to false . Datatype: Boolean last_stake_amount_min_ratio Defines minimum stake amount that has to be left and executed. Applies only to the last stake amount when it's amended to a reduced value (i.e. if amend_last_stake_amount is set to true ). More information below . Defaults to 0.5 . Datatype: Float (as ratio) amount_reserve_percent Reserve some amount in min pair stake amount. The bot will reserve amount_reserve_percent + stoploss value when calculating min pair stake amount in order to avoid possible trade refusals. Defaults to 0.05 (5%). Datatype: Positive Float as ratio. timeframe The timeframe (former ticker interval) to use (e.g 1m , 5m , 15m , 30m , 1h ...). Strategy Override . Datatype: String fiat_display_currency Fiat currency used to show your profits. More information below . Datatype: String dry_run Required. Define if the bot must be in Dry Run or production mode. Defaults to true . Datatype: Boolean dry_run_wallet Define the starting amount in stake currency for the simulated wallet used by the bot running in Dry Run mode. Defaults to 1000 . Datatype: Float cancel_open_orders_on_exit Cancel open orders when the /stop RPC command is issued, Ctrl+C is pressed or the bot dies unexpectedly. When set to true , this allows you to use /stop to cancel unfilled and partially filled orders in the event of a market crash. It does not impact open positions. Defaults to false . Datatype: Boolean process_only_new_candles Enable processing of indicators only when new candles arrive. If false each loop populates the indicators, this will mean the same candle is processed many times creating system load but can be useful of your strategy depends on tick data not only candle. Strategy Override . Defaults to false . Datatype: Boolean minimal_roi Required. Set the threshold as ratio the bot will use to sell a trade. More information below . Strategy Override . Datatype: Dict stoploss Required. Value as ratio of the stoploss used by the bot. More details in the stoploss documentation . Strategy Override . Datatype: Float (as ratio) trailing_stop Enables trailing stoploss (based on stoploss in either configuration or strategy file). More details in the stoploss documentation . Strategy Override . Datatype: Boolean trailing_stop_positive Changes stoploss once profit has been reached. More details in the stoploss documentation . Strategy Override . Datatype: Float trailing_stop_positive_offset Offset on when to apply trailing_stop_positive . Percentage value which should be positive. More details in the stoploss documentation . Strategy Override . Defaults to 0.0 (no offset). Datatype: Float trailing_only_offset_is_reached Only apply trailing stoploss when the offset is reached. stoploss documentation . Strategy Override . Defaults to false . Datatype: Boolean fee Fee used during backtesting / dry-runs. Should normally not be configured, which has freqtrade fall back to the exchange default fee. Set as ratio (e.g. 0.001 = 0.1%). Fee is applied twice for each trade, once when buying, once when selling. Datatype: Float (as ratio) unfilledtimeout.buy Required. How long (in minutes or seconds) the bot will wait for an unfilled buy order to complete, after which the order will be cancelled and repeated at current (new) price, as long as there is a signal. Strategy Override . Datatype: Integer unfilledtimeout.sell Required. How long (in minutes or seconds) the bot will wait for an unfilled sell order to complete, after which the order will be cancelled and repeated at current (new) price, as long as there is a signal. Strategy Override . Datatype: Integer unfilledtimeout.unit Unit to use in unfilledtimeout setting. Note: If you set unfilledtimeout.unit to \"seconds\", \"internals.process_throttle_secs\" must be inferior or equal to timeout Strategy Override . Defaults to minutes . Datatype: String bid_strategy.price_side Select the side of the spread the bot should look at to get the buy rate. More information below . Defaults to bid . Datatype: String (either ask or bid ). bid_strategy.ask_last_balance Required. Interpolate the bidding price. More information below . bid_strategy.use_order_book Enable buying using the rates in Order Book Bids . Datatype: Boolean bid_strategy.order_book_top Bot will use the top N rate in Order Book Bids to buy. I.e. a value of 2 will allow the bot to pick the 2 nd bid rate in Order Book Bids . Defaults to 1 . Datatype: Positive Integer bid_strategy. check_depth_of_market.enabled Do not buy if the difference of buy orders and sell orders is met in Order Book. Check market depth . Defaults to false . Datatype: Boolean bid_strategy. check_depth_of_market.bids_to_ask_delta The difference ratio of buy orders and sell orders found in Order Book. A value below 1 means sell order size is greater, while value greater than 1 means buy order size is higher. Check market depth Defaults to 0 . Datatype: Float (as ratio) ask_strategy.price_side Select the side of the spread the bot should look at to get the sell rate. More information below . Defaults to ask . Datatype: String (either ask or bid ). ask_strategy.bid_last_balance Interpolate the selling price. More information below . ask_strategy.use_order_book Enable selling of open trades using Order Book Asks . Datatype: Boolean ask_strategy.order_book_min Bot will scan from the top min to max Order Book Asks searching for a profitable rate. Defaults to 1 . Datatype: Positive Integer ask_strategy.order_book_max Bot will scan from the top min to max Order Book Asks searching for a profitable rate. Defaults to 1 . Datatype: Positive Integer ask_strategy.use_sell_signal Use sell signals produced by the strategy in addition to the minimal_roi . Strategy Override . Defaults to true . Datatype: Boolean ask_strategy.sell_profit_only Wait until the bot reaches ask_strategy.sell_profit_offset before taking a sell decision. Strategy Override . Defaults to false . Datatype: Boolean ask_strategy.sell_profit_offset Sell-signal is only active above this value. Strategy Override . Defaults to 0.0 . Datatype: Float (as ratio) ask_strategy.ignore_roi_if_buy_signal Do not sell if the buy signal is still active. This setting takes preference over minimal_roi and use_sell_signal . Strategy Override . Defaults to false . Datatype: Boolean ask_strategy.ignore_buying_expired_candle_after Specifies the number of seconds until a buy signal is no longer used. Datatype: Integer order_types Configure order-types depending on the action ( \"buy\" , \"sell\" , \"stoploss\" , \"stoploss_on_exchange\" ). More information below . Strategy Override . Datatype: Dict order_time_in_force Configure time in force for buy and sell orders. More information below . Strategy Override . Datatype: Dict exchange.name Required. Name of the exchange class to use. List below . Datatype: String exchange.sandbox Use the 'sandbox' version of the exchange, where the exchange provides a sandbox for risk-free integration. See here in more details. Datatype: Boolean exchange.key API key to use for the exchange. Only required when you are in production mode. Keep it in secret, do not disclose publicly. Datatype: String exchange.secret API secret to use for the exchange. Only required when you are in production mode. Keep it in secret, do not disclose publicly. Datatype: String exchange.password API password to use for the exchange. Only required when you are in production mode and for exchanges that use password for API requests. Keep it in secret, do not disclose publicly. Datatype: String exchange.pair_whitelist List of pairs to use by the bot for trading and to check for potential trades during backtesting. Supports regex pairs as .*/BTC . Not used by VolumePairList. More information . Datatype: List exchange.pair_blacklist List of pairs the bot must absolutely avoid for trading and backtesting. More information . Datatype: List exchange.ccxt_config Additional CCXT parameters passed to both ccxt instances (sync and async). This is usually the correct place for ccxt configurations. Parameters may differ from exchange to exchange and are documented in the ccxt documentation Datatype: Dict exchange.ccxt_sync_config Additional CCXT parameters passed to the regular (sync) ccxt instance. Parameters may differ from exchange to exchange and are documented in the ccxt documentation Datatype: Dict exchange.ccxt_async_config Additional CCXT parameters passed to the async ccxt instance. Parameters may differ from exchange to exchange and are documented in the ccxt documentation Datatype: Dict exchange.markets_refresh_interval The interval in minutes in which markets are reloaded. Defaults to 60 minutes. Datatype: Positive Integer exchange.skip_pair_validation Skip pairlist validation on startup. Defaults to false Datatype: * Boolean exchange.skip_open_order_update Skips open order updates on startup should the exchange cause problems. Only relevant in live conditions. Defaults to false Datatype: * Boolean edge.* Please refer to edge configuration document for detailed explanation. experimental.block_bad_exchanges Block exchanges known to not work with freqtrade. Leave on default unless you want to test if that exchange works now. Defaults to true . Datatype: Boolean pairlists Define one or more pairlists to be used. More information . Defaults to StaticPairList . Datatype: List of Dicts protections Define one or more protections to be used. More information . Strategy Override . Datatype: List of Dicts telegram.enabled Enable the usage of Telegram. Datatype: Boolean telegram.token Your Telegram bot token. Only required if telegram.enabled is true . Keep it in secret, do not disclose publicly. Datatype: String telegram.chat_id Your personal Telegram account id. Only required if telegram.enabled is true . Keep it in secret, do not disclose publicly. Datatype: String telegram.balance_dust_level Dust-level (in stake currency) - currencies with a balance below this will not be shown by /balance . Datatype: float webhook.enabled Enable usage of Webhook notifications Datatype: Boolean webhook.url URL for the webhook. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhookbuy Payload to send on buy. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhookbuycancel Payload to send on buy order cancel. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhooksell Payload to send on sell. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhooksellcancel Payload to send on sell order cancel. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String webhook.webhookstatus Payload to send on status calls. Only required if webhook.enabled is true . See the webhook documentation for more details. Datatype: String api_server.enabled Enable usage of API Server. See the API Server documentation for more details. Datatype: Boolean api_server.listen_ip_address Bind IP address. See the API Server documentation for more details. Datatype: IPv4 api_server.listen_port Bind Port. See the API Server documentation for more details. Datatype: Integer between 1024 and 65535 api_server.verbosity Logging verbosity. info will print all RPC Calls, while \"error\" will only display errors. Datatype: Enum, either info or error . Defaults to info . api_server.username Username for API server. See the API Server documentation for more details. Keep it in secret, do not disclose publicly. Datatype: String api_server.password Password for API server. See the API Server documentation for more details. Keep it in secret, do not disclose publicly. Datatype: String bot_name Name of the bot. Passed via API to a client - can be shown to distinguish / name bots. Defaults to freqtrade Datatype: String db_url Declares database URL to use. NOTE: This defaults to sqlite:///tradesv3.dryrun.sqlite if dry_run is true , and to sqlite:///tradesv3.sqlite for production instances. Datatype: String, SQLAlchemy connect string initial_state Defines the initial application state. If set to stopped, then the bot has to be explicitly started via /start RPC command. Defaults to stopped . Datatype: Enum, either stopped or running forcebuy_enable Enables the RPC Commands to force a buy. More information below. Datatype: Boolean disable_dataframe_checks Disable checking the OHLCV dataframe returned from the strategy methods for correctness. Only use when intentionally changing the dataframe and understand what you are doing. Strategy Override . Defaults to False . Datatype: Boolean strategy Required Defines Strategy class to use. Recommended to be set via --strategy NAME . Datatype: ClassName strategy_path Adds an additional strategy lookup path (must be a directory). Datatype: String internals.process_throttle_secs Set the process throttle, or minimum loop duration for one bot iteration loop. Value in second. Defaults to 5 seconds. Datatype: Positive Integer internals.heartbeat_interval Print heartbeat message every N seconds. Set to 0 to disable heartbeat messages. Defaults to 60 seconds. Datatype: Positive Integer or 0 internals.sd_notify Enables use of the sd_notify protocol to tell systemd service manager about changes in the bot state and issue keep-alive pings. See here for more details. Datatype: Boolean logfile Specifies logfile name. Uses a rolling strategy for log file rotation for 10 files with the 1MB limit per file. Datatype: String user_data_dir Directory containing user data. Defaults to ./user_data/ . Datatype: String dataformat_ohlcv Data format to use to store historical candle (OHLCV) data. Defaults to json . Datatype: String dataformat_trades Data format to use to store historical trades data. Defaults to jsongz . Datatype: String","title":"Configuration parameters"},{"location":"configuration/#parameters-in-the-strategy","text":"The following parameters can be set in either configuration file or strategy. Values set in the configuration file always overwrite values set in the strategy. minimal_roi timeframe stoploss trailing_stop trailing_stop_positive trailing_stop_positive_offset trailing_only_offset_is_reached use_custom_stoploss process_only_new_candles order_types order_time_in_force unfilledtimeout disable_dataframe_checks protections use_sell_signal (ask_strategy) sell_profit_only (ask_strategy) sell_profit_offset (ask_strategy) ignore_roi_if_buy_signal (ask_strategy) ignore_buying_expired_candle_after (ask_strategy)","title":"Parameters in the strategy"},{"location":"configuration/#configuring-amount-per-trade","text":"There are several methods to configure how much of the stake currency the bot will use to enter a trade. All methods respect the available balance configuration as explained below.","title":"Configuring amount per trade"},{"location":"configuration/#minimum-trade-stake","text":"The minimum stake amount will depend by exchange and pair, and is usually listed in the exchange support pages. Assuming the minimum tradable amount for XRP/USD is 20 XRP (given by the exchange), and the price is 0.4$. The minimum stake amount to buy this pair is therefore 20 * 0.6 ~= 12 . This exchange has also a limit on USD - where all orders must be > 10$ - which however does not apply in this case. To guarantee safe execution, freqtrade will not allow buying with a stake-amount of 10.1$, instead, it'll make sure that there's enough space to place a stoploss below the pair (+ an offset, defined by amount_reserve_percent , which defaults to 5%). With a reserve of 5%, the minimum stake amount would be ~12.6$ ( 12 * (1 + 0.05) ). If we take in account a stoploss of 10% on top of that - we'd end up with a value of ~14$ ( 12.6 / (1 - 0.1) ). To limit this calculation in case of large stoploss values, the calculated minimum stake-limit will never be more than 50% above the real limit. Warning Since the limits on exchanges are usually stable and are not updated often, some pairs can show pretty high minimum limits, simply because the price increased a lot since the last limit adjustment by the exchange.","title":"Minimum trade stake"},{"location":"configuration/#available-balance","text":"By default, the bot assumes that the complete amount - 1% is at it's disposal, and when using dynamic stake amount , it will split the complete balance into max_open_trades buckets per trade. Freqtrade will reserve 1% for eventual fees when entering a trade and will therefore not touch that by default. You can configure the \"untouched\" amount by using the tradable_balance_ratio setting. For example, if you have 10 ETH available in your wallet on the exchange and tradable_balance_ratio=0.5 (which is 50%), then the bot will use a maximum amount of 5 ETH for trading and considers this as available balance. The rest of the wallet is untouched by the trades. Warning The tradable_balance_ratio setting applies to the current balance (free balance + tied up in trades). Therefore, assuming the starting balance of 1000, a configuration with tradable_balance_ratio=0.99 will not guarantee that 10 currency units will always remain available on the exchange. For example, the free amount may reduce to 5 units if the total balance is reduced to 500 (either by a losing streak, or by withdrawing balance).","title":"Available balance"},{"location":"configuration/#amend-last-stake-amount","text":"Assuming we have the tradable balance of 1000 USDT, stake_amount=400 , and max_open_trades=3 . The bot would open 2 trades, and will be unable to fill the last trading slot, since the requested 400 USDT are no longer available, since 800 USDT are already tied in other trades. To overcome this, the option amend_last_stake_amount can be set to True , which will enable the bot to reduce stake_amount to the available balance in order to fill the last trade slot. In the example above this would mean: Trade1: 400 USDT Trade2: 400 USDT Trade3: 200 USDT Note This option only applies with Static stake amount - since Dynamic stake amount divides the balances evenly. Note The minimum last stake amount can be configured using last_stake_amount_min_ratio - which defaults to 0.5 (50%). This means that the minimum stake amount that's ever used is stake_amount * 0.5 . This avoids very low stake amounts, that are close to the minimum tradable amount for the pair and can be refused by the exchange.","title":"Amend last stake amount"},{"location":"configuration/#static-stake-amount","text":"The stake_amount configuration statically configures the amount of stake-currency your bot will use for each trade. The minimal configuration value is 0.0001, however, please check your exchange's trading minimums for the stake currency you're using to avoid problems. This setting works in combination with max_open_trades . The maximum capital engaged in trades is stake_amount * max_open_trades . For example, the bot will at most use (0.05 BTC x 3) = 0.15 BTC, assuming a configuration of max_open_trades=3 and stake_amount=0.05 . Note This setting respects the available balance configuration .","title":"Static stake amount"},{"location":"configuration/#dynamic-stake-amount","text":"Alternatively, you can use a dynamic stake amount, which will use the available balance on the exchange, and divide that equally by the amount of allowed trades ( max_open_trades ). To configure this, set stake_amount=\"unlimited\" . We also recommend to set tradable_balance_ratio=0.99 (99%) - to keep a minimum balance for eventual fees. In this case a trade amount is calculated as: python currency_balance / (max_open_trades - current_open_trades) To allow the bot to trade all the available stake_currency in your account (minus tradable_balance_ratio ) set json \"stake_amount\" : \"unlimited\", \"tradable_balance_ratio\": 0.99, Compounding profits This configuration will allow increasing / decreasing stakes depending on the performance of the bot (lower stake if bot is loosing, higher stakes if the bot has a winning record, since higher balances are available), and will result in profit compounding. When using Dry-Run Mode When using \"stake_amount\" : \"unlimited\", in combination with Dry-Run, Backtesting or Hyperopt, the balance will be simulated starting with a stake of dry_run_wallet which will evolve over time. It is therefore important to set dry_run_wallet to a sensible value (like 0.05 or 0.01 for BTC and 1000 or 100 for USDT, for example), otherwise it may simulate trades with 100 BTC (or more) or 0.05 USDT (or less) at once - which may not correspond to your real available balance or is less than the exchange minimal limit for the order amount for the stake currency.","title":"Dynamic stake amount"},{"location":"configuration/#prices-used-for-orders","text":"Prices for regular orders can be controlled via the parameter structures bid_strategy for buying and ask_strategy for selling. Prices are always retrieved right before an order is placed, either by querying the exchange tickers or by using the orderbook data. Note Orderbook data used by Freqtrade are the data retrieved from exchange by the ccxt's function fetch_order_book() , i.e. are usually data from the L2-aggregated orderbook, while the ticker data are the structures returned by the ccxt's fetch_ticker() / fetch_tickers() functions. Refer to the ccxt library documentation for more details. Using market orders Please read the section Market order pricing section when using market orders.","title":"Prices used for orders"},{"location":"configuration/#buy-price","text":"","title":"Buy price"},{"location":"configuration/#check-depth-of-market","text":"When check depth of market is enabled ( bid_strategy.check_depth_of_market.enabled=True ), the buy signals are filtered based on the orderbook depth (sum of all amounts) for each orderbook side. Orderbook bid (buy) side depth is then divided by the orderbook ask (sell) side depth and the resulting delta is compared to the value of the bid_strategy.check_depth_of_market.bids_to_ask_delta parameter. The buy order is only executed if the orderbook delta is greater than or equal to the configured delta value. Note A delta value below 1 means that ask (sell) orderbook side depth is greater than the depth of the bid (buy) orderbook side, while a value greater than 1 means opposite (depth of the buy side is higher than the depth of the sell side).","title":"Check depth of market"},{"location":"configuration/#buy-price-side","text":"The configuration setting bid_strategy.price_side defines the side of the spread the bot looks for when buying. The following displays an orderbook. explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If bid_strategy.price_side is set to \"bid\" , then the bot will use 99 as buying price. In line with that, if bid_strategy.price_side is set to \"ask\" , then the bot will use 101 as buying price. Using ask price often guarantees quicker filled orders, but the bot can also end up paying more than what would have been necessary. Taker fees instead of maker fees will most likely apply even when using limit buy orders. Also, prices at the \"ask\" side of the spread are higher than prices at the \"bid\" side in the orderbook, so the order behaves similar to a market order (however with a maximum price).","title":"Buy price side"},{"location":"configuration/#buy-price-with-orderbook-enabled","text":"When buying with the orderbook enabled ( bid_strategy.use_order_book=True ), Freqtrade fetches the bid_strategy.order_book_top entries from the orderbook and then uses the entry specified as bid_strategy.order_book_top on the configured side ( bid_strategy.price_side ) of the orderbook. 1 specifies the topmost entry in the orderbook, while 2 would use the 2 nd entry in the orderbook, and so on.","title":"Buy price with Orderbook enabled"},{"location":"configuration/#buy-price-without-orderbook-enabled","text":"The following section uses side as the configured bid_strategy.price_side . When not using orderbook ( bid_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The bid_strategy.ask_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between ask and last price.","title":"Buy price without Orderbook enabled"},{"location":"configuration/#sell-price","text":"","title":"Sell price"},{"location":"configuration/#sell-price-side","text":"The configuration setting ask_strategy.price_side defines the side of the spread the bot looks for when selling. The following displays an orderbook: explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If ask_strategy.price_side is set to \"ask\" , then the bot will use 101 as selling price. In line with that, if ask_strategy.price_side is set to \"bid\" , then the bot will use 99 as selling price.","title":"Sell price side"},{"location":"configuration/#sell-price-with-orderbook-enabled","text":"When selling with the orderbook enabled ( ask_strategy.use_order_book=True ), Freqtrade fetches the ask_strategy.order_book_max entries in the orderbook. Then each of the orderbook steps between ask_strategy.order_book_min and ask_strategy.order_book_max on the configured orderbook side are validated for a profitable sell-possibility based on the strategy configuration ( minimal_roi conditions) and the sell order is placed at the first profitable spot. Note Using order_book_max higher than order_book_min only makes sense when ask_strategy.price_side is set to \"ask\" . The idea here is to place the sell order early, to be ahead in the queue. A fixed slot (mirroring bid_strategy.order_book_top ) can be defined by setting ask_strategy.order_book_min and ask_strategy.order_book_max to the same number. Order_book_max > 1 - increased risks for stoplosses! Using ask_strategy.order_book_max higher than 1 will increase the risk the stoploss on exchange is cancelled too early, since an eventual stoploss on exchange will be cancelled as soon as the order is placed. Also, the sell order will remain on the exchange for unfilledtimeout.sell (or until it's filled) - which can lead to missed stoplosses (with or without using stoploss on exchange). Order_book_max > 1 in dry-run Using ask_strategy.order_book_max higher than 1 will result in improper dry-run results (significantly better than real orders executed on exchange), since dry-run assumes orders to be filled almost instantly. It is therefore advised to not use this setting for dry-runs.","title":"Sell price with Orderbook enabled"},{"location":"configuration/#sell-price-without-orderbook-enabled","text":"When not using orderbook ( ask_strategy.use_order_book=False ), the price at the ask_strategy.price_side side (defaults to \"ask\" ) from the ticker will be used as the sell price. When not using orderbook ( ask_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The ask_strategy.bid_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between side and last price.","title":"Sell price without Orderbook enabled"},{"location":"configuration/#market-order-pricing","text":"When using market orders, prices should be configured to use the \"correct\" side of the orderbook to allow realistic pricing detection. Assuming both buy and sell are using market orders, a configuration similar to the following might be used jsonc \"order_types\": { \"buy\": \"market\", \"sell\": \"market\" // ... }, \"bid_strategy\": { \"price_side\": \"ask\", // ... }, \"ask_strategy\":{ \"price_side\": \"bid\", // ... }, Obviously, if only one side is using limit orders, different pricing combinations can be used.","title":"Market order pricing"},{"location":"configuration/#understand-minimal_roi","text":"The minimal_roi configuration parameter is a JSON object where the key is a duration in minutes and the value is the minimum ROI as ratio. See the example below: json \"minimal_roi\": { \"40\": 0.0, # Sell after 40 minutes if the profit is not negative \"30\": 0.01, # Sell after 30 minutes if there is at least 1% profit \"20\": 0.02, # Sell after 20 minutes if there is at least 2% profit \"0\": 0.04 # Sell immediately if there is at least 4% profit }, Most of the strategy files already include the optimal minimal_roi value. This parameter can be set in either Strategy or Configuration file. If you use it in the configuration file, it will override the minimal_roi value from the strategy file. If it is not set in either Strategy or Configuration, a default of 1000% {\"0\": 10} is used, and minimal roi is disabled unless your trade generates 1000% profit. Special case to forcesell after a specific time A special case presents using \"\": -1 as ROI. This forces the bot to sell a trade after N Minutes, no matter if it's positive or negative, so represents a time-limited force-sell.","title":"Understand minimal_roi"},{"location":"configuration/#understand-forcebuy_enable","text":"The forcebuy_enable configuration parameter enables the usage of forcebuy commands via Telegram and REST API. For security reasons, it's disabled by default, and freqtrade will show a warning message on startup if enabled. For example, you can send /forcebuy ETH/BTC to the bot, which will result in freqtrade buying the pair and holds it until a regular sell-signal (ROI, stoploss, /forcesell) appears. This can be dangerous with some strategies, so use with care. See the telegram documentation for details on usage.","title":"Understand forcebuy_enable"},{"location":"configuration/#ignoring-expired-candles","text":"When working with larger timeframes (for example 1h or more) and using a low max_open_trades value, the last candle can be processed as soon as a trade slot becomes available. When processing the last candle, this can lead to a situation where it may not be desirable to use the buy signal on that candle. For example, when using a condition in your strategy where you use a cross-over, that point may have passed too long ago for you to start a trade on it. In these situations, you can enable the functionality to ignore candles that are beyond a specified period by setting ask_strategy.ignore_buying_expired_candle_after to a positive number, indicating the number of seconds after which the buy signal becomes expired. For example, if your strategy is using a 1h timeframe, and you only want to buy within the first 5 minutes when a new candle comes in, you can add the following configuration to your strategy: json \"ask_strategy\":{ \"ignore_buying_expired_candle_after\": 300, \"price_side\": \"bid\", // ... },","title":"Ignoring expired candles"},{"location":"configuration/#understand-order_types","text":"The order_types configuration parameter maps actions ( buy , sell , stoploss , emergencysell , forcesell , forcebuy ) to order-types ( market , limit , ...) as well as configures stoploss to be on the exchange and defines stoploss on exchange update interval in seconds. This allows to buy using limit orders, sell using limit-orders, and create stoplosses using market orders. It also allows to set the stoploss \"on exchange\" which means stoploss order would be placed immediately once the buy order is fulfilled. order_types set in the configuration file overwrites values set in the strategy as a whole, so you need to configure the whole order_types dictionary in one place. If this is configured, the following 4 values ( buy , sell , stoploss and stoploss_on_exchange ) need to be present, otherwise the bot will fail to start. For information on ( emergencysell , forcesell , forcebuy , stoploss_on_exchange , stoploss_on_exchange_interval , stoploss_on_exchange_limit_ratio ) please see stop loss documentation stop loss on exchange Syntax for Strategy: python order_types = { \"buy\": \"limit\", \"sell\": \"limit\", \"emergencysell\": \"market\", \"forcebuy\": \"market\", \"forcesell\": \"market\", \"stoploss\": \"market\", \"stoploss_on_exchange\": False, \"stoploss_on_exchange_interval\": 60, \"stoploss_on_exchange_limit_ratio\": 0.99, } Configuration: json \"order_types\": { \"buy\": \"limit\", \"sell\": \"limit\", \"emergencysell\": \"market\", \"forcebuy\": \"market\", \"forcesell\": \"market\", \"stoploss\": \"market\", \"stoploss_on_exchange\": false, \"stoploss_on_exchange_interval\": 60 } Market order support Not all exchanges support \"market\" orders. The following message will be shown if your exchange does not support market orders: \"Exchange does not support market orders.\" and the bot will refuse to start. Using market orders Please carefully read the section Market order pricing section when using market orders. Stoploss on exchange stoploss_on_exchange_interval is not mandatory. Do not change its value if you are unsure of what you are doing. For more information about how stoploss works please refer to the stoploss documentation . If stoploss_on_exchange is enabled and the stoploss is cancelled manually on the exchange, then the bot will create a new stoploss order. Warning: stoploss_on_exchange failures If stoploss on exchange creation fails for some reason, then an \"emergency sell\" is initiated. By default, this will sell the asset using a market order. The order-type for the emergency-sell can be changed by setting the emergencysell value in the order_types dictionary - however this is not advised.","title":"Understand order_types"},{"location":"configuration/#understand-order_time_in_force","text":"The order_time_in_force configuration parameter defines the policy by which the order is executed on the exchange. Three commonly used time in force are: GTC (Good Till Canceled): This is most of the time the default time in force. It means the order will remain on exchange till it is canceled by user. It can be fully or partially fulfilled. If partially fulfilled, the remaining will stay on the exchange till cancelled. FOK (Fill Or Kill): It means if the order is not executed immediately AND fully then it is canceled by the exchange. IOC (Immediate Or Canceled): It is the same as FOK (above) except it can be partially fulfilled. The remaining part is automatically cancelled by the exchange. The order_time_in_force parameter contains a dict with buy and sell time in force policy values. This can be set in the configuration file or in the strategy. Values set in the configuration file overwrites values set in the strategy. The possible values are: gtc (default), fok or ioc . python \"order_time_in_force\": { \"buy\": \"gtc\", \"sell\": \"gtc\" }, Warning This is an ongoing work. For now it is supported only for binance and only for buy orders. Please don't change the default value unless you know what you are doing.","title":"Understand order_time_in_force"},{"location":"configuration/#exchange-configuration","text":"Freqtrade is based on CCXT library that supports over 100 cryptocurrency exchange markets and trading APIs. The complete up-to-date list can be found in the CCXT repo homepage . However, the bot was tested by the development team with only Bittrex, Binance and Kraken, so the these are the only officially supported exchanges: Bittrex : \"bittrex\" Binance : \"binance\" Kraken : \"kraken\" Feel free to test other exchanges and submit your PR to improve the bot. Some exchanges require special configuration, which can be found on the Exchange-specific Notes documentation page.","title":"Exchange configuration"},{"location":"configuration/#sample-exchange-configuration","text":"A exchange configuration for \"binance\" would look as follows: json \"exchange\": { \"name\": \"binance\", \"key\": \"your_exchange_key\", \"secret\": \"your_exchange_secret\", \"ccxt_config\": {\"enableRateLimit\": true}, \"ccxt_async_config\": { \"enableRateLimit\": true, \"rateLimit\": 200 }, This configuration enables binance, as well as rate limiting to avoid bans from the exchange. \"rateLimit\": 200 defines a wait-event of 0.2s between each call. This can also be completely disabled by setting \"enableRateLimit\" to false. Note Optimal settings for rate limiting depend on the exchange and the size of the whitelist, so an ideal parameter will vary on many other settings. We try to provide sensible defaults per exchange where possible, if you encounter bans please make sure that \"enableRateLimit\" is enabled and increase the \"rateLimit\" parameter step by step.","title":"Sample exchange configuration"},{"location":"configuration/#what-values-can-be-used-for-fiat_display_currency","text":"The fiat_display_currency configuration parameter sets the base currency to use for the conversion from coin to fiat in the bot Telegram reports. The valid values are: json \"AUD\", \"BRL\", \"CAD\", \"CHF\", \"CLP\", \"CNY\", \"CZK\", \"DKK\", \"EUR\", \"GBP\", \"HKD\", \"HUF\", \"IDR\", \"ILS\", \"INR\", \"JPY\", \"KRW\", \"MXN\", \"MYR\", \"NOK\", \"NZD\", \"PHP\", \"PKR\", \"PLN\", \"RUB\", \"SEK\", \"SGD\", \"THB\", \"TRY\", \"TWD\", \"ZAR\", \"USD\" In addition to fiat currencies, a range of cryto currencies are supported. The valid values are: json \"BTC\", \"ETH\", \"XRP\", \"LTC\", \"BCH\", \"USDT\"","title":"What values can be used for fiat_display_currency?"},{"location":"configuration/#using-dry-run-mode","text":"We recommend starting the bot in the Dry-run mode to see how your bot will behave and what is the performance of your strategy. In the Dry-run mode the bot does not engage your money. It only runs a live simulation without creating trades on the exchange. Edit your config.json configuration file. Switch dry-run to true and specify db_url for a persistence database. json \"dry_run\": true, \"db_url\": \"sqlite:///tradesv3.dryrun.sqlite\", Remove your Exchange API key and secret (change them by empty values or fake credentials): json \"exchange\": { \"name\": \"bittrex\", \"key\": \"key\", \"secret\": \"secret\", ... } Once you will be happy with your bot performance running in the Dry-run mode, you can switch it to production mode. Note A simulated wallet is available during dry-run mode, and will assume a starting capital of dry_run_wallet (defaults to 1000).","title":"Using Dry-run mode"},{"location":"configuration/#considerations-for-dry-run","text":"API-keys may or may not be provided. Only Read-Only operations (i.e. operations that do not alter account state) on the exchange are performed in dry-run mode. Wallets ( /balance ) are simulated based on dry_run_wallet . Orders are simulated, and will not be posted to the exchange. Orders are assumed to fill immediately, and will never time out. In combination with stoploss_on_exchange , the stop_loss price is assumed to be filled. Open orders (not trades, which are stored in the database) are reset on bot restart.","title":"Considerations for dry-run"},{"location":"configuration/#switch-to-production-mode","text":"In production mode, the bot will engage your money. Be careful, since a wrong strategy can lose all your money. Be aware of what you are doing when you run it in production mode.","title":"Switch to production mode"},{"location":"configuration/#setup-your-exchange-account","text":"You will need to create API Keys (usually you get key and secret , some exchanges require an additional password ) from the Exchange website and you'll need to insert this into the appropriate fields in the configuration or when asked by the freqtrade new-config command. API Keys are usually only required for live trading (trading for real money, bot running in \"production mode\", executing real orders on the exchange) and are not required for the bot running in dry-run (trade simulation) mode. When you setup the bot in dry-run mode, you may fill these fields with empty values.","title":"Setup your exchange account"},{"location":"configuration/#to-switch-your-bot-in-production-mode","text":"Edit your config.json file. Switch dry-run to false and don't forget to adapt your database URL if set: json \"dry_run\": false, Insert your Exchange API key (change them by fake api keys): json { \"exchange\": { \"name\": \"bittrex\", \"key\": \"af8ddd35195e9dc500b9a6f799f6f5c93d89193b\", \"secret\": \"08a9dc6db3d7b53e1acebd9275677f4b0a04f1a5\", //\"password\": \"\", // Optional, not needed by all exchanges) // ... } //... } You should also make sure to read the Exchanges section of the documentation to be aware of potential configuration details specific to your exchange. Keep your secrets secret To keep your secrets secret, we recommend to use a 2 nd configuration for your API keys. Simply use the above snippet in a new configuration file (e.g. config-private.json ) and keep your settings in this file. You can then start the bot with freqtrade trade --config user_data/config.json --config user_data/config-private.json <...> to have your keys loaded. NEVER share your private configuration file or your exchange keys with anyone!","title":"To switch your bot in production mode"},{"location":"configuration/#using-proxy-with-freqtrade","text":"To use a proxy with freqtrade, add the kwarg \"aiohttp_trust_env\"=true to the \"ccxt_async_kwargs\" dict in the exchange section of the configuration. An example for this can be found in config_full.json.example json \"ccxt_async_config\": { \"aiohttp_trust_env\": true } Then, export your proxy settings using the variables \"HTTP_PROXY\" and \"HTTPS_PROXY\" set to the appropriate values bash export HTTP_PROXY=\"http://addr:port\" export HTTPS_PROXY=\"http://addr:port\" freqtrade","title":"Using proxy with Freqtrade"},{"location":"configuration/#next-step","text":"Now you have configured your config.json, the next step is to start your bot .","title":"Next step"},{"location":"data-analysis/","text":"Analyzing bot data with Jupyter notebooks \u00b6 You can analyze the results of backtests and trading history easily using Jupyter notebooks. Sample notebooks are located at user_data/notebooks/ after initializing the user directory with freqtrade create-userdir --userdir user_data . Quick start with docker \u00b6 Freqtrade provides a docker-compose file which starts up a jupyter lab server. You can run this server using the following command: docker-compose -f docker/docker-compose-jupyter.yml up This will create a dockercontainer running jupyter lab, which will be accessible using https://127.0.0.1:8888/lab . Please use the link that's printed in the console after startup for simplified login. For more information, Please visit the Data analysis with Docker section. Pro tips \u00b6 See jupyter.org for usage instructions. Don't forget to start a Jupyter notebook server from within your conda or venv environment or use nb_conda_kernels * Copy the example notebook before use so your changes don't get overwritten with the next freqtrade update. Using virtual environment with system-wide Jupyter installation \u00b6 Sometimes it can be desired to use a system-wide installation of Jupyter notebook, and use a jupyter kernel from the virtual environment. This prevents you from installing the full jupyter suite multiple times per system, and provides an easy way to switch between tasks (freqtrade / other analytics tasks). For this to work, first activate your virtual environment and run the following commands: ``` bash Activate virtual environment \u00b6 source .env/bin/activate pip install ipykernel ipython kernel install --user --name=freqtrade Restart jupyter (lab / notebook) \u00b6 select kernel \"freqtrade\" in the notebook \u00b6 ``` Note This section is provided for completeness, the Freqtrade Team won't provide full support for problems with this setup and will recommend to install Jupyter in the virtual environment directly, as that is the easiest way to get jupyter notebooks up and running. For help with this setup please refer to the Project Jupyter documentation or help channels . Warning Some tasks don't work especially well in notebooks. For example, anything using asynchronous execution is a problem for Jupyter. Also, freqtrade's primary entry point is the shell cli, so using pure python in a notebook bypasses arguments that provide required objects and parameters to helper functions. You may need to set those values or create expected objects manually. Recommended workflow \u00b6 Task Tool Bot operations CLI Repetitive tasks Shell scripts Data analysis & visualization Notebook Use the CLI to * download historical data * run a backtest * run with real-time data * export results Collect these actions in shell scripts * save complicated commands with arguments * execute multi-step operations * automate testing strategies and preparing data for analysis Use a notebook to * visualize data * munge and plot to generate insights Example utility snippets \u00b6 Change directory to root \u00b6 Jupyter notebooks execute from the notebook directory. The following snippet searches for the project root, so relative paths remain consistent. ```python import os from pathlib import Path Change directory \u00b6 Modify this cell to insure that the output shows the correct path. \u00b6 Define all paths relative to the project root shown in the cell output \u00b6 project_root = \"somedir/freqtrade\" i=0 try: os.chdirdir(project_root) assert Path('LICENSE').is_file() except: while i<4 and (not Path('LICENSE').is_file()): os.chdir(Path(Path.cwd(), '../')) i+=1 project_root = Path.cwd() print(Path.cwd()) ``` Load multiple configuration files \u00b6 This option can be useful to inspect the results of passing in multiple configs. This will also run through the whole Configuration initialization, so the configuration is completely initialized to be passed to other methods. ``` python import json from freqtrade.configuration import Configuration Load config from multiple files \u00b6 config = Configuration.from_files([\"config1.json\", \"config2.json\"]) Show the config in memory \u00b6 print(json.dumps(config['original_config'], indent=2)) ``` For Interactive environments, have an additional configuration specifying user_data_dir and pass this in last, so you don't have to change directories while running the bot. Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the directory is changed. json { \"user_data_dir\": \"~/.freqtrade/\" } Further Data analysis documentation \u00b6 Strategy debugging - also available as Jupyter notebook ( user_data/notebooks/strategy_analysis_example.ipynb ) Plotting Feel free to submit an issue or Pull Request enhancing this document if you would like to share ideas on how to best analyze the data.","title":"Jupyter Notebooks"},{"location":"data-analysis/#analyzing-bot-data-with-jupyter-notebooks","text":"You can analyze the results of backtests and trading history easily using Jupyter notebooks. Sample notebooks are located at user_data/notebooks/ after initializing the user directory with freqtrade create-userdir --userdir user_data .","title":"Analyzing bot data with Jupyter notebooks"},{"location":"data-analysis/#quick-start-with-docker","text":"Freqtrade provides a docker-compose file which starts up a jupyter lab server. You can run this server using the following command: docker-compose -f docker/docker-compose-jupyter.yml up This will create a dockercontainer running jupyter lab, which will be accessible using https://127.0.0.1:8888/lab . Please use the link that's printed in the console after startup for simplified login. For more information, Please visit the Data analysis with Docker section.","title":"Quick start with docker"},{"location":"data-analysis/#pro-tips","text":"See jupyter.org for usage instructions. Don't forget to start a Jupyter notebook server from within your conda or venv environment or use nb_conda_kernels * Copy the example notebook before use so your changes don't get overwritten with the next freqtrade update.","title":"Pro tips"},{"location":"data-analysis/#using-virtual-environment-with-system-wide-jupyter-installation","text":"Sometimes it can be desired to use a system-wide installation of Jupyter notebook, and use a jupyter kernel from the virtual environment. This prevents you from installing the full jupyter suite multiple times per system, and provides an easy way to switch between tasks (freqtrade / other analytics tasks). For this to work, first activate your virtual environment and run the following commands: ``` bash","title":"Using virtual environment with system-wide Jupyter installation"},{"location":"data-analysis/#activate-virtual-environment","text":"source .env/bin/activate pip install ipykernel ipython kernel install --user --name=freqtrade","title":"Activate virtual environment"},{"location":"data-analysis/#restart-jupyter-lab-notebook","text":"","title":"Restart jupyter (lab / notebook)"},{"location":"data-analysis/#select-kernel-freqtrade-in-the-notebook","text":"``` Note This section is provided for completeness, the Freqtrade Team won't provide full support for problems with this setup and will recommend to install Jupyter in the virtual environment directly, as that is the easiest way to get jupyter notebooks up and running. For help with this setup please refer to the Project Jupyter documentation or help channels . Warning Some tasks don't work especially well in notebooks. For example, anything using asynchronous execution is a problem for Jupyter. Also, freqtrade's primary entry point is the shell cli, so using pure python in a notebook bypasses arguments that provide required objects and parameters to helper functions. You may need to set those values or create expected objects manually.","title":"select kernel \"freqtrade\" in the notebook"},{"location":"data-analysis/#recommended-workflow","text":"Task Tool Bot operations CLI Repetitive tasks Shell scripts Data analysis & visualization Notebook Use the CLI to * download historical data * run a backtest * run with real-time data * export results Collect these actions in shell scripts * save complicated commands with arguments * execute multi-step operations * automate testing strategies and preparing data for analysis Use a notebook to * visualize data * munge and plot to generate insights","title":"Recommended workflow"},{"location":"data-analysis/#example-utility-snippets","text":"","title":"Example utility snippets"},{"location":"data-analysis/#change-directory-to-root","text":"Jupyter notebooks execute from the notebook directory. The following snippet searches for the project root, so relative paths remain consistent. ```python import os from pathlib import Path","title":"Change directory to root"},{"location":"data-analysis/#change-directory","text":"","title":"Change directory"},{"location":"data-analysis/#modify-this-cell-to-insure-that-the-output-shows-the-correct-path","text":"","title":"Modify this cell to insure that the output shows the correct path."},{"location":"data-analysis/#define-all-paths-relative-to-the-project-root-shown-in-the-cell-output","text":"project_root = \"somedir/freqtrade\" i=0 try: os.chdirdir(project_root) assert Path('LICENSE').is_file() except: while i<4 and (not Path('LICENSE').is_file()): os.chdir(Path(Path.cwd(), '../')) i+=1 project_root = Path.cwd() print(Path.cwd()) ```","title":"Define all paths relative to the project root shown in the cell output"},{"location":"data-analysis/#load-multiple-configuration-files","text":"This option can be useful to inspect the results of passing in multiple configs. This will also run through the whole Configuration initialization, so the configuration is completely initialized to be passed to other methods. ``` python import json from freqtrade.configuration import Configuration","title":"Load multiple configuration files"},{"location":"data-analysis/#load-config-from-multiple-files","text":"config = Configuration.from_files([\"config1.json\", \"config2.json\"])","title":"Load config from multiple files"},{"location":"data-analysis/#show-the-config-in-memory","text":"print(json.dumps(config['original_config'], indent=2)) ``` For Interactive environments, have an additional configuration specifying user_data_dir and pass this in last, so you don't have to change directories while running the bot. Best avoid relative paths, since this starts at the storage location of the jupyter notebook, unless the directory is changed. json { \"user_data_dir\": \"~/.freqtrade/\" }","title":"Show the config in memory"},{"location":"data-analysis/#further-data-analysis-documentation","text":"Strategy debugging - also available as Jupyter notebook ( user_data/notebooks/strategy_analysis_example.ipynb ) Plotting Feel free to submit an issue or Pull Request enhancing this document if you would like to share ideas on how to best analyze the data.","title":"Further Data analysis documentation"},{"location":"data-download/","text":"Data Downloading \u00b6 Getting data for backtesting and hyperopt \u00b6 To download data (candles / OHLCV) needed for backtesting and hyperoptimization use the freqtrade download-data command. If no additional parameter is specified, freqtrade will download data for \"1m\" and \"5m\" timeframes for the last 30 days. Exchange and pairs will come from config.json (if specified using -c/--config ). Otherwise --exchange becomes mandatory. You can use a relative timerange ( --days 20 ) or an absolute starting point ( --timerange 20200101- ). For incremental downloads, the relative approach should be used. Tip: Updating existing data If you already have backtesting data available in your data-directory and would like to refresh this data up to today, do not use --days or --timerange parameters. Freqtrade will keep the available data and only download the missing data. If you are updating existing data after inserting new pairs that you have no data for, use --new-pairs-days xx parameter. Specified number of days will be downloaded for new pairs while old pairs will be updated with missing data only. If you use --days xx parameter alone - data for specified number of days will be downloaded for all pairs. Be careful, if specified number of days is smaller than gap between now and last downloaded candle - freqtrade will delete all existing data to avoid gaps in candle data. Usage \u00b6 ``` usage: freqtrade download-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] [--pairs-file FILE] [--days INT] [--new-pairs-days INT] [--timerange TIMERANGE] [--dl-trades] [--exchange EXCHANGE] [-t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...]] [--erase] [--data-format-ohlcv {json,jsongz,hdf5}] [--data-format-trades {json,jsongz,hdf5}] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --pairs-file FILE File containing a list of pairs to download. --days INT Download data for given number of days. --new-pairs-days INT Download data of new pairs for given number of days. Default: None . --timerange TIMERANGE Specify what timerange of data to use. --dl-trades Download trades instead of OHLCV data. The bot will resample trades to the desired timeframe as specified as --timeframes/-t. --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. -t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...], --timeframes {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...] Specify which tickers to download. Space-separated list. Default: 1m 5m . --erase Clean all existing data for the selected exchange/pairs/timeframes. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --data-format-trades {json,jsongz,hdf5} Storage format for downloaded trades data. (default: None ). Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Startup period download-data is a strategy-independent command. The idea is to download a big chunk of data once, and then iteratively increase the amount of data stored. For that reason, download-data does not care about the \"startup-period\" defined in a strategy. It's up to the user to download additional days if the backtest should start at a specific point in time (while respecting startup period). Data format \u00b6 Freqtrade currently supports 3 data-formats for both OHLCV and trades data: json (plain \"text\" json files) jsongz (a gzip-zipped version of json files) hdf5 (a high performance datastore) By default, OHLCV data is stored as json data, while trades data is stored as jsongz data. This can be changed via the --data-format-ohlcv and --data-format-trades command line arguments respectively. To persist this change, you can should also add the following snippet to your configuration, so you don't have to insert the above arguments each time: jsonc // ... \"dataformat_ohlcv\": \"hdf5\", \"dataformat_trades\": \"hdf5\", // ... If the default data-format has been changed during download, then the keys dataformat_ohlcv and dataformat_trades in the configuration file need to be adjusted to the selected dataformat as well. Note You can convert between data-formats using the convert-data and convert-trade-data methods. Sub-command convert data \u00b6 ``` usage: freqtrade convert-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] --format-from {json,jsongz,hdf5} --format-to {json,jsongz,hdf5} [--erase] [-t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...]] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Show profits for only these pairs. Pairs are space- separated. --format-from {json,jsongz,hdf5} Source format for data conversion. --format-to {json,jsongz,hdf5} Destination format for data conversion. --erase Clean all existing data for the selected exchange/pairs/timeframes. -t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...], --timeframes {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...] Specify which tickers to download. Space-separated list. Default: 1m 5m . Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Example converting data \u00b6 The following command will convert all candle (OHLCV) data available in ~/.freqtrade/data/binance from json to jsongz, saving diskspace in the process. It'll also remove original json data files ( --erase parameter). bash freqtrade convert-data --format-from json --format-to jsongz --datadir ~/.freqtrade/data/binance -t 5m 15m --erase Sub-command convert trade data \u00b6 ``` usage: freqtrade convert-trade-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] --format-from {json,jsongz,hdf5} --format-to {json,jsongz,hdf5} [--erase] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Show profits for only these pairs. Pairs are space- separated. --format-from {json,jsongz,hdf5} Source format for data conversion. --format-to {json,jsongz,hdf5} Destination format for data conversion. --erase Clean all existing data for the selected exchange/pairs/timeframes. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Example converting trades \u00b6 The following command will convert all available trade-data in ~/.freqtrade/data/kraken from jsongz to json. It'll also remove original jsongz data files ( --erase parameter). bash freqtrade convert-trade-data --format-from jsongz --format-to json --datadir ~/.freqtrade/data/kraken --erase Sub-command list-data \u00b6 You can get a list of downloaded data using the list-data sub-command. ``` usage: freqtrade list-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [-p PAIRS [PAIRS ...]] optional arguments: -h, --help show this help message and exit --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: json ). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Show profits for only these pairs. Pairs are space- separated. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Example list-data \u00b6 ```bash freqtrade list-data --userdir ~/.freqtrade/user_data/ Found 33 pair / timeframe combinations. pairs timeframe ADA/BTC 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d ADA/ETH 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d ETH/BTC 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d ETH/USDT 5m, 15m, 30m, 1h, 2h, 4h ``` Pairs file \u00b6 In alternative to the whitelist from config.json , a pairs.json file can be used. If you are using Binance for example: create a directory user_data/data/binance and copy or create the pairs.json file in that directory. update the pairs.json file to contain the currency pairs you are interested in. bash mkdir -p user_data/data/binance cp tests/testdata/pairs.json user_data/data/binance If you your configuration directory user_data was made by docker, you may get the following error: cp: cannot create regular file 'user_data/data/binance/pairs.json': Permission denied You can fix the permissions of your user-data directory as follows: sudo chown -R $UID:$GID user_data The format of the pairs.json file is a simple json list. Mixing different stake-currencies is allowed for this file, since it's only used for downloading. json [ \"ETH/BTC\", \"ETH/USDT\", \"BTC/USDT\", \"XRP/ETH\" ] Start download \u00b6 Then run: bash freqtrade download-data --exchange binance This will download historical candle (OHLCV) data for all the currency pairs you defined in pairs.json . Other Notes \u00b6 To use a different directory than the exchange specific default, use --datadir user_data/data/some_directory . To change the exchange used to download the historical data from, please use a different configuration file (you'll probably need to adjust rate limits etc.) To use pairs.json from some other directory, use --pairs-file some_other_dir/pairs.json . To download historical candle (OHLCV) data for only 10 days, use --days 10 (defaults to 30 days). To download historical candle (OHLCV) data from a fixed starting point, use --timerange 20200101- - which will download all data from January 1 st , 2020. Eventually set end dates are ignored. Use --timeframes to specify what timeframe download the historical candle (OHLCV) data for. Default is --timeframes 1m 5m which will download 1-minute and 5-minute data. To use exchange, timeframe and list of pairs as defined in your configuration file, use the -c/--config option. With this, the script uses the whitelist defined in the config as the list of currency pairs to download data for and does not require the pairs.json file. You can combine -c/--config with most other options. Trades (tick) data \u00b6 By default, download-data sub-command downloads Candles (OHLCV) data. Some exchanges also provide historic trade-data via their API. This data can be useful if you need many different timeframes, since it is only downloaded once, and then resampled locally to the desired timeframes. Since this data is large by default, the files use gzip by default. They are stored in your data-directory with the naming convention of -trades.json.gz ( ETH_BTC-trades.json.gz ). Incremental mode is also supported, as for historic OHLCV data, so downloading the data once per week with --days 8 will create an incremental data-repository. To use this mode, simply add --dl-trades to your call. This will swap the download method to download trades, and resamples the data locally. do not use You should not use this unless you're a kraken user. Most other exchanges provide OHLCV data with sufficient history. Example call: bash freqtrade download-data --exchange kraken --pairs XRP/EUR ETH/EUR --days 20 --dl-trades Note While this method uses async calls, it will be slow, since it requires the result of the previous call to generate the next request to the exchange. Warning The historic trades are not available during Freqtrade dry-run and live trade modes because all exchanges tested provide this data with a delay of few 100 candles, so it's not suitable for real-time trading. Kraken user Kraken users should read this before starting to download data. Next step \u00b6 Great, you now have backtest data downloaded, so you can now start backtesting your strategy.","title":"Data Downloading"},{"location":"data-download/#data-downloading","text":"","title":"Data Downloading"},{"location":"data-download/#getting-data-for-backtesting-and-hyperopt","text":"To download data (candles / OHLCV) needed for backtesting and hyperoptimization use the freqtrade download-data command. If no additional parameter is specified, freqtrade will download data for \"1m\" and \"5m\" timeframes for the last 30 days. Exchange and pairs will come from config.json (if specified using -c/--config ). Otherwise --exchange becomes mandatory. You can use a relative timerange ( --days 20 ) or an absolute starting point ( --timerange 20200101- ). For incremental downloads, the relative approach should be used. Tip: Updating existing data If you already have backtesting data available in your data-directory and would like to refresh this data up to today, do not use --days or --timerange parameters. Freqtrade will keep the available data and only download the missing data. If you are updating existing data after inserting new pairs that you have no data for, use --new-pairs-days xx parameter. Specified number of days will be downloaded for new pairs while old pairs will be updated with missing data only. If you use --days xx parameter alone - data for specified number of days will be downloaded for all pairs. Be careful, if specified number of days is smaller than gap between now and last downloaded candle - freqtrade will delete all existing data to avoid gaps in candle data.","title":"Getting data for backtesting and hyperopt"},{"location":"data-download/#usage","text":"``` usage: freqtrade download-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] [--pairs-file FILE] [--days INT] [--new-pairs-days INT] [--timerange TIMERANGE] [--dl-trades] [--exchange EXCHANGE] [-t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...]] [--erase] [--data-format-ohlcv {json,jsongz,hdf5}] [--data-format-trades {json,jsongz,hdf5}] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --pairs-file FILE File containing a list of pairs to download. --days INT Download data for given number of days. --new-pairs-days INT Download data of new pairs for given number of days. Default: None . --timerange TIMERANGE Specify what timerange of data to use. --dl-trades Download trades instead of OHLCV data. The bot will resample trades to the desired timeframe as specified as --timeframes/-t. --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. -t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...], --timeframes {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...] Specify which tickers to download. Space-separated list. Default: 1m 5m . --erase Clean all existing data for the selected exchange/pairs/timeframes. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --data-format-trades {json,jsongz,hdf5} Storage format for downloaded trades data. (default: None ). Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Startup period download-data is a strategy-independent command. The idea is to download a big chunk of data once, and then iteratively increase the amount of data stored. For that reason, download-data does not care about the \"startup-period\" defined in a strategy. It's up to the user to download additional days if the backtest should start at a specific point in time (while respecting startup period).","title":"Usage"},{"location":"data-download/#data-format","text":"Freqtrade currently supports 3 data-formats for both OHLCV and trades data: json (plain \"text\" json files) jsongz (a gzip-zipped version of json files) hdf5 (a high performance datastore) By default, OHLCV data is stored as json data, while trades data is stored as jsongz data. This can be changed via the --data-format-ohlcv and --data-format-trades command line arguments respectively. To persist this change, you can should also add the following snippet to your configuration, so you don't have to insert the above arguments each time: jsonc // ... \"dataformat_ohlcv\": \"hdf5\", \"dataformat_trades\": \"hdf5\", // ... If the default data-format has been changed during download, then the keys dataformat_ohlcv and dataformat_trades in the configuration file need to be adjusted to the selected dataformat as well. Note You can convert between data-formats using the convert-data and convert-trade-data methods.","title":"Data format"},{"location":"data-download/#sub-command-convert-data","text":"``` usage: freqtrade convert-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] --format-from {json,jsongz,hdf5} --format-to {json,jsongz,hdf5} [--erase] [-t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...]] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Show profits for only these pairs. Pairs are space- separated. --format-from {json,jsongz,hdf5} Source format for data conversion. --format-to {json,jsongz,hdf5} Destination format for data conversion. --erase Clean all existing data for the selected exchange/pairs/timeframes. -t {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...], --timeframes {1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} [{1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,2w,1M,1y} ...] Specify which tickers to download. Space-separated list. Default: 1m 5m . Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ```","title":"Sub-command convert data"},{"location":"data-download/#example-converting-data","text":"The following command will convert all candle (OHLCV) data available in ~/.freqtrade/data/binance from json to jsongz, saving diskspace in the process. It'll also remove original json data files ( --erase parameter). bash freqtrade convert-data --format-from json --format-to jsongz --datadir ~/.freqtrade/data/binance -t 5m 15m --erase","title":"Example converting data"},{"location":"data-download/#sub-command-convert-trade-data","text":"``` usage: freqtrade convert-trade-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] --format-from {json,jsongz,hdf5} --format-to {json,jsongz,hdf5} [--erase] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Show profits for only these pairs. Pairs are space- separated. --format-from {json,jsongz,hdf5} Source format for data conversion. --format-to {json,jsongz,hdf5} Destination format for data conversion. --erase Clean all existing data for the selected exchange/pairs/timeframes. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ```","title":"Sub-command convert trade data"},{"location":"data-download/#example-converting-trades","text":"The following command will convert all available trade-data in ~/.freqtrade/data/kraken from jsongz to json. It'll also remove original jsongz data files ( --erase parameter). bash freqtrade convert-trade-data --format-from jsongz --format-to json --datadir ~/.freqtrade/data/kraken --erase","title":"Example converting trades"},{"location":"data-download/#sub-command-list-data","text":"You can get a list of downloaded data using the list-data sub-command. ``` usage: freqtrade list-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [-p PAIRS [PAIRS ...]] optional arguments: -h, --help show this help message and exit --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: json ). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Show profits for only these pairs. Pairs are space- separated. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ```","title":"Sub-command list-data"},{"location":"data-download/#example-list-data","text":"```bash freqtrade list-data --userdir ~/.freqtrade/user_data/ Found 33 pair / timeframe combinations. pairs timeframe ADA/BTC 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d ADA/ETH 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d ETH/BTC 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d ETH/USDT 5m, 15m, 30m, 1h, 2h, 4h ```","title":"Example list-data"},{"location":"data-download/#pairs-file","text":"In alternative to the whitelist from config.json , a pairs.json file can be used. If you are using Binance for example: create a directory user_data/data/binance and copy or create the pairs.json file in that directory. update the pairs.json file to contain the currency pairs you are interested in. bash mkdir -p user_data/data/binance cp tests/testdata/pairs.json user_data/data/binance If you your configuration directory user_data was made by docker, you may get the following error: cp: cannot create regular file 'user_data/data/binance/pairs.json': Permission denied You can fix the permissions of your user-data directory as follows: sudo chown -R $UID:$GID user_data The format of the pairs.json file is a simple json list. Mixing different stake-currencies is allowed for this file, since it's only used for downloading. json [ \"ETH/BTC\", \"ETH/USDT\", \"BTC/USDT\", \"XRP/ETH\" ]","title":"Pairs file"},{"location":"data-download/#start-download","text":"Then run: bash freqtrade download-data --exchange binance This will download historical candle (OHLCV) data for all the currency pairs you defined in pairs.json .","title":"Start download"},{"location":"data-download/#other-notes","text":"To use a different directory than the exchange specific default, use --datadir user_data/data/some_directory . To change the exchange used to download the historical data from, please use a different configuration file (you'll probably need to adjust rate limits etc.) To use pairs.json from some other directory, use --pairs-file some_other_dir/pairs.json . To download historical candle (OHLCV) data for only 10 days, use --days 10 (defaults to 30 days). To download historical candle (OHLCV) data from a fixed starting point, use --timerange 20200101- - which will download all data from January 1 st , 2020. Eventually set end dates are ignored. Use --timeframes to specify what timeframe download the historical candle (OHLCV) data for. Default is --timeframes 1m 5m which will download 1-minute and 5-minute data. To use exchange, timeframe and list of pairs as defined in your configuration file, use the -c/--config option. With this, the script uses the whitelist defined in the config as the list of currency pairs to download data for and does not require the pairs.json file. You can combine -c/--config with most other options.","title":"Other Notes"},{"location":"data-download/#trades-tick-data","text":"By default, download-data sub-command downloads Candles (OHLCV) data. Some exchanges also provide historic trade-data via their API. This data can be useful if you need many different timeframes, since it is only downloaded once, and then resampled locally to the desired timeframes. Since this data is large by default, the files use gzip by default. They are stored in your data-directory with the naming convention of -trades.json.gz ( ETH_BTC-trades.json.gz ). Incremental mode is also supported, as for historic OHLCV data, so downloading the data once per week with --days 8 will create an incremental data-repository. To use this mode, simply add --dl-trades to your call. This will swap the download method to download trades, and resamples the data locally. do not use You should not use this unless you're a kraken user. Most other exchanges provide OHLCV data with sufficient history. Example call: bash freqtrade download-data --exchange kraken --pairs XRP/EUR ETH/EUR --days 20 --dl-trades Note While this method uses async calls, it will be slow, since it requires the result of the previous call to generate the next request to the exchange. Warning The historic trades are not available during Freqtrade dry-run and live trade modes because all exchanges tested provide this data with a delay of few 100 candles, so it's not suitable for real-time trading. Kraken user Kraken users should read this before starting to download data.","title":"Trades (tick) data"},{"location":"data-download/#next-step","text":"Great, you now have backtest data downloaded, so you can now start backtesting your strategy.","title":"Next step"},{"location":"deprecated/","text":"Deprecated features \u00b6 This page contains description of the command line arguments, configuration parameters and the bot features that were declared as DEPRECATED by the bot development team and are no longer supported. Please avoid their usage in your configuration. Removed features \u00b6 the --refresh-pairs-cached command line option \u00b6 --refresh-pairs-cached in the context of backtesting, hyperopt and edge allows to refresh candle data for backtesting. Since this leads to much confusion, and slows down backtesting (while not being part of backtesting) this has been singled out as a separate freqtrade sub-command freqtrade download-data . This command line option was deprecated in 2019.7-dev (develop branch) and removed in 2019.9. The --dynamic-whitelist command line option \u00b6 This command line option was deprecated in 2018 and removed freqtrade 2019.6-dev (develop branch) and in freqtrade 2019.7. the --live command line option \u00b6 --live in the context of backtesting allowed to download the latest tick data for backtesting. Did only download the latest 500 candles, so was ineffective in getting good backtest data. Removed in 2019-7-dev (develop branch) and in freqtrade 2019.8. Allow running multiple pairlists in sequence \u00b6 The former \"pairlist\" section in the configuration has been removed, and is replaced by \"pairlists\" - being a list to specify a sequence of pairlists. The old section of configuration parameters ( \"pairlist\" ) has been deprecated in 2019.11 and has been removed in 2020.4. deprecation of bidVolume and askVolume from volume-pairlist \u00b6 Since only quoteVolume can be compared between assets, the other options (bidVolume, askVolume) have been deprecated in 2020.4, and have been removed in 2020.9.","title":"Deprecated Features"},{"location":"deprecated/#deprecated-features","text":"This page contains description of the command line arguments, configuration parameters and the bot features that were declared as DEPRECATED by the bot development team and are no longer supported. Please avoid their usage in your configuration.","title":"Deprecated features"},{"location":"deprecated/#removed-features","text":"","title":"Removed features"},{"location":"deprecated/#the-refresh-pairs-cached-command-line-option","text":"--refresh-pairs-cached in the context of backtesting, hyperopt and edge allows to refresh candle data for backtesting. Since this leads to much confusion, and slows down backtesting (while not being part of backtesting) this has been singled out as a separate freqtrade sub-command freqtrade download-data . This command line option was deprecated in 2019.7-dev (develop branch) and removed in 2019.9.","title":"the --refresh-pairs-cached command line option"},{"location":"deprecated/#the-dynamic-whitelist-command-line-option","text":"This command line option was deprecated in 2018 and removed freqtrade 2019.6-dev (develop branch) and in freqtrade 2019.7.","title":"The --dynamic-whitelist command line option"},{"location":"deprecated/#the-live-command-line-option","text":"--live in the context of backtesting allowed to download the latest tick data for backtesting. Did only download the latest 500 candles, so was ineffective in getting good backtest data. Removed in 2019-7-dev (develop branch) and in freqtrade 2019.8.","title":"the --live command line option"},{"location":"deprecated/#allow-running-multiple-pairlists-in-sequence","text":"The former \"pairlist\" section in the configuration has been removed, and is replaced by \"pairlists\" - being a list to specify a sequence of pairlists. The old section of configuration parameters ( \"pairlist\" ) has been deprecated in 2019.11 and has been removed in 2020.4.","title":"Allow running multiple pairlists in sequence"},{"location":"deprecated/#deprecation-of-bidvolume-and-askvolume-from-volume-pairlist","text":"Since only quoteVolume can be compared between assets, the other options (bidVolume, askVolume) have been deprecated in 2020.4, and have been removed in 2020.9.","title":"deprecation of bidVolume and askVolume from volume-pairlist"},{"location":"developer/","text":"Development Help \u00b6 This page is intended for developers of Freqtrade, people who want to contribute to the Freqtrade codebase or documentation, or people who want to understand the source code of the application they're running. All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. We track issues on GitHub and also have a dev channel on discord or slack where you can ask questions. Documentation \u00b6 Documentation is available at https://freqtrade.io and needs to be provided with every new feature PR. Special fields for the documentation (like Note boxes, ...) can be found here . To test the documentation locally use the following commands. bash pip install -r docs/requirements-docs.txt mkdocs serve This will spin up a local server (usually on port 8000) so you can see if everything looks as you'd like it to. Developer setup \u00b6 To configure a development environment, you can either use the provided DevContainer , or use the setup.sh script and answer \"y\" when asked \"Do you want to install dependencies for dev [y/N]? \". Alternatively (e.g. if your system is not supported by the setup.sh script), follow the manual installation process and run pip3 install -e .[all] . This will install all required tools for development, including pytest , flake8 , mypy , and coveralls . Devcontainer setup \u00b6 The fastest and easiest way to get started is to use VSCode with the Remote container extension. This gives developers the ability to start the bot with all required dependencies without needing to install any freqtrade specific dependencies on your local machine. Devcontainer dependencies \u00b6 VSCode docker Remote container extension documentation For more information about the Remote container extension , best consult the documentation. Tests \u00b6 New code should be covered by basic unittests. Depending on the complexity of the feature, Reviewers may request more in-depth unittests. If necessary, the Freqtrade team can assist and give guidance with writing good tests (however please don't expect anyone to write the tests for you). Checking log content in tests \u00b6 Freqtrade uses 2 main methods to check log content in tests, log_has() and log_has_re() (to check using regex, in case of dynamic log-messages). These are available from conftest.py and can be imported in any test module. A sample check looks as follows: ``` python from tests.conftest import log_has, log_has_re def test_method_to_test(caplog): method_to_test() assert log_has(\"This event happened\", caplog) # Check regex with trailing number ... assert log_has_re(r\"This dynamic event happened and produced \\d+\", caplog) ``` ErrorHandling \u00b6 Freqtrade Exceptions all inherit from FreqtradeException . This general class of error should however not be used directly. Instead, multiple specialized sub-Exceptions exist. Below is an outline of exception inheritance hierarchy: + FreqtradeException | +---+ OperationalException | +---+ DependencyException | | | +---+ PricingError | | | +---+ ExchangeError | | | +---+ TemporaryError | | | +---+ DDosProtection | | | +---+ InvalidOrderException | | | +---+ RetryableOrderError | | | +---+ InsufficientFundsError | +---+ StrategyError Plugins \u00b6 Pairlists \u00b6 You have a great idea for a new pair selection algorithm you would like to try out? Great. Hopefully you also want to contribute this back upstream. Whatever your motivations are - This should get you off the ground in trying to develop a new Pairlist Handler. First of all, have a look at the VolumePairList Handler, and best copy this file with a name of your new Pairlist Handler. This is a simple Handler, which however serves as a good example on how to start developing. Next, modify the class-name of the Handler (ideally align this with the module filename). The base-class provides an instance of the exchange ( self._exchange ) the pairlist manager ( self._pairlistmanager ), as well as the main configuration ( self._config ), the pairlist dedicated configuration ( self._pairlistconfig ) and the absolute position within the list of pairlists. python self._exchange = exchange self._pairlistmanager = pairlistmanager self._config = config self._pairlistconfig = pairlistconfig self._pairlist_pos = pairlist_pos Tip Don't forget to register your pairlist in constants.py under the variable AVAILABLE_PAIRLISTS - otherwise it will not be selectable. Now, let's step through the methods which require actions: Pairlist configuration \u00b6 Configuration for the chain of Pairlist Handlers is done in the bot configuration file in the element \"pairlists\" , an array of configuration parameters for each Pairlist Handlers in the chain. By convention, \"number_assets\" is used to specify the maximum number of pairs to keep in the pairlist. Please follow this to ensure a consistent user experience. Additional parameters can be configured as needed. For instance, VolumePairList uses \"sort_key\" to specify the sorting value - however feel free to specify whatever is necessary for your great algorithm to be successful and dynamic. short_desc \u00b6 Returns a description used for Telegram messages. This should contain the name of the Pairlist Handler, as well as a short description containing the number of assets. Please follow the format \"PairlistName - top/bottom X pairs\" . gen_pairlist \u00b6 Override this method if the Pairlist Handler can be used as the leading Pairlist Handler in the chain, defining the initial pairlist which is then handled by all Pairlist Handlers in the chain. Examples are StaticPairList and VolumePairList . This is called with each iteration of the bot (only if the Pairlist Handler is at the first location) - so consider implementing caching for compute/network heavy calculations. It must return the resulting pairlist (which may then be passed into the chain of Pairlist Handlers). Validations are optional, the parent class exposes a _verify_blacklist(pairlist) and _whitelist_for_active_markets(pairlist) to do default filtering. Use this if you limit your result to a certain number of pairs - so the end-result is not shorter than expected. filter_pairlist \u00b6 This method is called for each Pairlist Handler in the chain by the pairlist manager. This is called with each iteration of the bot - so consider implementing caching for compute/network heavy calculations. It gets passed a pairlist (which can be the result of previous pairlists) as well as tickers , a pre-fetched version of get_tickers() . The default implementation in the base class simply calls the _validate_pair() method for each pair in the pairlist, but you may override it. So you should either implement the _validate_pair() in your Pairlist Handler or override filter_pairlist() to do something else. If overridden, it must return the resulting pairlist (which may then be passed into the next Pairlist Handler in the chain). Validations are optional, the parent class exposes a _verify_blacklist(pairlist) and _whitelist_for_active_markets(pairlist) to do default filters. Use this if you limit your result to a certain number of pairs - so the end result is not shorter than expected. In VolumePairList , this implements different methods of sorting, does early validation so only the expected number of pairs is returned. sample \u00b6 python def filter_pairlist(self, pairlist: List[str], tickers: Dict) -> List[str]: # Generate dynamic whitelist pairs = self._calculate_pairlist(pairlist, tickers) return pairs Protections \u00b6 Best read the Protection documentation to understand protections. This Guide is directed towards Developers who want to develop a new protection. No protection should use datetime directly, but use the provided date_now variable for date calculations. This preserves the ability to backtest protections. Writing a new Protection Best copy one of the existing Protections to have a good example. Don't forget to register your protection in constants.py under the variable AVAILABLE_PROTECTIONS - otherwise it will not be selectable. Implementation of a new protection \u00b6 All Protection implementations must have IProtection as parent class. For that reason, they must implement the following methods: short_desc() global_stop() stop_per_pair() . global_stop() and stop_per_pair() must return a ProtectionReturn tuple, which consists of: lock pair - boolean lock until - datetime - until when should the pair be locked (will be rounded up to the next new candle) reason - string, used for logging and storage in the database The until portion should be calculated using the provided calculate_lock_end() method. All Protections should use \"stop_duration\" / \"stop_duration_candles\" to define how long a a pair (or all pairs) should be locked. The content of this is made available as self._stop_duration to the each Protection. If your protection requires a look-back period, please use \"lookback_period\" / \"lockback_period_candles\" to keep all protections aligned. Global vs. local stops \u00b6 Protections can have 2 different ways to stop trading for a limited : Per pair (local) For all Pairs (globally) Protections - per pair \u00b6 Protections that implement the per pair approach must set has_local_stop=True . The method stop_per_pair() will be called whenever a trade closed (sell order completed). Protections - global protection \u00b6 These Protections should do their evaluation across all pairs, and consequently will also lock all pairs from trading (called a global PairLock). Global protection must set has_global_stop=True to be evaluated for global stops. The method global_stop() will be called whenever a trade closed (sell order completed). Protections - calculating lock end time \u00b6 Protections should calculate the lock end time based on the last trade it considers. This avoids re-locking should the lookback-period be longer than the actual lock period. The IProtection parent class provides a helper method for this in calculate_lock_end() . Implement a new Exchange (WIP) \u00b6 Note This section is a Work in Progress and is not a complete guide on how to test a new exchange with Freqtrade. Most exchanges supported by CCXT should work out of the box. To quickly test the public endpoints of an exchange, add a configuration for your exchange to test_ccxt_compat.py and run these tests with pytest --longrun tests/exchange/test_ccxt_compat.py . Completing these tests successfully a good basis point (it's a requirement, actually), however these won't guarantee correct exchange functioning, as this only tests public endpoints, but no private endpoint (like generate order or similar). Stoploss On Exchange \u00b6 Check if the new exchange supports Stoploss on Exchange orders through their API. Since CCXT does not provide unification for Stoploss On Exchange yet, we'll need to implement the exchange-specific parameters ourselves. Best look at binance.py for an example implementation of this. You'll need to dig through the documentation of the Exchange's API on how exactly this can be done. CCXT Issues may also provide great help, since others may have implemented something similar for their projects. Incomplete candles \u00b6 While fetching candle (OHLCV) data, we may end up getting incomplete candles (depending on the exchange). To demonstrate this, we'll use daily candles ( \"1d\" ) to keep things simple. We query the api ( ct.fetch_ohlcv() ) for the timeframe and look at the date of the last entry. If this entry changes or shows the date of a \"incomplete\" candle, then we should drop this since having incomplete candles is problematic because indicators assume that only complete candles are passed to them, and will generate a lot of false buy signals. By default, we're therefore removing the last candle assuming it's incomplete. To check how the new exchange behaves, you can use the following snippet: ``` python import ccxt from datetime import datetime from freqtrade.data.converter import ohlcv_to_dataframe ct = ccxt.binance() timeframe = \"1d\" pair = \"XLM/BTC\" # Make sure to use a pair that exists on that exchange! raw = ct.fetch_ohlcv(pair, timeframe=timeframe) convert to dataframe \u00b6 df1 = ohlcv_to_dataframe(raw, timeframe, pair=pair, drop_incomplete=False) print(df1.tail(1)) print(datetime.utcnow()) ``` output date open high low close volume 499 2019-06-08 00:00:00+00:00 0.000007 0.000007 0.000007 0.000007 26264344.0 2019-06-09 12:30:27.873327 The output will show the last entry from the Exchange as well as the current UTC date. If the day shows the same day, then the last candle can be assumed as incomplete and should be dropped (leave the setting \"ohlcv_partial_candle\" from the exchange-class untouched / True). Otherwise, set \"ohlcv_partial_candle\" to False to not drop Candles (shown in the example above). Another way is to run this command multiple times in a row and observe if the volume is changing (while the date remains the same). Updating example notebooks \u00b6 To keep the jupyter notebooks aligned with the documentation, the following should be ran after updating a example notebook. bash jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace freqtrade/templates/strategy_analysis_example.ipynb jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to markdown freqtrade/templates/strategy_analysis_example.ipynb --stdout > docs/strategy_analysis_example.md Continuous integration \u00b6 This documents some decisions taken for the CI Pipeline. CI runs on all OS variants, Linux (ubuntu), macOS and Windows. Docker images are build for the branches stable and develop . Docker images containing Plot dependencies are also available as stable_plot and develop_plot . Raspberry PI Docker images are postfixed with _pi - so tags will be :stable_pi and develop_pi . Docker images contain a file, /freqtrade/freqtrade_commit containing the commit this image is based of. Full docker image rebuilds are run once a week via schedule. Deployments run on ubuntu. ta-lib binaries are contained in the build_helpers directory to avoid fails related to external unavailability. All tests must pass for a PR to be merged to stable or develop . Creating a release \u00b6 This part of the documentation is aimed at maintainers, and shows how to create a release. Create release branch \u00b6 First, pick a commit that's about one week old (to not include latest additions to releases). ``` bash create new branch \u00b6 git checkout -b new_release ``` Determine if crucial bugfixes have been made between this commit and the current state, and eventually cherry-pick these. Merge the release branch (stable) into this branch. Edit freqtrade/__init__.py and add the version matching the current date (for example 2019.7 for July 2019). Minor versions can be 2019.7.1 should we need to do a second release that month. Version numbers must follow allowed versions from PEP0440 to avoid failures pushing to pypi. Commit this part push that branch to the remote and create a PR against the stable branch Create changelog from git commits \u00b6 Note Make sure that the stable branch is up-to-date! ``` bash Needs to be done before merging / pulling that branch. \u00b6 git log --oneline --no-decorate --no-merges stable..new_release ``` To keep the release-log short, best wrap the full git changelog into a collapsible details section. ```markdown Expand full changelog ... Full git changelog ``` Create github release / tag \u00b6 Once the PR against stable is merged (best right after merging): Use the button \"Draft a new release\" in the Github UI (subsection releases). Use the version-number specified as tag. Use \"stable\" as reference (this step comes after the above PR is merged). Use the above changelog as release comment (as codeblock) Releases \u00b6 pypi \u00b6 Note This process is now automated as part of Github Actions. To create a pypi release, please run the following commands: Additional requirement: wheel , twine (for uploading), account on pypi with proper permissions. ``` bash python setup.py sdist bdist_wheel For pypi test (to check if some change to the installation did work) \u00b6 twine upload --repository-url https://test.pypi.org/legacy/ dist/* For production: \u00b6 twine upload dist/* ``` Please don't push non-releases to the productive / real pypi instance.","title":"Contributors Guide"},{"location":"developer/#development-help","text":"This page is intended for developers of Freqtrade, people who want to contribute to the Freqtrade codebase or documentation, or people who want to understand the source code of the application they're running. All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. We track issues on GitHub and also have a dev channel on discord or slack where you can ask questions.","title":"Development Help"},{"location":"developer/#documentation","text":"Documentation is available at https://freqtrade.io and needs to be provided with every new feature PR. Special fields for the documentation (like Note boxes, ...) can be found here . To test the documentation locally use the following commands. bash pip install -r docs/requirements-docs.txt mkdocs serve This will spin up a local server (usually on port 8000) so you can see if everything looks as you'd like it to.","title":"Documentation"},{"location":"developer/#developer-setup","text":"To configure a development environment, you can either use the provided DevContainer , or use the setup.sh script and answer \"y\" when asked \"Do you want to install dependencies for dev [y/N]? \". Alternatively (e.g. if your system is not supported by the setup.sh script), follow the manual installation process and run pip3 install -e .[all] . This will install all required tools for development, including pytest , flake8 , mypy , and coveralls .","title":"Developer setup"},{"location":"developer/#devcontainer-setup","text":"The fastest and easiest way to get started is to use VSCode with the Remote container extension. This gives developers the ability to start the bot with all required dependencies without needing to install any freqtrade specific dependencies on your local machine.","title":"Devcontainer setup"},{"location":"developer/#devcontainer-dependencies","text":"VSCode docker Remote container extension documentation For more information about the Remote container extension , best consult the documentation.","title":"Devcontainer dependencies"},{"location":"developer/#tests","text":"New code should be covered by basic unittests. Depending on the complexity of the feature, Reviewers may request more in-depth unittests. If necessary, the Freqtrade team can assist and give guidance with writing good tests (however please don't expect anyone to write the tests for you).","title":"Tests"},{"location":"developer/#checking-log-content-in-tests","text":"Freqtrade uses 2 main methods to check log content in tests, log_has() and log_has_re() (to check using regex, in case of dynamic log-messages). These are available from conftest.py and can be imported in any test module. A sample check looks as follows: ``` python from tests.conftest import log_has, log_has_re def test_method_to_test(caplog): method_to_test() assert log_has(\"This event happened\", caplog) # Check regex with trailing number ... assert log_has_re(r\"This dynamic event happened and produced \\d+\", caplog) ```","title":"Checking log content in tests"},{"location":"developer/#errorhandling","text":"Freqtrade Exceptions all inherit from FreqtradeException . This general class of error should however not be used directly. Instead, multiple specialized sub-Exceptions exist. Below is an outline of exception inheritance hierarchy: + FreqtradeException | +---+ OperationalException | +---+ DependencyException | | | +---+ PricingError | | | +---+ ExchangeError | | | +---+ TemporaryError | | | +---+ DDosProtection | | | +---+ InvalidOrderException | | | +---+ RetryableOrderError | | | +---+ InsufficientFundsError | +---+ StrategyError","title":"ErrorHandling"},{"location":"developer/#plugins","text":"","title":"Plugins"},{"location":"developer/#pairlists","text":"You have a great idea for a new pair selection algorithm you would like to try out? Great. Hopefully you also want to contribute this back upstream. Whatever your motivations are - This should get you off the ground in trying to develop a new Pairlist Handler. First of all, have a look at the VolumePairList Handler, and best copy this file with a name of your new Pairlist Handler. This is a simple Handler, which however serves as a good example on how to start developing. Next, modify the class-name of the Handler (ideally align this with the module filename). The base-class provides an instance of the exchange ( self._exchange ) the pairlist manager ( self._pairlistmanager ), as well as the main configuration ( self._config ), the pairlist dedicated configuration ( self._pairlistconfig ) and the absolute position within the list of pairlists. python self._exchange = exchange self._pairlistmanager = pairlistmanager self._config = config self._pairlistconfig = pairlistconfig self._pairlist_pos = pairlist_pos Tip Don't forget to register your pairlist in constants.py under the variable AVAILABLE_PAIRLISTS - otherwise it will not be selectable. Now, let's step through the methods which require actions:","title":"Pairlists"},{"location":"developer/#pairlist-configuration","text":"Configuration for the chain of Pairlist Handlers is done in the bot configuration file in the element \"pairlists\" , an array of configuration parameters for each Pairlist Handlers in the chain. By convention, \"number_assets\" is used to specify the maximum number of pairs to keep in the pairlist. Please follow this to ensure a consistent user experience. Additional parameters can be configured as needed. For instance, VolumePairList uses \"sort_key\" to specify the sorting value - however feel free to specify whatever is necessary for your great algorithm to be successful and dynamic.","title":"Pairlist configuration"},{"location":"developer/#short_desc","text":"Returns a description used for Telegram messages. This should contain the name of the Pairlist Handler, as well as a short description containing the number of assets. Please follow the format \"PairlistName - top/bottom X pairs\" .","title":"short_desc"},{"location":"developer/#gen_pairlist","text":"Override this method if the Pairlist Handler can be used as the leading Pairlist Handler in the chain, defining the initial pairlist which is then handled by all Pairlist Handlers in the chain. Examples are StaticPairList and VolumePairList . This is called with each iteration of the bot (only if the Pairlist Handler is at the first location) - so consider implementing caching for compute/network heavy calculations. It must return the resulting pairlist (which may then be passed into the chain of Pairlist Handlers). Validations are optional, the parent class exposes a _verify_blacklist(pairlist) and _whitelist_for_active_markets(pairlist) to do default filtering. Use this if you limit your result to a certain number of pairs - so the end-result is not shorter than expected.","title":"gen_pairlist"},{"location":"developer/#filter_pairlist","text":"This method is called for each Pairlist Handler in the chain by the pairlist manager. This is called with each iteration of the bot - so consider implementing caching for compute/network heavy calculations. It gets passed a pairlist (which can be the result of previous pairlists) as well as tickers , a pre-fetched version of get_tickers() . The default implementation in the base class simply calls the _validate_pair() method for each pair in the pairlist, but you may override it. So you should either implement the _validate_pair() in your Pairlist Handler or override filter_pairlist() to do something else. If overridden, it must return the resulting pairlist (which may then be passed into the next Pairlist Handler in the chain). Validations are optional, the parent class exposes a _verify_blacklist(pairlist) and _whitelist_for_active_markets(pairlist) to do default filters. Use this if you limit your result to a certain number of pairs - so the end result is not shorter than expected. In VolumePairList , this implements different methods of sorting, does early validation so only the expected number of pairs is returned.","title":"filter_pairlist"},{"location":"developer/#sample","text":"python def filter_pairlist(self, pairlist: List[str], tickers: Dict) -> List[str]: # Generate dynamic whitelist pairs = self._calculate_pairlist(pairlist, tickers) return pairs","title":"sample"},{"location":"developer/#protections","text":"Best read the Protection documentation to understand protections. This Guide is directed towards Developers who want to develop a new protection. No protection should use datetime directly, but use the provided date_now variable for date calculations. This preserves the ability to backtest protections. Writing a new Protection Best copy one of the existing Protections to have a good example. Don't forget to register your protection in constants.py under the variable AVAILABLE_PROTECTIONS - otherwise it will not be selectable.","title":"Protections"},{"location":"developer/#implementation-of-a-new-protection","text":"All Protection implementations must have IProtection as parent class. For that reason, they must implement the following methods: short_desc() global_stop() stop_per_pair() . global_stop() and stop_per_pair() must return a ProtectionReturn tuple, which consists of: lock pair - boolean lock until - datetime - until when should the pair be locked (will be rounded up to the next new candle) reason - string, used for logging and storage in the database The until portion should be calculated using the provided calculate_lock_end() method. All Protections should use \"stop_duration\" / \"stop_duration_candles\" to define how long a a pair (or all pairs) should be locked. The content of this is made available as self._stop_duration to the each Protection. If your protection requires a look-back period, please use \"lookback_period\" / \"lockback_period_candles\" to keep all protections aligned.","title":"Implementation of a new protection"},{"location":"developer/#global-vs-local-stops","text":"Protections can have 2 different ways to stop trading for a limited : Per pair (local) For all Pairs (globally)","title":"Global vs. local stops"},{"location":"developer/#protections-per-pair","text":"Protections that implement the per pair approach must set has_local_stop=True . The method stop_per_pair() will be called whenever a trade closed (sell order completed).","title":"Protections - per pair"},{"location":"developer/#protections-global-protection","text":"These Protections should do their evaluation across all pairs, and consequently will also lock all pairs from trading (called a global PairLock). Global protection must set has_global_stop=True to be evaluated for global stops. The method global_stop() will be called whenever a trade closed (sell order completed).","title":"Protections - global protection"},{"location":"developer/#protections-calculating-lock-end-time","text":"Protections should calculate the lock end time based on the last trade it considers. This avoids re-locking should the lookback-period be longer than the actual lock period. The IProtection parent class provides a helper method for this in calculate_lock_end() .","title":"Protections - calculating lock end time"},{"location":"developer/#implement-a-new-exchange-wip","text":"Note This section is a Work in Progress and is not a complete guide on how to test a new exchange with Freqtrade. Most exchanges supported by CCXT should work out of the box. To quickly test the public endpoints of an exchange, add a configuration for your exchange to test_ccxt_compat.py and run these tests with pytest --longrun tests/exchange/test_ccxt_compat.py . Completing these tests successfully a good basis point (it's a requirement, actually), however these won't guarantee correct exchange functioning, as this only tests public endpoints, but no private endpoint (like generate order or similar).","title":"Implement a new Exchange (WIP)"},{"location":"developer/#stoploss-on-exchange","text":"Check if the new exchange supports Stoploss on Exchange orders through their API. Since CCXT does not provide unification for Stoploss On Exchange yet, we'll need to implement the exchange-specific parameters ourselves. Best look at binance.py for an example implementation of this. You'll need to dig through the documentation of the Exchange's API on how exactly this can be done. CCXT Issues may also provide great help, since others may have implemented something similar for their projects.","title":"Stoploss On Exchange"},{"location":"developer/#incomplete-candles","text":"While fetching candle (OHLCV) data, we may end up getting incomplete candles (depending on the exchange). To demonstrate this, we'll use daily candles ( \"1d\" ) to keep things simple. We query the api ( ct.fetch_ohlcv() ) for the timeframe and look at the date of the last entry. If this entry changes or shows the date of a \"incomplete\" candle, then we should drop this since having incomplete candles is problematic because indicators assume that only complete candles are passed to them, and will generate a lot of false buy signals. By default, we're therefore removing the last candle assuming it's incomplete. To check how the new exchange behaves, you can use the following snippet: ``` python import ccxt from datetime import datetime from freqtrade.data.converter import ohlcv_to_dataframe ct = ccxt.binance() timeframe = \"1d\" pair = \"XLM/BTC\" # Make sure to use a pair that exists on that exchange! raw = ct.fetch_ohlcv(pair, timeframe=timeframe)","title":"Incomplete candles"},{"location":"developer/#convert-to-dataframe","text":"df1 = ohlcv_to_dataframe(raw, timeframe, pair=pair, drop_incomplete=False) print(df1.tail(1)) print(datetime.utcnow()) ``` output date open high low close volume 499 2019-06-08 00:00:00+00:00 0.000007 0.000007 0.000007 0.000007 26264344.0 2019-06-09 12:30:27.873327 The output will show the last entry from the Exchange as well as the current UTC date. If the day shows the same day, then the last candle can be assumed as incomplete and should be dropped (leave the setting \"ohlcv_partial_candle\" from the exchange-class untouched / True). Otherwise, set \"ohlcv_partial_candle\" to False to not drop Candles (shown in the example above). Another way is to run this command multiple times in a row and observe if the volume is changing (while the date remains the same).","title":"convert to dataframe"},{"location":"developer/#updating-example-notebooks","text":"To keep the jupyter notebooks aligned with the documentation, the following should be ran after updating a example notebook. bash jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace freqtrade/templates/strategy_analysis_example.ipynb jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to markdown freqtrade/templates/strategy_analysis_example.ipynb --stdout > docs/strategy_analysis_example.md","title":"Updating example notebooks"},{"location":"developer/#continuous-integration","text":"This documents some decisions taken for the CI Pipeline. CI runs on all OS variants, Linux (ubuntu), macOS and Windows. Docker images are build for the branches stable and develop . Docker images containing Plot dependencies are also available as stable_plot and develop_plot . Raspberry PI Docker images are postfixed with _pi - so tags will be :stable_pi and develop_pi . Docker images contain a file, /freqtrade/freqtrade_commit containing the commit this image is based of. Full docker image rebuilds are run once a week via schedule. Deployments run on ubuntu. ta-lib binaries are contained in the build_helpers directory to avoid fails related to external unavailability. All tests must pass for a PR to be merged to stable or develop .","title":"Continuous integration"},{"location":"developer/#creating-a-release","text":"This part of the documentation is aimed at maintainers, and shows how to create a release.","title":"Creating a release"},{"location":"developer/#create-release-branch","text":"First, pick a commit that's about one week old (to not include latest additions to releases). ``` bash","title":"Create release branch"},{"location":"developer/#create-new-branch","text":"git checkout -b new_release ``` Determine if crucial bugfixes have been made between this commit and the current state, and eventually cherry-pick these. Merge the release branch (stable) into this branch. Edit freqtrade/__init__.py and add the version matching the current date (for example 2019.7 for July 2019). Minor versions can be 2019.7.1 should we need to do a second release that month. Version numbers must follow allowed versions from PEP0440 to avoid failures pushing to pypi. Commit this part push that branch to the remote and create a PR against the stable branch","title":"create new branch"},{"location":"developer/#create-changelog-from-git-commits","text":"Note Make sure that the stable branch is up-to-date! ``` bash","title":"Create changelog from git commits"},{"location":"developer/#needs-to-be-done-before-merging-pulling-that-branch","text":"git log --oneline --no-decorate --no-merges stable..new_release ``` To keep the release-log short, best wrap the full git changelog into a collapsible details section. ```markdown Expand full changelog ... Full git changelog ```","title":"Needs to be done before merging / pulling that branch."},{"location":"developer/#create-github-release-tag","text":"Once the PR against stable is merged (best right after merging): Use the button \"Draft a new release\" in the Github UI (subsection releases). Use the version-number specified as tag. Use \"stable\" as reference (this step comes after the above PR is merged). Use the above changelog as release comment (as codeblock)","title":"Create github release / tag"},{"location":"developer/#releases","text":"","title":"Releases"},{"location":"developer/#pypi","text":"Note This process is now automated as part of Github Actions. To create a pypi release, please run the following commands: Additional requirement: wheel , twine (for uploading), account on pypi with proper permissions. ``` bash python setup.py sdist bdist_wheel","title":"pypi"},{"location":"developer/#for-pypi-test-to-check-if-some-change-to-the-installation-did-work","text":"twine upload --repository-url https://test.pypi.org/legacy/ dist/*","title":"For pypi test (to check if some change to the installation did work)"},{"location":"developer/#for-production","text":"twine upload dist/* ``` Please don't push non-releases to the productive / real pypi instance.","title":"For production:"},{"location":"docker_quickstart/","text":"Using Freqtrade with Docker \u00b6 This page explains how to run the bot with Docker. It is not meant to work out of the box. You'll still need to read through the documentation and understand how to properly configure it. Install Docker \u00b6 Start by downloading and installing Docker CE for your platform: Mac Windows Linux To simplify running freqtrade, docker-compose should be installed and available to follow the below docker quick start guide . Freqtrade with docker-compose \u00b6 Freqtrade provides an official Docker image on Dockerhub , as well as a docker-compose file ready for usage. Note The following section assumes that docker and docker-compose are installed and available to the logged in user. All below commands use relative directories and will have to be executed from the directory containing the docker-compose.yml file. Docker quick start \u00b6 Create a new directory and place the docker-compose file in this directory. PC/MAC/Linux ``` bash mkdir ft_userdata cd ft_userdata/ Download the docker-compose file from the repository \u00b6 curl https://raw.githubusercontent.com/freqtrade/freqtrade/stable/docker-compose.yml -o docker-compose.yml Pull the freqtrade image \u00b6 docker-compose pull Create user directory structure \u00b6 docker-compose run --rm freqtrade create-userdir --userdir user_data Create configuration - Requires answering interactive questions \u00b6 docker-compose run --rm freqtrade new-config --config user_data/config.json ``` RaspberryPi ``` bash mkdir ft_userdata cd ft_userdata/ Download the docker-compose file from the repository \u00b6 curl https://raw.githubusercontent.com/freqtrade/freqtrade/stable/docker-compose.yml -o docker-compose.yml Edit the compose file to use an image named *_pi (stable_pi or develop_pi) \u00b6 Pull the freqtrade image \u00b6 docker-compose pull Create user directory structure \u00b6 docker-compose run --rm freqtrade create-userdir --userdir user_data Create configuration - Requires answering interactive questions \u00b6 docker-compose run --rm freqtrade new-config --config user_data/config.json ``` Change your docker Image You have to change the docker image in the docker-compose file for your Raspberry build to work properly. ``` yml image: freqtradeorg/freqtrade:stable_pi image: freqtradeorg/freqtrade:develop_pi \u00b6 ``` ARM 64 Systenms (Mac M1, Raspberry Pi 4, Jetson Nano) In case of a Mac M1, make sure that your docker installation is running in native mode Arm64 images are not yet provided via Docker Hub and need to be build locally first. Depending on the device, this may take a few minutes (Apple M1) or multiple hours (Raspberry Pi) ``` bash Clone Freqtrade repository \u00b6 git clone https://github.com/freqtrade/freqtrade.git cd freqtrade Optionally switch to the stable version \u00b6 git checkout stable Modify your docker-compose file to enable building and change the image name \u00b6 (see the Note Box below for necessary changes) \u00b6 Build image \u00b6 docker-compose build Create user directory structure \u00b6 docker-compose run --rm freqtrade create-userdir --userdir user_data Create configuration - Requires answering interactive questions \u00b6 docker-compose run --rm freqtrade new-config --config user_data/config.json ``` Change your docker Image You have to change the docker image in the docker-compose file for your arm64 build to work properly. yml image: freqtradeorg/freqtrade:custom_arm64 build: context: . dockerfile: \"./docker/Dockerfile.aarch64\" The above snippet creates a new directory called ft_userdata , downloads the latest compose file and pulls the freqtrade image. The last 2 steps in the snippet create the directory with user_data , as well as (interactively) the default configuration based on your selections. How to edit the bot configuration? You can edit the configuration at any time, which is available as user_data/config.json (within the directory ft_userdata ) when using the above configuration. You can also change the both Strategy and commands by editing the command section of your docker-compose.yml file. Adding a custom strategy \u00b6 The configuration is now available as user_data/config.json Copy a custom strategy to the directory user_data/strategies/ Add the Strategy' class name to the docker-compose.yml file The SampleStrategy is run by default. SampleStrategy is just a demo! The SampleStrategy is there for your reference and give you ideas for your own strategy. Please always backtest your strategy and use dry-run for some time before risking real money! You will find more information about Strategy development in the Strategy documentation . Once this is done, you're ready to launch the bot in trading mode (Dry-run or Live-trading, depending on your answer to the corresponding question you made above). bash docker-compose up -d Default configuration While the configuration generated will be mostly functional, you will still need to verify that all options correspond to what you want (like Pricing, pairlist, ...) before starting the bot. Monitoring the bot \u00b6 You can check for running instances with docker-compose ps . This should list the service freqtrade as running . If that's not the case, best check the logs (see next point). Docker-compose logs \u00b6 Logs will be written to: user_data/logs/freqtrade.log . You can also check the latest log with the command docker-compose logs -f . Database \u00b6 The database will be located at: user_data/tradesv3.sqlite Updating freqtrade with docker-compose \u00b6 Updating freqtrade when using docker-compose is as simple as running the following 2 commands: ``` bash Download the latest image \u00b6 docker-compose pull Restart the image \u00b6 docker-compose up -d ``` This will first pull the latest image, and will then restart the container with the just pulled version. Check the Changelog You should always check the changelog for breaking changes / manual interventions required and make sure the bot starts correctly after the update. Editing the docker-compose file \u00b6 Advanced users may edit the docker-compose file further to include all possible options or arguments. All freqtrade arguments will be available by running docker-compose run --rm freqtrade . docker-compose run --rm Including --rm will remove the container after completion, and is highly recommended for all modes except trading mode (running with freqtrade trade command). Example: Download data with docker-compose \u00b6 Download backtesting data for 5 days for the pair ETH/BTC and 1h timeframe from Binance. The data will be stored in the directory user_data/data/ on the host. bash docker-compose run --rm freqtrade download-data --pairs ETH/BTC --exchange binance --days 5 -t 1h Head over to the Data Downloading Documentation for more details on downloading data. Example: Backtest with docker-compose \u00b6 Run backtesting in docker-containers for SampleStrategy and specified timerange of historical data, on 5m timeframe: bash docker-compose run --rm freqtrade backtesting --config user_data/config.json --strategy SampleStrategy --timerange 20190801-20191001 -i 5m Head over to the Backtesting Documentation to learn more. Additional dependencies with docker-compose \u00b6 If your strategy requires dependencies not included in the default image - it will be necessary to build the image on your host. For this, please create a Dockerfile containing installation steps for the additional dependencies (have a look at docker/Dockerfile.custom for an example). You'll then also need to modify the docker-compose.yml file and uncomment the build step, as well as rename the image to avoid naming collisions. yaml image: freqtrade_custom build: context: . dockerfile: \"./Dockerfile.\" You can then run docker-compose build to build the docker image, and run it using the commands described above. Plotting with docker-compose \u00b6 Commands freqtrade plot-profit and freqtrade plot-dataframe ( Documentation ) are available by changing the image to *_plot in your docker-compose.yml file. You can then use these commands as follows: bash docker-compose run --rm freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --timerange=20180801-20180805 The output will be stored in the user_data/plot directory, and can be opened with any modern browser. Data analysis using docker compose \u00b6 Freqtrade provides a docker-compose file which starts up a jupyter lab server. You can run this server using the following command: bash docker-compose -f docker/docker-compose-jupyter.yml up This will create a docker-container running jupyter lab, which will be accessible using https://127.0.0.1:8888/lab . Please use the link that's printed in the console after startup for simplified login. Since part of this image is built on your machine, it is recommended to rebuild the image from time to time to keep freqtrade (and dependencies) up-to-date. bash docker-compose -f docker/docker-compose-jupyter.yml build --no-cache","title":"Quickstart with Docker"},{"location":"docker_quickstart/#using-freqtrade-with-docker","text":"This page explains how to run the bot with Docker. It is not meant to work out of the box. You'll still need to read through the documentation and understand how to properly configure it.","title":"Using Freqtrade with Docker"},{"location":"docker_quickstart/#install-docker","text":"Start by downloading and installing Docker CE for your platform: Mac Windows Linux To simplify running freqtrade, docker-compose should be installed and available to follow the below docker quick start guide .","title":"Install Docker"},{"location":"docker_quickstart/#freqtrade-with-docker-compose","text":"Freqtrade provides an official Docker image on Dockerhub , as well as a docker-compose file ready for usage. Note The following section assumes that docker and docker-compose are installed and available to the logged in user. All below commands use relative directories and will have to be executed from the directory containing the docker-compose.yml file.","title":"Freqtrade with docker-compose"},{"location":"docker_quickstart/#docker-quick-start","text":"Create a new directory and place the docker-compose file in this directory. PC/MAC/Linux ``` bash mkdir ft_userdata cd ft_userdata/","title":"Docker quick start"},{"location":"docker_quickstart/#download-the-docker-compose-file-from-the-repository","text":"curl https://raw.githubusercontent.com/freqtrade/freqtrade/stable/docker-compose.yml -o docker-compose.yml","title":"Download the docker-compose file from the repository"},{"location":"docker_quickstart/#pull-the-freqtrade-image","text":"docker-compose pull","title":"Pull the freqtrade image"},{"location":"docker_quickstart/#create-user-directory-structure","text":"docker-compose run --rm freqtrade create-userdir --userdir user_data","title":"Create user directory structure"},{"location":"docker_quickstart/#create-configuration-requires-answering-interactive-questions","text":"docker-compose run --rm freqtrade new-config --config user_data/config.json ``` RaspberryPi ``` bash mkdir ft_userdata cd ft_userdata/","title":"Create configuration - Requires answering interactive questions"},{"location":"docker_quickstart/#download-the-docker-compose-file-from-the-repository_1","text":"curl https://raw.githubusercontent.com/freqtrade/freqtrade/stable/docker-compose.yml -o docker-compose.yml","title":"Download the docker-compose file from the repository"},{"location":"docker_quickstart/#edit-the-compose-file-to-use-an-image-named-_pi-stable_pi-or-develop_pi","text":"","title":"Edit the compose file to use an image named *_pi (stable_pi or develop_pi)"},{"location":"docker_quickstart/#pull-the-freqtrade-image_1","text":"docker-compose pull","title":"Pull the freqtrade image"},{"location":"docker_quickstart/#create-user-directory-structure_1","text":"docker-compose run --rm freqtrade create-userdir --userdir user_data","title":"Create user directory structure"},{"location":"docker_quickstart/#create-configuration-requires-answering-interactive-questions_1","text":"docker-compose run --rm freqtrade new-config --config user_data/config.json ``` Change your docker Image You have to change the docker image in the docker-compose file for your Raspberry build to work properly. ``` yml image: freqtradeorg/freqtrade:stable_pi","title":"Create configuration - Requires answering interactive questions"},{"location":"docker_quickstart/#image-freqtradeorgfreqtradedevelop_pi","text":"``` ARM 64 Systenms (Mac M1, Raspberry Pi 4, Jetson Nano) In case of a Mac M1, make sure that your docker installation is running in native mode Arm64 images are not yet provided via Docker Hub and need to be build locally first. Depending on the device, this may take a few minutes (Apple M1) or multiple hours (Raspberry Pi) ``` bash","title":"image: freqtradeorg/freqtrade:develop_pi"},{"location":"docker_quickstart/#clone-freqtrade-repository","text":"git clone https://github.com/freqtrade/freqtrade.git cd freqtrade","title":"Clone Freqtrade repository"},{"location":"docker_quickstart/#optionally-switch-to-the-stable-version","text":"git checkout stable","title":"Optionally switch to the stable version"},{"location":"docker_quickstart/#modify-your-docker-compose-file-to-enable-building-and-change-the-image-name","text":"","title":"Modify your docker-compose file to enable building and change the image name"},{"location":"docker_quickstart/#see-the-note-box-below-for-necessary-changes","text":"","title":"(see the Note Box below for necessary changes)"},{"location":"docker_quickstart/#build-image","text":"docker-compose build","title":"Build image"},{"location":"docker_quickstart/#create-user-directory-structure_2","text":"docker-compose run --rm freqtrade create-userdir --userdir user_data","title":"Create user directory structure"},{"location":"docker_quickstart/#create-configuration-requires-answering-interactive-questions_2","text":"docker-compose run --rm freqtrade new-config --config user_data/config.json ``` Change your docker Image You have to change the docker image in the docker-compose file for your arm64 build to work properly. yml image: freqtradeorg/freqtrade:custom_arm64 build: context: . dockerfile: \"./docker/Dockerfile.aarch64\" The above snippet creates a new directory called ft_userdata , downloads the latest compose file and pulls the freqtrade image. The last 2 steps in the snippet create the directory with user_data , as well as (interactively) the default configuration based on your selections. How to edit the bot configuration? You can edit the configuration at any time, which is available as user_data/config.json (within the directory ft_userdata ) when using the above configuration. You can also change the both Strategy and commands by editing the command section of your docker-compose.yml file.","title":"Create configuration - Requires answering interactive questions"},{"location":"docker_quickstart/#adding-a-custom-strategy","text":"The configuration is now available as user_data/config.json Copy a custom strategy to the directory user_data/strategies/ Add the Strategy' class name to the docker-compose.yml file The SampleStrategy is run by default. SampleStrategy is just a demo! The SampleStrategy is there for your reference and give you ideas for your own strategy. Please always backtest your strategy and use dry-run for some time before risking real money! You will find more information about Strategy development in the Strategy documentation . Once this is done, you're ready to launch the bot in trading mode (Dry-run or Live-trading, depending on your answer to the corresponding question you made above). bash docker-compose up -d Default configuration While the configuration generated will be mostly functional, you will still need to verify that all options correspond to what you want (like Pricing, pairlist, ...) before starting the bot.","title":"Adding a custom strategy"},{"location":"docker_quickstart/#monitoring-the-bot","text":"You can check for running instances with docker-compose ps . This should list the service freqtrade as running . If that's not the case, best check the logs (see next point).","title":"Monitoring the bot"},{"location":"docker_quickstart/#docker-compose-logs","text":"Logs will be written to: user_data/logs/freqtrade.log . You can also check the latest log with the command docker-compose logs -f .","title":"Docker-compose logs"},{"location":"docker_quickstart/#database","text":"The database will be located at: user_data/tradesv3.sqlite","title":"Database"},{"location":"docker_quickstart/#updating-freqtrade-with-docker-compose","text":"Updating freqtrade when using docker-compose is as simple as running the following 2 commands: ``` bash","title":"Updating freqtrade with docker-compose"},{"location":"docker_quickstart/#download-the-latest-image","text":"docker-compose pull","title":"Download the latest image"},{"location":"docker_quickstart/#restart-the-image","text":"docker-compose up -d ``` This will first pull the latest image, and will then restart the container with the just pulled version. Check the Changelog You should always check the changelog for breaking changes / manual interventions required and make sure the bot starts correctly after the update.","title":"Restart the image"},{"location":"docker_quickstart/#editing-the-docker-compose-file","text":"Advanced users may edit the docker-compose file further to include all possible options or arguments. All freqtrade arguments will be available by running docker-compose run --rm freqtrade . docker-compose run --rm Including --rm will remove the container after completion, and is highly recommended for all modes except trading mode (running with freqtrade trade command).","title":"Editing the docker-compose file"},{"location":"docker_quickstart/#example-download-data-with-docker-compose","text":"Download backtesting data for 5 days for the pair ETH/BTC and 1h timeframe from Binance. The data will be stored in the directory user_data/data/ on the host. bash docker-compose run --rm freqtrade download-data --pairs ETH/BTC --exchange binance --days 5 -t 1h Head over to the Data Downloading Documentation for more details on downloading data.","title":"Example: Download data with docker-compose"},{"location":"docker_quickstart/#example-backtest-with-docker-compose","text":"Run backtesting in docker-containers for SampleStrategy and specified timerange of historical data, on 5m timeframe: bash docker-compose run --rm freqtrade backtesting --config user_data/config.json --strategy SampleStrategy --timerange 20190801-20191001 -i 5m Head over to the Backtesting Documentation to learn more.","title":"Example: Backtest with docker-compose"},{"location":"docker_quickstart/#additional-dependencies-with-docker-compose","text":"If your strategy requires dependencies not included in the default image - it will be necessary to build the image on your host. For this, please create a Dockerfile containing installation steps for the additional dependencies (have a look at docker/Dockerfile.custom for an example). You'll then also need to modify the docker-compose.yml file and uncomment the build step, as well as rename the image to avoid naming collisions. yaml image: freqtrade_custom build: context: . dockerfile: \"./Dockerfile.\" You can then run docker-compose build to build the docker image, and run it using the commands described above.","title":"Additional dependencies with docker-compose"},{"location":"docker_quickstart/#plotting-with-docker-compose","text":"Commands freqtrade plot-profit and freqtrade plot-dataframe ( Documentation ) are available by changing the image to *_plot in your docker-compose.yml file. You can then use these commands as follows: bash docker-compose run --rm freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --timerange=20180801-20180805 The output will be stored in the user_data/plot directory, and can be opened with any modern browser.","title":"Plotting with docker-compose"},{"location":"docker_quickstart/#data-analysis-using-docker-compose","text":"Freqtrade provides a docker-compose file which starts up a jupyter lab server. You can run this server using the following command: bash docker-compose -f docker/docker-compose-jupyter.yml up This will create a docker-container running jupyter lab, which will be accessible using https://127.0.0.1:8888/lab . Please use the link that's printed in the console after startup for simplified login. Since part of this image is built on your machine, it is recommended to rebuild the image from time to time to keep freqtrade (and dependencies) up-to-date. bash docker-compose -f docker/docker-compose-jupyter.yml build --no-cache","title":"Data analysis using docker compose"},{"location":"edge/","text":"Edge positioning \u00b6 The Edge Positioning module uses probability to calculate your win rate and risk reward ratio. It will use these statistics to control your strategy trade entry points, position size and, stoploss. Warning WHen using Edge positioning with a dynamic whitelist (VolumePairList), make sure to also use AgeFilter and set it to at least calculate_since_number_of_days to avoid problems with missing data. Note Edge Positioning only considers its own buy/sell/stoploss signals. It ignores the stoploss, trailing stoploss, and ROI settings in the strategy configuration file. Edge Positioning improves the performance of some trading strategies and decreases the performance of others. Introduction \u00b6 Trading strategies are not perfect. They are frameworks that are susceptible to the market and its indicators. Because the market is not at all predictable, sometimes a strategy will win and sometimes the same strategy will lose. To obtain an edge in the market, a strategy has to make more money than it loses. Making money in trading is not only about how often the strategy makes or loses money. It doesn't matter how often, but how much! A bad strategy might make 1 penny in ten transactions but lose 1 dollar in one transaction. If one only checks the number of winning trades, it would be misleading to think that the strategy is actually making a profit. The Edge Positioning module seeks to improve a strategy's winning probability and the money that the strategy will make on the long run . We raise the following question 1 : Which trade is a better option? a) A trade with 80% of chance of losing 100$ and 20% chance of winning 200$ b) A trade with 100% of chance of losing 30$ Answer The expected value of a) is smaller than the expected value of b) . Hence, b ) represents a smaller loss in the long run. However, the answer is: it depends Another way to look at it is to ask a similar question: Which trade is a better option? a) A trade with 80% of chance of winning 100$ and 20% chance of losing 200$ b) A trade with 100% of chance of winning 30$ Edge positioning tries to answer the hard questions about risk/reward and position size automatically, seeking to minimizes the chances of losing of a given strategy. Trading, winning and losing \u00b6 Let's call \\(o\\) the return of a single transaction \\(o\\) where \\(o \\in \\mathbb{R}\\) . The collection \\(O = \\{o_1, o_2, ..., o_N\\}\\) is the set of all returns of transactions made during a trading session. We say that \\(N\\) is the cardinality of \\(O\\) , or, in lay terms, it is the number of transactions made in a trading session. Example In a session where a strategy made three transactions we can say that \\(O = \\{3.5, -1, 15\\}\\) . That means that \\(N = 3\\) and \\(o_1 = 3.5\\) , \\(o_2 = -1\\) , \\(o_3 = 15\\) . A winning trade is a trade where a strategy made money. Making money means that the strategy closed the position in a value that returned a profit, after all deducted fees. Formally, a winning trade will have a return \\(o_i > 0\\) . Similarly, a losing trade will have a return \\(o_j \\leq 0\\) . With that, we can discover the set of all winning trades, \\(T_{win}\\) , as follows: \\[ T_{win} = \\{ o \\in O | o > 0 \\} \\] Similarly, we can discover the set of losing trades \\(T_{lose}\\) as follows: \\[ T_{lose} = \\{o \\in O | o \\leq 0\\} \\] Example In a section where a strategy made four transactions \\(O = \\{3.5, -1, 15, 0\\}\\) : \\(T_{win} = \\{3.5, 15\\}\\) \\(T_{lose} = \\{-1, 0\\}\\) Win Rate and Lose Rate \u00b6 The win rate \\(W\\) is the proportion of winning trades with respect to all the trades made by a strategy. We use the following function to compute the win rate: \\[W = \\frac{|T_{win}|}{N}\\] Where \\(W\\) is the win rate, \\(N\\) is the number of trades and, \\(T_{win}\\) is the set of all trades where the strategy made money. Similarly, we can compute the rate of losing trades: \\[ L = \\frac{|T_{lose}|}{N} \\] Where \\(L\\) is the lose rate, \\(N\\) is the amount of trades made and, \\(T_{lose}\\) is the set of all trades where the strategy lost money. Note that the above formula is the same as calculating \\(L = 1 \u2013 W\\) or \\(W = 1 \u2013 L\\) Risk Reward Ratio \u00b6 Risk Reward Ratio ( \\(R\\) ) is a formula used to measure the expected gains of a given investment against the risk of loss. It is basically what you potentially win divided by what you potentially lose. Formally: \\[ R = \\frac{\\text{potential_profit}}{\\text{potential_loss}} \\] Worked example of \\(R\\) calculation Let's say that you think that the price of stonecoin today is 10.0$. You believe that, because they will start mining stonecoin, it will go up to 15.0$ tomorrow. There is the risk that the stone is too hard, and the GPUs can't mine it, so the price might go to 0$ tomorrow. You are planning to invest 100$, which will give you 10 shares (100 / 10). Your potential profit is calculated as: \\(\\begin{aligned} \\text{potential_profit} &= (\\text{potential_price} - \\text{entry_price}) * \\frac{\\text{investment}}{\\text{entry_price}} \\\\ &= (15 - 10) * (100 / 10) \\\\ &= 50 \\end{aligned}\\) Since the price might go to 0$, the 100$ dollars invested could turn into 0. We do however use a stoploss of 15% - so in the worst case, we'll sell 15% below entry price (or at 8.5$). \\(\\begin{aligned} \\text{potential_loss} &= (\\text{entry_price} - \\text{stoploss}) * \\frac{\\text{investment}}{\\text{entry_price}} \\\\ &= (10 - 8.5) * (100 / 10)\\\\ &= 15 \\end{aligned}\\) We can compute the Risk Reward Ratio as follows: \\(\\begin{aligned} R &= \\frac{\\text{potential_profit}}{\\text{potential_loss}}\\\\ &= \\frac{50}{15}\\\\ &= 3.33 \\end{aligned}\\) What it effectively means is that the strategy have the potential to make 3.33$ for each 1$ invested. On a long horizon, that is, on many trades, we can calculate the risk reward by dividing the strategy' average profit on winning trades by the strategy' average loss on losing trades. We can calculate the average profit, \\(\\mu_{win}\\) , as follows: \\[ \\text{average_profit} = \\mu_{win} = \\frac{\\text{sum_of_profits}}{\\text{count_winning_trades}} = \\frac{\\sum^{o \\in T_{win}} o}{|T_{win}|} \\] Similarly, we can calculate the average loss, \\(\\mu_{lose}\\) , as follows: \\[ \\text{average_loss} = \\mu_{lose} = \\frac{\\text{sum_of_losses}}{\\text{count_losing_trades}} = \\frac{\\sum^{o \\in T_{lose}} o}{|T_{lose}|} \\] Finally, we can calculate the Risk Reward ratio, \\(R\\) , as follows: \\[ R = \\frac{\\text{average_profit}}{\\text{average_loss}} = \\frac{\\mu_{win}}{\\mu_{lose}}\\\\ \\] Worked example of \\(R\\) calculation using mean profit/loss Let's say the strategy that we are using makes an average win \\(\\mu_{win} = 2.06\\) and an average loss \\(\\mu_{loss} = 4.11\\) . We calculate the risk reward ratio as follows: \\(R = \\frac{\\mu_{win}}{\\mu_{loss}} = \\frac{2.06}{4.11} = 0.5012...\\) Expectancy \u00b6 By combining the Win Rate \\(W\\) and and the Risk Reward ratio \\(R\\) to create an expectancy ratio \\(E\\) . A expectance ratio is the expected return of the investment made in a trade. We can compute the value of \\(E\\) as follows: \\[E = R * W - L\\] Calculating \\(E\\) Let's say that a strategy has a win rate \\(W = 0.28\\) and a risk reward ratio \\(R = 5\\) . What this means is that the strategy is expected to make 5 times the investment around on 28% of the trades it makes. Working out the example: \\(E = R * W - L = 5 * 0.28 - 0.72 = 0.68\\) The expectancy worked out in the example above means that, on average, this strategy' trades will return 1.68 times the size of its losses. Said another way, the strategy makes 1.68$ for every 1$ it loses, on average. This is important for two reasons: First, it may seem obvious, but you know right away that you have a positive return. Second, you now have a number you can compare to other candidate systems to make decisions about which ones you employ. It is important to remember that any system with an expectancy greater than 0 is profitable using past data. The key is finding one that will be profitable in the future. You can also use this value to evaluate the effectiveness of modifications to this system. Note It's important to keep in mind that Edge is testing your expectancy using historical data, there's no guarantee that you will have a similar edge in the future. It's still vital to do this testing in order to build confidence in your methodology but be wary of \"curve-fitting\" your approach to the historical data as things are unlikely to play out the exact same way for future trades. How does it work? \u00b6 Edge combines dynamic stoploss, dynamic positions, and whitelist generation into one isolated module which is then applied to the trading strategy. If enabled in config, Edge will go through historical data with a range of stoplosses in order to find buy and sell/stoploss signals. It then calculates win rate and expectancy over N trades for each stoploss. Here is an example: Pair Stoploss Win Rate Risk Reward Ratio Expectancy XZC/ETH -0.01 0.50 1.176384 0.088 XZC/ETH -0.02 0.51 1.115941 0.079 XZC/ETH -0.03 0.52 1.359670 0.228 XZC/ETH -0.04 0.51 1.234539 0.117 The goal here is to find the best stoploss for the strategy in order to have the maximum expectancy. In the above example stoploss at \\(3%\\) leads to the maximum expectancy according to historical data. Edge module then forces stoploss value it evaluated to your strategy dynamically. Position size \u00b6 Edge dictates the amount at stake for each trade to the bot according to the following factors: Allowed capital at risk Stoploss Allowed capital at risk is calculated as follows: Allowed capital at risk = (Capital available_percentage) X (Allowed risk per trade) Stoploss is calculated as described above with respect to historical data. The position size is calculated as follows: Position size = (Allowed capital at risk) / Stoploss Example: Let's say the stake currency is ETH and there is \\(10\\) ETH on the wallet. The capital available percentage is \\(50%\\) and the allowed risk per trade is \\(1\\%\\) . Thus, the available capital for trading is \\(10 * 0.5 = 5\\) ETH and the allowed capital at risk would be \\(5 * 0.01 = 0.05\\) ETH . Trade 1: The strategy detects a new buy signal in the XLM/ETH market. Edge Positioning calculates a stoploss of \\(2\\%\\) and a position of \\(0.05 / 0.02 = 2.5\\) ETH . The bot takes a position of \\(2.5\\) ETH in the XLM/ETH market. Trade 2: The strategy detects a buy signal on the BTC/ETH market while Trade 1 is still open. Edge Positioning calculates the stoploss of \\(4\\%\\) on this market. Thus, Trade 2 position size is \\(0.05 / 0.04 = 1.25\\) ETH . Available Capital \\(\\neq\\) Available in wallet The available capital for trading didn't change in Trade 2 even with Trade 1 still open. The available capital is not the free amount in the wallet. Trade 3: The strategy detects a buy signal in the ADA/ETH market. Edge Positioning calculates a stoploss of \\(1\\%\\) and a position of \\(0.05 / 0.01 = 5\\) ETH . Since Trade 1 has \\(2.5\\) ETH blocked and Trade 2 has \\(1.25\\) ETH blocked, there is only \\(5 - 1.25 - 2.5 = 1.25\\) ETH available. Hence, the position size of Trade 3 is \\(1.25\\) ETH . Available Capital Updates The available capital does not change before a position is sold. After a trade is closed the Available Capital goes up if the trade was profitable or goes down if the trade was a loss. The strategy detects a sell signal in the XLM/ETH market. The bot exits Trade 1 for a profit of \\(1\\) ETH . The total capital in the wallet becomes \\(11\\) ETH and the available capital for trading becomes \\(5.5\\) ETH . Trade 4 The strategy detects a new buy signal int the XLM/ETH market. Edge Positioning calculates the stoploss of \\(2\\%\\) , and the position size of \\(0.055 / 0.02 = 2.75\\) ETH . Edge command reference \u00b6 ``` usage: freqtrade edge [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] [--fee FLOAT] [-p PAIRS [PAIRS ...]] [--stoplosses STOPLOSS_RANGE] optional arguments: -h, --help show this help message and exit -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --timerange TIMERANGE Specify what timerange of data to use. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --max-open-trades INT Override the value of the max_open_trades configuration setting. --stake-amount STAKE_AMOUNT Override the value of the stake_amount configuration setting. --fee FLOAT Specify fee ratio. Will be applied twice (on trade entry and exit). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --stoplosses STOPLOSS_RANGE Defines a range of stoploss values against which edge will assess the strategy. The format is \"min,max,step\" (without any space). Example: --stoplosses=-0.01,-0.1,-0.001 Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` Configurations \u00b6 Edge module has following configuration options: Parameter Description enabled If true, then Edge will run periodically. Defaults to false . Datatype: Boolean process_throttle_secs How often should Edge run in seconds. Defaults to 3600 (once per hour). Datatype: Integer calculate_since_number_of_days Number of days of data against which Edge calculates Win Rate, Risk Reward and Expectancy. Note that it downloads historical data so increasing this number would lead to slowing down the bot. Defaults to 7 . Datatype: Integer allowed_risk Ratio of allowed risk per trade. Defaults to 0.01 (1%)). Datatype: Float stoploss_range_min Minimum stoploss. Defaults to -0.01 . Datatype: Float stoploss_range_max Maximum stoploss. Defaults to -0.10 . Datatype: Float stoploss_range_step As an example if this is set to -0.01 then Edge will test the strategy for [-0.01, -0,02, -0,03 ..., -0.09, -0.10] ranges. Note than having a smaller step means having a bigger range which could lead to slow calculation. If you set this parameter to -0.001, you then slow down the Edge calculation by a factor of 10. Defaults to -0.001 . Datatype: Float minimum_winrate It filters out pairs which don't have at least minimum_winrate. This comes handy if you want to be conservative and don't comprise win rate in favour of risk reward ratio. Defaults to 0.60 . Datatype: Float minimum_expectancy It filters out pairs which have the expectancy lower than this number. Having an expectancy of 0.20 means if you put 10$ on a trade you expect a 12$ return. Defaults to 0.20 . Datatype: Float min_trade_number When calculating W , R and E (expectancy) against historical data, you always want to have a minimum number of trades. The more this number is the more Edge is reliable. Having a win rate of 100% on a single trade doesn't mean anything at all. But having a win rate of 70% over past 100 trades means clearly something. Defaults to 10 (it is highly recommended not to decrease this number). Datatype: Integer max_trade_duration_minute Edge will filter out trades with long duration. If a trade is profitable after 1 month, it is hard to evaluate the strategy based on it. But if most of trades are profitable and they have maximum duration of 30 minutes, then it is clearly a good sign. NOTICE: While configuring this value, you should take into consideration your timeframe. As an example filtering out trades having duration less than one day for a strategy which has 4h interval does not make sense. Default value is set assuming your strategy interval is relatively small (1m or 5m, etc.). Defaults to 1440 (one day). Datatype: Integer remove_pumps Edge will remove sudden pumps in a given market while going through historical data. However, given that pumps happen very often in crypto markets, we recommend you keep this off. Defaults to false . Datatype: Boolean Running Edge independently \u00b6 You can run Edge independently in order to see in details the result. Here is an example: bash freqtrade edge An example of its output: pair stoploss win rate risk reward ratio required risk reward expectancy total number of trades average duration (min) AGI/BTC -0.02 0.64 5.86 0.56 3.41 14 54 NXS/BTC -0.03 0.64 2.99 0.57 1.54 11 26 LEND/BTC -0.02 0.82 2.05 0.22 1.50 11 36 VIA/BTC -0.01 0.55 3.01 0.83 1.19 11 48 MTH/BTC -0.09 0.56 2.82 0.80 1.12 18 52 ARDR/BTC -0.04 0.42 3.14 1.40 0.73 12 42 BCPT/BTC -0.01 0.71 1.34 0.40 0.67 14 30 WINGS/BTC -0.02 0.56 1.97 0.80 0.65 27 42 VIBE/BTC -0.02 0.83 0.91 0.20 0.59 12 35 MCO/BTC -0.02 0.79 0.97 0.27 0.55 14 31 GNT/BTC -0.02 0.50 2.06 1.00 0.53 18 24 HOT/BTC -0.01 0.17 7.72 4.81 0.50 209 7 SNM/BTC -0.03 0.71 1.06 0.42 0.45 17 38 APPC/BTC -0.02 0.44 2.28 1.27 0.44 25 43 NEBL/BTC -0.03 0.63 1.29 0.58 0.44 19 59 Edge produced the above table by comparing calculate_since_number_of_days to minimum_expectancy to find min_trade_number historical information based on the config file. The timerange Edge uses for its comparisons can be further limited by using the --timerange switch. In live and dry-run modes, after the process_throttle_secs has passed, Edge will again process calculate_since_number_of_days against minimum_expectancy to find min_trade_number . If no min_trade_number is found, the bot will return \"whitelist empty\". Depending on the trade strategy being deployed, \"whitelist empty\" may be return much of the time - or all of the time. The use of Edge may also cause trading to occur in bursts, though this is rare. If you encounter \"whitelist empty\" a lot, condsider tuning calculate_since_number_of_days , minimum_expectancy and min_trade_number to align to the trading frequency of your strategy. Update cached pairs with the latest data \u00b6 Edge requires historic data the same way as backtesting does. Please refer to the Data Downloading section of the documentation for details. Precising stoploss range \u00b6 bash freqtrade edge --stoplosses=-0.01,-0.1,-0.001 #min,max,step Advanced use of timerange \u00b6 bash freqtrade edge --timerange=20181110-20181113 Doing --timerange=-20190901 will get all available data until September 1 st (excluding September 1 st 2019). The full timerange specification: Use tickframes till 2018/01/31: --timerange=-20180131 Use tickframes since 2018/01/31: --timerange=20180131- Use tickframes since 2018/01/31 till 2018/03/01 : --timerange=20180131-20180301 Use tickframes between POSIX timestamps 1527595200 1527618600: --timerange=1527595200-1527618600 Question extracted from MIT Opencourseware S096 - Mathematics with applications in Finance: https://ocw.mit.edu/courses/mathematics/18-s096-topics-in-mathematics-with-applications-in-finance-fall-2013/ \u21a9","title":"Edge Positioning"},{"location":"edge/#edge-positioning","text":"The Edge Positioning module uses probability to calculate your win rate and risk reward ratio. It will use these statistics to control your strategy trade entry points, position size and, stoploss. Warning WHen using Edge positioning with a dynamic whitelist (VolumePairList), make sure to also use AgeFilter and set it to at least calculate_since_number_of_days to avoid problems with missing data. Note Edge Positioning only considers its own buy/sell/stoploss signals. It ignores the stoploss, trailing stoploss, and ROI settings in the strategy configuration file. Edge Positioning improves the performance of some trading strategies and decreases the performance of others.","title":"Edge positioning"},{"location":"edge/#introduction","text":"Trading strategies are not perfect. They are frameworks that are susceptible to the market and its indicators. Because the market is not at all predictable, sometimes a strategy will win and sometimes the same strategy will lose. To obtain an edge in the market, a strategy has to make more money than it loses. Making money in trading is not only about how often the strategy makes or loses money. It doesn't matter how often, but how much! A bad strategy might make 1 penny in ten transactions but lose 1 dollar in one transaction. If one only checks the number of winning trades, it would be misleading to think that the strategy is actually making a profit. The Edge Positioning module seeks to improve a strategy's winning probability and the money that the strategy will make on the long run . We raise the following question 1 : Which trade is a better option? a) A trade with 80% of chance of losing 100$ and 20% chance of winning 200$ b) A trade with 100% of chance of losing 30$ Answer The expected value of a) is smaller than the expected value of b) . Hence, b ) represents a smaller loss in the long run. However, the answer is: it depends Another way to look at it is to ask a similar question: Which trade is a better option? a) A trade with 80% of chance of winning 100$ and 20% chance of losing 200$ b) A trade with 100% of chance of winning 30$ Edge positioning tries to answer the hard questions about risk/reward and position size automatically, seeking to minimizes the chances of losing of a given strategy.","title":"Introduction"},{"location":"edge/#trading-winning-and-losing","text":"Let's call \\(o\\) the return of a single transaction \\(o\\) where \\(o \\in \\mathbb{R}\\) . The collection \\(O = \\{o_1, o_2, ..., o_N\\}\\) is the set of all returns of transactions made during a trading session. We say that \\(N\\) is the cardinality of \\(O\\) , or, in lay terms, it is the number of transactions made in a trading session. Example In a session where a strategy made three transactions we can say that \\(O = \\{3.5, -1, 15\\}\\) . That means that \\(N = 3\\) and \\(o_1 = 3.5\\) , \\(o_2 = -1\\) , \\(o_3 = 15\\) . A winning trade is a trade where a strategy made money. Making money means that the strategy closed the position in a value that returned a profit, after all deducted fees. Formally, a winning trade will have a return \\(o_i > 0\\) . Similarly, a losing trade will have a return \\(o_j \\leq 0\\) . With that, we can discover the set of all winning trades, \\(T_{win}\\) , as follows: \\[ T_{win} = \\{ o \\in O | o > 0 \\} \\] Similarly, we can discover the set of losing trades \\(T_{lose}\\) as follows: \\[ T_{lose} = \\{o \\in O | o \\leq 0\\} \\] Example In a section where a strategy made four transactions \\(O = \\{3.5, -1, 15, 0\\}\\) : \\(T_{win} = \\{3.5, 15\\}\\) \\(T_{lose} = \\{-1, 0\\}\\)","title":"Trading, winning and losing"},{"location":"edge/#win-rate-and-lose-rate","text":"The win rate \\(W\\) is the proportion of winning trades with respect to all the trades made by a strategy. We use the following function to compute the win rate: \\[W = \\frac{|T_{win}|}{N}\\] Where \\(W\\) is the win rate, \\(N\\) is the number of trades and, \\(T_{win}\\) is the set of all trades where the strategy made money. Similarly, we can compute the rate of losing trades: \\[ L = \\frac{|T_{lose}|}{N} \\] Where \\(L\\) is the lose rate, \\(N\\) is the amount of trades made and, \\(T_{lose}\\) is the set of all trades where the strategy lost money. Note that the above formula is the same as calculating \\(L = 1 \u2013 W\\) or \\(W = 1 \u2013 L\\)","title":"Win Rate and Lose Rate"},{"location":"edge/#risk-reward-ratio","text":"Risk Reward Ratio ( \\(R\\) ) is a formula used to measure the expected gains of a given investment against the risk of loss. It is basically what you potentially win divided by what you potentially lose. Formally: \\[ R = \\frac{\\text{potential_profit}}{\\text{potential_loss}} \\] Worked example of \\(R\\) calculation Let's say that you think that the price of stonecoin today is 10.0$. You believe that, because they will start mining stonecoin, it will go up to 15.0$ tomorrow. There is the risk that the stone is too hard, and the GPUs can't mine it, so the price might go to 0$ tomorrow. You are planning to invest 100$, which will give you 10 shares (100 / 10). Your potential profit is calculated as: \\(\\begin{aligned} \\text{potential_profit} &= (\\text{potential_price} - \\text{entry_price}) * \\frac{\\text{investment}}{\\text{entry_price}} \\\\ &= (15 - 10) * (100 / 10) \\\\ &= 50 \\end{aligned}\\) Since the price might go to 0$, the 100$ dollars invested could turn into 0. We do however use a stoploss of 15% - so in the worst case, we'll sell 15% below entry price (or at 8.5$). \\(\\begin{aligned} \\text{potential_loss} &= (\\text{entry_price} - \\text{stoploss}) * \\frac{\\text{investment}}{\\text{entry_price}} \\\\ &= (10 - 8.5) * (100 / 10)\\\\ &= 15 \\end{aligned}\\) We can compute the Risk Reward Ratio as follows: \\(\\begin{aligned} R &= \\frac{\\text{potential_profit}}{\\text{potential_loss}}\\\\ &= \\frac{50}{15}\\\\ &= 3.33 \\end{aligned}\\) What it effectively means is that the strategy have the potential to make 3.33$ for each 1$ invested. On a long horizon, that is, on many trades, we can calculate the risk reward by dividing the strategy' average profit on winning trades by the strategy' average loss on losing trades. We can calculate the average profit, \\(\\mu_{win}\\) , as follows: \\[ \\text{average_profit} = \\mu_{win} = \\frac{\\text{sum_of_profits}}{\\text{count_winning_trades}} = \\frac{\\sum^{o \\in T_{win}} o}{|T_{win}|} \\] Similarly, we can calculate the average loss, \\(\\mu_{lose}\\) , as follows: \\[ \\text{average_loss} = \\mu_{lose} = \\frac{\\text{sum_of_losses}}{\\text{count_losing_trades}} = \\frac{\\sum^{o \\in T_{lose}} o}{|T_{lose}|} \\] Finally, we can calculate the Risk Reward ratio, \\(R\\) , as follows: \\[ R = \\frac{\\text{average_profit}}{\\text{average_loss}} = \\frac{\\mu_{win}}{\\mu_{lose}}\\\\ \\] Worked example of \\(R\\) calculation using mean profit/loss Let's say the strategy that we are using makes an average win \\(\\mu_{win} = 2.06\\) and an average loss \\(\\mu_{loss} = 4.11\\) . We calculate the risk reward ratio as follows: \\(R = \\frac{\\mu_{win}}{\\mu_{loss}} = \\frac{2.06}{4.11} = 0.5012...\\)","title":"Risk Reward Ratio"},{"location":"edge/#expectancy","text":"By combining the Win Rate \\(W\\) and and the Risk Reward ratio \\(R\\) to create an expectancy ratio \\(E\\) . A expectance ratio is the expected return of the investment made in a trade. We can compute the value of \\(E\\) as follows: \\[E = R * W - L\\] Calculating \\(E\\) Let's say that a strategy has a win rate \\(W = 0.28\\) and a risk reward ratio \\(R = 5\\) . What this means is that the strategy is expected to make 5 times the investment around on 28% of the trades it makes. Working out the example: \\(E = R * W - L = 5 * 0.28 - 0.72 = 0.68\\) The expectancy worked out in the example above means that, on average, this strategy' trades will return 1.68 times the size of its losses. Said another way, the strategy makes 1.68$ for every 1$ it loses, on average. This is important for two reasons: First, it may seem obvious, but you know right away that you have a positive return. Second, you now have a number you can compare to other candidate systems to make decisions about which ones you employ. It is important to remember that any system with an expectancy greater than 0 is profitable using past data. The key is finding one that will be profitable in the future. You can also use this value to evaluate the effectiveness of modifications to this system. Note It's important to keep in mind that Edge is testing your expectancy using historical data, there's no guarantee that you will have a similar edge in the future. It's still vital to do this testing in order to build confidence in your methodology but be wary of \"curve-fitting\" your approach to the historical data as things are unlikely to play out the exact same way for future trades.","title":"Expectancy"},{"location":"edge/#how-does-it-work","text":"Edge combines dynamic stoploss, dynamic positions, and whitelist generation into one isolated module which is then applied to the trading strategy. If enabled in config, Edge will go through historical data with a range of stoplosses in order to find buy and sell/stoploss signals. It then calculates win rate and expectancy over N trades for each stoploss. Here is an example: Pair Stoploss Win Rate Risk Reward Ratio Expectancy XZC/ETH -0.01 0.50 1.176384 0.088 XZC/ETH -0.02 0.51 1.115941 0.079 XZC/ETH -0.03 0.52 1.359670 0.228 XZC/ETH -0.04 0.51 1.234539 0.117 The goal here is to find the best stoploss for the strategy in order to have the maximum expectancy. In the above example stoploss at \\(3%\\) leads to the maximum expectancy according to historical data. Edge module then forces stoploss value it evaluated to your strategy dynamically.","title":"How does it work?"},{"location":"edge/#position-size","text":"Edge dictates the amount at stake for each trade to the bot according to the following factors: Allowed capital at risk Stoploss Allowed capital at risk is calculated as follows: Allowed capital at risk = (Capital available_percentage) X (Allowed risk per trade) Stoploss is calculated as described above with respect to historical data. The position size is calculated as follows: Position size = (Allowed capital at risk) / Stoploss Example: Let's say the stake currency is ETH and there is \\(10\\) ETH on the wallet. The capital available percentage is \\(50%\\) and the allowed risk per trade is \\(1\\%\\) . Thus, the available capital for trading is \\(10 * 0.5 = 5\\) ETH and the allowed capital at risk would be \\(5 * 0.01 = 0.05\\) ETH . Trade 1: The strategy detects a new buy signal in the XLM/ETH market. Edge Positioning calculates a stoploss of \\(2\\%\\) and a position of \\(0.05 / 0.02 = 2.5\\) ETH . The bot takes a position of \\(2.5\\) ETH in the XLM/ETH market. Trade 2: The strategy detects a buy signal on the BTC/ETH market while Trade 1 is still open. Edge Positioning calculates the stoploss of \\(4\\%\\) on this market. Thus, Trade 2 position size is \\(0.05 / 0.04 = 1.25\\) ETH . Available Capital \\(\\neq\\) Available in wallet The available capital for trading didn't change in Trade 2 even with Trade 1 still open. The available capital is not the free amount in the wallet. Trade 3: The strategy detects a buy signal in the ADA/ETH market. Edge Positioning calculates a stoploss of \\(1\\%\\) and a position of \\(0.05 / 0.01 = 5\\) ETH . Since Trade 1 has \\(2.5\\) ETH blocked and Trade 2 has \\(1.25\\) ETH blocked, there is only \\(5 - 1.25 - 2.5 = 1.25\\) ETH available. Hence, the position size of Trade 3 is \\(1.25\\) ETH . Available Capital Updates The available capital does not change before a position is sold. After a trade is closed the Available Capital goes up if the trade was profitable or goes down if the trade was a loss. The strategy detects a sell signal in the XLM/ETH market. The bot exits Trade 1 for a profit of \\(1\\) ETH . The total capital in the wallet becomes \\(11\\) ETH and the available capital for trading becomes \\(5.5\\) ETH . Trade 4 The strategy detects a new buy signal int the XLM/ETH market. Edge Positioning calculates the stoploss of \\(2\\%\\) , and the position size of \\(0.055 / 0.02 = 2.75\\) ETH .","title":"Position size"},{"location":"edge/#edge-command-reference","text":"``` usage: freqtrade edge [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] [--fee FLOAT] [-p PAIRS [PAIRS ...]] [--stoplosses STOPLOSS_RANGE] optional arguments: -h, --help show this help message and exit -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --timerange TIMERANGE Specify what timerange of data to use. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --max-open-trades INT Override the value of the max_open_trades configuration setting. --stake-amount STAKE_AMOUNT Override the value of the stake_amount configuration setting. --fee FLOAT Specify fee ratio. Will be applied twice (on trade entry and exit). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --stoplosses STOPLOSS_RANGE Defines a range of stoploss values against which edge will assess the strategy. The format is \"min,max,step\" (without any space). Example: --stoplosses=-0.01,-0.1,-0.001 Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ```","title":"Edge command reference"},{"location":"edge/#configurations","text":"Edge module has following configuration options: Parameter Description enabled If true, then Edge will run periodically. Defaults to false . Datatype: Boolean process_throttle_secs How often should Edge run in seconds. Defaults to 3600 (once per hour). Datatype: Integer calculate_since_number_of_days Number of days of data against which Edge calculates Win Rate, Risk Reward and Expectancy. Note that it downloads historical data so increasing this number would lead to slowing down the bot. Defaults to 7 . Datatype: Integer allowed_risk Ratio of allowed risk per trade. Defaults to 0.01 (1%)). Datatype: Float stoploss_range_min Minimum stoploss. Defaults to -0.01 . Datatype: Float stoploss_range_max Maximum stoploss. Defaults to -0.10 . Datatype: Float stoploss_range_step As an example if this is set to -0.01 then Edge will test the strategy for [-0.01, -0,02, -0,03 ..., -0.09, -0.10] ranges. Note than having a smaller step means having a bigger range which could lead to slow calculation. If you set this parameter to -0.001, you then slow down the Edge calculation by a factor of 10. Defaults to -0.001 . Datatype: Float minimum_winrate It filters out pairs which don't have at least minimum_winrate. This comes handy if you want to be conservative and don't comprise win rate in favour of risk reward ratio. Defaults to 0.60 . Datatype: Float minimum_expectancy It filters out pairs which have the expectancy lower than this number. Having an expectancy of 0.20 means if you put 10$ on a trade you expect a 12$ return. Defaults to 0.20 . Datatype: Float min_trade_number When calculating W , R and E (expectancy) against historical data, you always want to have a minimum number of trades. The more this number is the more Edge is reliable. Having a win rate of 100% on a single trade doesn't mean anything at all. But having a win rate of 70% over past 100 trades means clearly something. Defaults to 10 (it is highly recommended not to decrease this number). Datatype: Integer max_trade_duration_minute Edge will filter out trades with long duration. If a trade is profitable after 1 month, it is hard to evaluate the strategy based on it. But if most of trades are profitable and they have maximum duration of 30 minutes, then it is clearly a good sign. NOTICE: While configuring this value, you should take into consideration your timeframe. As an example filtering out trades having duration less than one day for a strategy which has 4h interval does not make sense. Default value is set assuming your strategy interval is relatively small (1m or 5m, etc.). Defaults to 1440 (one day). Datatype: Integer remove_pumps Edge will remove sudden pumps in a given market while going through historical data. However, given that pumps happen very often in crypto markets, we recommend you keep this off. Defaults to false . Datatype: Boolean","title":"Configurations"},{"location":"edge/#running-edge-independently","text":"You can run Edge independently in order to see in details the result. Here is an example: bash freqtrade edge An example of its output: pair stoploss win rate risk reward ratio required risk reward expectancy total number of trades average duration (min) AGI/BTC -0.02 0.64 5.86 0.56 3.41 14 54 NXS/BTC -0.03 0.64 2.99 0.57 1.54 11 26 LEND/BTC -0.02 0.82 2.05 0.22 1.50 11 36 VIA/BTC -0.01 0.55 3.01 0.83 1.19 11 48 MTH/BTC -0.09 0.56 2.82 0.80 1.12 18 52 ARDR/BTC -0.04 0.42 3.14 1.40 0.73 12 42 BCPT/BTC -0.01 0.71 1.34 0.40 0.67 14 30 WINGS/BTC -0.02 0.56 1.97 0.80 0.65 27 42 VIBE/BTC -0.02 0.83 0.91 0.20 0.59 12 35 MCO/BTC -0.02 0.79 0.97 0.27 0.55 14 31 GNT/BTC -0.02 0.50 2.06 1.00 0.53 18 24 HOT/BTC -0.01 0.17 7.72 4.81 0.50 209 7 SNM/BTC -0.03 0.71 1.06 0.42 0.45 17 38 APPC/BTC -0.02 0.44 2.28 1.27 0.44 25 43 NEBL/BTC -0.03 0.63 1.29 0.58 0.44 19 59 Edge produced the above table by comparing calculate_since_number_of_days to minimum_expectancy to find min_trade_number historical information based on the config file. The timerange Edge uses for its comparisons can be further limited by using the --timerange switch. In live and dry-run modes, after the process_throttle_secs has passed, Edge will again process calculate_since_number_of_days against minimum_expectancy to find min_trade_number . If no min_trade_number is found, the bot will return \"whitelist empty\". Depending on the trade strategy being deployed, \"whitelist empty\" may be return much of the time - or all of the time. The use of Edge may also cause trading to occur in bursts, though this is rare. If you encounter \"whitelist empty\" a lot, condsider tuning calculate_since_number_of_days , minimum_expectancy and min_trade_number to align to the trading frequency of your strategy.","title":"Running Edge independently"},{"location":"edge/#update-cached-pairs-with-the-latest-data","text":"Edge requires historic data the same way as backtesting does. Please refer to the Data Downloading section of the documentation for details.","title":"Update cached pairs with the latest data"},{"location":"edge/#precising-stoploss-range","text":"bash freqtrade edge --stoplosses=-0.01,-0.1,-0.001 #min,max,step","title":"Precising stoploss range"},{"location":"edge/#advanced-use-of-timerange","text":"bash freqtrade edge --timerange=20181110-20181113 Doing --timerange=-20190901 will get all available data until September 1 st (excluding September 1 st 2019). The full timerange specification: Use tickframes till 2018/01/31: --timerange=-20180131 Use tickframes since 2018/01/31: --timerange=20180131- Use tickframes since 2018/01/31 till 2018/03/01 : --timerange=20180131-20180301 Use tickframes between POSIX timestamps 1527595200 1527618600: --timerange=1527595200-1527618600 Question extracted from MIT Opencourseware S096 - Mathematics with applications in Finance: https://ocw.mit.edu/courses/mathematics/18-s096-topics-in-mathematics-with-applications-in-finance-fall-2013/ \u21a9","title":"Advanced use of timerange"},{"location":"exchanges/","text":"Exchange-specific Notes \u00b6 This page combines common gotchas and informations which are exchange-specific and most likely don't apply to other exchanges. Binance \u00b6 Stoploss on Exchange Binance supports stoploss_on_exchange and uses stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. Binance Blacklist \u00b6 For Binance, please add \"BNB/\" to your blacklist to avoid issues. Accounts having BNB accounts use this to pay for fees - if your first trade happens to be on BNB , further trades will consume this position and make the initial BNB trade unsellable as the expected amount is not there anymore. Binance sites \u00b6 Binance has been split into 3, and users must use the correct ccxt exchange ID for their exchange, otherwise API keys are not recognized. binance.com - International users. Use exchange id: binance . binance.us - US based users. Use exchange id: binanceus . binance.je - Binance Jersey, trading fiat currencies. Use exchange id: binanceje . Kraken \u00b6 Stoploss on Exchange Kraken supports stoploss_on_exchange and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. You can use either \"limit\" or \"market\" in the order_types.stoploss configuration setting to decide which type to use. Historic Kraken data \u00b6 The Kraken API does only provide 720 historic candles, which is sufficient for Freqtrade dry-run and live trade modes, but is a problem for backtesting. To download data for the Kraken exchange, using --dl-trades is mandatory, otherwise the bot will download the same 720 candles over and over, and you'll not have enough backtest data. Due to the heavy rate-limiting applied by Kraken, the following configuration section should be used to download data: json \"ccxt_async_config\": { \"enableRateLimit\": true, \"rateLimit\": 3100 }, Downloading data from kraken Downloading kraken data will require significantly more memory (RAM) than any other exchange, as the trades-data needs to be converted into candles on your machine. It will also take a long time, as freqtrade will need to download every single trade that happened on the exchange for the pair / timerange combination, therefore please be patient. rateLimit tuning Please pay attention that rateLimit configuration entry holds delay in milliseconds between requests, NOT requests\\sec rate. So, in order to mitigate Kraken API \"Rate limit exceeded\" exception, this configuration should be increased, NOT decreased. Bittrex \u00b6 Order types \u00b6 Bittrex does not support market orders. If you have a message at the bot startup about this, you should change order type values set in your configuration and/or in the strategy from \"market\" to \"limit\" . See some more details on this here in the FAQ . Restricted markets \u00b6 Bittrex split its exchange into US and International versions. The International version has more pairs available, however the API always returns all pairs, so there is currently no automated way to detect if you're affected by the restriction. If you have restricted pairs in your whitelist, you'll get a warning message in the log on Freqtrade startup for each restricted pair. The warning message will look similar to the following: output [...] Message: bittrex {\"success\":false,\"message\":\"RESTRICTED_MARKET\",\"result\":null,\"explanation\":null}\" If you're an \"International\" customer on the Bittrex exchange, then this warning will probably not impact you. If you're a US customer, the bot will fail to create orders for these pairs, and you should remove them from your whitelist. You can get a list of restricted markets by using the following snippet: python import ccxt ct = ccxt.bittrex() _ = ct.load_markets() res = [ f\"{x['MarketCurrency']}/{x['BaseCurrency']}\" for x in ct.publicGetMarkets()['result'] if x['IsRestricted']] print(res) FTX \u00b6 Stoploss on Exchange FTX supports stoploss_on_exchange and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. You can use either \"limit\" or \"market\" in the order_types.stoploss configuration setting to decide which type of stoploss shall be used. Using subaccounts \u00b6 To use subaccounts with FTX, you need to edit the configuration and add the following: json \"exchange\": { \"ccxt_config\": { \"headers\": { \"FTX-SUBACCOUNT\": \"name\" } }, } Kucoin \u00b6 Kucoin requries a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows: json \"exchange\": { \"name\": \"kucoin\", \"key\": \"your_exchange_key\", \"secret\": \"your_exchange_secret\", \"password\": \"your_exchange_api_key_password\", Kucoin Blacklists \u00b6 For Kucoin, please add \"KCS/\" to your blacklist to avoid issues. Accounts having KCS accounts use this to pay for fees - if your first trade happens to be on KCS , further trades will consume this position and make the initial KCS trade unsellable as the expected amount is not there anymore. All exchanges \u00b6 Should you experience constant errors with Nonce (like InvalidNonce ), it is best to regenerate the API keys. Resetting Nonce is difficult and it's usually easier to regenerate the API keys. Random notes for other exchanges \u00b6 The Ocean (exchange id: theocean ) exchange uses Web3 functionality and requires web3 python package to be installed: shell $ pip3 install web3 Getting latest price / Incomplete candles \u00b6 Most exchanges return current incomplete candle via their OHLCV/klines API interface. By default, Freqtrade assumes that incomplete candle is fetched from the exchange and removes the last candle assuming it's the incomplete candle. Whether your exchange returns incomplete candles or not can be checked using the helper script from the Contributor documentation. Due to the danger of repainting, Freqtrade does not allow you to use this incomplete candle. However, if it is based on the need for the latest price for your strategy - then this requirement can be acquired using the data provider from within the strategy. Advanced Freqtrade Exchange configuration \u00b6 Advanced options can be configured using the _ft_has_params setting, which will override Defaults and exchange-specific behavior. Available options are listed in the exchange-class as _ft_has_default . For example, to test the order type FOK with Kraken, and modify candle limit to 200 (so you only get 200 candles per API call): json \"exchange\": { \"name\": \"kraken\", \"_ft_has_params\": { \"order_time_in_force\": [\"gtc\", \"fok\"], \"ohlcv_candle_limit\": 200 } Warning Please make sure to fully understand the impacts of these settings before modifying them.","title":"Exchange-specific Notes"},{"location":"exchanges/#exchange-specific-notes","text":"This page combines common gotchas and informations which are exchange-specific and most likely don't apply to other exchanges.","title":"Exchange-specific Notes"},{"location":"exchanges/#binance","text":"Stoploss on Exchange Binance supports stoploss_on_exchange and uses stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it.","title":"Binance"},{"location":"exchanges/#binance-blacklist","text":"For Binance, please add \"BNB/\" to your blacklist to avoid issues. Accounts having BNB accounts use this to pay for fees - if your first trade happens to be on BNB , further trades will consume this position and make the initial BNB trade unsellable as the expected amount is not there anymore.","title":"Binance Blacklist"},{"location":"exchanges/#binance-sites","text":"Binance has been split into 3, and users must use the correct ccxt exchange ID for their exchange, otherwise API keys are not recognized. binance.com - International users. Use exchange id: binance . binance.us - US based users. Use exchange id: binanceus . binance.je - Binance Jersey, trading fiat currencies. Use exchange id: binanceje .","title":"Binance sites"},{"location":"exchanges/#kraken","text":"Stoploss on Exchange Kraken supports stoploss_on_exchange and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. You can use either \"limit\" or \"market\" in the order_types.stoploss configuration setting to decide which type to use.","title":"Kraken"},{"location":"exchanges/#historic-kraken-data","text":"The Kraken API does only provide 720 historic candles, which is sufficient for Freqtrade dry-run and live trade modes, but is a problem for backtesting. To download data for the Kraken exchange, using --dl-trades is mandatory, otherwise the bot will download the same 720 candles over and over, and you'll not have enough backtest data. Due to the heavy rate-limiting applied by Kraken, the following configuration section should be used to download data: json \"ccxt_async_config\": { \"enableRateLimit\": true, \"rateLimit\": 3100 }, Downloading data from kraken Downloading kraken data will require significantly more memory (RAM) than any other exchange, as the trades-data needs to be converted into candles on your machine. It will also take a long time, as freqtrade will need to download every single trade that happened on the exchange for the pair / timerange combination, therefore please be patient. rateLimit tuning Please pay attention that rateLimit configuration entry holds delay in milliseconds between requests, NOT requests\\sec rate. So, in order to mitigate Kraken API \"Rate limit exceeded\" exception, this configuration should be increased, NOT decreased.","title":"Historic Kraken data"},{"location":"exchanges/#bittrex","text":"","title":"Bittrex"},{"location":"exchanges/#order-types","text":"Bittrex does not support market orders. If you have a message at the bot startup about this, you should change order type values set in your configuration and/or in the strategy from \"market\" to \"limit\" . See some more details on this here in the FAQ .","title":"Order types"},{"location":"exchanges/#restricted-markets","text":"Bittrex split its exchange into US and International versions. The International version has more pairs available, however the API always returns all pairs, so there is currently no automated way to detect if you're affected by the restriction. If you have restricted pairs in your whitelist, you'll get a warning message in the log on Freqtrade startup for each restricted pair. The warning message will look similar to the following: output [...] Message: bittrex {\"success\":false,\"message\":\"RESTRICTED_MARKET\",\"result\":null,\"explanation\":null}\" If you're an \"International\" customer on the Bittrex exchange, then this warning will probably not impact you. If you're a US customer, the bot will fail to create orders for these pairs, and you should remove them from your whitelist. You can get a list of restricted markets by using the following snippet: python import ccxt ct = ccxt.bittrex() _ = ct.load_markets() res = [ f\"{x['MarketCurrency']}/{x['BaseCurrency']}\" for x in ct.publicGetMarkets()['result'] if x['IsRestricted']] print(res)","title":"Restricted markets"},{"location":"exchanges/#ftx","text":"Stoploss on Exchange FTX supports stoploss_on_exchange and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it. You can use either \"limit\" or \"market\" in the order_types.stoploss configuration setting to decide which type of stoploss shall be used.","title":"FTX"},{"location":"exchanges/#using-subaccounts","text":"To use subaccounts with FTX, you need to edit the configuration and add the following: json \"exchange\": { \"ccxt_config\": { \"headers\": { \"FTX-SUBACCOUNT\": \"name\" } }, }","title":"Using subaccounts"},{"location":"exchanges/#kucoin","text":"Kucoin requries a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows: json \"exchange\": { \"name\": \"kucoin\", \"key\": \"your_exchange_key\", \"secret\": \"your_exchange_secret\", \"password\": \"your_exchange_api_key_password\",","title":"Kucoin"},{"location":"exchanges/#kucoin-blacklists","text":"For Kucoin, please add \"KCS/\" to your blacklist to avoid issues. Accounts having KCS accounts use this to pay for fees - if your first trade happens to be on KCS , further trades will consume this position and make the initial KCS trade unsellable as the expected amount is not there anymore.","title":"Kucoin Blacklists"},{"location":"exchanges/#all-exchanges","text":"Should you experience constant errors with Nonce (like InvalidNonce ), it is best to regenerate the API keys. Resetting Nonce is difficult and it's usually easier to regenerate the API keys.","title":"All exchanges"},{"location":"exchanges/#random-notes-for-other-exchanges","text":"The Ocean (exchange id: theocean ) exchange uses Web3 functionality and requires web3 python package to be installed: shell $ pip3 install web3","title":"Random notes for other exchanges"},{"location":"exchanges/#getting-latest-price-incomplete-candles","text":"Most exchanges return current incomplete candle via their OHLCV/klines API interface. By default, Freqtrade assumes that incomplete candle is fetched from the exchange and removes the last candle assuming it's the incomplete candle. Whether your exchange returns incomplete candles or not can be checked using the helper script from the Contributor documentation. Due to the danger of repainting, Freqtrade does not allow you to use this incomplete candle. However, if it is based on the need for the latest price for your strategy - then this requirement can be acquired using the data provider from within the strategy.","title":"Getting latest price / Incomplete candles"},{"location":"exchanges/#advanced-freqtrade-exchange-configuration","text":"Advanced options can be configured using the _ft_has_params setting, which will override Defaults and exchange-specific behavior. Available options are listed in the exchange-class as _ft_has_default . For example, to test the order type FOK with Kraken, and modify candle limit to 200 (so you only get 200 candles per API call): json \"exchange\": { \"name\": \"kraken\", \"_ft_has_params\": { \"order_time_in_force\": [\"gtc\", \"fok\"], \"ohlcv_candle_limit\": 200 } Warning Please make sure to fully understand the impacts of these settings before modifying them.","title":"Advanced Freqtrade Exchange configuration"},{"location":"faq/","text":"Freqtrade FAQ \u00b6 Supported Markets \u00b6 Freqtrade supports spot trading only. Can I open short positions? \u00b6 No, Freqtrade does not support trading with margin / leverage, and cannot open short positions. In some cases, your exchange may provide leveraged spot tokens which can be traded with Freqtrade eg. BTCUP/USD, BTCDOWN/USD, ETHBULL/USD, ETHBEAR/USD, etc... Can I trade options or futures? \u00b6 No, options and futures trading are not supported. Beginner Tips & Tricks \u00b6 When you work with your strategy & hyperopt file you should use a proper code editor like VSCode or PyCharm. A good code editor will provide syntax highlighting as well as line numbers, making it easy to find syntax errors (most likely pointed out by Freqtrade during startup). Freqtrade common issues \u00b6 The bot does not start \u00b6 Running the bot with freqtrade trade --config config.json shows the output freqtrade: command not found . This could be caused by the following reasons: The virtual environment is not active. Run source .env/bin/activate to activate the virtual environment. The installation did not work correctly. Please check the Installation documentation . I have waited 5 minutes, why hasn't the bot made any trades yet? \u00b6 Depending on the buy strategy, the amount of whitelisted coins, the situation of the market etc, it can take up to hours to find a good entry position for a trade. Be patient! It may be because of a configuration error. It's best to check the logs, they usually tell you if the bot is simply not getting buy signals (only heartbeat messages), or if there is something wrong (errors / exceptions in the log). I have made 12 trades already, why is my total profit negative? \u00b6 I understand your disappointment but unfortunately 12 trades is just not enough to say anything. If you run backtesting, you can see that our current algorithm does leave you on the plus side, but that is after thousands of trades and even there, you will be left with losses on specific coins that you have traded tens if not hundreds of times. We of course constantly aim to improve the bot but it will always be a gamble, which should leave you with modest wins on monthly basis but you can't say much from few trades. I\u2019d like to make changes to the config. Can I do that without having to kill the bot? \u00b6 Yes. You can edit your config and use the /reload_config command to reload the configuration. The bot will stop, reload the configuration and strategy and will restart with the new configuration and strategy. I want to improve the bot with a new strategy \u00b6 That's great. We have a nice backtesting and hyperoptimization setup. See the tutorial here|Testing-new-strategies-with-Hyperopt . Is there a setting to only SELL the coins being held and not perform anymore BUYS? \u00b6 You can use the /stopbuy command in Telegram to prevent future buys, followed by /forcesell all (sell all open trades). I want to run multiple bots on the same machine \u00b6 Please look at the advanced setup documentation Page . I'm getting \"Missing data fillup\" messages in the log \u00b6 This message is just a warning that the latest candles had missing candles in them. Depending on the exchange, this can indicate that the pair didn't have a trade for the timeframe you are using - and the exchange does only return candles with volume. On low volume pairs, this is a rather common occurrence. If this happens for all pairs in the pairlist, this might indicate a recent exchange downtime. Please check your exchange's public channels for details. Irrespectively of the reason, Freqtrade will fill up these candles with \"empty\" candles, where open, high, low and close are set to the previous candle close - and volume is empty. In a chart, this will look like a _ - and is aligned with how exchanges usually represent 0 volume candles. I'm getting the \"RESTRICTED_MARKET\" message in the log \u00b6 Currently known to happen for US Bittrex users. Read the Bittrex section about restricted markets for more information. I'm getting the \"Exchange Bittrex does not support market orders.\" message and cannot run my strategy \u00b6 As the message says, Bittrex does not support market orders and you have one of the order types set to \"market\". Your strategy was probably written with other exchanges in mind and sets \"market\" orders for \"stoploss\" orders, which is correct and preferable for most of the exchanges supporting market orders (but not for Bittrex). To fix it for Bittrex, redefine order types in the strategy to use \"limit\" instead of \"market\": order_types = { ... 'stoploss': 'limit', ... } The same fix should be applied in the configuration file, if order types are defined in your custom config rather than in the strategy. How do I search the bot logs for something? \u00b6 By default, the bot writes its log into stderr stream. This is implemented this way so that you can easily separate the bot's diagnostics messages from Backtesting, Edge and Hyperopt results, output from other various Freqtrade utility sub-commands, as well as from the output of your custom print() 's you may have inserted into your strategy. So if you need to search the log messages with the grep utility, you need to redirect stderr to stdout and disregard stdout. In unix shells, this normally can be done as simple as: shell $ freqtrade --some-options 2>&1 >/dev/null | grep 'something' (note, 2>&1 and >/dev/null should be written in this order) Bash interpreter also supports so called process substitution syntax, you can grep the log for a string with it as: shell $ freqtrade --some-options 2> >(grep 'something') >/dev/null or shell $ freqtrade --some-options 2> >(grep -v 'something' 1>&2) You can also write the copy of Freqtrade log messages to a file with the --logfile option: shell $ freqtrade --logfile /path/to/mylogfile.log --some-options and then grep it as: shell $ cat /path/to/mylogfile.log | grep 'something' or even on the fly, as the bot works and the log file grows: shell $ tail -f /path/to/mylogfile.log | grep 'something' from a separate terminal window. On Windows, the --logfile option is also supported by Freqtrade and you can use the findstr command to search the log for the string of interest: ``` type \\path\\to\\mylogfile.log | findstr \"something\" ``` Hyperopt module \u00b6 How many epochs do I need to get a good Hyperopt result? \u00b6 Per default Hyperopt called without the -e / --epochs command line option will only run 100 epochs, means 100 evaluations of your triggers, guards, ... Too few to find a great result (unless if you are very lucky), so you probably have to run it for 10.000 or more. But it will take an eternity to compute. Since hyperopt uses Bayesian search, running for too many epochs may not produce greater results. It's therefore recommended to run between 500-1000 epochs over and over until you hit at least 10.000 epochs in total (or are satisfied with the result). You can best judge by looking at the results - if the bot keeps discovering better strategies, it's best to keep on going. bash freqtrade hyperopt --hyperopt SampleHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy SampleStrategy -e 1000 Why does it take a long time to run hyperopt? \u00b6 Discovering a great strategy with Hyperopt takes time. Study www.freqtrade.io , the Freqtrade Documentation page, join the Freqtrade Slack community - or the Freqtrade discord community . While you patiently wait for the most advanced, free crypto bot in the world, to hand you a possible golden strategy specially designed just for you. If you wonder why it can take from 20 minutes to days to do 1000 epochs here are some answers: This answer was written during the release 0.15.1, when we had: 8 triggers 9 guards: let's say we evaluate even 10 values from each 1 stoploss calculation: let's say we want 10 values from that too to be evaluated The following calculation is still very rough and not very precise but it will give the idea. With only these triggers and guards there is already 8*10^9*10 evaluations. A roughly total of 80 billion evaluations. Did you run 100 000 evaluations? Congrats, you've done roughly 1 / 100 000 th of the search space, assuming that the bot never tests the same parameters more than once. The time it takes to run 1000 hyperopt epochs depends on things like: The available cpu, hard-disk, ram, timeframe, timerange, indicator settings, indicator count, amount of coins that hyperopt test strategies on and the resulting trade count - which can be 650 trades in a year or 10.0000 trades depending if the strategy aims for big profits by trading rarely or for many low profit trades. Example: 4% profit 650 times vs 0,3% profit a trade 10.000 times in a year. If we assume you set the --timerange to 365 days. Example: freqtrade --config config.json --strategy SampleStrategy --hyperopt SampleHyperopt -e 1000 --timerange 20190601-20200601 Edge module \u00b6 Edge implements interesting approach for controlling position size, is there any theory behind it? \u00b6 The Edge module is mostly a result of brainstorming of @mishaker and @creslinux freqtrade team members. You can find further info on expectancy, win rate, risk management and position size in the following sources: https://www.tradeciety.com/ultimate-math-guide-for-traders/ http://www.vantharp.com/tharp-concepts/expectancy.asp https://samuraitradingacademy.com/trading-expectancy/ https://www.learningmarkets.com/determining-expectancy-in-your-trading/ http://www.lonestocktrader.com/make-money-trading-positive-expectancy/ https://www.babypips.com/trading/trade-expectancy-matter","title":"FAQ"},{"location":"faq/#freqtrade-faq","text":"","title":"Freqtrade FAQ"},{"location":"faq/#supported-markets","text":"Freqtrade supports spot trading only.","title":"Supported Markets"},{"location":"faq/#can-i-open-short-positions","text":"No, Freqtrade does not support trading with margin / leverage, and cannot open short positions. In some cases, your exchange may provide leveraged spot tokens which can be traded with Freqtrade eg. BTCUP/USD, BTCDOWN/USD, ETHBULL/USD, ETHBEAR/USD, etc...","title":"Can I open short positions?"},{"location":"faq/#can-i-trade-options-or-futures","text":"No, options and futures trading are not supported.","title":"Can I trade options or futures?"},{"location":"faq/#beginner-tips-tricks","text":"When you work with your strategy & hyperopt file you should use a proper code editor like VSCode or PyCharm. A good code editor will provide syntax highlighting as well as line numbers, making it easy to find syntax errors (most likely pointed out by Freqtrade during startup).","title":"Beginner Tips & Tricks"},{"location":"faq/#freqtrade-common-issues","text":"","title":"Freqtrade common issues"},{"location":"faq/#the-bot-does-not-start","text":"Running the bot with freqtrade trade --config config.json shows the output freqtrade: command not found . This could be caused by the following reasons: The virtual environment is not active. Run source .env/bin/activate to activate the virtual environment. The installation did not work correctly. Please check the Installation documentation .","title":"The bot does not start"},{"location":"faq/#i-have-waited-5-minutes-why-hasnt-the-bot-made-any-trades-yet","text":"Depending on the buy strategy, the amount of whitelisted coins, the situation of the market etc, it can take up to hours to find a good entry position for a trade. Be patient! It may be because of a configuration error. It's best to check the logs, they usually tell you if the bot is simply not getting buy signals (only heartbeat messages), or if there is something wrong (errors / exceptions in the log).","title":"I have waited 5 minutes, why hasn't the bot made any trades yet?"},{"location":"faq/#i-have-made-12-trades-already-why-is-my-total-profit-negative","text":"I understand your disappointment but unfortunately 12 trades is just not enough to say anything. If you run backtesting, you can see that our current algorithm does leave you on the plus side, but that is after thousands of trades and even there, you will be left with losses on specific coins that you have traded tens if not hundreds of times. We of course constantly aim to improve the bot but it will always be a gamble, which should leave you with modest wins on monthly basis but you can't say much from few trades.","title":"I have made 12 trades already, why is my total profit negative?"},{"location":"faq/#id-like-to-make-changes-to-the-config-can-i-do-that-without-having-to-kill-the-bot","text":"Yes. You can edit your config and use the /reload_config command to reload the configuration. The bot will stop, reload the configuration and strategy and will restart with the new configuration and strategy.","title":"I\u2019d like to make changes to the config. Can I do that without having to kill the bot?"},{"location":"faq/#i-want-to-improve-the-bot-with-a-new-strategy","text":"That's great. We have a nice backtesting and hyperoptimization setup. See the tutorial here|Testing-new-strategies-with-Hyperopt .","title":"I want to improve the bot with a new strategy"},{"location":"faq/#is-there-a-setting-to-only-sell-the-coins-being-held-and-not-perform-anymore-buys","text":"You can use the /stopbuy command in Telegram to prevent future buys, followed by /forcesell all (sell all open trades).","title":"Is there a setting to only SELL the coins being held and not perform anymore BUYS?"},{"location":"faq/#i-want-to-run-multiple-bots-on-the-same-machine","text":"Please look at the advanced setup documentation Page .","title":"I want to run multiple bots on the same machine"},{"location":"faq/#im-getting-missing-data-fillup-messages-in-the-log","text":"This message is just a warning that the latest candles had missing candles in them. Depending on the exchange, this can indicate that the pair didn't have a trade for the timeframe you are using - and the exchange does only return candles with volume. On low volume pairs, this is a rather common occurrence. If this happens for all pairs in the pairlist, this might indicate a recent exchange downtime. Please check your exchange's public channels for details. Irrespectively of the reason, Freqtrade will fill up these candles with \"empty\" candles, where open, high, low and close are set to the previous candle close - and volume is empty. In a chart, this will look like a _ - and is aligned with how exchanges usually represent 0 volume candles.","title":"I'm getting \"Missing data fillup\" messages in the log"},{"location":"faq/#im-getting-the-restricted_market-message-in-the-log","text":"Currently known to happen for US Bittrex users. Read the Bittrex section about restricted markets for more information.","title":"I'm getting the \"RESTRICTED_MARKET\" message in the log"},{"location":"faq/#im-getting-the-exchange-bittrex-does-not-support-market-orders-message-and-cannot-run-my-strategy","text":"As the message says, Bittrex does not support market orders and you have one of the order types set to \"market\". Your strategy was probably written with other exchanges in mind and sets \"market\" orders for \"stoploss\" orders, which is correct and preferable for most of the exchanges supporting market orders (but not for Bittrex). To fix it for Bittrex, redefine order types in the strategy to use \"limit\" instead of \"market\": order_types = { ... 'stoploss': 'limit', ... } The same fix should be applied in the configuration file, if order types are defined in your custom config rather than in the strategy.","title":"I'm getting the \"Exchange Bittrex does not support market orders.\" message and cannot run my strategy"},{"location":"faq/#how-do-i-search-the-bot-logs-for-something","text":"By default, the bot writes its log into stderr stream. This is implemented this way so that you can easily separate the bot's diagnostics messages from Backtesting, Edge and Hyperopt results, output from other various Freqtrade utility sub-commands, as well as from the output of your custom print() 's you may have inserted into your strategy. So if you need to search the log messages with the grep utility, you need to redirect stderr to stdout and disregard stdout. In unix shells, this normally can be done as simple as: shell $ freqtrade --some-options 2>&1 >/dev/null | grep 'something' (note, 2>&1 and >/dev/null should be written in this order) Bash interpreter also supports so called process substitution syntax, you can grep the log for a string with it as: shell $ freqtrade --some-options 2> >(grep 'something') >/dev/null or shell $ freqtrade --some-options 2> >(grep -v 'something' 1>&2) You can also write the copy of Freqtrade log messages to a file with the --logfile option: shell $ freqtrade --logfile /path/to/mylogfile.log --some-options and then grep it as: shell $ cat /path/to/mylogfile.log | grep 'something' or even on the fly, as the bot works and the log file grows: shell $ tail -f /path/to/mylogfile.log | grep 'something' from a separate terminal window. On Windows, the --logfile option is also supported by Freqtrade and you can use the findstr command to search the log for the string of interest: ``` type \\path\\to\\mylogfile.log | findstr \"something\" ```","title":"How do I search the bot logs for something?"},{"location":"faq/#hyperopt-module","text":"","title":"Hyperopt module"},{"location":"faq/#how-many-epochs-do-i-need-to-get-a-good-hyperopt-result","text":"Per default Hyperopt called without the -e / --epochs command line option will only run 100 epochs, means 100 evaluations of your triggers, guards, ... Too few to find a great result (unless if you are very lucky), so you probably have to run it for 10.000 or more. But it will take an eternity to compute. Since hyperopt uses Bayesian search, running for too many epochs may not produce greater results. It's therefore recommended to run between 500-1000 epochs over and over until you hit at least 10.000 epochs in total (or are satisfied with the result). You can best judge by looking at the results - if the bot keeps discovering better strategies, it's best to keep on going. bash freqtrade hyperopt --hyperopt SampleHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy SampleStrategy -e 1000","title":"How many epochs do I need to get a good Hyperopt result?"},{"location":"faq/#why-does-it-take-a-long-time-to-run-hyperopt","text":"Discovering a great strategy with Hyperopt takes time. Study www.freqtrade.io , the Freqtrade Documentation page, join the Freqtrade Slack community - or the Freqtrade discord community . While you patiently wait for the most advanced, free crypto bot in the world, to hand you a possible golden strategy specially designed just for you. If you wonder why it can take from 20 minutes to days to do 1000 epochs here are some answers: This answer was written during the release 0.15.1, when we had: 8 triggers 9 guards: let's say we evaluate even 10 values from each 1 stoploss calculation: let's say we want 10 values from that too to be evaluated The following calculation is still very rough and not very precise but it will give the idea. With only these triggers and guards there is already 8*10^9*10 evaluations. A roughly total of 80 billion evaluations. Did you run 100 000 evaluations? Congrats, you've done roughly 1 / 100 000 th of the search space, assuming that the bot never tests the same parameters more than once. The time it takes to run 1000 hyperopt epochs depends on things like: The available cpu, hard-disk, ram, timeframe, timerange, indicator settings, indicator count, amount of coins that hyperopt test strategies on and the resulting trade count - which can be 650 trades in a year or 10.0000 trades depending if the strategy aims for big profits by trading rarely or for many low profit trades. Example: 4% profit 650 times vs 0,3% profit a trade 10.000 times in a year. If we assume you set the --timerange to 365 days. Example: freqtrade --config config.json --strategy SampleStrategy --hyperopt SampleHyperopt -e 1000 --timerange 20190601-20200601","title":"Why does it take a long time to run hyperopt?"},{"location":"faq/#edge-module","text":"","title":"Edge module"},{"location":"faq/#edge-implements-interesting-approach-for-controlling-position-size-is-there-any-theory-behind-it","text":"The Edge module is mostly a result of brainstorming of @mishaker and @creslinux freqtrade team members. You can find further info on expectancy, win rate, risk management and position size in the following sources: https://www.tradeciety.com/ultimate-math-guide-for-traders/ http://www.vantharp.com/tharp-concepts/expectancy.asp https://samuraitradingacademy.com/trading-expectancy/ https://www.learningmarkets.com/determining-expectancy-in-your-trading/ http://www.lonestocktrader.com/make-money-trading-positive-expectancy/ https://www.babypips.com/trading/trade-expectancy-matter","title":"Edge implements interesting approach for controlling position size, is there any theory behind it?"},{"location":"hyperopt/","text":"Hyperopt \u00b6 This page explains how to tune your strategy by finding the optimal parameters, a process called hyperparameter optimization. The bot uses algorithms included in the scikit-optimize package to accomplish this. The search will burn all your CPU cores, make your laptop sound like a fighter jet and still take a long time. In general, the search for best parameters starts with a few random combinations (see below for more details) and then uses Bayesian search with a ML regressor algorithm (currently ExtraTreesRegressor) to quickly find a combination of parameters in the search hyperspace that minimizes the value of the loss function . Hyperopt requires historic data to be available, just as backtesting does (hyperopt runs backtesting many times with different parameters). To learn how to get data for the pairs and exchange you're interested in, head over to the Data Downloading section of the documentation. Bug Hyperopt can crash when used with only 1 CPU Core as found out in Issue #1133 Note Since 2021.4 release you no longer have to write a separate hyperopt class, but can configure the parameters directly in the strategy. The legacy method is still supported, but it is no longer the recommended way of setting up hyperopt. The legacy documentation is available at Legacy Hyperopt . Install hyperopt dependencies \u00b6 Since Hyperopt dependencies are not needed to run the bot itself, are heavy, can not be easily built on some platforms (like Raspberry PI), they are not installed by default. Before you run Hyperopt, you need to install the corresponding dependencies, as described in this section below. Note Since Hyperopt is a resource intensive process, running it on a Raspberry Pi is not recommended nor supported. Docker \u00b6 The docker-image includes hyperopt dependencies, no further action needed. Easy installation script (setup.sh) / Manual installation \u00b6 bash source .env/bin/activate pip install -r requirements-hyperopt.txt Hyperopt command reference \u00b6 ``` usage: freqtrade hyperopt [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] [--fee FLOAT] [-p PAIRS [PAIRS ...]] [--hyperopt NAME] [--hyperopt-path PATH] [--eps] [--dmmp] [--enable-protections] [--dry-run-wallet DRY_RUN_WALLET] [-e INT] [--spaces {all,buy,sell,roi,stoploss,trailing,default} [{all,buy,sell,roi,stoploss,trailing,default} ...]] [--print-all] [--no-color] [--print-json] [-j JOBS] [--random-state INT] [--min-trades INT] [--hyperopt-loss NAME] optional arguments: -h, --help show this help message and exit -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --timerange TIMERANGE Specify what timerange of data to use. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --max-open-trades INT Override the value of the max_open_trades configuration setting. --stake-amount STAKE_AMOUNT Override the value of the stake_amount configuration setting. --fee FLOAT Specify fee ratio. Will be applied twice (on trade entry and exit). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --hyperopt NAME Specify hyperopt class name which will be used by the bot. --hyperopt-path PATH Specify additional lookup path for Hyperopt and Hyperopt Loss functions. --eps, --enable-position-stacking Allow buying the same pair multiple times (position stacking). --dmmp, --disable-max-market-positions Disable applying max_open_trades during backtest (same as setting max_open_trades to a very high number). --enable-protections, --enableprotections Enable protections for backtesting.Will slow backtesting down by a considerable amount, but will include configured protections --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET Starting balance, used for backtesting / hyperopt and dry-runs. -e INT, --epochs INT Specify number of epochs (default: 100). --spaces {all,buy,sell,roi,stoploss,trailing,default} [{all,buy,sell,roi,stoploss,trailing,default} ...] Specify which parameters to hyperopt. Space-separated list. --print-all Print all results, not only the best ones. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. --print-json Print output in JSON format. -j JOBS, --job-workers JOBS The number of concurrently running jobs for hyperoptimization (hyperopt worker processes). If -1 (default), all CPUs are used, for -2, all CPUs but one are used, etc. If 1 is given, no parallel computing code is used at all. --random-state INT Set random state to some positive integer for reproducible hyperopt results. --min-trades INT Set minimal desired number of trades for evaluations in the hyperopt optimization path (default: 1). --hyperopt-loss NAME, --hyperoptloss NAME Specify the class name of the hyperopt loss function class (IHyperOptLoss). Different functions can generate completely different results, since the target for optimization is different. Built-in Hyperopt-loss-functions are: ShortTradeDurHyperOptLoss, OnlyProfitHyperOptLoss, SharpeHyperOptLoss, SharpeHyperOptLossDaily, SortinoHyperOptLoss, SortinoHyperOptLossDaily Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` Hyperopt checklist \u00b6 Checklist on all tasks / possibilities in hyperopt Depending on the space you want to optimize, only some of the below are required: define parameters with space='buy' - for buy signal optimization define parameters with space='sell' - for sell signal optimization Note populate_indicators needs to create all indicators any of the spaces may use, otherwise hyperopt will not work. Rarely you may also need to create a nested class named HyperOpt and implement roi_space - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default) generate_roi_table - for custom ROI optimization (if you need the ranges for the values in the ROI table that differ from default or the number of entries (steps) in the ROI table which differs from the default 4 steps) stoploss_space - for custom stoploss optimization (if you need the range for the stoploss parameter in the optimization hyperspace that differs from default) trailing_space - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default) Quickly optimize ROI, stoploss and trailing stoploss You can quickly optimize the spaces roi , stoploss and trailing without changing anything in your strategy. ``` bash Have a working strategy at hand. \u00b6 freqtrade hyperopt --hyperopt-loss SharpeHyperOptLossDaily --spaces roi stoploss trailing --strategy MyWorkingStrategy --config config.json -e 100 ``` Hyperopt execution logic \u00b6 Hyperopt will first load your data into memory and will then run populate_indicators() once per Pair to generate all indicators. Hyperopt will then spawn into different processes (number of processors, or -j ), and run backtesting over and over again, changing the parameters that are part of the --spaces defined. For every new set of parameters, freqtrade will run first populate_buy_trend() followed by populate_sell_trend() , and then run the regular backtesting process to simulate trades. After backtesting, the results are passed into the loss function , which will evaluate if this result was better or worse than previous results. Based on the loss function result, hyperopt will determine the next set of parameters to try in the next round of backtesting. Configure your Guards and Triggers \u00b6 There are two places you need to change in your strategy file to add a new buy hyperopt for testing: Define the parameters at the class level hyperopt shall be optimizing. Within populate_buy_trend() - use defined parameter values instead of raw constants. There you have two different types of indicators: 1. guards and 2. triggers . Guards are conditions like \"never buy if ADX < 10\", or never buy if current price is over EMA10. Triggers are ones that actually trigger buy in specific moment, like \"buy when EMA5 crosses over EMA10\" or \"buy when close price touches lower Bollinger band\". Guards and Triggers Technically, there is no difference between Guards and Triggers. However, this guide will make this distinction to make it clear that signals should not be \"sticking\". Sticking signals are signals that are active for multiple candles. This can lead into buying a signal late (right before the signal disappears - which means that the chance of success is a lot lower than right at the beginning). Hyper-optimization will, for each epoch round, pick one trigger and possibly multiple guards. Sell optimization \u00b6 Similar to the buy-signal above, sell-signals can also be optimized. Place the corresponding settings into the following methods Define the parameters at the class level hyperopt shall be optimizing, either naming them sell_* , or by explicitly defining space='sell' . Within populate_sell_trend() - use defined parameter values instead of raw constants. The configuration and rules are the same than for buy signals. Solving a Mystery \u00b6 Let's say you are curious: should you use MACD crossings or lower Bollinger Bands to trigger your buys. And you also wonder should you use RSI or ADX to help with those buy decisions. If you decide to use RSI or ADX, which values should I use for them? So let's use hyperparameter optimization to solve this mystery. Defining indicators to be used \u00b6 We start by calculating the indicators our strategy is going to use. ``` python class MyAwesomeStrategy(IStrategy): def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Generate all indicators used by the strategy \"\"\" dataframe['adx'] = ta.ADX(dataframe) dataframe['rsi'] = ta.RSI(dataframe) macd = ta.MACD(dataframe) dataframe['macd'] = macd['macd'] dataframe['macdsignal'] = macd['macdsignal'] dataframe['macdhist'] = macd['macdhist'] bollinger = ta.BBANDS(dataframe, timeperiod=20, nbdevup=2.0, nbdevdn=2.0) dataframe['bb_lowerband'] = boll['lowerband'] dataframe['bb_middleband'] = boll['middleband'] dataframe['bb_upperband'] = boll['upperband'] return dataframe ``` Hyperoptable parameters \u00b6 We continue to define hyperoptable parameters: python class MyAwesomeStrategy(IStrategy): buy_adx = DecimalParameter(20, 40, decimals=1, default=30.1, space=\"buy\") buy_rsi = IntParameter(20, 40, default=30, space=\"buy\") buy_adx_enabled = CategoricalParameter([True, False], default=True, space=\"buy\") buy_rsi_enabled = CategoricalParameter([True, False], default=False, space=\"buy\") buy_trigger = CategoricalParameter([\"bb_lower\", \"macd_cross_signal\"], default=\"bb_lower\", space=\"buy\") The above definition says: I have five parameters I want to randomly combine to find the best combination. buy_rsi is an integer parameter, which will be tested between 20 and 40. This space has a size of 20. buy_adx is a decimal parameter, which will be evaluated between 20 and 40 with 1 decimal place (so values are 20.1, 20.2, ...). This space has a size of 200. Then we have three category variables. First two are either True or False . We use these to either enable or disable the ADX and RSI guards. The last one we call trigger and use it to decide which buy trigger we want to use. Parameter space assignment Parameters must either be assigned to a variable named buy_* or sell_* - or contain space='buy' | space='sell' to be assigned to a space correctly. If no parameter is available for a space, you'll receive the error that no space was found when running hyperopt. So let's write the buy strategy using these values: ```python def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] # GUARDS AND TRENDS if self.buy_adx_enabled.value: conditions.append(dataframe['adx'] > self.buy_adx.value) if self.buy_rsi_enabled.value: conditions.append(dataframe['rsi'] < self.buy_rsi.value) # TRIGGERS if self.buy_trigger.value == 'bb_lower': conditions.append(dataframe['close'] < dataframe['bb_lowerband']) if self.buy_trigger.value == 'macd_cross_signal': conditions.append(qtpylib.crossed_above( dataframe['macd'], dataframe['macdsignal'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'buy'] = 1 return dataframe ``` Hyperopt will now call populate_buy_trend() many times ( epochs ) with different value combinations. It will use the given historical data and simulate buys based on the buy signals generated with the above function. Based on the results, hyperopt will tell you which parameter combination produced the best results (based on the configured loss function ). Note The above setup expects to find ADX, RSI and Bollinger Bands in the populated indicators. When you want to test an indicator that isn't used by the bot currently, remember to add it to the populate_indicators() method in your strategy or hyperopt file. Parameter types \u00b6 There are four parameter types each suited for different purposes. IntParameter - defines an integral parameter with upper and lower boundaries of search space. DecimalParameter - defines a floating point parameter with a limited number of decimals (default 3). Should be preferred instead of RealParameter in most cases. RealParameter - defines a floating point parameter with upper and lower boundaries and no precision limit. Rarely used as it creates a space with a near infinite number of possibilities. CategoricalParameter - defines a parameter with a predetermined number of choices. Disabling parameter optimization Each parameter takes two boolean parameters: * load - when set to False it will not load values configured in buy_params and sell_params . * optimize - when set to False parameter will not be included in optimization process. Use these parameters to quickly prototype various ideas. Warning Hyperoptable parameters cannot be used in populate_indicators - as hyperopt does not recalculate indicators for each epoch, so the starting value would be used in this case. Optimizing an indicator parameter \u00b6 Assuming you have a simple strategy in mind - a EMA cross strategy (2 Moving averages crossing) - and you'd like to find the ideal parameters for this strategy. ``` python from pandas import DataFrame from functools import reduce import talib.abstract as ta from freqtrade.strategy import IStrategy from freqtrade.strategy import CategoricalParameter, DecimalParameter, IntParameter import freqtrade.vendor.qtpylib.indicators as qtpylib class MyAwesomeStrategy(IStrategy): stoploss = -0.05 timeframe = '15m' # Define the parameter spaces buy_ema_short = IntParameter(3, 50, default=5) buy_ema_long = IntParameter(15, 200, default=50) def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\"Generate all indicators used by the strategy\"\"\" # Calculate all ema_short values for val in self.buy_ema_short.range: dataframe[f'ema_short_{val}'] = ta.EMA(dataframe, timeperiod=val) # Calculate all ema_long values for val in self.buy_ema_long.range: dataframe[f'ema_long_{val}'] = ta.EMA(dataframe, timeperiod=val) return dataframe def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] conditions.append(qtpylib.crossed_above( dataframe[f'ema_short_{self.buy_ema_short.value}'], dataframe[f'ema_long_{self.buy_ema_long.value}'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'buy'] = 1 return dataframe def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] conditions.append(qtpylib.crossed_above( dataframe[f'ema_long_{self.buy_ema_long.value}'], dataframe[f'ema_short_{self.buy_ema_short.value}'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'sell'] = 1 return dataframe ``` Breaking it down: Using self.buy_ema_short.range will return a range object containing all entries between the Parameters low and high value. In this case ( IntParameter(3, 50, default=5) ), the loop would run for all numbers between 3 and 50 ( [3, 4, 5, ... 49, 50] ). By using this in a loop, hyperopt will generate 48 new columns ( ['buy_ema_3', 'buy_ema_4', ... , 'buy_ema_50'] ). Hyperopt itself will then use the selected value to create the buy and sell signals While this strategy is most likely too simple to provide consistent profit, it should serve as an example how optimize indicator parameters. Note self.buy_ema_short.range will act differently between hyperopt and other modes. For hyperopt, the above example may generate 48 new columns, however for all other modes (backtesting, dry/live), it will only generate the column for the selected value. You should therefore avoid using the resulting column with explicit values (values other than self.buy_ema_short.value ). Performance tip By doing the calculation of all possible indicators in populate_indicators() , the calculation of the indicator happens only once for every parameter. While this may slow down the hyperopt startup speed, the overall performance will increase as the Hyperopt execution itself may pick the same value for multiple epochs (changing other values). You should however try to use space ranges as small as possible. Every new column will require more memory, and every possibility hyperopt can try will increase the search space. Loss-functions \u00b6 Each hyperparameter tuning requires a target. This is usually defined as a loss function (sometimes also called objective function), which should decrease for more desirable results, and increase for bad results. A loss function must be specified via the --hyperopt-loss argument (or optionally via the configuration under the \"hyperopt_loss\" key). This class should be in its own file within the user_data/hyperopts/ directory. Currently, the following loss functions are builtin: ShortTradeDurHyperOptLoss (default legacy Freqtrade hyperoptimization loss function) - Mostly for short trade duration and avoiding losses. OnlyProfitHyperOptLoss (which takes only amount of profit into consideration) SharpeHyperOptLoss (optimizes Sharpe Ratio calculated on trade returns relative to standard deviation) SharpeHyperOptLossDaily (optimizes Sharpe Ratio calculated on daily trade returns relative to standard deviation) SortinoHyperOptLoss (optimizes Sortino Ratio calculated on trade returns relative to downside standard deviation) SortinoHyperOptLossDaily (optimizes Sortino Ratio calculated on daily trade returns relative to downside standard deviation) Creation of a custom loss function is covered in the Advanced Hyperopt part of the documentation. Execute Hyperopt \u00b6 Once you have updated your hyperopt configuration you can run it. Because hyperopt tries a lot of combinations to find the best parameters it will take time to get a good result. We strongly recommend to use screen or tmux to prevent any connection loss. bash freqtrade hyperopt --config config.json --hyperopt-loss --strategy -e 500 --spaces all The -e option will set how many evaluations hyperopt will do. Since hyperopt uses Bayesian search, running too many epochs at once may not produce greater results. Experience has shown that best results are usually not improving much after 500-1000 epochs. Doing multiple runs (executions) with a few 1000 epochs and different random state will most likely produce different results. The --spaces all option determines that all possible parameters should be optimized. Possibilities are listed below. Note Hyperopt will store hyperopt results with the timestamp of the hyperopt start time. Reading commands ( hyperopt-list , hyperopt-show ) can use --hyperopt-filename to read and display older hyperopt results. You can find a list of filenames with ls -l user_data/hyperopt_results/ . Execute Hyperopt with different historical data source \u00b6 If you would like to hyperopt parameters using an alternate historical data set that you have on-disk, use the --datadir PATH option. By default, hyperopt uses data from directory user_data/data . Running Hyperopt with a smaller test-set \u00b6 Use the --timerange argument to change how much of the test-set you want to use. For example, to use one month of data, pass --timerange 20210101-20210201 (from january 2021 - february 2021) to the hyperopt call. Full command: bash freqtrade hyperopt --hyperopt --strategy --timerange 20210101-20210201 Running Hyperopt with Smaller Search Space \u00b6 Use the --spaces option to limit the search space used by hyperopt. Letting Hyperopt optimize everything is a huuuuge search space. Often it might make more sense to start by just searching for initial buy algorithm. Or maybe you just want to optimize your stoploss or roi table for that awesome new buy strategy you have. Legal values are: all : optimize everything buy : just search for a new buy strategy sell : just search for a new sell strategy roi : just optimize the minimal profit table for your strategy stoploss : search for the best stoploss value trailing : search for the best trailing stop values default : all except trailing space-separated list of any of the above values for example --spaces roi stoploss The default Hyperopt Search Space, used when no --space command line option is specified, does not include the trailing hyperspace. We recommend you to run optimization for the trailing hyperspace separately, when the best parameters for other hyperspaces were found, validated and pasted into your custom strategy. Understand the Hyperopt Result \u00b6 Once Hyperopt is completed you can use the result to update your strategy. Given the following result from hyperopt: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 # Buy hyperspace params: buy_params = { 'buy_adx': 44, 'buy_rsi': 29, 'buy_adx_enabled': False, 'buy_rsi_enabled': True, 'buy_trigger': 'bb_lower' } ``` You should understand this result like: The buy trigger that worked best was bb_lower . You should not use ADX because 'buy_adx_enabled': False . You should consider using the RSI indicator ( 'buy_rsi_enabled': True ) and the best value is 29.0 ( 'buy_rsi': 29.0 ) Your strategy class can immediately take advantage of these results. Simply copy hyperopt results block and paste them at class level, replacing old parameters (if any). New parameters will automatically be loaded next time strategy is executed. Transferring your whole hyperopt result to your strategy would then look like: python class MyAwesomeStrategy(IStrategy): # Buy hyperspace params: buy_params = { 'buy_adx': 44, 'buy_rsi': 29, 'buy_adx_enabled': False, 'buy_rsi_enabled': True, 'buy_trigger': 'bb_lower' } Understand Hyperopt ROI results \u00b6 If you are optimizing ROI (i.e. if optimization search-space contains 'all', 'default' or 'roi'), your result will look as follows and include a ROI table: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 # ROI table: minimal_roi = { 0: 0.10674, 21: 0.09158, 78: 0.03634, 118: 0 } ``` In order to use this best ROI table found by Hyperopt in backtesting and for live trades/dry-run, copy-paste it as the value of the minimal_roi attribute of your custom strategy: # Minimal ROI designed for the strategy. # This attribute will be overridden if the config file contains \"minimal_roi\" minimal_roi = { 0: 0.10674, 21: 0.09158, 78: 0.03634, 118: 0 } As stated in the comment, you can also use it as the value of the minimal_roi setting in the configuration file. Default ROI Search Space \u00b6 If you are optimizing ROI, Freqtrade creates the 'roi' optimization hyperspace for you -- it's the hyperspace of components for the ROI tables. By default, each ROI table generated by the Freqtrade consists of 4 rows (steps). Hyperopt implements adaptive ranges for ROI tables with ranges for values in the ROI steps that depend on the timeframe used. By default the values vary in the following ranges (for some of the most used timeframes, values are rounded to 3 digits after the decimal point): # step 1m 5m 1h 1d 1 0 0.011...0.119 0 0.03...0.31 0 0.068...0.711 0 0.121...1.258 2 2...8 0.007...0.042 10...40 0.02...0.11 120...480 0.045...0.252 2880...11520 0.081...0.446 3 4...20 0.003...0.015 20...100 0.01...0.04 240...1200 0.022...0.091 5760...28800 0.040...0.162 4 6...44 0.0 30...220 0.0 360...2640 0.0 8640...63360 0.0 These ranges should be sufficient in most cases. The minutes in the steps (ROI dict keys) are scaled linearly depending on the timeframe used. The ROI values in the steps (ROI dict values) are scaled logarithmically depending on the timeframe used. If you have the generate_roi_table() and roi_space() methods in your custom hyperopt file, remove them in order to utilize these adaptive ROI tables and the ROI hyperoptimization space generated by Freqtrade by default. Override the roi_space() method if you need components of the ROI tables to vary in other ranges. Override the generate_roi_table() and roi_space() methods and implement your own custom approach for generation of the ROI tables during hyperoptimization if you need a different structure of the ROI tables or other amount of rows (steps). A sample for these methods can be found in sample_hyperopt_advanced.py . Reduced search space To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs. Understand Hyperopt Stoploss results \u00b6 If you are optimizing stoploss values (i.e. if optimization search-space contains 'all', 'default' or 'stoploss'), your result will look as follows and include stoploss: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 # Buy hyperspace params: buy_params = { 'buy_adx': 44, 'buy_rsi': 29, 'buy_adx_enabled': False, 'buy_rsi_enabled': True, 'buy_trigger': 'bb_lower' } stoploss: -0.27996 ``` In order to use this best stoploss value found by Hyperopt in backtesting and for live trades/dry-run, copy-paste it as the value of the stoploss attribute of your custom strategy: python # Optimal stoploss designed for the strategy # This attribute will be overridden if the config file contains \"stoploss\" stoploss = -0.27996 As stated in the comment, you can also use it as the value of the stoploss setting in the configuration file. Default Stoploss Search Space \u00b6 If you are optimizing stoploss values, Freqtrade creates the 'stoploss' optimization hyperspace for you. By default, the stoploss values in that hyperspace vary in the range -0.35...-0.02, which is sufficient in most cases. If you have the stoploss_space() method in your custom hyperopt file, remove it in order to utilize Stoploss hyperoptimization space generated by Freqtrade by default. Override the stoploss_space() method and define the desired range in it if you need stoploss values to vary in other range during hyperoptimization. A sample for this method can be found in user_data/hyperopts/sample_hyperopt_advanced.py . Reduced search space To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs. Understand Hyperopt Trailing Stop results \u00b6 If you are optimizing trailing stop values (i.e. if optimization search-space contains 'all' or 'trailing'), your result will look as follows and include trailing stop parameters: ``` Best result: 45/100: 606 trades. Avg profit 1.04%. Total profit 0.31555614 BTC ( 630.48\u03a3%). Avg duration 150.3 mins. Objective: -1.10161 # Trailing stop: trailing_stop = True trailing_stop_positive = 0.02001 trailing_stop_positive_offset = 0.06038 trailing_only_offset_is_reached = True ``` In order to use these best trailing stop parameters found by Hyperopt in backtesting and for live trades/dry-run, copy-paste them as the values of the corresponding attributes of your custom strategy: python # Trailing stop # These attributes will be overridden if the config file contains corresponding values. trailing_stop = True trailing_stop_positive = 0.02001 trailing_stop_positive_offset = 0.06038 trailing_only_offset_is_reached = True As stated in the comment, you can also use it as the values of the corresponding settings in the configuration file. Default Trailing Stop Search Space \u00b6 If you are optimizing trailing stop values, Freqtrade creates the 'trailing' optimization hyperspace for you. By default, the trailing_stop parameter is always set to True in that hyperspace, the value of the trailing_only_offset_is_reached vary between True and False, the values of the trailing_stop_positive and trailing_stop_positive_offset parameters vary in the ranges 0.02...0.35 and 0.01...0.1 correspondingly, which is sufficient in most cases. Override the trailing_space() method and define the desired range in it if you need values of the trailing stop parameters to vary in other ranges during hyperoptimization. A sample for this method can be found in user_data/hyperopts/sample_hyperopt_advanced.py . Reduced search space To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs. Reproducible results \u00b6 The search for optimal parameters starts with a few (currently 30) random combinations in the hyperspace of parameters, random Hyperopt epochs. These random epochs are marked with an asterisk character ( * ) in the first column in the Hyperopt output. The initial state for generation of these random values (random state) is controlled by the value of the --random-state command line option. You can set it to some arbitrary value of your choice to obtain reproducible results. If you have not set this value explicitly in the command line options, Hyperopt seeds the random state with some random value for you. The random state value for each Hyperopt run is shown in the log, so you can copy and paste it into the --random-state command line option to repeat the set of the initial random epochs used. If you have not changed anything in the command line options, configuration, timerange, Strategy and Hyperopt classes, historical data and the Loss Function -- you should obtain same hyper-optimization results with same random state value used. Output formatting \u00b6 By default, hyperopt prints colorized results -- epochs with positive profit are printed in the green color. This highlighting helps you find epochs that can be interesting for later analysis. Epochs with zero total profit or with negative profits (losses) are printed in the normal color. If you do not need colorization of results (for instance, when you are redirecting hyperopt output to a file) you can switch colorization off by specifying the --no-color option in the command line. You can use the --print-all command line option if you would like to see all results in the hyperopt output, not only the best ones. When --print-all is used, current best results are also colorized by default -- they are printed in bold (bright) style. This can also be switched off with the --no-color command line option. Windows and color output Windows does not support color-output natively, therefore it is automatically disabled. To have color-output for hyperopt running under windows, please consider using WSL. Position stacking and disabling max market positions \u00b6 In some situations, you may need to run Hyperopt (and Backtesting) with the --eps / --enable-position-staking and --dmmp / --disable-max-market-positions arguments. By default, hyperopt emulates the behavior of the Freqtrade Live Run/Dry Run, where only one open trade is allowed for every traded pair. The total number of trades open for all pairs is also limited by the max_open_trades setting. During Hyperopt/Backtesting this may lead to some potential trades to be hidden (or masked) by previously open trades. The --eps / --enable-position-stacking argument allows emulation of buying the same pair multiple times, while --dmmp / --disable-max-market-positions disables applying max_open_trades during Hyperopt/Backtesting (which is equal to setting max_open_trades to a very high number). Note Dry/live runs will NOT use position stacking - therefore it does make sense to also validate the strategy without this as it's closer to reality. You can also enable position stacking in the configuration file by explicitly setting \"position_stacking\"=true . Out of Memory errors \u00b6 As hyperopt consumes a lot of memory (the complete data needs to be in memory once per parallel backtesting process), it's likely that you run into \"out of memory\" errors. To combat these, you have multiple options: reduce the amount of pairs reduce the timerange used ( --timerange ) reduce the number of parallel processes ( -j ) Increase the memory of your machine Show details of Hyperopt results \u00b6 After you run Hyperopt for the desired amount of epochs, you can later list all results for analysis, select only best or profitable once, and show the details for any of the epochs previously evaluated. This can be done with the hyperopt-list and hyperopt-show sub-commands. The usage of these sub-commands is described in the Utils chapter. Validate backtesting results \u00b6 Once the optimized strategy has been implemented into your strategy, you should backtest this strategy to make sure everything is working as expected. To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp / --disable-max-market-positions and --eps / --enable-position-stacking for Backtesting. Should results don't match, please double-check to make sure you transferred all conditions correctly. Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy. You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like stoploss or trailing_stop ).","title":"Hyperopt"},{"location":"hyperopt/#hyperopt","text":"This page explains how to tune your strategy by finding the optimal parameters, a process called hyperparameter optimization. The bot uses algorithms included in the scikit-optimize package to accomplish this. The search will burn all your CPU cores, make your laptop sound like a fighter jet and still take a long time. In general, the search for best parameters starts with a few random combinations (see below for more details) and then uses Bayesian search with a ML regressor algorithm (currently ExtraTreesRegressor) to quickly find a combination of parameters in the search hyperspace that minimizes the value of the loss function . Hyperopt requires historic data to be available, just as backtesting does (hyperopt runs backtesting many times with different parameters). To learn how to get data for the pairs and exchange you're interested in, head over to the Data Downloading section of the documentation. Bug Hyperopt can crash when used with only 1 CPU Core as found out in Issue #1133 Note Since 2021.4 release you no longer have to write a separate hyperopt class, but can configure the parameters directly in the strategy. The legacy method is still supported, but it is no longer the recommended way of setting up hyperopt. The legacy documentation is available at Legacy Hyperopt .","title":"Hyperopt"},{"location":"hyperopt/#install-hyperopt-dependencies","text":"Since Hyperopt dependencies are not needed to run the bot itself, are heavy, can not be easily built on some platforms (like Raspberry PI), they are not installed by default. Before you run Hyperopt, you need to install the corresponding dependencies, as described in this section below. Note Since Hyperopt is a resource intensive process, running it on a Raspberry Pi is not recommended nor supported.","title":"Install hyperopt dependencies"},{"location":"hyperopt/#docker","text":"The docker-image includes hyperopt dependencies, no further action needed.","title":"Docker"},{"location":"hyperopt/#easy-installation-script-setupsh-manual-installation","text":"bash source .env/bin/activate pip install -r requirements-hyperopt.txt","title":"Easy installation script (setup.sh) / Manual installation"},{"location":"hyperopt/#hyperopt-command-reference","text":"``` usage: freqtrade hyperopt [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5}] [--max-open-trades INT] [--stake-amount STAKE_AMOUNT] [--fee FLOAT] [-p PAIRS [PAIRS ...]] [--hyperopt NAME] [--hyperopt-path PATH] [--eps] [--dmmp] [--enable-protections] [--dry-run-wallet DRY_RUN_WALLET] [-e INT] [--spaces {all,buy,sell,roi,stoploss,trailing,default} [{all,buy,sell,roi,stoploss,trailing,default} ...]] [--print-all] [--no-color] [--print-json] [-j JOBS] [--random-state INT] [--min-trades INT] [--hyperopt-loss NAME] optional arguments: -h, --help show this help message and exit -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --timerange TIMERANGE Specify what timerange of data to use. --data-format-ohlcv {json,jsongz,hdf5} Storage format for downloaded candle (OHLCV) data. (default: None ). --max-open-trades INT Override the value of the max_open_trades configuration setting. --stake-amount STAKE_AMOUNT Override the value of the stake_amount configuration setting. --fee FLOAT Specify fee ratio. Will be applied twice (on trade entry and exit). -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --hyperopt NAME Specify hyperopt class name which will be used by the bot. --hyperopt-path PATH Specify additional lookup path for Hyperopt and Hyperopt Loss functions. --eps, --enable-position-stacking Allow buying the same pair multiple times (position stacking). --dmmp, --disable-max-market-positions Disable applying max_open_trades during backtest (same as setting max_open_trades to a very high number). --enable-protections, --enableprotections Enable protections for backtesting.Will slow backtesting down by a considerable amount, but will include configured protections --dry-run-wallet DRY_RUN_WALLET, --starting-balance DRY_RUN_WALLET Starting balance, used for backtesting / hyperopt and dry-runs. -e INT, --epochs INT Specify number of epochs (default: 100). --spaces {all,buy,sell,roi,stoploss,trailing,default} [{all,buy,sell,roi,stoploss,trailing,default} ...] Specify which parameters to hyperopt. Space-separated list. --print-all Print all results, not only the best ones. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. --print-json Print output in JSON format. -j JOBS, --job-workers JOBS The number of concurrently running jobs for hyperoptimization (hyperopt worker processes). If -1 (default), all CPUs are used, for -2, all CPUs but one are used, etc. If 1 is given, no parallel computing code is used at all. --random-state INT Set random state to some positive integer for reproducible hyperopt results. --min-trades INT Set minimal desired number of trades for evaluations in the hyperopt optimization path (default: 1). --hyperopt-loss NAME, --hyperoptloss NAME Specify the class name of the hyperopt loss function class (IHyperOptLoss). Different functions can generate completely different results, since the target for optimization is different. Built-in Hyperopt-loss-functions are: ShortTradeDurHyperOptLoss, OnlyProfitHyperOptLoss, SharpeHyperOptLoss, SharpeHyperOptLossDaily, SortinoHyperOptLoss, SortinoHyperOptLossDaily Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ```","title":"Hyperopt command reference"},{"location":"hyperopt/#hyperopt-checklist","text":"Checklist on all tasks / possibilities in hyperopt Depending on the space you want to optimize, only some of the below are required: define parameters with space='buy' - for buy signal optimization define parameters with space='sell' - for sell signal optimization Note populate_indicators needs to create all indicators any of the spaces may use, otherwise hyperopt will not work. Rarely you may also need to create a nested class named HyperOpt and implement roi_space - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default) generate_roi_table - for custom ROI optimization (if you need the ranges for the values in the ROI table that differ from default or the number of entries (steps) in the ROI table which differs from the default 4 steps) stoploss_space - for custom stoploss optimization (if you need the range for the stoploss parameter in the optimization hyperspace that differs from default) trailing_space - for custom trailing stop optimization (if you need the ranges for the trailing stop parameters in the optimization hyperspace that differ from default) Quickly optimize ROI, stoploss and trailing stoploss You can quickly optimize the spaces roi , stoploss and trailing without changing anything in your strategy. ``` bash","title":"Hyperopt checklist"},{"location":"hyperopt/#have-a-working-strategy-at-hand","text":"freqtrade hyperopt --hyperopt-loss SharpeHyperOptLossDaily --spaces roi stoploss trailing --strategy MyWorkingStrategy --config config.json -e 100 ```","title":"Have a working strategy at hand."},{"location":"hyperopt/#hyperopt-execution-logic","text":"Hyperopt will first load your data into memory and will then run populate_indicators() once per Pair to generate all indicators. Hyperopt will then spawn into different processes (number of processors, or -j ), and run backtesting over and over again, changing the parameters that are part of the --spaces defined. For every new set of parameters, freqtrade will run first populate_buy_trend() followed by populate_sell_trend() , and then run the regular backtesting process to simulate trades. After backtesting, the results are passed into the loss function , which will evaluate if this result was better or worse than previous results. Based on the loss function result, hyperopt will determine the next set of parameters to try in the next round of backtesting.","title":"Hyperopt execution logic"},{"location":"hyperopt/#configure-your-guards-and-triggers","text":"There are two places you need to change in your strategy file to add a new buy hyperopt for testing: Define the parameters at the class level hyperopt shall be optimizing. Within populate_buy_trend() - use defined parameter values instead of raw constants. There you have two different types of indicators: 1. guards and 2. triggers . Guards are conditions like \"never buy if ADX < 10\", or never buy if current price is over EMA10. Triggers are ones that actually trigger buy in specific moment, like \"buy when EMA5 crosses over EMA10\" or \"buy when close price touches lower Bollinger band\". Guards and Triggers Technically, there is no difference between Guards and Triggers. However, this guide will make this distinction to make it clear that signals should not be \"sticking\". Sticking signals are signals that are active for multiple candles. This can lead into buying a signal late (right before the signal disappears - which means that the chance of success is a lot lower than right at the beginning). Hyper-optimization will, for each epoch round, pick one trigger and possibly multiple guards.","title":"Configure your Guards and Triggers"},{"location":"hyperopt/#sell-optimization","text":"Similar to the buy-signal above, sell-signals can also be optimized. Place the corresponding settings into the following methods Define the parameters at the class level hyperopt shall be optimizing, either naming them sell_* , or by explicitly defining space='sell' . Within populate_sell_trend() - use defined parameter values instead of raw constants. The configuration and rules are the same than for buy signals.","title":"Sell optimization"},{"location":"hyperopt/#solving-a-mystery","text":"Let's say you are curious: should you use MACD crossings or lower Bollinger Bands to trigger your buys. And you also wonder should you use RSI or ADX to help with those buy decisions. If you decide to use RSI or ADX, which values should I use for them? So let's use hyperparameter optimization to solve this mystery.","title":"Solving a Mystery"},{"location":"hyperopt/#defining-indicators-to-be-used","text":"We start by calculating the indicators our strategy is going to use. ``` python class MyAwesomeStrategy(IStrategy): def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Generate all indicators used by the strategy \"\"\" dataframe['adx'] = ta.ADX(dataframe) dataframe['rsi'] = ta.RSI(dataframe) macd = ta.MACD(dataframe) dataframe['macd'] = macd['macd'] dataframe['macdsignal'] = macd['macdsignal'] dataframe['macdhist'] = macd['macdhist'] bollinger = ta.BBANDS(dataframe, timeperiod=20, nbdevup=2.0, nbdevdn=2.0) dataframe['bb_lowerband'] = boll['lowerband'] dataframe['bb_middleband'] = boll['middleband'] dataframe['bb_upperband'] = boll['upperband'] return dataframe ```","title":"Defining indicators to be used"},{"location":"hyperopt/#hyperoptable-parameters","text":"We continue to define hyperoptable parameters: python class MyAwesomeStrategy(IStrategy): buy_adx = DecimalParameter(20, 40, decimals=1, default=30.1, space=\"buy\") buy_rsi = IntParameter(20, 40, default=30, space=\"buy\") buy_adx_enabled = CategoricalParameter([True, False], default=True, space=\"buy\") buy_rsi_enabled = CategoricalParameter([True, False], default=False, space=\"buy\") buy_trigger = CategoricalParameter([\"bb_lower\", \"macd_cross_signal\"], default=\"bb_lower\", space=\"buy\") The above definition says: I have five parameters I want to randomly combine to find the best combination. buy_rsi is an integer parameter, which will be tested between 20 and 40. This space has a size of 20. buy_adx is a decimal parameter, which will be evaluated between 20 and 40 with 1 decimal place (so values are 20.1, 20.2, ...). This space has a size of 200. Then we have three category variables. First two are either True or False . We use these to either enable or disable the ADX and RSI guards. The last one we call trigger and use it to decide which buy trigger we want to use. Parameter space assignment Parameters must either be assigned to a variable named buy_* or sell_* - or contain space='buy' | space='sell' to be assigned to a space correctly. If no parameter is available for a space, you'll receive the error that no space was found when running hyperopt. So let's write the buy strategy using these values: ```python def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] # GUARDS AND TRENDS if self.buy_adx_enabled.value: conditions.append(dataframe['adx'] > self.buy_adx.value) if self.buy_rsi_enabled.value: conditions.append(dataframe['rsi'] < self.buy_rsi.value) # TRIGGERS if self.buy_trigger.value == 'bb_lower': conditions.append(dataframe['close'] < dataframe['bb_lowerband']) if self.buy_trigger.value == 'macd_cross_signal': conditions.append(qtpylib.crossed_above( dataframe['macd'], dataframe['macdsignal'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'buy'] = 1 return dataframe ``` Hyperopt will now call populate_buy_trend() many times ( epochs ) with different value combinations. It will use the given historical data and simulate buys based on the buy signals generated with the above function. Based on the results, hyperopt will tell you which parameter combination produced the best results (based on the configured loss function ). Note The above setup expects to find ADX, RSI and Bollinger Bands in the populated indicators. When you want to test an indicator that isn't used by the bot currently, remember to add it to the populate_indicators() method in your strategy or hyperopt file.","title":"Hyperoptable parameters"},{"location":"hyperopt/#parameter-types","text":"There are four parameter types each suited for different purposes. IntParameter - defines an integral parameter with upper and lower boundaries of search space. DecimalParameter - defines a floating point parameter with a limited number of decimals (default 3). Should be preferred instead of RealParameter in most cases. RealParameter - defines a floating point parameter with upper and lower boundaries and no precision limit. Rarely used as it creates a space with a near infinite number of possibilities. CategoricalParameter - defines a parameter with a predetermined number of choices. Disabling parameter optimization Each parameter takes two boolean parameters: * load - when set to False it will not load values configured in buy_params and sell_params . * optimize - when set to False parameter will not be included in optimization process. Use these parameters to quickly prototype various ideas. Warning Hyperoptable parameters cannot be used in populate_indicators - as hyperopt does not recalculate indicators for each epoch, so the starting value would be used in this case.","title":"Parameter types"},{"location":"hyperopt/#optimizing-an-indicator-parameter","text":"Assuming you have a simple strategy in mind - a EMA cross strategy (2 Moving averages crossing) - and you'd like to find the ideal parameters for this strategy. ``` python from pandas import DataFrame from functools import reduce import talib.abstract as ta from freqtrade.strategy import IStrategy from freqtrade.strategy import CategoricalParameter, DecimalParameter, IntParameter import freqtrade.vendor.qtpylib.indicators as qtpylib class MyAwesomeStrategy(IStrategy): stoploss = -0.05 timeframe = '15m' # Define the parameter spaces buy_ema_short = IntParameter(3, 50, default=5) buy_ema_long = IntParameter(15, 200, default=50) def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\"Generate all indicators used by the strategy\"\"\" # Calculate all ema_short values for val in self.buy_ema_short.range: dataframe[f'ema_short_{val}'] = ta.EMA(dataframe, timeperiod=val) # Calculate all ema_long values for val in self.buy_ema_long.range: dataframe[f'ema_long_{val}'] = ta.EMA(dataframe, timeperiod=val) return dataframe def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] conditions.append(qtpylib.crossed_above( dataframe[f'ema_short_{self.buy_ema_short.value}'], dataframe[f'ema_long_{self.buy_ema_long.value}'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'buy'] = 1 return dataframe def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: conditions = [] conditions.append(qtpylib.crossed_above( dataframe[f'ema_long_{self.buy_ema_long.value}'], dataframe[f'ema_short_{self.buy_ema_short.value}'] )) # Check that volume is not 0 conditions.append(dataframe['volume'] > 0) if conditions: dataframe.loc[ reduce(lambda x, y: x & y, conditions), 'sell'] = 1 return dataframe ``` Breaking it down: Using self.buy_ema_short.range will return a range object containing all entries between the Parameters low and high value. In this case ( IntParameter(3, 50, default=5) ), the loop would run for all numbers between 3 and 50 ( [3, 4, 5, ... 49, 50] ). By using this in a loop, hyperopt will generate 48 new columns ( ['buy_ema_3', 'buy_ema_4', ... , 'buy_ema_50'] ). Hyperopt itself will then use the selected value to create the buy and sell signals While this strategy is most likely too simple to provide consistent profit, it should serve as an example how optimize indicator parameters. Note self.buy_ema_short.range will act differently between hyperopt and other modes. For hyperopt, the above example may generate 48 new columns, however for all other modes (backtesting, dry/live), it will only generate the column for the selected value. You should therefore avoid using the resulting column with explicit values (values other than self.buy_ema_short.value ). Performance tip By doing the calculation of all possible indicators in populate_indicators() , the calculation of the indicator happens only once for every parameter. While this may slow down the hyperopt startup speed, the overall performance will increase as the Hyperopt execution itself may pick the same value for multiple epochs (changing other values). You should however try to use space ranges as small as possible. Every new column will require more memory, and every possibility hyperopt can try will increase the search space.","title":"Optimizing an indicator parameter"},{"location":"hyperopt/#loss-functions","text":"Each hyperparameter tuning requires a target. This is usually defined as a loss function (sometimes also called objective function), which should decrease for more desirable results, and increase for bad results. A loss function must be specified via the --hyperopt-loss argument (or optionally via the configuration under the \"hyperopt_loss\" key). This class should be in its own file within the user_data/hyperopts/ directory. Currently, the following loss functions are builtin: ShortTradeDurHyperOptLoss (default legacy Freqtrade hyperoptimization loss function) - Mostly for short trade duration and avoiding losses. OnlyProfitHyperOptLoss (which takes only amount of profit into consideration) SharpeHyperOptLoss (optimizes Sharpe Ratio calculated on trade returns relative to standard deviation) SharpeHyperOptLossDaily (optimizes Sharpe Ratio calculated on daily trade returns relative to standard deviation) SortinoHyperOptLoss (optimizes Sortino Ratio calculated on trade returns relative to downside standard deviation) SortinoHyperOptLossDaily (optimizes Sortino Ratio calculated on daily trade returns relative to downside standard deviation) Creation of a custom loss function is covered in the Advanced Hyperopt part of the documentation.","title":"Loss-functions"},{"location":"hyperopt/#execute-hyperopt","text":"Once you have updated your hyperopt configuration you can run it. Because hyperopt tries a lot of combinations to find the best parameters it will take time to get a good result. We strongly recommend to use screen or tmux to prevent any connection loss. bash freqtrade hyperopt --config config.json --hyperopt-loss --strategy -e 500 --spaces all The -e option will set how many evaluations hyperopt will do. Since hyperopt uses Bayesian search, running too many epochs at once may not produce greater results. Experience has shown that best results are usually not improving much after 500-1000 epochs. Doing multiple runs (executions) with a few 1000 epochs and different random state will most likely produce different results. The --spaces all option determines that all possible parameters should be optimized. Possibilities are listed below. Note Hyperopt will store hyperopt results with the timestamp of the hyperopt start time. Reading commands ( hyperopt-list , hyperopt-show ) can use --hyperopt-filename to read and display older hyperopt results. You can find a list of filenames with ls -l user_data/hyperopt_results/ .","title":"Execute Hyperopt"},{"location":"hyperopt/#execute-hyperopt-with-different-historical-data-source","text":"If you would like to hyperopt parameters using an alternate historical data set that you have on-disk, use the --datadir PATH option. By default, hyperopt uses data from directory user_data/data .","title":"Execute Hyperopt with different historical data source"},{"location":"hyperopt/#running-hyperopt-with-a-smaller-test-set","text":"Use the --timerange argument to change how much of the test-set you want to use. For example, to use one month of data, pass --timerange 20210101-20210201 (from january 2021 - february 2021) to the hyperopt call. Full command: bash freqtrade hyperopt --hyperopt --strategy --timerange 20210101-20210201","title":"Running Hyperopt with a smaller test-set"},{"location":"hyperopt/#running-hyperopt-with-smaller-search-space","text":"Use the --spaces option to limit the search space used by hyperopt. Letting Hyperopt optimize everything is a huuuuge search space. Often it might make more sense to start by just searching for initial buy algorithm. Or maybe you just want to optimize your stoploss or roi table for that awesome new buy strategy you have. Legal values are: all : optimize everything buy : just search for a new buy strategy sell : just search for a new sell strategy roi : just optimize the minimal profit table for your strategy stoploss : search for the best stoploss value trailing : search for the best trailing stop values default : all except trailing space-separated list of any of the above values for example --spaces roi stoploss The default Hyperopt Search Space, used when no --space command line option is specified, does not include the trailing hyperspace. We recommend you to run optimization for the trailing hyperspace separately, when the best parameters for other hyperspaces were found, validated and pasted into your custom strategy.","title":"Running Hyperopt with Smaller Search Space"},{"location":"hyperopt/#understand-the-hyperopt-result","text":"Once Hyperopt is completed you can use the result to update your strategy. Given the following result from hyperopt: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 # Buy hyperspace params: buy_params = { 'buy_adx': 44, 'buy_rsi': 29, 'buy_adx_enabled': False, 'buy_rsi_enabled': True, 'buy_trigger': 'bb_lower' } ``` You should understand this result like: The buy trigger that worked best was bb_lower . You should not use ADX because 'buy_adx_enabled': False . You should consider using the RSI indicator ( 'buy_rsi_enabled': True ) and the best value is 29.0 ( 'buy_rsi': 29.0 ) Your strategy class can immediately take advantage of these results. Simply copy hyperopt results block and paste them at class level, replacing old parameters (if any). New parameters will automatically be loaded next time strategy is executed. Transferring your whole hyperopt result to your strategy would then look like: python class MyAwesomeStrategy(IStrategy): # Buy hyperspace params: buy_params = { 'buy_adx': 44, 'buy_rsi': 29, 'buy_adx_enabled': False, 'buy_rsi_enabled': True, 'buy_trigger': 'bb_lower' }","title":"Understand the Hyperopt Result"},{"location":"hyperopt/#understand-hyperopt-roi-results","text":"If you are optimizing ROI (i.e. if optimization search-space contains 'all', 'default' or 'roi'), your result will look as follows and include a ROI table: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 # ROI table: minimal_roi = { 0: 0.10674, 21: 0.09158, 78: 0.03634, 118: 0 } ``` In order to use this best ROI table found by Hyperopt in backtesting and for live trades/dry-run, copy-paste it as the value of the minimal_roi attribute of your custom strategy: # Minimal ROI designed for the strategy. # This attribute will be overridden if the config file contains \"minimal_roi\" minimal_roi = { 0: 0.10674, 21: 0.09158, 78: 0.03634, 118: 0 } As stated in the comment, you can also use it as the value of the minimal_roi setting in the configuration file.","title":"Understand Hyperopt ROI results"},{"location":"hyperopt/#default-roi-search-space","text":"If you are optimizing ROI, Freqtrade creates the 'roi' optimization hyperspace for you -- it's the hyperspace of components for the ROI tables. By default, each ROI table generated by the Freqtrade consists of 4 rows (steps). Hyperopt implements adaptive ranges for ROI tables with ranges for values in the ROI steps that depend on the timeframe used. By default the values vary in the following ranges (for some of the most used timeframes, values are rounded to 3 digits after the decimal point): # step 1m 5m 1h 1d 1 0 0.011...0.119 0 0.03...0.31 0 0.068...0.711 0 0.121...1.258 2 2...8 0.007...0.042 10...40 0.02...0.11 120...480 0.045...0.252 2880...11520 0.081...0.446 3 4...20 0.003...0.015 20...100 0.01...0.04 240...1200 0.022...0.091 5760...28800 0.040...0.162 4 6...44 0.0 30...220 0.0 360...2640 0.0 8640...63360 0.0 These ranges should be sufficient in most cases. The minutes in the steps (ROI dict keys) are scaled linearly depending on the timeframe used. The ROI values in the steps (ROI dict values) are scaled logarithmically depending on the timeframe used. If you have the generate_roi_table() and roi_space() methods in your custom hyperopt file, remove them in order to utilize these adaptive ROI tables and the ROI hyperoptimization space generated by Freqtrade by default. Override the roi_space() method if you need components of the ROI tables to vary in other ranges. Override the generate_roi_table() and roi_space() methods and implement your own custom approach for generation of the ROI tables during hyperoptimization if you need a different structure of the ROI tables or other amount of rows (steps). A sample for these methods can be found in sample_hyperopt_advanced.py . Reduced search space To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs.","title":"Default ROI Search Space"},{"location":"hyperopt/#understand-hyperopt-stoploss-results","text":"If you are optimizing stoploss values (i.e. if optimization search-space contains 'all', 'default' or 'stoploss'), your result will look as follows and include stoploss: ``` Best result: 44/100: 135 trades. Avg profit 0.57%. Total profit 0.03871918 BTC (0.7722\u03a3%). Avg duration 180.4 mins. Objective: 1.94367 # Buy hyperspace params: buy_params = { 'buy_adx': 44, 'buy_rsi': 29, 'buy_adx_enabled': False, 'buy_rsi_enabled': True, 'buy_trigger': 'bb_lower' } stoploss: -0.27996 ``` In order to use this best stoploss value found by Hyperopt in backtesting and for live trades/dry-run, copy-paste it as the value of the stoploss attribute of your custom strategy: python # Optimal stoploss designed for the strategy # This attribute will be overridden if the config file contains \"stoploss\" stoploss = -0.27996 As stated in the comment, you can also use it as the value of the stoploss setting in the configuration file.","title":"Understand Hyperopt Stoploss results"},{"location":"hyperopt/#default-stoploss-search-space","text":"If you are optimizing stoploss values, Freqtrade creates the 'stoploss' optimization hyperspace for you. By default, the stoploss values in that hyperspace vary in the range -0.35...-0.02, which is sufficient in most cases. If you have the stoploss_space() method in your custom hyperopt file, remove it in order to utilize Stoploss hyperoptimization space generated by Freqtrade by default. Override the stoploss_space() method and define the desired range in it if you need stoploss values to vary in other range during hyperoptimization. A sample for this method can be found in user_data/hyperopts/sample_hyperopt_advanced.py . Reduced search space To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs.","title":"Default Stoploss Search Space"},{"location":"hyperopt/#understand-hyperopt-trailing-stop-results","text":"If you are optimizing trailing stop values (i.e. if optimization search-space contains 'all' or 'trailing'), your result will look as follows and include trailing stop parameters: ``` Best result: 45/100: 606 trades. Avg profit 1.04%. Total profit 0.31555614 BTC ( 630.48\u03a3%). Avg duration 150.3 mins. Objective: -1.10161 # Trailing stop: trailing_stop = True trailing_stop_positive = 0.02001 trailing_stop_positive_offset = 0.06038 trailing_only_offset_is_reached = True ``` In order to use these best trailing stop parameters found by Hyperopt in backtesting and for live trades/dry-run, copy-paste them as the values of the corresponding attributes of your custom strategy: python # Trailing stop # These attributes will be overridden if the config file contains corresponding values. trailing_stop = True trailing_stop_positive = 0.02001 trailing_stop_positive_offset = 0.06038 trailing_only_offset_is_reached = True As stated in the comment, you can also use it as the values of the corresponding settings in the configuration file.","title":"Understand Hyperopt Trailing Stop results"},{"location":"hyperopt/#default-trailing-stop-search-space","text":"If you are optimizing trailing stop values, Freqtrade creates the 'trailing' optimization hyperspace for you. By default, the trailing_stop parameter is always set to True in that hyperspace, the value of the trailing_only_offset_is_reached vary between True and False, the values of the trailing_stop_positive and trailing_stop_positive_offset parameters vary in the ranges 0.02...0.35 and 0.01...0.1 correspondingly, which is sufficient in most cases. Override the trailing_space() method and define the desired range in it if you need values of the trailing stop parameters to vary in other ranges during hyperoptimization. A sample for this method can be found in user_data/hyperopts/sample_hyperopt_advanced.py . Reduced search space To limit the search space further, Decimals are limited to 3 decimal places (a precision of 0.001). This is usually sufficient, every value more precise than this will usually result in overfitted results. You can however overriding pre-defined spaces to change this to your needs.","title":"Default Trailing Stop Search Space"},{"location":"hyperopt/#reproducible-results","text":"The search for optimal parameters starts with a few (currently 30) random combinations in the hyperspace of parameters, random Hyperopt epochs. These random epochs are marked with an asterisk character ( * ) in the first column in the Hyperopt output. The initial state for generation of these random values (random state) is controlled by the value of the --random-state command line option. You can set it to some arbitrary value of your choice to obtain reproducible results. If you have not set this value explicitly in the command line options, Hyperopt seeds the random state with some random value for you. The random state value for each Hyperopt run is shown in the log, so you can copy and paste it into the --random-state command line option to repeat the set of the initial random epochs used. If you have not changed anything in the command line options, configuration, timerange, Strategy and Hyperopt classes, historical data and the Loss Function -- you should obtain same hyper-optimization results with same random state value used.","title":"Reproducible results"},{"location":"hyperopt/#output-formatting","text":"By default, hyperopt prints colorized results -- epochs with positive profit are printed in the green color. This highlighting helps you find epochs that can be interesting for later analysis. Epochs with zero total profit or with negative profits (losses) are printed in the normal color. If you do not need colorization of results (for instance, when you are redirecting hyperopt output to a file) you can switch colorization off by specifying the --no-color option in the command line. You can use the --print-all command line option if you would like to see all results in the hyperopt output, not only the best ones. When --print-all is used, current best results are also colorized by default -- they are printed in bold (bright) style. This can also be switched off with the --no-color command line option. Windows and color output Windows does not support color-output natively, therefore it is automatically disabled. To have color-output for hyperopt running under windows, please consider using WSL.","title":"Output formatting"},{"location":"hyperopt/#position-stacking-and-disabling-max-market-positions","text":"In some situations, you may need to run Hyperopt (and Backtesting) with the --eps / --enable-position-staking and --dmmp / --disable-max-market-positions arguments. By default, hyperopt emulates the behavior of the Freqtrade Live Run/Dry Run, where only one open trade is allowed for every traded pair. The total number of trades open for all pairs is also limited by the max_open_trades setting. During Hyperopt/Backtesting this may lead to some potential trades to be hidden (or masked) by previously open trades. The --eps / --enable-position-stacking argument allows emulation of buying the same pair multiple times, while --dmmp / --disable-max-market-positions disables applying max_open_trades during Hyperopt/Backtesting (which is equal to setting max_open_trades to a very high number). Note Dry/live runs will NOT use position stacking - therefore it does make sense to also validate the strategy without this as it's closer to reality. You can also enable position stacking in the configuration file by explicitly setting \"position_stacking\"=true .","title":"Position stacking and disabling max market positions"},{"location":"hyperopt/#out-of-memory-errors","text":"As hyperopt consumes a lot of memory (the complete data needs to be in memory once per parallel backtesting process), it's likely that you run into \"out of memory\" errors. To combat these, you have multiple options: reduce the amount of pairs reduce the timerange used ( --timerange ) reduce the number of parallel processes ( -j ) Increase the memory of your machine","title":"Out of Memory errors"},{"location":"hyperopt/#show-details-of-hyperopt-results","text":"After you run Hyperopt for the desired amount of epochs, you can later list all results for analysis, select only best or profitable once, and show the details for any of the epochs previously evaluated. This can be done with the hyperopt-list and hyperopt-show sub-commands. The usage of these sub-commands is described in the Utils chapter.","title":"Show details of Hyperopt results"},{"location":"hyperopt/#validate-backtesting-results","text":"Once the optimized strategy has been implemented into your strategy, you should backtest this strategy to make sure everything is working as expected. To achieve same results (number of trades, their durations, profit, etc.) than during Hyperopt, please use same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp / --disable-max-market-positions and --eps / --enable-position-stacking for Backtesting. Should results don't match, please double-check to make sure you transferred all conditions correctly. Pay special care to the stoploss (and trailing stoploss) parameters, as these are often set in configuration files, which override changes to the strategy. You should also carefully review the log of your backtest to ensure that there were no parameters inadvertently set by the configuration (like stoploss or trailing_stop ).","title":"Validate backtesting results"},{"location":"installation/","text":"Installation \u00b6 This page explains how to prepare your environment for running the bot. The freqtrade documentation describes various ways to install freqtrade Docker images (separate page) Script Installation Manual Installation Installation with Conda Please consider using the prebuilt docker images to get started quickly while evaluating how freqtrade works. Information \u00b6 For Windows installation, please use the windows installation guide . The easiest way to install and run Freqtrade is to clone the bot Github repository and then run the ./setup.sh script, if it's available for your platform. Version considerations When cloning the repository the default working branch has the name develop . This branch contains all last features (can be considered as relatively stable, thanks to automated tests). The stable branch contains the code of the last release (done usually once per month on an approximately one week old snapshot of the develop branch to prevent packaging bugs, so potentially it's more stable). Note Python3.7 or higher and the corresponding pip are assumed to be available. The install-script will warn you and stop if that's not the case. git is also needed to clone the Freqtrade repository. Also, python headers ( python-dev / python-devel ) must be available for the installation to complete successfully. Up-to-date clock The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges. Requirements \u00b6 These requirements apply to both Script Installation and Manual Installation . Install guide \u00b6 Python >= 3.7.x pip git virtualenv (Recommended) TA-Lib (install instructions below ) Install code \u00b6 We've included/collected install instructions for Ubuntu, MacOS, and Windows. These are guidelines and your success may vary with other distros. OS Specific steps are listed first, the Common section below is necessary for all systems. Note Python3.7 or higher and the corresponding pip are assumed to be available. Debian/Ubuntu Install necessary dependencies \u00b6 ```bash update repository \u00b6 sudo apt-get update install packages \u00b6 sudo apt install -y python3-pip python3-venv python3-pandas git ``` RaspberryPi/Raspbian The following assumes the latest Raspbian Buster lite image . This image comes with python3.7 preinstalled, making it easy to get freqtrade up and running. Tested using a Raspberry Pi 3 with the Raspbian Buster lite image, all updates applied. ```bash sudo apt-get install python3-venv libatlas-base-dev cmake Use pywheels.org to speed up installation \u00b6 sudo echo \"[global]\\nextra-index-url= https://www.piwheels.org/simple \" > tee /etc/pip.conf git clone https://github.com/freqtrade/freqtrade.git cd freqtrade bash setup.sh -i ``` Installation duration Depending on your internet speed and the Raspberry Pi version, installation can take multiple hours to complete. Due to this, we recommend to use the pre-build docker-image for Raspberry, by following the Docker quickstart documentation Note The above does not install hyperopt dependencies. To install these, please use python3 -m pip install -e .[hyperopt] . We do not advise to run hyperopt on a Raspberry Pi, since this is a very resource-heavy operation, which should be done on powerful machine. Freqtrade repository \u00b6 Freqtrade is an open source crypto-currency trading bot, whose code is hosted on github.com ```bash Download develop branch of freqtrade repository \u00b6 git clone https://github.com/freqtrade/freqtrade.git Enter downloaded directory \u00b6 cd freqtrade your choice (1): novice user \u00b6 git checkout stable your choice (2): advanced user \u00b6 git checkout develop ``` (1) This command switches the cloned repository to the use of the stable branch. It's not needed, if you wish to stay on the (2) develop branch. You may later switch between branches at any time with the git checkout stable / git checkout develop commands. Script Installation \u00b6 First of the ways to install Freqtrade, is to use provided the Linux/MacOS ./setup.sh script, which install all dependencies and help you configure the bot. Make sure you fulfill the Requirements and have downloaded the Freqtrade repository . Use /setup.sh -install (Linux/MacOS) \u00b6 If you are on Debian, Ubuntu or MacOS, freqtrade provides the script to install freqtrade. ```bash --install, Install freqtrade from scratch \u00b6 ./setup.sh -i ``` Activate your virtual environment \u00b6 Each time you open a new terminal, you must run source .env/bin/activate to activate your virtual environment. ```bash then activate your .env \u00b6 source ./.env/bin/activate ``` Congratulations \u00b6 You are ready , and run the bot Other options of /setup.sh script \u00b6 You can as well update, configure and reset the codebase of your bot with ./script.sh ```bash --update, Command git pull to update. \u00b6 ./setup.sh -u --reset, Hard reset your develop/stable branch. \u00b6 ./setup.sh -r ``` ``` --install With this option, the script will install the bot and most dependencies: You will need to have git and python3.7+ installed beforehand for this to work. Mandatory software as: ta-lib Setup your virtualenv under .env/ This option is a combination of installation tasks and --reset --update This option will pull the last version of your current branch and update your virtualenv. Run the script with this option periodically to update your bot. --reset This option will hard reset your branch (only if you are on either stable or develop ) and recreate your virtualenv. ``` Manual Installation \u00b6 Make sure you fulfill the Requirements and have downloaded the Freqtrade repository . Install TA-Lib \u00b6 TA-Lib script installation \u00b6 bash sudo ./build_helpers/install_ta-lib.sh Note This will use the ta-lib tar.gz included in this repository. TA-Lib manual installation \u00b6 Official webpage: https://mrjbq7.github.io/ta-lib/install.html bash wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz tar xvzf ta-lib-0.4.0-src.tar.gz cd ta-lib sed -i.bak \"s|0.00000001|0.000000000000000001 |g\" src/ta_func/ta_utility.h ./configure --prefix=/usr/local make sudo make install cd .. rm -rf ./ta-lib* Setup Python virtual environment (virtualenv) \u00b6 You will run freqtrade in separated virtual environment ```bash create virtualenv in directory /freqtrade/.env \u00b6 python3 -m venv .env run virtualenv \u00b6 source .env/bin/activate ``` Install python dependencies \u00b6 bash python3 -m pip install --upgrade pip python3 -m pip install -e . Congratulations \u00b6 You are ready , and run the bot (Optional) Post-installation Tasks \u00b6 Note If you run the bot on a server, you should consider using Docker or a terminal multiplexer like screen or tmux to avoid that the bot is stopped on logout. On Linux with software suite systemd , as an optional post-installation task, you may wish to setup the bot to run as a systemd service or configure it to send the log messages to the syslog / rsyslog or journald daemons. See Advanced Logging for details. Installation with Conda \u00b6 Freqtrade can also be installed with Miniconda or Anaconda. We recommend using Miniconda as it's installation footprint is smaller. Conda will automatically prepare and manage the extensive library-dependencies of the Freqtrade program. What is Conda? \u00b6 Conda is a package, dependency and environment manager for multiple programming languages: conda docs Installation with conda \u00b6 Install Conda \u00b6 Installing on linux Installing on windows Answer all questions. After installation, it is mandatory to turn your terminal OFF and ON again. Freqtrade download \u00b6 Download and install freqtrade. ```bash download freqtrade \u00b6 git clone https://github.com/freqtrade/freqtrade.git enter downloaded directory 'freqtrade' \u00b6 cd freqtrade ``` Freqtrade install: Conda Environment \u00b6 Prepare conda-freqtrade environment, using file environment.yml , which exist in main freqtrade directory bash conda env create -n freqtrade-conda -f environment.yml Creating Conda Environment The conda command create -n automatically installs all nested dependencies for the selected libraries, general structure of installation command is: ```bash choose your own packages \u00b6 conda env create -n [name of the environment] [python version] [packages] point to file with packages \u00b6 conda env create -n [name of the environment] -f [file] ``` Enter/exit freqtrade-conda environment \u00b6 To check available environments, type bash conda env list Enter installed environment ```bash enter conda environment \u00b6 conda activate freqtrade-conda exit conda environment - don't do it now \u00b6 conda deactivate ``` Install last python dependencies with pip bash python3 -m pip install --upgrade pip python3 -m pip install -e . Congratulations \u00b6 You are ready , and run the bot Important shortcuts \u00b6 ```bash list installed conda environments \u00b6 conda env list activate base environment \u00b6 conda activate activate freqtrade-conda environment \u00b6 conda activate freqtrade-conda deactivate any conda environments \u00b6 conda deactivate ``` Further info on anaconda \u00b6 New heavy packages It may happen that creating a new Conda environment, populated with selected packages at the moment of creation takes less time than installing a large, heavy library or application, into previously set environment. pip install within conda The documentation of conda says that pip should NOT be used within conda, because internal problems can occur. However, they are rare. Anaconda Blogpost Nevertheless, that is why, the conda-forge channel is preferred: more libraries are available (less need for pip ) conda-forge works better with pip the libraries are newer Happy trading! You are ready \u00b6 You've made it this far, so you have successfully installed freqtrade. Initialize the configuration \u00b6 ```bash Step 1 - Initialize user folder \u00b6 freqtrade create-userdir --userdir user_data Step 2 - Create a new configuration file \u00b6 freqtrade new-config --config config.json ``` You are ready to run, read Bot Configuration , remember to start with dry_run: True and verify that everything is working. To learn how to setup your configuration, please refer to the Bot Configuration documentation page. Start the Bot \u00b6 bash freqtrade trade --config config.json --strategy SampleStrategy Warning You should read through the rest of the documentation, backtest the strategy you're going to use, and use dry-run before enabling trading with real money. Troubleshooting \u00b6 Common problem: \"command not found\" \u00b6 If you used (1) Script or (2) Manual installation, you need to run the bot in virtual environment. If you get error as below, make sure venv is active. ```bash if: \u00b6 bash: freqtrade: command not found then activate your .env \u00b6 source ./.env/bin/activate ``` MacOS installation error \u00b6 Newer versions of MacOS may have installation failed with errors like error: command 'g++' failed with exit status 1 . This error will require explicit installation of the SDK Headers, which are not installed by default in this version of MacOS. For MacOS 10.14, this can be accomplished with the below command. bash open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg If this file is inexistent, then you're probably on a different version of MacOS, so you may need to consult the internet for specific resolution details. MacOS installation error with python 3.9 \u00b6 When using python 3.9 on macOS, it's currently necessary to install some os-level modules to allow dependencies to compile. The errors you'll see happen during installation and are related to the installation of tables or blosc . You can install the necessary libraries with the following command: bash brew install hdf5 c-blosc After this, please run the installation (script) again.","title":"Linux/MacOS/Raspberry"},{"location":"installation/#installation","text":"This page explains how to prepare your environment for running the bot. The freqtrade documentation describes various ways to install freqtrade Docker images (separate page) Script Installation Manual Installation Installation with Conda Please consider using the prebuilt docker images to get started quickly while evaluating how freqtrade works.","title":"Installation"},{"location":"installation/#information","text":"For Windows installation, please use the windows installation guide . The easiest way to install and run Freqtrade is to clone the bot Github repository and then run the ./setup.sh script, if it's available for your platform. Version considerations When cloning the repository the default working branch has the name develop . This branch contains all last features (can be considered as relatively stable, thanks to automated tests). The stable branch contains the code of the last release (done usually once per month on an approximately one week old snapshot of the develop branch to prevent packaging bugs, so potentially it's more stable). Note Python3.7 or higher and the corresponding pip are assumed to be available. The install-script will warn you and stop if that's not the case. git is also needed to clone the Freqtrade repository. Also, python headers ( python-dev / python-devel ) must be available for the installation to complete successfully. Up-to-date clock The clock on the system running the bot must be accurate, synchronized to a NTP server frequently enough to avoid problems with communication to the exchanges.","title":"Information"},{"location":"installation/#requirements","text":"These requirements apply to both Script Installation and Manual Installation .","title":"Requirements"},{"location":"installation/#install-guide","text":"Python >= 3.7.x pip git virtualenv (Recommended) TA-Lib (install instructions below )","title":"Install guide"},{"location":"installation/#install-code","text":"We've included/collected install instructions for Ubuntu, MacOS, and Windows. These are guidelines and your success may vary with other distros. OS Specific steps are listed first, the Common section below is necessary for all systems. Note Python3.7 or higher and the corresponding pip are assumed to be available. Debian/Ubuntu","title":"Install code"},{"location":"installation/#install-necessary-dependencies","text":"```bash","title":"Install necessary dependencies"},{"location":"installation/#update-repository","text":"sudo apt-get update","title":"update repository"},{"location":"installation/#install-packages","text":"sudo apt install -y python3-pip python3-venv python3-pandas git ``` RaspberryPi/Raspbian The following assumes the latest Raspbian Buster lite image . This image comes with python3.7 preinstalled, making it easy to get freqtrade up and running. Tested using a Raspberry Pi 3 with the Raspbian Buster lite image, all updates applied. ```bash sudo apt-get install python3-venv libatlas-base-dev cmake","title":"install packages"},{"location":"installation/#use-pywheelsorg-to-speed-up-installation","text":"sudo echo \"[global]\\nextra-index-url= https://www.piwheels.org/simple \" > tee /etc/pip.conf git clone https://github.com/freqtrade/freqtrade.git cd freqtrade bash setup.sh -i ``` Installation duration Depending on your internet speed and the Raspberry Pi version, installation can take multiple hours to complete. Due to this, we recommend to use the pre-build docker-image for Raspberry, by following the Docker quickstart documentation Note The above does not install hyperopt dependencies. To install these, please use python3 -m pip install -e .[hyperopt] . We do not advise to run hyperopt on a Raspberry Pi, since this is a very resource-heavy operation, which should be done on powerful machine.","title":"Use pywheels.org to speed up installation"},{"location":"installation/#freqtrade-repository","text":"Freqtrade is an open source crypto-currency trading bot, whose code is hosted on github.com ```bash","title":"Freqtrade repository"},{"location":"installation/#download-develop-branch-of-freqtrade-repository","text":"git clone https://github.com/freqtrade/freqtrade.git","title":"Download develop branch of freqtrade repository"},{"location":"installation/#enter-downloaded-directory","text":"cd freqtrade","title":"Enter downloaded directory"},{"location":"installation/#your-choice-1-novice-user","text":"git checkout stable","title":"your choice (1): novice user"},{"location":"installation/#your-choice-2-advanced-user","text":"git checkout develop ``` (1) This command switches the cloned repository to the use of the stable branch. It's not needed, if you wish to stay on the (2) develop branch. You may later switch between branches at any time with the git checkout stable / git checkout develop commands.","title":"your choice (2): advanced user"},{"location":"installation/#script-installation","text":"First of the ways to install Freqtrade, is to use provided the Linux/MacOS ./setup.sh script, which install all dependencies and help you configure the bot. Make sure you fulfill the Requirements and have downloaded the Freqtrade repository .","title":"Script Installation"},{"location":"installation/#use-setupsh-install-linuxmacos","text":"If you are on Debian, Ubuntu or MacOS, freqtrade provides the script to install freqtrade. ```bash","title":"Use /setup.sh -install (Linux/MacOS)"},{"location":"installation/#-install-install-freqtrade-from-scratch","text":"./setup.sh -i ```","title":"--install, Install freqtrade from scratch"},{"location":"installation/#activate-your-virtual-environment","text":"Each time you open a new terminal, you must run source .env/bin/activate to activate your virtual environment. ```bash","title":"Activate your virtual environment"},{"location":"installation/#then-activate-your-env","text":"source ./.env/bin/activate ```","title":"then activate your .env"},{"location":"installation/#congratulations","text":"You are ready , and run the bot","title":"Congratulations"},{"location":"installation/#other-options-of-setupsh-script","text":"You can as well update, configure and reset the codebase of your bot with ./script.sh ```bash","title":"Other options of /setup.sh script"},{"location":"installation/#-update-command-git-pull-to-update","text":"./setup.sh -u","title":"--update, Command git pull to update."},{"location":"installation/#-reset-hard-reset-your-developstable-branch","text":"./setup.sh -r ``` ``` --install With this option, the script will install the bot and most dependencies: You will need to have git and python3.7+ installed beforehand for this to work. Mandatory software as: ta-lib Setup your virtualenv under .env/ This option is a combination of installation tasks and --reset --update This option will pull the last version of your current branch and update your virtualenv. Run the script with this option periodically to update your bot. --reset This option will hard reset your branch (only if you are on either stable or develop ) and recreate your virtualenv. ```","title":"--reset, Hard reset your develop/stable branch."},{"location":"installation/#manual-installation","text":"Make sure you fulfill the Requirements and have downloaded the Freqtrade repository .","title":"Manual Installation"},{"location":"installation/#install-ta-lib","text":"","title":"Install TA-Lib"},{"location":"installation/#ta-lib-script-installation","text":"bash sudo ./build_helpers/install_ta-lib.sh Note This will use the ta-lib tar.gz included in this repository.","title":"TA-Lib script installation"},{"location":"installation/#ta-lib-manual-installation","text":"Official webpage: https://mrjbq7.github.io/ta-lib/install.html bash wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz tar xvzf ta-lib-0.4.0-src.tar.gz cd ta-lib sed -i.bak \"s|0.00000001|0.000000000000000001 |g\" src/ta_func/ta_utility.h ./configure --prefix=/usr/local make sudo make install cd .. rm -rf ./ta-lib*","title":"TA-Lib manual installation"},{"location":"installation/#setup-python-virtual-environment-virtualenv","text":"You will run freqtrade in separated virtual environment ```bash","title":"Setup Python virtual environment (virtualenv)"},{"location":"installation/#create-virtualenv-in-directory-freqtradeenv","text":"python3 -m venv .env","title":"create virtualenv in directory /freqtrade/.env"},{"location":"installation/#run-virtualenv","text":"source .env/bin/activate ```","title":"run virtualenv"},{"location":"installation/#install-python-dependencies","text":"bash python3 -m pip install --upgrade pip python3 -m pip install -e .","title":"Install python dependencies"},{"location":"installation/#congratulations_1","text":"You are ready , and run the bot","title":"Congratulations"},{"location":"installation/#optional-post-installation-tasks","text":"Note If you run the bot on a server, you should consider using Docker or a terminal multiplexer like screen or tmux to avoid that the bot is stopped on logout. On Linux with software suite systemd , as an optional post-installation task, you may wish to setup the bot to run as a systemd service or configure it to send the log messages to the syslog / rsyslog or journald daemons. See Advanced Logging for details.","title":"(Optional) Post-installation Tasks"},{"location":"installation/#installation-with-conda","text":"Freqtrade can also be installed with Miniconda or Anaconda. We recommend using Miniconda as it's installation footprint is smaller. Conda will automatically prepare and manage the extensive library-dependencies of the Freqtrade program.","title":"Installation with Conda"},{"location":"installation/#what-is-conda","text":"Conda is a package, dependency and environment manager for multiple programming languages: conda docs","title":"What is Conda?"},{"location":"installation/#installation-with-conda_1","text":"","title":"Installation with conda"},{"location":"installation/#install-conda","text":"Installing on linux Installing on windows Answer all questions. After installation, it is mandatory to turn your terminal OFF and ON again.","title":"Install Conda"},{"location":"installation/#freqtrade-download","text":"Download and install freqtrade. ```bash","title":"Freqtrade download"},{"location":"installation/#download-freqtrade","text":"git clone https://github.com/freqtrade/freqtrade.git","title":"download freqtrade"},{"location":"installation/#enter-downloaded-directory-freqtrade","text":"cd freqtrade ```","title":"enter downloaded directory 'freqtrade'"},{"location":"installation/#freqtrade-install-conda-environment","text":"Prepare conda-freqtrade environment, using file environment.yml , which exist in main freqtrade directory bash conda env create -n freqtrade-conda -f environment.yml Creating Conda Environment The conda command create -n automatically installs all nested dependencies for the selected libraries, general structure of installation command is: ```bash","title":"Freqtrade install: Conda Environment"},{"location":"installation/#choose-your-own-packages","text":"conda env create -n [name of the environment] [python version] [packages]","title":"choose your own packages"},{"location":"installation/#point-to-file-with-packages","text":"conda env create -n [name of the environment] -f [file] ```","title":"point to file with packages"},{"location":"installation/#enterexit-freqtrade-conda-environment","text":"To check available environments, type bash conda env list Enter installed environment ```bash","title":"Enter/exit freqtrade-conda environment"},{"location":"installation/#enter-conda-environment","text":"conda activate freqtrade-conda","title":"enter conda environment"},{"location":"installation/#exit-conda-environment-dont-do-it-now","text":"conda deactivate ``` Install last python dependencies with pip bash python3 -m pip install --upgrade pip python3 -m pip install -e .","title":"exit conda environment - don't do it now"},{"location":"installation/#congratulations_2","text":"You are ready , and run the bot","title":"Congratulations"},{"location":"installation/#important-shortcuts","text":"```bash","title":"Important shortcuts"},{"location":"installation/#list-installed-conda-environments","text":"conda env list","title":"list installed conda environments"},{"location":"installation/#activate-base-environment","text":"conda activate","title":"activate base environment"},{"location":"installation/#activate-freqtrade-conda-environment","text":"conda activate freqtrade-conda","title":"activate freqtrade-conda environment"},{"location":"installation/#deactivate-any-conda-environments","text":"conda deactivate ```","title":"deactivate any conda environments"},{"location":"installation/#further-info-on-anaconda","text":"New heavy packages It may happen that creating a new Conda environment, populated with selected packages at the moment of creation takes less time than installing a large, heavy library or application, into previously set environment. pip install within conda The documentation of conda says that pip should NOT be used within conda, because internal problems can occur. However, they are rare. Anaconda Blogpost Nevertheless, that is why, the conda-forge channel is preferred: more libraries are available (less need for pip ) conda-forge works better with pip the libraries are newer Happy trading!","title":"Further info on anaconda"},{"location":"installation/#you-are-ready","text":"You've made it this far, so you have successfully installed freqtrade.","title":"You are ready"},{"location":"installation/#initialize-the-configuration","text":"```bash","title":"Initialize the configuration"},{"location":"installation/#step-1-initialize-user-folder","text":"freqtrade create-userdir --userdir user_data","title":"Step 1 - Initialize user folder"},{"location":"installation/#step-2-create-a-new-configuration-file","text":"freqtrade new-config --config config.json ``` You are ready to run, read Bot Configuration , remember to start with dry_run: True and verify that everything is working. To learn how to setup your configuration, please refer to the Bot Configuration documentation page.","title":"Step 2 - Create a new configuration file"},{"location":"installation/#start-the-bot","text":"bash freqtrade trade --config config.json --strategy SampleStrategy Warning You should read through the rest of the documentation, backtest the strategy you're going to use, and use dry-run before enabling trading with real money.","title":"Start the Bot"},{"location":"installation/#troubleshooting","text":"","title":"Troubleshooting"},{"location":"installation/#common-problem-command-not-found","text":"If you used (1) Script or (2) Manual installation, you need to run the bot in virtual environment. If you get error as below, make sure venv is active. ```bash","title":"Common problem: \"command not found\""},{"location":"installation/#if","text":"bash: freqtrade: command not found","title":"if:"},{"location":"installation/#then-activate-your-env_1","text":"source ./.env/bin/activate ```","title":"then activate your .env"},{"location":"installation/#macos-installation-error","text":"Newer versions of MacOS may have installation failed with errors like error: command 'g++' failed with exit status 1 . This error will require explicit installation of the SDK Headers, which are not installed by default in this version of MacOS. For MacOS 10.14, this can be accomplished with the below command. bash open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg If this file is inexistent, then you're probably on a different version of MacOS, so you may need to consult the internet for specific resolution details.","title":"MacOS installation error"},{"location":"installation/#macos-installation-error-with-python-39","text":"When using python 3.9 on macOS, it's currently necessary to install some os-level modules to allow dependencies to compile. The errors you'll see happen during installation and are related to the installation of tables or blosc . You can install the necessary libraries with the following command: bash brew install hdf5 c-blosc After this, please run the installation (script) again.","title":"MacOS installation error with python 3.9"},{"location":"plotting/","text":"Plotting \u00b6 This page explains how to plot prices, indicators and profits. Installation / Setup \u00b6 Plotting modules use the Plotly library. You can install / upgrade this by running the following command: bash pip install -U -r requirements-plot.txt Plot price and indicators \u00b6 The freqtrade plot-dataframe subcommand shows an interactive graph with three subplots: Main plot with candlestics and indicators following price (sma/ema) Volume bars Additional indicators as specified by --indicators2 Possible arguments: ``` usage: freqtrade plot-dataframe [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-p PAIRS [PAIRS ...]] [--indicators1 INDICATORS1 [INDICATORS1 ...]] [--indicators2 INDICATORS2 [INDICATORS2 ...]] [--plot-limit INT] [--db-url PATH] [--trade-source {DB,file}] [--export EXPORT] [--export-filename PATH] [--timerange TIMERANGE] [-i TIMEFRAME] [--no-trades] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --indicators1 INDICATORS1 [INDICATORS1 ...] Set indicators from your strategy you want in the first row of the graph. Space-separated list. Example: ema3 ema5 . Default: ['sma', 'ema3', 'ema5'] . --indicators2 INDICATORS2 [INDICATORS2 ...] Set indicators from your strategy you want in the third row of the graph. Space-separated list. Example: fastd fastk . Default: ['macd', 'macdsignal'] . --plot-limit INT Specify tick limit for plotting. Notice: too high values cause huge files. Default: 750. --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --trade-source {DB,file} Specify the source for trades (Can be DB or file (backtest file)) Default: file --export EXPORT Export backtest results, argument are: trades. Example: --export=trades --export-filename PATH Save backtest results to the file with this filename. Requires --export to be set as well. Example: --export-filename=user_data/backtest_results/backtest _today.json --timerange TIMERANGE Specify what timerange of data to use. -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --no-trades Skip using trades from backtesting file and DB. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` Example: bash freqtrade plot-dataframe -p BTC/ETH The -p/--pairs argument can be used to specify pairs you would like to plot. Note The freqtrade plot-dataframe subcommand generates one plot-file per pair. Specify custom indicators. Use --indicators1 for the main plot and --indicators2 for the subplot below (if values are in a different range than prices). Tip You will almost certainly want to specify a custom strategy! This can be done by adding -s Classname / --strategy ClassName to the command. bash freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --indicators1 sma ema --indicators2 macd Further usage examples \u00b6 To plot multiple pairs, separate them with a space: bash freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH XRP/ETH To plot a timerange (to zoom in) bash freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --timerange=20180801-20180805 To plot trades stored in a database use --db-url in combination with --trade-source DB : bash freqtrade plot-dataframe --strategy AwesomeStrategy --db-url sqlite:///tradesv3.dry_run.sqlite -p BTC/ETH --trade-source DB To plot trades from a backtesting result, use --export-filename bash freqtrade plot-dataframe --strategy AwesomeStrategy --export-filename user_data/backtest_results/backtest-result.json -p BTC/ETH Plot dataframe basics \u00b6 The plot-dataframe subcommand requires backtesting data, a strategy and either a backtesting-results file or a database, containing trades corresponding to the strategy. The resulting plot will have the following elements: Green triangles: Buy signals from the strategy. (Note: not every buy signal generates a trade, compare to cyan circles.) Red triangles: Sell signals from the strategy. (Also, not every sell signal terminates a trade, compare to red and green squares.) Cyan circles: Trade entry points. Red squares: Trade exit points for trades with loss or 0% profit. Green squares: Trade exit points for profitable trades. Indicators with values corresponding to the candle scale (e.g. SMA/EMA), as specified with --indicators1 . Volume (bar chart at the bottom of the main chart). Indicators with values in different scales (e.g. MACD, RSI) below the volume bars, as specified with --indicators2 . Bollinger Bands Bollinger bands are automatically added to the plot if the columns bb_lowerband and bb_upperband exist, and are painted as a light blue area spanning from the lower band to the upper band. Advanced plot configuration \u00b6 An advanced plot configuration can be specified in the strategy in the plot_config parameter. Additional features when using plot_config include: Specify colors per indicator Specify additional subplots Specify indicator pairs to fill area in between The sample plot configuration below specifies fixed colors for the indicators. Otherwise consecutive plots may produce different colorschemes each time, making comparisons difficult. It also allows multiple subplots to display both MACD and RSI at the same time. Sample configuration with inline comments explaining the process: `` python plot_config = { 'main_plot': { # Configuration for main plot indicators. # Specifies ema10 to be red, and ema50` to be a shade of gray 'ema10': {'color': 'red'}, 'ema50': {'color': '#CCCCCC'}, # By omitting color, a random color is selected. 'sar': {}, # fill area between senkou_a and senkou_b 'senkou_a': { 'color': 'green', #optional 'fill_to': 'senkou_b', 'fill_label': 'Ichimoku Cloud', #optional 'fill_color': 'rgba(255,76,46,0.2)', #optional }, # plot senkou_b, too. Not only the area to it. 'senkou_b': {} }, 'subplots': { # Create subplot MACD \"MACD\": { 'macd': {'color': 'blue', 'fill_to': 'macdhist'}, 'macdsignal': {'color': 'orange'} }, # Additional subplot RSI \"RSI\": { 'rsi': {'color': 'red'} } } } ``` Note The above configuration assumes that ema10 , ema50 , senkou_a , senkou_b , macd , macdsignal , macdhist and rsi are columns in the DataFrame created by the strategy. Plot profit \u00b6 The plot-profit subcommand shows an interactive graph with three plots: Average closing price for all pairs. The summarized profit made by backtesting. Note that this is not the real-world profit, but more of an estimate. Profit for each individual pair. The first graph is good to get a grip of how the overall market progresses. The second graph will show if your algorithm works or doesn't. Perhaps you want an algorithm that steadily makes small profits, or one that acts less often, but makes big swings. This graph will also highlight the start (and end) of the Max drawdown period. The third graph can be useful to spot outliers, events in pairs that cause profit spikes. Possible options for the freqtrade plot-profit subcommand: ``` usage: freqtrade plot-profit [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-p PAIRS [PAIRS ...]] [--timerange TIMERANGE] [--export EXPORT] [--export-filename PATH] [--db-url PATH] [--trade-source {DB,file}] [-i TIMEFRAME] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --timerange TIMERANGE Specify what timerange of data to use. --export EXPORT Export backtest results, argument are: trades. Example: --export=trades --export-filename PATH Save backtest results to the file with this filename. Requires --export to be set as well. Example: --export-filename=user_data/backtest_results/backtest _today.json --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --trade-source {DB,file} Specify the source for trades (Can be DB or file (backtest file)) Default: file -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` The -p/--pairs argument, can be used to limit the pairs that are considered for this calculation. Examples: Use custom backtest-export file bash freqtrade plot-profit -p LTC/BTC --export-filename user_data/backtest_results/backtest-result.json Use custom database bash freqtrade plot-profit -p LTC/BTC --db-url sqlite:///tradesv3.sqlite --trade-source DB bash freqtrade --datadir user_data/data/binance_save/ plot-profit -p LTC/BTC","title":"Plotting"},{"location":"plotting/#plotting","text":"This page explains how to plot prices, indicators and profits.","title":"Plotting"},{"location":"plotting/#installation-setup","text":"Plotting modules use the Plotly library. You can install / upgrade this by running the following command: bash pip install -U -r requirements-plot.txt","title":"Installation / Setup"},{"location":"plotting/#plot-price-and-indicators","text":"The freqtrade plot-dataframe subcommand shows an interactive graph with three subplots: Main plot with candlestics and indicators following price (sma/ema) Volume bars Additional indicators as specified by --indicators2 Possible arguments: ``` usage: freqtrade plot-dataframe [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-p PAIRS [PAIRS ...]] [--indicators1 INDICATORS1 [INDICATORS1 ...]] [--indicators2 INDICATORS2 [INDICATORS2 ...]] [--plot-limit INT] [--db-url PATH] [--trade-source {DB,file}] [--export EXPORT] [--export-filename PATH] [--timerange TIMERANGE] [-i TIMEFRAME] [--no-trades] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --indicators1 INDICATORS1 [INDICATORS1 ...] Set indicators from your strategy you want in the first row of the graph. Space-separated list. Example: ema3 ema5 . Default: ['sma', 'ema3', 'ema5'] . --indicators2 INDICATORS2 [INDICATORS2 ...] Set indicators from your strategy you want in the third row of the graph. Space-separated list. Example: fastd fastk . Default: ['macd', 'macdsignal'] . --plot-limit INT Specify tick limit for plotting. Notice: too high values cause huge files. Default: 750. --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --trade-source {DB,file} Specify the source for trades (Can be DB or file (backtest file)) Default: file --export EXPORT Export backtest results, argument are: trades. Example: --export=trades --export-filename PATH Save backtest results to the file with this filename. Requires --export to be set as well. Example: --export-filename=user_data/backtest_results/backtest _today.json --timerange TIMERANGE Specify what timerange of data to use. -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). --no-trades Skip using trades from backtesting file and DB. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` Example: bash freqtrade plot-dataframe -p BTC/ETH The -p/--pairs argument can be used to specify pairs you would like to plot. Note The freqtrade plot-dataframe subcommand generates one plot-file per pair. Specify custom indicators. Use --indicators1 for the main plot and --indicators2 for the subplot below (if values are in a different range than prices). Tip You will almost certainly want to specify a custom strategy! This can be done by adding -s Classname / --strategy ClassName to the command. bash freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --indicators1 sma ema --indicators2 macd","title":"Plot price and indicators"},{"location":"plotting/#further-usage-examples","text":"To plot multiple pairs, separate them with a space: bash freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH XRP/ETH To plot a timerange (to zoom in) bash freqtrade plot-dataframe --strategy AwesomeStrategy -p BTC/ETH --timerange=20180801-20180805 To plot trades stored in a database use --db-url in combination with --trade-source DB : bash freqtrade plot-dataframe --strategy AwesomeStrategy --db-url sqlite:///tradesv3.dry_run.sqlite -p BTC/ETH --trade-source DB To plot trades from a backtesting result, use --export-filename bash freqtrade plot-dataframe --strategy AwesomeStrategy --export-filename user_data/backtest_results/backtest-result.json -p BTC/ETH","title":"Further usage examples"},{"location":"plotting/#plot-dataframe-basics","text":"The plot-dataframe subcommand requires backtesting data, a strategy and either a backtesting-results file or a database, containing trades corresponding to the strategy. The resulting plot will have the following elements: Green triangles: Buy signals from the strategy. (Note: not every buy signal generates a trade, compare to cyan circles.) Red triangles: Sell signals from the strategy. (Also, not every sell signal terminates a trade, compare to red and green squares.) Cyan circles: Trade entry points. Red squares: Trade exit points for trades with loss or 0% profit. Green squares: Trade exit points for profitable trades. Indicators with values corresponding to the candle scale (e.g. SMA/EMA), as specified with --indicators1 . Volume (bar chart at the bottom of the main chart). Indicators with values in different scales (e.g. MACD, RSI) below the volume bars, as specified with --indicators2 . Bollinger Bands Bollinger bands are automatically added to the plot if the columns bb_lowerband and bb_upperband exist, and are painted as a light blue area spanning from the lower band to the upper band.","title":"Plot dataframe basics"},{"location":"plotting/#advanced-plot-configuration","text":"An advanced plot configuration can be specified in the strategy in the plot_config parameter. Additional features when using plot_config include: Specify colors per indicator Specify additional subplots Specify indicator pairs to fill area in between The sample plot configuration below specifies fixed colors for the indicators. Otherwise consecutive plots may produce different colorschemes each time, making comparisons difficult. It also allows multiple subplots to display both MACD and RSI at the same time. Sample configuration with inline comments explaining the process: `` python plot_config = { 'main_plot': { # Configuration for main plot indicators. # Specifies ema10 to be red, and ema50` to be a shade of gray 'ema10': {'color': 'red'}, 'ema50': {'color': '#CCCCCC'}, # By omitting color, a random color is selected. 'sar': {}, # fill area between senkou_a and senkou_b 'senkou_a': { 'color': 'green', #optional 'fill_to': 'senkou_b', 'fill_label': 'Ichimoku Cloud', #optional 'fill_color': 'rgba(255,76,46,0.2)', #optional }, # plot senkou_b, too. Not only the area to it. 'senkou_b': {} }, 'subplots': { # Create subplot MACD \"MACD\": { 'macd': {'color': 'blue', 'fill_to': 'macdhist'}, 'macdsignal': {'color': 'orange'} }, # Additional subplot RSI \"RSI\": { 'rsi': {'color': 'red'} } } } ``` Note The above configuration assumes that ema10 , ema50 , senkou_a , senkou_b , macd , macdsignal , macdhist and rsi are columns in the DataFrame created by the strategy.","title":"Advanced plot configuration"},{"location":"plotting/#plot-profit","text":"The plot-profit subcommand shows an interactive graph with three plots: Average closing price for all pairs. The summarized profit made by backtesting. Note that this is not the real-world profit, but more of an estimate. Profit for each individual pair. The first graph is good to get a grip of how the overall market progresses. The second graph will show if your algorithm works or doesn't. Perhaps you want an algorithm that steadily makes small profits, or one that acts less often, but makes big swings. This graph will also highlight the start (and end) of the Max drawdown period. The third graph can be useful to spot outliers, events in pairs that cause profit spikes. Possible options for the freqtrade plot-profit subcommand: ``` usage: freqtrade plot-profit [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [-p PAIRS [PAIRS ...]] [--timerange TIMERANGE] [--export EXPORT] [--export-filename PATH] [--db-url PATH] [--trade-source {DB,file}] [-i TIMEFRAME] optional arguments: -h, --help show this help message and exit -p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...] Limit command to these pairs. Pairs are space- separated. --timerange TIMERANGE Specify what timerange of data to use. --export EXPORT Export backtest results, argument are: trades. Example: --export=trades --export-filename PATH Save backtest results to the file with this filename. Requires --export to be set as well. Example: --export-filename=user_data/backtest_results/backtest _today.json --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --trade-source {DB,file} Specify the source for trades (Can be DB or file (backtest file)) Default: file -i TIMEFRAME, --timeframe TIMEFRAME, --ticker-interval TIMEFRAME Specify timeframe ( 1m , 5m , 30m , 1h , 1d ). Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. Strategy arguments: -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --strategy-path PATH Specify additional strategy lookup path. ``` The -p/--pairs argument, can be used to limit the pairs that are considered for this calculation. Examples: Use custom backtest-export file bash freqtrade plot-profit -p LTC/BTC --export-filename user_data/backtest_results/backtest-result.json Use custom database bash freqtrade plot-profit -p LTC/BTC --db-url sqlite:///tradesv3.sqlite --trade-source DB bash freqtrade --datadir user_data/data/binance_save/ plot-profit -p LTC/BTC","title":"Plot profit"},{"location":"plugins/","text":"Plugins \u00b6 Pairlists and Pairlist Handlers \u00b6 Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings. In your configuration, you can use Static Pairlist (defined by the StaticPairList Pairlist Handler) and Dynamic Pairlist (defined by the VolumePairList Pairlist Handler). Additionally, AgeFilter , PrecisionFilter , PriceFilter , ShuffleFilter , SpreadFilter and VolatilityFilter act as Pairlist Filters, removing certain pairs and/or moving their positions in the pairlist. If multiple Pairlist Handlers are used, they are chained and a combination of all Pairlist Handlers forms the resulting pairlist the bot uses for trading and backtesting. Pairlist Handlers are executed in the sequence they are configured. You should always configure either StaticPairList or VolumePairList as the starting Pairlist Handler. Inactive markets are always removed from the resulting pairlist. Explicitly blacklisted pairs (those in the pair_blacklist configuration setting) are also always removed from the resulting pairlist. Pair blacklist \u00b6 The pair blacklist (configured via exchange.pair_blacklist in the configuration) disallows certain pairs from trading. This can be as simple as excluding DOGE/BTC - which will remove exactly this pair. The pair-blacklist does also support wildcards (in regex-style) - so BNB/.* will exclude ALL pairs that start with BNB. You may also use something like .*DOWN/BTC or .*UP/BTC to exclude leveraged tokens (check Pair naming conventions for your exchange!) Available Pairlist Handlers \u00b6 StaticPairList (default, if not configured differently) VolumePairList AgeFilter PerformanceFilter PrecisionFilter PriceFilter ShuffleFilter SpreadFilter RangeStabilityFilter VolatilityFilter Testing pairlists Pairlist configurations can be quite tricky to get right. Best use the test-pairlist utility sub-command to test your configuration quickly. Static Pair List \u00b6 By default, the StaticPairList method is used, which uses a statically defined pair whitelist from the configuration. The pairlist also supports wildcards (in regex-style) - so .*/BTC will include all pairs with BTC as a stake. It uses configuration from exchange.pair_whitelist and exchange.pair_blacklist . json \"pairlists\": [ {\"method\": \"StaticPairList\"} ], By default, only currently enabled pairs are allowed. To skip pair validation against active markets, set \"allow_inactive\": true within the StaticPairList configuration. This can be useful for backtesting expired pairs (like quarterly spot-markets). This option must be configured along with exchange.skip_pair_validation in the exchange configuration. Volume Pair List \u00b6 VolumePairList employs sorting/filtering of pairs by their trading volume. It selects number_assets top pairs with sorting based on the sort_key (which can only be quoteVolume ). When used in the chain of Pairlist Handlers in a non-leading position (after StaticPairList and other Pairlist Filters), VolumePairList considers outputs of previous Pairlist Handlers, adding its sorting/selection of the pairs by the trading volume. When used on the leading position of the chain of Pairlist Handlers, it does not consider pair_whitelist configuration setting, but selects the top assets from all available markets (with matching stake-currency) on the exchange. The refresh_period setting allows to define the period (in seconds), at which the pairlist will be refreshed. Defaults to 1800s (30 minutes). The pairlist cache ( refresh_period ) on VolumePairList is only applicable to generating pairlists. Filtering instances (not the first position in the list) will not apply any cache and will always use up-to-date data. VolumePairList is based on the ticker data from exchange, as reported by the ccxt library: The quoteVolume is the amount of quote (stake) currency traded (bought or sold) in last 24 hours. json \"pairlists\": [{ \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\", \"refresh_period\": 1800 }], Note VolumePairList does not support backtesting mode. AgeFilter \u00b6 Removes pairs that have been listed on the exchange for less than min_days_listed days (defaults to 10 ). When pairs are first listed on an exchange they can suffer huge price drops and volatility in the first few days while the pair goes through its price-discovery period. Bots can often be caught out buying before the pair has finished dropping in price. This filter allows freqtrade to ignore pairs until they have been listed for at least min_days_listed days. PerformanceFilter \u00b6 Sorts pairs by past trade performance, as follows: Positive performance. No closed trades yet. Negative performance. Trade count is used as a tie breaker. Note PerformanceFilter does not support backtesting mode. PrecisionFilter \u00b6 Filters low-value coins which would not allow setting stoplosses. PriceFilter \u00b6 The PriceFilter allows filtering of pairs by price. Currently the following price filters are supported: min_price max_price max_value low_price_ratio The min_price setting removes pairs where the price is below the specified price. This is useful if you wish to avoid trading very low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_price setting removes pairs where the price is above the specified price. This is useful if you wish to trade only low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_value setting removes pairs where the minimum value change is above a specified value. This is useful when an exchange has unbalanced limits. For example, if step-size = 1 (so you can only buy 1, or 2, or 3, but not 1.1 Coins) - and the price is pretty high (like 20 \\() as the coin has risen sharply since the last limit adaption. As a result of the above, you can only buy for 20\\) , or 40$ - but not for 25$. On exchanges that deduct fees from the receiving currency (e.g. FTX) - this can result in high value coins / amounts that are unsellable as the amount is slightly below the limit. The low_price_ratio setting removes pairs where a raise of 1 price unit (pip) is above the low_price_ratio ratio. This option is disabled by default, and will only apply if set to > 0. For PriceFiler at least one of its min_price , max_price or low_price_ratio settings must be applied. Calculation example: Min price precision for SHITCOIN/BTC is 8 decimals. If its price is 0.00000011 - one price step above would be 0.00000012, which is ~9% higher than the previous price value. You may filter out this pair by using PriceFilter with low_price_ratio set to 0.09 (9%) or with min_price set to 0.00000011, correspondingly. Low priced pairs Low priced pairs with high \"1 pip movements\" are dangerous since they are often illiquid and it may also be impossible to place the desired stoploss, which can often result in high losses since price needs to be rounded to the next tradable price - so instead of having a stoploss of -5%, you could end up with a stoploss of -9% simply due to price rounding. ShuffleFilter \u00b6 Shuffles (randomizes) pairs in the pairlist. It can be used for preventing the bot from trading some of the pairs more frequently then others when you want all pairs be treated with the same priority. Tip You may set the seed value for this Pairlist to obtain reproducible results, which can be useful for repeated backtesting sessions. If seed is not set, the pairs are shuffled in the non-repeatable random order. SpreadFilter \u00b6 Removes pairs that have a difference between asks and bids above the specified ratio, max_spread_ratio (defaults to 0.005 ). Example: If DOGE/BTC maximum bid is 0.00000026 and minimum ask is 0.00000027, the ratio is calculated as: 1 - bid/ask ~= 0.037 which is > 0.005 and this pair will be filtered out. RangeStabilityFilter \u00b6 Removes pairs where the difference between lowest low and highest high over lookback_days days is below min_rate_of_change . Since this is a filter that requires additional data, the results are cached for refresh_period . In the below example: If the trading range over the last 10 days is <1%, remove the pair from the whitelist. json \"pairlists\": [ { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 } ] Tip This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit. VolatilityFilter \u00b6 Volatility is the degree of historical variation of a pairs over time, is is measured by the standard deviation of logarithmic daily returns. Returns are assumed to be normally distributed, although actual distribution might be different. In a normal distribution, 68% of observations fall within one standard deviation and 95% of observations fall within two standard deviations. Assuming a volatility of 0.05 means that the expected returns for 20 out of 30 days is expected to be less than 5% (one standard deviation). Volatility is a positive ratio of the expected deviation of return and can be greater than 1.00. Please refer to the wikipedia definition of volatility . This filter removes pairs if the average volatility over a lookback_days days is below min_volatility or above max_volatility . Since this is a filter that requires additional data, the results are cached for refresh_period . This filter can be used to narrow down your pairs to a certain volatility or avoid very volatile pairs. In the below example: If the volatility over the last 10 days is not in the range of 0.05-0.50, remove the pair from the whitelist. The filter is applied every 24h. json \"pairlists\": [ { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 } ] Full example of Pairlist Handlers \u00b6 The below example blacklists BNB/BTC , uses VolumePairList with 20 assets, sorting pairs by quoteVolume and applies PrecisionFilter and PriceFilter , filtering all assets where 1 price unit is > 1%. Then the SpreadFilter and VolatilityFilter is applied and pairs are finally shuffled with the random seed set to some predefined value. json \"exchange\": { \"pair_whitelist\": [], \"pair_blacklist\": [\"BNB/BTC\"] }, \"pairlists\": [ { \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\" }, {\"method\": \"AgeFilter\", \"min_days_listed\": 10}, {\"method\": \"PrecisionFilter\"}, {\"method\": \"PriceFilter\", \"low_price_ratio\": 0.01}, {\"method\": \"SpreadFilter\", \"max_spread_ratio\": 0.005}, { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 }, { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 }, {\"method\": \"ShuffleFilter\", \"seed\": 42} ], Protections \u00b6 Beta feature This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord, Slack or via Github Issue. Protections will protect your strategy from unexpected events and market conditions by temporarily stop trading for either one pair, or for all pairs. All protection end times are rounded up to the next candle to avoid sudden, unexpected intra-candle buys. Note Not all Protections will work for all strategies, and parameters will need to be tuned for your strategy to improve performance. To align your protection with your strategy, you can define protections in the strategy. Tip Each Protection can be configured multiple times with different parameters, to allow different levels of protection (short-term / long-term). Backtesting Protections are supported by backtesting and hyperopt, but must be explicitly enabled by using the --enable-protections flag. Available Protections \u00b6 StoplossGuard Stop trading if a certain amount of stoploss occurred within a certain time window. MaxDrawdown Stop trading if max-drawdown is reached. LowProfitPairs Lock pairs with low profits CooldownPeriod Don't enter a trade right after selling a trade. Common settings to all Protections \u00b6 Parameter Description method Protection name to use. Datatype: String, selected from available Protections stop_duration_candles For how many candles should the lock be set? Datatype: Positive integer (in candles) stop_duration how many minutes should protections be locked. Cannot be used together with stop_duration_candles . Datatype: Float (in minutes) lookback_period_candles Only trades that completed within the last lookback_period_candles candles will be considered. This setting may be ignored by some Protections. Datatype: Positive integer (in candles). lookback_period Only trades that completed after current_time - lookback_period will be considered. Cannot be used together with lookback_period_candles . This setting may be ignored by some Protections. Datatype: Float (in minutes) trade_limit Number of trades required at minimum (not used by all Protections). Datatype: Positive integer Durations Durations ( stop_duration* and lookback_period* can be defined in either minutes or candles). For more flexibility when testing different timeframes, all below examples will use the \"candle\" definition. Stoploss Guard \u00b6 StoplossGuard selects all trades within lookback_period in minutes (or in candles when using lookback_period_candles ). If trade_limit or more trades resulted in stoploss, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ). This applies across all pairs, unless only_per_pair is set to true, which will then only look at one pair at a time. The below example stops trading for all pairs for 4 candles after the last trade if the bot hit stoploss 4 times within the last 24 candles. json \"protections\": [ { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 4, \"only_per_pair\": false } ], Note StoplossGuard considers all trades with the results \"stop_loss\" , \"stoploss_on_exchange\" and \"trailing_stop_loss\" if the resulting profit was negative. trade_limit and lookback_period will need to be tuned for your strategy. MaxDrawdown \u00b6 MaxDrawdown uses all trades within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the maximum drawdown. If the drawdown is below max_allowed_drawdown , trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ) after the last trade - assuming that the bot needs some time to let markets recover. The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of trade_limit trades - within the last 48 candles. If desired, lookback_period and/or stop_duration can be used. json \"protections\": [ { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 12, \"max_allowed_drawdown\": 0.2 }, ], Low Profit Pairs \u00b6 LowProfitPairs uses all trades for a pair within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the overall profit ratio. If that ratio is below required_profit , that pair will be locked for stop_duration in minutes (or in candles when using stop_duration_candles ). The below example will stop trading a pair for 60 minutes if the pair does not have a required profit of 2% (and a minimum of 2 trades) within the last 6 candles. json \"protections\": [ { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration\": 60, \"required_profit\": 0.02 } ], Cooldown Period \u00b6 CooldownPeriod locks a pair for stop_duration in minutes (or in candles when using stop_duration_candles ) after selling, avoiding a re-entry for this pair for stop_duration minutes. The below example will stop trading a pair for 2 candles after closing a trade, allowing this pair to \"cool down\". json \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 2 } ], Note This Protection applies only at pair-level, and will never lock all pairs globally. This Protection does not consider lookback_period as it only looks at the latest trade. Full example of Protections \u00b6 All protections can be combined at will, also with different parameters, creating a increasing wall for under-performing pairs. All protections are evaluated in the sequence they are defined. The below example assumes a timeframe of 1 hour: Locks each pair after selling for an additional 5 candles ( CooldownPeriod ), giving other pairs a chance to get filled. Stops trading for 4 hours ( 4 * 1h candles ) if the last 2 days ( 48 * 1h candles ) had 20 trades, which caused a max-drawdown of more than 20%. ( MaxDrawdown ). Stops trading if more than 4 stoploss occur for all pairs within a 1 day ( 24 * 1h candles ) limit ( StoplossGuard ). Locks all pairs that had 4 Trades within the last 6 hours ( 6 * 1h candles ) with a combined profit ratio of below 0.02 (<2%) ( LowProfitPairs ). Locks all pairs for 2 candles that had a profit of below 0.01 (<1%) within the last 24h ( 24 * 1h candles ), a minimum of 4 trades. json \"timeframe\": \"1h\", \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": false }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ], You can use the same in your strategy, the syntax is only slightly different: ``` python from freqtrade.strategy import IStrategy class AwesomeStrategy(IStrategy) timeframe = '1h' protections = [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": False }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ] # ... ```","title":"Plugins"},{"location":"plugins/#plugins","text":"","title":"Plugins"},{"location":"plugins/#pairlists-and-pairlist-handlers","text":"Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings. In your configuration, you can use Static Pairlist (defined by the StaticPairList Pairlist Handler) and Dynamic Pairlist (defined by the VolumePairList Pairlist Handler). Additionally, AgeFilter , PrecisionFilter , PriceFilter , ShuffleFilter , SpreadFilter and VolatilityFilter act as Pairlist Filters, removing certain pairs and/or moving their positions in the pairlist. If multiple Pairlist Handlers are used, they are chained and a combination of all Pairlist Handlers forms the resulting pairlist the bot uses for trading and backtesting. Pairlist Handlers are executed in the sequence they are configured. You should always configure either StaticPairList or VolumePairList as the starting Pairlist Handler. Inactive markets are always removed from the resulting pairlist. Explicitly blacklisted pairs (those in the pair_blacklist configuration setting) are also always removed from the resulting pairlist.","title":"Pairlists and Pairlist Handlers"},{"location":"plugins/#pair-blacklist","text":"The pair blacklist (configured via exchange.pair_blacklist in the configuration) disallows certain pairs from trading. This can be as simple as excluding DOGE/BTC - which will remove exactly this pair. The pair-blacklist does also support wildcards (in regex-style) - so BNB/.* will exclude ALL pairs that start with BNB. You may also use something like .*DOWN/BTC or .*UP/BTC to exclude leveraged tokens (check Pair naming conventions for your exchange!)","title":"Pair blacklist"},{"location":"plugins/#available-pairlist-handlers","text":"StaticPairList (default, if not configured differently) VolumePairList AgeFilter PerformanceFilter PrecisionFilter PriceFilter ShuffleFilter SpreadFilter RangeStabilityFilter VolatilityFilter Testing pairlists Pairlist configurations can be quite tricky to get right. Best use the test-pairlist utility sub-command to test your configuration quickly.","title":"Available Pairlist Handlers"},{"location":"plugins/#static-pair-list","text":"By default, the StaticPairList method is used, which uses a statically defined pair whitelist from the configuration. The pairlist also supports wildcards (in regex-style) - so .*/BTC will include all pairs with BTC as a stake. It uses configuration from exchange.pair_whitelist and exchange.pair_blacklist . json \"pairlists\": [ {\"method\": \"StaticPairList\"} ], By default, only currently enabled pairs are allowed. To skip pair validation against active markets, set \"allow_inactive\": true within the StaticPairList configuration. This can be useful for backtesting expired pairs (like quarterly spot-markets). This option must be configured along with exchange.skip_pair_validation in the exchange configuration.","title":"Static Pair List"},{"location":"plugins/#volume-pair-list","text":"VolumePairList employs sorting/filtering of pairs by their trading volume. It selects number_assets top pairs with sorting based on the sort_key (which can only be quoteVolume ). When used in the chain of Pairlist Handlers in a non-leading position (after StaticPairList and other Pairlist Filters), VolumePairList considers outputs of previous Pairlist Handlers, adding its sorting/selection of the pairs by the trading volume. When used on the leading position of the chain of Pairlist Handlers, it does not consider pair_whitelist configuration setting, but selects the top assets from all available markets (with matching stake-currency) on the exchange. The refresh_period setting allows to define the period (in seconds), at which the pairlist will be refreshed. Defaults to 1800s (30 minutes). The pairlist cache ( refresh_period ) on VolumePairList is only applicable to generating pairlists. Filtering instances (not the first position in the list) will not apply any cache and will always use up-to-date data. VolumePairList is based on the ticker data from exchange, as reported by the ccxt library: The quoteVolume is the amount of quote (stake) currency traded (bought or sold) in last 24 hours. json \"pairlists\": [{ \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\", \"refresh_period\": 1800 }], Note VolumePairList does not support backtesting mode.","title":"Volume Pair List"},{"location":"plugins/#agefilter","text":"Removes pairs that have been listed on the exchange for less than min_days_listed days (defaults to 10 ). When pairs are first listed on an exchange they can suffer huge price drops and volatility in the first few days while the pair goes through its price-discovery period. Bots can often be caught out buying before the pair has finished dropping in price. This filter allows freqtrade to ignore pairs until they have been listed for at least min_days_listed days.","title":"AgeFilter"},{"location":"plugins/#performancefilter","text":"Sorts pairs by past trade performance, as follows: Positive performance. No closed trades yet. Negative performance. Trade count is used as a tie breaker. Note PerformanceFilter does not support backtesting mode.","title":"PerformanceFilter"},{"location":"plugins/#precisionfilter","text":"Filters low-value coins which would not allow setting stoplosses.","title":"PrecisionFilter"},{"location":"plugins/#pricefilter","text":"The PriceFilter allows filtering of pairs by price. Currently the following price filters are supported: min_price max_price max_value low_price_ratio The min_price setting removes pairs where the price is below the specified price. This is useful if you wish to avoid trading very low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_price setting removes pairs where the price is above the specified price. This is useful if you wish to trade only low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_value setting removes pairs where the minimum value change is above a specified value. This is useful when an exchange has unbalanced limits. For example, if step-size = 1 (so you can only buy 1, or 2, or 3, but not 1.1 Coins) - and the price is pretty high (like 20 \\() as the coin has risen sharply since the last limit adaption. As a result of the above, you can only buy for 20\\) , or 40$ - but not for 25$. On exchanges that deduct fees from the receiving currency (e.g. FTX) - this can result in high value coins / amounts that are unsellable as the amount is slightly below the limit. The low_price_ratio setting removes pairs where a raise of 1 price unit (pip) is above the low_price_ratio ratio. This option is disabled by default, and will only apply if set to > 0. For PriceFiler at least one of its min_price , max_price or low_price_ratio settings must be applied. Calculation example: Min price precision for SHITCOIN/BTC is 8 decimals. If its price is 0.00000011 - one price step above would be 0.00000012, which is ~9% higher than the previous price value. You may filter out this pair by using PriceFilter with low_price_ratio set to 0.09 (9%) or with min_price set to 0.00000011, correspondingly. Low priced pairs Low priced pairs with high \"1 pip movements\" are dangerous since they are often illiquid and it may also be impossible to place the desired stoploss, which can often result in high losses since price needs to be rounded to the next tradable price - so instead of having a stoploss of -5%, you could end up with a stoploss of -9% simply due to price rounding.","title":"PriceFilter"},{"location":"plugins/#shufflefilter","text":"Shuffles (randomizes) pairs in the pairlist. It can be used for preventing the bot from trading some of the pairs more frequently then others when you want all pairs be treated with the same priority. Tip You may set the seed value for this Pairlist to obtain reproducible results, which can be useful for repeated backtesting sessions. If seed is not set, the pairs are shuffled in the non-repeatable random order.","title":"ShuffleFilter"},{"location":"plugins/#spreadfilter","text":"Removes pairs that have a difference between asks and bids above the specified ratio, max_spread_ratio (defaults to 0.005 ). Example: If DOGE/BTC maximum bid is 0.00000026 and minimum ask is 0.00000027, the ratio is calculated as: 1 - bid/ask ~= 0.037 which is > 0.005 and this pair will be filtered out.","title":"SpreadFilter"},{"location":"plugins/#rangestabilityfilter","text":"Removes pairs where the difference between lowest low and highest high over lookback_days days is below min_rate_of_change . Since this is a filter that requires additional data, the results are cached for refresh_period . In the below example: If the trading range over the last 10 days is <1%, remove the pair from the whitelist. json \"pairlists\": [ { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 } ] Tip This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit.","title":"RangeStabilityFilter"},{"location":"plugins/#volatilityfilter","text":"Volatility is the degree of historical variation of a pairs over time, is is measured by the standard deviation of logarithmic daily returns. Returns are assumed to be normally distributed, although actual distribution might be different. In a normal distribution, 68% of observations fall within one standard deviation and 95% of observations fall within two standard deviations. Assuming a volatility of 0.05 means that the expected returns for 20 out of 30 days is expected to be less than 5% (one standard deviation). Volatility is a positive ratio of the expected deviation of return and can be greater than 1.00. Please refer to the wikipedia definition of volatility . This filter removes pairs if the average volatility over a lookback_days days is below min_volatility or above max_volatility . Since this is a filter that requires additional data, the results are cached for refresh_period . This filter can be used to narrow down your pairs to a certain volatility or avoid very volatile pairs. In the below example: If the volatility over the last 10 days is not in the range of 0.05-0.50, remove the pair from the whitelist. The filter is applied every 24h. json \"pairlists\": [ { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 } ]","title":"VolatilityFilter"},{"location":"plugins/#full-example-of-pairlist-handlers","text":"The below example blacklists BNB/BTC , uses VolumePairList with 20 assets, sorting pairs by quoteVolume and applies PrecisionFilter and PriceFilter , filtering all assets where 1 price unit is > 1%. Then the SpreadFilter and VolatilityFilter is applied and pairs are finally shuffled with the random seed set to some predefined value. json \"exchange\": { \"pair_whitelist\": [], \"pair_blacklist\": [\"BNB/BTC\"] }, \"pairlists\": [ { \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\" }, {\"method\": \"AgeFilter\", \"min_days_listed\": 10}, {\"method\": \"PrecisionFilter\"}, {\"method\": \"PriceFilter\", \"low_price_ratio\": 0.01}, {\"method\": \"SpreadFilter\", \"max_spread_ratio\": 0.005}, { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 }, { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 }, {\"method\": \"ShuffleFilter\", \"seed\": 42} ],","title":"Full example of Pairlist Handlers"},{"location":"plugins/#protections","text":"Beta feature This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord, Slack or via Github Issue. Protections will protect your strategy from unexpected events and market conditions by temporarily stop trading for either one pair, or for all pairs. All protection end times are rounded up to the next candle to avoid sudden, unexpected intra-candle buys. Note Not all Protections will work for all strategies, and parameters will need to be tuned for your strategy to improve performance. To align your protection with your strategy, you can define protections in the strategy. Tip Each Protection can be configured multiple times with different parameters, to allow different levels of protection (short-term / long-term). Backtesting Protections are supported by backtesting and hyperopt, but must be explicitly enabled by using the --enable-protections flag.","title":"Protections"},{"location":"plugins/#available-protections","text":"StoplossGuard Stop trading if a certain amount of stoploss occurred within a certain time window. MaxDrawdown Stop trading if max-drawdown is reached. LowProfitPairs Lock pairs with low profits CooldownPeriod Don't enter a trade right after selling a trade.","title":"Available Protections"},{"location":"plugins/#common-settings-to-all-protections","text":"Parameter Description method Protection name to use. Datatype: String, selected from available Protections stop_duration_candles For how many candles should the lock be set? Datatype: Positive integer (in candles) stop_duration how many minutes should protections be locked. Cannot be used together with stop_duration_candles . Datatype: Float (in minutes) lookback_period_candles Only trades that completed within the last lookback_period_candles candles will be considered. This setting may be ignored by some Protections. Datatype: Positive integer (in candles). lookback_period Only trades that completed after current_time - lookback_period will be considered. Cannot be used together with lookback_period_candles . This setting may be ignored by some Protections. Datatype: Float (in minutes) trade_limit Number of trades required at minimum (not used by all Protections). Datatype: Positive integer Durations Durations ( stop_duration* and lookback_period* can be defined in either minutes or candles). For more flexibility when testing different timeframes, all below examples will use the \"candle\" definition.","title":"Common settings to all Protections"},{"location":"plugins/#stoploss-guard","text":"StoplossGuard selects all trades within lookback_period in minutes (or in candles when using lookback_period_candles ). If trade_limit or more trades resulted in stoploss, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ). This applies across all pairs, unless only_per_pair is set to true, which will then only look at one pair at a time. The below example stops trading for all pairs for 4 candles after the last trade if the bot hit stoploss 4 times within the last 24 candles. json \"protections\": [ { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 4, \"only_per_pair\": false } ], Note StoplossGuard considers all trades with the results \"stop_loss\" , \"stoploss_on_exchange\" and \"trailing_stop_loss\" if the resulting profit was negative. trade_limit and lookback_period will need to be tuned for your strategy.","title":"Stoploss Guard"},{"location":"plugins/#maxdrawdown","text":"MaxDrawdown uses all trades within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the maximum drawdown. If the drawdown is below max_allowed_drawdown , trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ) after the last trade - assuming that the bot needs some time to let markets recover. The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of trade_limit trades - within the last 48 candles. If desired, lookback_period and/or stop_duration can be used. json \"protections\": [ { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 12, \"max_allowed_drawdown\": 0.2 }, ],","title":"MaxDrawdown"},{"location":"plugins/#low-profit-pairs","text":"LowProfitPairs uses all trades for a pair within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the overall profit ratio. If that ratio is below required_profit , that pair will be locked for stop_duration in minutes (or in candles when using stop_duration_candles ). The below example will stop trading a pair for 60 minutes if the pair does not have a required profit of 2% (and a minimum of 2 trades) within the last 6 candles. json \"protections\": [ { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration\": 60, \"required_profit\": 0.02 } ],","title":"Low Profit Pairs"},{"location":"plugins/#cooldown-period","text":"CooldownPeriod locks a pair for stop_duration in minutes (or in candles when using stop_duration_candles ) after selling, avoiding a re-entry for this pair for stop_duration minutes. The below example will stop trading a pair for 2 candles after closing a trade, allowing this pair to \"cool down\". json \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 2 } ], Note This Protection applies only at pair-level, and will never lock all pairs globally. This Protection does not consider lookback_period as it only looks at the latest trade.","title":"Cooldown Period"},{"location":"plugins/#full-example-of-protections","text":"All protections can be combined at will, also with different parameters, creating a increasing wall for under-performing pairs. All protections are evaluated in the sequence they are defined. The below example assumes a timeframe of 1 hour: Locks each pair after selling for an additional 5 candles ( CooldownPeriod ), giving other pairs a chance to get filled. Stops trading for 4 hours ( 4 * 1h candles ) if the last 2 days ( 48 * 1h candles ) had 20 trades, which caused a max-drawdown of more than 20%. ( MaxDrawdown ). Stops trading if more than 4 stoploss occur for all pairs within a 1 day ( 24 * 1h candles ) limit ( StoplossGuard ). Locks all pairs that had 4 Trades within the last 6 hours ( 6 * 1h candles ) with a combined profit ratio of below 0.02 (<2%) ( LowProfitPairs ). Locks all pairs for 2 candles that had a profit of below 0.01 (<1%) within the last 24h ( 24 * 1h candles ), a minimum of 4 trades. json \"timeframe\": \"1h\", \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": false }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ], You can use the same in your strategy, the syntax is only slightly different: ``` python from freqtrade.strategy import IStrategy class AwesomeStrategy(IStrategy) timeframe = '1h' protections = [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": False }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ] # ... ```","title":"Full example of Protections"},{"location":"rest-api/","text":"REST API & FreqUI \u00b6 FreqUI \u00b6 Freqtrade provides a builtin webserver, which can serve FreqUI , the freqtrade UI. By default, the UI is not included in the installation (except for docker images), and must be installed explicitly with freqtrade install-ui . This same command can also be used to update freqUI, should there be a new release. Once the bot is started in trade / dry-run mode (with freqtrade trade ) - the UI will be available under the configured port below (usually http://127.0.0.1:8080 ). Alpha release FreqUI is still considered an alpha release - if you encounter bugs or inconsistencies please open a FreqUI issue . developers Developers should not use this method, but instead use the method described in the freqUI repository to get the source-code of freqUI. Configuration \u00b6 Enable the rest API by adding the api_server section to your configuration and setting api_server.enabled to true . Sample configuration: json \"api_server\": { \"enabled\": true, \"listen_ip_address\": \"127.0.0.1\", \"listen_port\": 8080, \"verbosity\": \"error\", \"enable_openapi\": false, \"jwt_secret_key\": \"somethingrandom\", \"CORS_origins\": [], \"username\": \"Freqtrader\", \"password\": \"SuperSecret1!\" }, Security warning By default, the configuration listens on localhost only (so it's not reachable from other systems). We strongly recommend to not expose this API to the internet and choose a strong, unique password, since others will potentially be able to control your bot. You can then access the API by going to http://127.0.0.1:8080/api/v1/ping in a browser to check if the API is running correctly. This should return the response: output {\"status\":\"pong\"} All other endpoints return sensitive info and require authentication and are therefore not available through a web browser. Security \u00b6 To generate a secure password, best use a password manager, or use the below code. python import secrets secrets.token_hex() JWT token Use the same method to also generate a JWT secret key ( jwt_secret_key ). Password selection Please make sure to select a very strong, unique password to protect your bot from unauthorized access. Also change jwt_secret_key to something random (no need to remember this, but it'll be used to encrypt your session, so it better be something unique!). Configuration with docker \u00b6 If you run your bot using docker, you'll need to have the bot listen to incoming connections. The security is then handled by docker. json \"api_server\": { \"enabled\": true, \"listen_ip_address\": \"0.0.0.0\", \"listen_port\": 8080, \"username\": \"Freqtrader\", \"password\": \"SuperSecret1!\", //... }, Uncomment the following from your docker-compose file: yml ports: - \"127.0.0.1:8080:8080\" Security warning By using 8080:8080 in the docker port mapping, the API will be available to everyone connecting to the server under the correct port, so others may be able to control your bot. Rest API \u00b6 Consuming the API \u00b6 You can consume the API by using the script scripts/rest_client.py . The client script only requires the requests module, so Freqtrade does not need to be installed on the system. bash python3 scripts/rest_client.py [optional parameters] By default, the script assumes 127.0.0.1 (localhost) and port 8080 to be used, however you can specify a configuration file to override this behaviour. Minimalistic client config \u00b6 json { \"api_server\": { \"enabled\": true, \"listen_ip_address\": \"0.0.0.0\", \"listen_port\": 8080, \"username\": \"Freqtrader\", \"password\": \"SuperSecret1!\", //... } } bash python3 scripts/rest_client.py --config rest_config.json [optional parameters] Available endpoints \u00b6 Command Description ping Simple command testing the API Readiness - requires no authentication. start Starts the trader. stop Stops the trader. stopbuy Stops the trader from opening new trades. Gracefully closes open trades according to their rules. reload_config Reloads the configuration file. trades List last trades. Limited to 500 trades per call. trade/ Get specific trade. delete_trade Remove trade from the database. Tries to close open orders. Requires manual handling of this trade on the exchange. show_config Shows part of the current configuration with relevant settings to operation. logs Shows last log messages. status Lists all open trades. count Displays number of trades used and available. locks Displays currently locked pairs. delete_lock Deletes (disables) the lock by id. profit Display a summary of your profit/loss from close trades and some stats about your performance. forcesell Instantly sells the given trade (Ignoring minimum_roi ). forcesell all Instantly sells all open trades (Ignoring minimum_roi ). forcebuy [rate] Instantly buys the given pair. Rate is optional. ( forcebuy_enable must be set to True) performance Show performance of each finished trade grouped by pair. balance Show account balance per currency. daily Shows profit or loss per day, over the last n days (n defaults to 7). stats Display a summary of profit / loss reasons as well as average holding times. whitelist Show the current whitelist. blacklist [pair] Show the current blacklist, or adds a pair to the blacklist. edge Show validated pairs by Edge if it is enabled. pair_candles Returns dataframe for a pair / timeframe combination while the bot is running. Alpha pair_history Returns an analyzed dataframe for a given timerange, analyzed by a given strategy. Alpha plot_config Get plot config from the strategy (or nothing if not configured). Alpha strategies List strategies in strategy directory. Alpha strategy Get specific Strategy content. Alpha available_pairs List available backtest data. Alpha version Show version. Alpha status Endpoints labeled with Alpha status above may change at any time without notice. Possible commands can be listed from the rest-client script using the help command. bash python3 scripts/rest_client.py help ``` output Possible commands: available_pairs Return available pair (backtest data) based on timeframe / stake_currency selection :param timeframe: Only pairs with this timeframe available. :param stake_currency: Only pairs that include this timeframe balance Get the account balance. blacklist Show the current blacklist. :param add: List of coins to add (example: \"BNB/BTC\") count Return the amount of open trades. daily Return the profits for each day, and amount of trades. delete_lock Delete (disable) lock from the database. :param lock_id: ID for the lock to delete delete_trade Delete trade from the database. Tries to close open orders. Requires manual handling of this asset on the exchange. :param trade_id: Deletes the trade with this ID from the database. edge Return information about edge. forcebuy Buy an asset. :param pair: Pair to buy (ETH/BTC) :param price: Optional - price to buy forcesell Force-sell a trade. :param tradeid: Id of the trade (can be received via status command) locks Return current locks logs Show latest logs. :param limit: Limits log messages to the last logs. No limit to get the entire log. pair_candles Return live dataframe for . :param pair: Pair to get data for :param timeframe: Only pairs with this timeframe available. :param limit: Limit result to the last n candles. pair_history Return historic, analyzed dataframe :param pair: Pair to get data for :param timeframe: Only pairs with this timeframe available. :param strategy: Strategy to analyze and get values for :param timerange: Timerange to get data for (same format than --timerange endpoints) performance Return the performance of the different coins. ping simple ping plot_config Return plot configuration if the strategy defines one. profit Return the profit summary. reload_config Reload configuration. show_config Returns part of the configuration, relevant for trading operations. start Start the bot if it's in the stopped state. stats Return the stats report (durations, sell-reasons). status Get the status of open trades. stop Stop the bot. Use start to restart. stopbuy Stop buying (but handle sells gracefully). Use reload_config to reset. strategies Lists available strategies strategy Get strategy details :param strategy: Strategy class name trade Return specific trade :param trade_id: Specify which trade to get. trades Return trades history, sorted by id :param limit: Limits trades to the X last trades. Max 500 trades. :param offset: Offset by this amount of trades. version Return the version of the bot. whitelist Show the current whitelist. ``` OpenAPI interface \u00b6 To enable the builtin openAPI interface (Swagger UI), specify \"enable_openapi\": true in the api_server configuration. This will enable the Swagger UI at the /docs endpoint. By default, that's running at http://localhost:8080/docs/ - but it'll depend on your settings. Advanced API usage using JWT tokens \u00b6 Note The below should be done in an application (a Freqtrade REST API client, which fetches info via API), and is not intended to be used on a regular basis. Freqtrade's REST API also offers JWT (JSON Web Tokens). You can login using the following command, and subsequently use the resulting access_token. ``` bash curl -X POST --user Freqtrader http://localhost:8080/api/v1/token/login access_token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODkxMTk2ODEsIm5iZiI6MTU4OTExOTY4MSwianRpIjoiMmEwYmY0NWUtMjhmOS00YTUzLTlmNzItMmM5ZWVlYThkNzc2IiwiZXhwIjoxNTg5MTIwNTgxLCJpZGVudGl0eSI6eyJ1IjoiRnJlcXRyYWRlciJ9LCJmcmVzaCI6ZmFsc2UsInR5cGUiOiJhY2Nlc3MifQ.qt6MAXYIa-l556OM7arBvYJ0SDI9J8bIk3_glDujF5g\" Use access_token for authentication \u00b6 curl -X GET --header \"Authorization: Bearer ${access_token}\" http://localhost:8080/api/v1/count ``` Since the access token has a short timeout (15 min) - the token/refresh request should be used periodically to get a fresh access token: ``` bash curl -X POST --header \"Authorization: Bearer ${refresh_token}\" http://localhost:8080/api/v1/token/refresh {\"access_token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODkxMTk5NzQsIm5iZiI6MTU4OTExOTk3NCwianRpIjoiMDBjNTlhMWUtMjBmYS00ZTk0LTliZjAtNWQwNTg2MTdiZDIyIiwiZXhwIjoxNTg5MTIwODc0LCJpZGVudGl0eSI6eyJ1IjoiRnJlcXRyYWRlciJ9LCJmcmVzaCI6ZmFsc2UsInR5cGUiOiJhY2Nlc3MifQ.1seHlII3WprjjclY6DpRhen0rqdF4j6jbvxIhUFaSbs\"} ``` CORS \u00b6 All web-based front-ends are subject to CORS - Cross-Origin Resource Sharing. Since most of the requests to the Freqtrade API must be authenticated, a proper CORS policy is key to avoid security problems. Also, the standard disallows * CORS policies for requests with credentials, so this setting must be set appropriately. Users can configure this themselves via the CORS_origins configuration setting. It consists of a list of allowed sites that are allowed to consume resources from the bot's API. Assuming your application is deployed as https://frequi.freqtrade.io/home/ - this would mean that the following configuration becomes necessary: jsonc { //... \"jwt_secret_key\": \"somethingrandom\", \"CORS_origins\": [\"https://frequi.freqtrade.io\"], //... } Note We strongly recommend to also set jwt_secret_key to something random and known only to yourself to avoid unauthorized access to your bot.","title":"REST API & FreqUI"},{"location":"rest-api/#rest-api-frequi","text":"","title":"REST API & FreqUI"},{"location":"rest-api/#frequi","text":"Freqtrade provides a builtin webserver, which can serve FreqUI , the freqtrade UI. By default, the UI is not included in the installation (except for docker images), and must be installed explicitly with freqtrade install-ui . This same command can also be used to update freqUI, should there be a new release. Once the bot is started in trade / dry-run mode (with freqtrade trade ) - the UI will be available under the configured port below (usually http://127.0.0.1:8080 ). Alpha release FreqUI is still considered an alpha release - if you encounter bugs or inconsistencies please open a FreqUI issue . developers Developers should not use this method, but instead use the method described in the freqUI repository to get the source-code of freqUI.","title":"FreqUI"},{"location":"rest-api/#configuration","text":"Enable the rest API by adding the api_server section to your configuration and setting api_server.enabled to true . Sample configuration: json \"api_server\": { \"enabled\": true, \"listen_ip_address\": \"127.0.0.1\", \"listen_port\": 8080, \"verbosity\": \"error\", \"enable_openapi\": false, \"jwt_secret_key\": \"somethingrandom\", \"CORS_origins\": [], \"username\": \"Freqtrader\", \"password\": \"SuperSecret1!\" }, Security warning By default, the configuration listens on localhost only (so it's not reachable from other systems). We strongly recommend to not expose this API to the internet and choose a strong, unique password, since others will potentially be able to control your bot. You can then access the API by going to http://127.0.0.1:8080/api/v1/ping in a browser to check if the API is running correctly. This should return the response: output {\"status\":\"pong\"} All other endpoints return sensitive info and require authentication and are therefore not available through a web browser.","title":"Configuration"},{"location":"rest-api/#security","text":"To generate a secure password, best use a password manager, or use the below code. python import secrets secrets.token_hex() JWT token Use the same method to also generate a JWT secret key ( jwt_secret_key ). Password selection Please make sure to select a very strong, unique password to protect your bot from unauthorized access. Also change jwt_secret_key to something random (no need to remember this, but it'll be used to encrypt your session, so it better be something unique!).","title":"Security"},{"location":"rest-api/#configuration-with-docker","text":"If you run your bot using docker, you'll need to have the bot listen to incoming connections. The security is then handled by docker. json \"api_server\": { \"enabled\": true, \"listen_ip_address\": \"0.0.0.0\", \"listen_port\": 8080, \"username\": \"Freqtrader\", \"password\": \"SuperSecret1!\", //... }, Uncomment the following from your docker-compose file: yml ports: - \"127.0.0.1:8080:8080\" Security warning By using 8080:8080 in the docker port mapping, the API will be available to everyone connecting to the server under the correct port, so others may be able to control your bot.","title":"Configuration with docker"},{"location":"rest-api/#rest-api","text":"","title":"Rest API"},{"location":"rest-api/#consuming-the-api","text":"You can consume the API by using the script scripts/rest_client.py . The client script only requires the requests module, so Freqtrade does not need to be installed on the system. bash python3 scripts/rest_client.py [optional parameters] By default, the script assumes 127.0.0.1 (localhost) and port 8080 to be used, however you can specify a configuration file to override this behaviour.","title":"Consuming the API"},{"location":"rest-api/#minimalistic-client-config","text":"json { \"api_server\": { \"enabled\": true, \"listen_ip_address\": \"0.0.0.0\", \"listen_port\": 8080, \"username\": \"Freqtrader\", \"password\": \"SuperSecret1!\", //... } } bash python3 scripts/rest_client.py --config rest_config.json [optional parameters]","title":"Minimalistic client config"},{"location":"rest-api/#available-endpoints","text":"Command Description ping Simple command testing the API Readiness - requires no authentication. start Starts the trader. stop Stops the trader. stopbuy Stops the trader from opening new trades. Gracefully closes open trades according to their rules. reload_config Reloads the configuration file. trades List last trades. Limited to 500 trades per call. trade/ Get specific trade. delete_trade Remove trade from the database. Tries to close open orders. Requires manual handling of this trade on the exchange. show_config Shows part of the current configuration with relevant settings to operation. logs Shows last log messages. status Lists all open trades. count Displays number of trades used and available. locks Displays currently locked pairs. delete_lock Deletes (disables) the lock by id. profit Display a summary of your profit/loss from close trades and some stats about your performance. forcesell Instantly sells the given trade (Ignoring minimum_roi ). forcesell all Instantly sells all open trades (Ignoring minimum_roi ). forcebuy [rate] Instantly buys the given pair. Rate is optional. ( forcebuy_enable must be set to True) performance Show performance of each finished trade grouped by pair. balance Show account balance per currency. daily Shows profit or loss per day, over the last n days (n defaults to 7). stats Display a summary of profit / loss reasons as well as average holding times. whitelist Show the current whitelist. blacklist [pair] Show the current blacklist, or adds a pair to the blacklist. edge Show validated pairs by Edge if it is enabled. pair_candles Returns dataframe for a pair / timeframe combination while the bot is running. Alpha pair_history Returns an analyzed dataframe for a given timerange, analyzed by a given strategy. Alpha plot_config Get plot config from the strategy (or nothing if not configured). Alpha strategies List strategies in strategy directory. Alpha strategy Get specific Strategy content. Alpha available_pairs List available backtest data. Alpha version Show version. Alpha status Endpoints labeled with Alpha status above may change at any time without notice. Possible commands can be listed from the rest-client script using the help command. bash python3 scripts/rest_client.py help ``` output Possible commands: available_pairs Return available pair (backtest data) based on timeframe / stake_currency selection :param timeframe: Only pairs with this timeframe available. :param stake_currency: Only pairs that include this timeframe balance Get the account balance. blacklist Show the current blacklist. :param add: List of coins to add (example: \"BNB/BTC\") count Return the amount of open trades. daily Return the profits for each day, and amount of trades. delete_lock Delete (disable) lock from the database. :param lock_id: ID for the lock to delete delete_trade Delete trade from the database. Tries to close open orders. Requires manual handling of this asset on the exchange. :param trade_id: Deletes the trade with this ID from the database. edge Return information about edge. forcebuy Buy an asset. :param pair: Pair to buy (ETH/BTC) :param price: Optional - price to buy forcesell Force-sell a trade. :param tradeid: Id of the trade (can be received via status command) locks Return current locks logs Show latest logs. :param limit: Limits log messages to the last logs. No limit to get the entire log. pair_candles Return live dataframe for . :param pair: Pair to get data for :param timeframe: Only pairs with this timeframe available. :param limit: Limit result to the last n candles. pair_history Return historic, analyzed dataframe :param pair: Pair to get data for :param timeframe: Only pairs with this timeframe available. :param strategy: Strategy to analyze and get values for :param timerange: Timerange to get data for (same format than --timerange endpoints) performance Return the performance of the different coins. ping simple ping plot_config Return plot configuration if the strategy defines one. profit Return the profit summary. reload_config Reload configuration. show_config Returns part of the configuration, relevant for trading operations. start Start the bot if it's in the stopped state. stats Return the stats report (durations, sell-reasons). status Get the status of open trades. stop Stop the bot. Use start to restart. stopbuy Stop buying (but handle sells gracefully). Use reload_config to reset. strategies Lists available strategies strategy Get strategy details :param strategy: Strategy class name trade Return specific trade :param trade_id: Specify which trade to get. trades Return trades history, sorted by id :param limit: Limits trades to the X last trades. Max 500 trades. :param offset: Offset by this amount of trades. version Return the version of the bot. whitelist Show the current whitelist. ```","title":"Available endpoints"},{"location":"rest-api/#openapi-interface","text":"To enable the builtin openAPI interface (Swagger UI), specify \"enable_openapi\": true in the api_server configuration. This will enable the Swagger UI at the /docs endpoint. By default, that's running at http://localhost:8080/docs/ - but it'll depend on your settings.","title":"OpenAPI interface"},{"location":"rest-api/#advanced-api-usage-using-jwt-tokens","text":"Note The below should be done in an application (a Freqtrade REST API client, which fetches info via API), and is not intended to be used on a regular basis. Freqtrade's REST API also offers JWT (JSON Web Tokens). You can login using the following command, and subsequently use the resulting access_token. ``` bash curl -X POST --user Freqtrader http://localhost:8080/api/v1/token/login access_token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODkxMTk2ODEsIm5iZiI6MTU4OTExOTY4MSwianRpIjoiMmEwYmY0NWUtMjhmOS00YTUzLTlmNzItMmM5ZWVlYThkNzc2IiwiZXhwIjoxNTg5MTIwNTgxLCJpZGVudGl0eSI6eyJ1IjoiRnJlcXRyYWRlciJ9LCJmcmVzaCI6ZmFsc2UsInR5cGUiOiJhY2Nlc3MifQ.qt6MAXYIa-l556OM7arBvYJ0SDI9J8bIk3_glDujF5g\"","title":"Advanced API usage using JWT tokens"},{"location":"rest-api/#use-access_token-for-authentication","text":"curl -X GET --header \"Authorization: Bearer ${access_token}\" http://localhost:8080/api/v1/count ``` Since the access token has a short timeout (15 min) - the token/refresh request should be used periodically to get a fresh access token: ``` bash curl -X POST --header \"Authorization: Bearer ${refresh_token}\" http://localhost:8080/api/v1/token/refresh {\"access_token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1ODkxMTk5NzQsIm5iZiI6MTU4OTExOTk3NCwianRpIjoiMDBjNTlhMWUtMjBmYS00ZTk0LTliZjAtNWQwNTg2MTdiZDIyIiwiZXhwIjoxNTg5MTIwODc0LCJpZGVudGl0eSI6eyJ1IjoiRnJlcXRyYWRlciJ9LCJmcmVzaCI6ZmFsc2UsInR5cGUiOiJhY2Nlc3MifQ.1seHlII3WprjjclY6DpRhen0rqdF4j6jbvxIhUFaSbs\"} ```","title":"Use access_token for authentication"},{"location":"rest-api/#cors","text":"All web-based front-ends are subject to CORS - Cross-Origin Resource Sharing. Since most of the requests to the Freqtrade API must be authenticated, a proper CORS policy is key to avoid security problems. Also, the standard disallows * CORS policies for requests with credentials, so this setting must be set appropriately. Users can configure this themselves via the CORS_origins configuration setting. It consists of a list of allowed sites that are allowed to consume resources from the bot's API. Assuming your application is deployed as https://frequi.freqtrade.io/home/ - this would mean that the following configuration becomes necessary: jsonc { //... \"jwt_secret_key\": \"somethingrandom\", \"CORS_origins\": [\"https://frequi.freqtrade.io\"], //... } Note We strongly recommend to also set jwt_secret_key to something random and known only to yourself to avoid unauthorized access to your bot.","title":"CORS"},{"location":"sandbox-testing/","text":"Sandbox API testing \u00b6 Some exchanges provide sandboxes or testbeds for risk-free testing, while running the bot against a real exchange. With some configuration, freqtrade (in combination with ccxt) provides access to these. This document is an overview to configure Freqtrade to be used with sandboxes. This can be useful to developers and trader alike. Warning Sandboxes usually have very low volume, and either a very wide spread, or no orders available at all. Therefore, sandboxes will usually not do a good job of showing you how a strategy would work in real trading. Exchanges known to have a sandbox / testnet \u00b6 binance coinbasepro gemini huobipro kucoin phemex Note We did not test correct functioning of all of the above testnets. Please report your experiences with each sandbox. Configure a Sandbox account \u00b6 When testing your API connectivity, make sure to use the appropriate sandbox / testnet URL. In general, you should follow these steps to enable an exchange's sandbox: Figure out if an exchange has a sandbox (most likely by using google or the exchange's support documents) Create a sandbox account (often the sandbox-account requires separate registration) Add some test assets to account Create API keys Add test funds \u00b6 Usually, sandbox exchanges allow depositing funds directly via web-interface. You should make sure to have a realistic amount of funds available to your test-account, so results are representable of your real account funds. Warning Test exchanges will NEVER require your real credit card or banking details! Configure freqtrade to use a exchange's sandbox \u00b6 Sandbox URLs \u00b6 Freqtrade makes use of CCXT which in turn provides a list of URLs to Freqtrade. These include ['test'] and ['api'] . [Test] if available will point to an Exchanges sandbox. [Api] normally used, and resolves to live API target on the exchange. To make use of sandbox / test add \"sandbox\": true, to your config.json json \"exchange\": { \"name\": \"coinbasepro\", \"sandbox\": true, \"key\": \"5wowfxemogxeowo;heiohgmd\", \"secret\": \"/ZMH1P62rCVmwefewrgcewX8nh4gob+lywxfwfxwwfxwfNsH1ySgvWCUR/w==\", \"password\": \"1bkjfkhfhfu6sr\", \"outdated_offset\": 5 \"pair_whitelist\": [ \"BTC/USD\" ] }, \"datadir\": \"user_data/data/coinbasepro_sandbox\" Also the following information: api-key (created for the sandbox webpage) api-secret (noted earlier) password (the passphrase - noted earlier) Different data directory We also recommend to set datadir to something identifying downloaded data as sandbox data, to avoid having sandbox data mixed with data from the real exchange. This can be done by adding the \"datadir\" key to the configuration. Now, whenever you use this configuration, your data directory will be set to this directory. You should now be ready to test your sandbox \u00b6 Ensure Freqtrade logs show the sandbox URL, and trades made are shown in sandbox. Also make sure to select a pair which shows at least some decent value (which very often is BTC/ ). Common problems with sandbox exchanges \u00b6 Sandbox exchange instances often have very low volume, which can cause some problems which usually are not seen on a real exchange instance. Old Candles problem \u00b6 Since Sandboxes often have low volume, candles can be quite old and show no volume. To disable the error \"Outdated history for pair ...\", best increase the parameter \"outdated_offset\" to a number that seems realistic for the sandbox you're using. Unfilled orders \u00b6 Sandboxes often have very low volumes - which means that many trades can go unfilled, or can go unfilled for a very long time. To mitigate this, you can try to match the first order on the opposite orderbook side using the following configuration: jsonc \"order_types\": { \"buy\": \"limit\", \"sell\": \"limit\" // ... }, \"bid_strategy\": { \"price_side\": \"ask\", // ... }, \"ask_strategy\":{ \"price_side\": \"bid\", // ... }, The configuration is similar to the suggested configuration for market orders - however by using limit-orders you can avoid moving the price too much, and you can set the worst price you might get.","title":"Sandbox Testing"},{"location":"sandbox-testing/#sandbox-api-testing","text":"Some exchanges provide sandboxes or testbeds for risk-free testing, while running the bot against a real exchange. With some configuration, freqtrade (in combination with ccxt) provides access to these. This document is an overview to configure Freqtrade to be used with sandboxes. This can be useful to developers and trader alike. Warning Sandboxes usually have very low volume, and either a very wide spread, or no orders available at all. Therefore, sandboxes will usually not do a good job of showing you how a strategy would work in real trading.","title":"Sandbox API testing"},{"location":"sandbox-testing/#exchanges-known-to-have-a-sandbox-testnet","text":"binance coinbasepro gemini huobipro kucoin phemex Note We did not test correct functioning of all of the above testnets. Please report your experiences with each sandbox.","title":"Exchanges known to have a sandbox / testnet"},{"location":"sandbox-testing/#configure-a-sandbox-account","text":"When testing your API connectivity, make sure to use the appropriate sandbox / testnet URL. In general, you should follow these steps to enable an exchange's sandbox: Figure out if an exchange has a sandbox (most likely by using google or the exchange's support documents) Create a sandbox account (often the sandbox-account requires separate registration) Add some test assets to account Create API keys","title":"Configure a Sandbox account"},{"location":"sandbox-testing/#add-test-funds","text":"Usually, sandbox exchanges allow depositing funds directly via web-interface. You should make sure to have a realistic amount of funds available to your test-account, so results are representable of your real account funds. Warning Test exchanges will NEVER require your real credit card or banking details!","title":"Add test funds"},{"location":"sandbox-testing/#configure-freqtrade-to-use-a-exchanges-sandbox","text":"","title":"Configure freqtrade to use a exchange's sandbox"},{"location":"sandbox-testing/#sandbox-urls","text":"Freqtrade makes use of CCXT which in turn provides a list of URLs to Freqtrade. These include ['test'] and ['api'] . [Test] if available will point to an Exchanges sandbox. [Api] normally used, and resolves to live API target on the exchange. To make use of sandbox / test add \"sandbox\": true, to your config.json json \"exchange\": { \"name\": \"coinbasepro\", \"sandbox\": true, \"key\": \"5wowfxemogxeowo;heiohgmd\", \"secret\": \"/ZMH1P62rCVmwefewrgcewX8nh4gob+lywxfwfxwwfxwfNsH1ySgvWCUR/w==\", \"password\": \"1bkjfkhfhfu6sr\", \"outdated_offset\": 5 \"pair_whitelist\": [ \"BTC/USD\" ] }, \"datadir\": \"user_data/data/coinbasepro_sandbox\" Also the following information: api-key (created for the sandbox webpage) api-secret (noted earlier) password (the passphrase - noted earlier) Different data directory We also recommend to set datadir to something identifying downloaded data as sandbox data, to avoid having sandbox data mixed with data from the real exchange. This can be done by adding the \"datadir\" key to the configuration. Now, whenever you use this configuration, your data directory will be set to this directory.","title":"Sandbox URLs"},{"location":"sandbox-testing/#you-should-now-be-ready-to-test-your-sandbox","text":"Ensure Freqtrade logs show the sandbox URL, and trades made are shown in sandbox. Also make sure to select a pair which shows at least some decent value (which very often is BTC/ ).","title":"You should now be ready to test your sandbox"},{"location":"sandbox-testing/#common-problems-with-sandbox-exchanges","text":"Sandbox exchange instances often have very low volume, which can cause some problems which usually are not seen on a real exchange instance.","title":"Common problems with sandbox exchanges"},{"location":"sandbox-testing/#old-candles-problem","text":"Since Sandboxes often have low volume, candles can be quite old and show no volume. To disable the error \"Outdated history for pair ...\", best increase the parameter \"outdated_offset\" to a number that seems realistic for the sandbox you're using.","title":"Old Candles problem"},{"location":"sandbox-testing/#unfilled-orders","text":"Sandboxes often have very low volumes - which means that many trades can go unfilled, or can go unfilled for a very long time. To mitigate this, you can try to match the first order on the opposite orderbook side using the following configuration: jsonc \"order_types\": { \"buy\": \"limit\", \"sell\": \"limit\" // ... }, \"bid_strategy\": { \"price_side\": \"ask\", // ... }, \"ask_strategy\":{ \"price_side\": \"bid\", // ... }, The configuration is similar to the suggested configuration for market orders - however by using limit-orders you can avoid moving the price too much, and you can set the worst price you might get.","title":"Unfilled orders"},{"location":"sql_cheatsheet/","text":"SQL Helper \u00b6 This page contains some help if you want to edit your sqlite db. Install sqlite3 \u00b6 Sqlite3 is a terminal based sqlite application. Feel free to use a visual Database editor like SqliteBrowser if you feel more comfortable with that. Ubuntu/Debian installation \u00b6 bash sudo apt-get install sqlite3 Using sqlite3 via docker-compose \u00b6 The freqtrade docker image does contain sqlite3, so you can edit the database without having to install anything on the host system. bash docker-compose exec freqtrade /bin/bash sqlite3 .sqlite Open the DB \u00b6 bash sqlite3 .open Table structure \u00b6 List tables \u00b6 bash .tables Display table structure \u00b6 bash .schema Get all trades in the table \u00b6 sql SELECT * FROM trades; Fix trade still open after a manual sell on the exchange \u00b6 Warning Manually selling a pair on the exchange will not be detected by the bot and it will try to sell anyway. Whenever possible, forcesell should be used to accomplish the same thing. It is strongly advised to backup your database file before making any manual changes. Note This should not be necessary after /forcesell, as forcesell orders are closed automatically by the bot on the next iteration. sql UPDATE trades SET is_open=0, close_date=, close_rate=, close_profit = close_rate / open_rate - 1, close_profit_abs = (amount * * (1 - fee_close) - (amount * (open_rate * (1 - fee_open)))), sell_reason= WHERE id=; Example \u00b6 sql UPDATE trades SET is_open=0, close_date='2020-06-20 03:08:45.103418', close_rate=0.19638016, close_profit=0.0496, close_profit_abs = (amount * 0.19638016 * (1 - fee_close) - (amount * (open_rate * (1 - fee_open)))), sell_reason='force_sell' WHERE id=31; Remove trade from the database \u00b6 Use RPC Methods to delete trades Consider using /delete via telegram or rest API. That's the recommended way to deleting trades. If you'd still like to remove a trade from the database directly, you can use the below query. sql DELETE FROM trades WHERE id = ; sql DELETE FROM trades WHERE id = 31; Warning This will remove this trade from the database. Please make sure you got the correct id and NEVER run this query without the where clause. Use a different database system \u00b6 Warning By using one of the below database systems, you acknowledge that you know how to manage such a system. Freqtrade will not provide any support with setup or maintenance (or backups) of the below database systems. PostgreSQL \u00b6 Freqtrade supports PostgreSQL by using SQLAlchemy, which supports multiple different database systems. Installation: pip install psycopg2 Usage: ... --db-url postgresql+psycopg2://:@localhost:5432/ Freqtrade will automatically create the tables necessary upon startup. If you're running different instances of Freqtrade, you must either setup one database per Instance or use different users / schemas for your connections. MariaDB / MySQL \u00b6 Freqtrade supports MariaDB by using SQLAlchemy, which supports multiple different database systems. Installation: pip install pymysql Usage: ... --db-url mysql+pymysql://:@localhost:3306/","title":"SQL Cheat-sheet"},{"location":"sql_cheatsheet/#sql-helper","text":"This page contains some help if you want to edit your sqlite db.","title":"SQL Helper"},{"location":"sql_cheatsheet/#install-sqlite3","text":"Sqlite3 is a terminal based sqlite application. Feel free to use a visual Database editor like SqliteBrowser if you feel more comfortable with that.","title":"Install sqlite3"},{"location":"sql_cheatsheet/#ubuntudebian-installation","text":"bash sudo apt-get install sqlite3","title":"Ubuntu/Debian installation"},{"location":"sql_cheatsheet/#using-sqlite3-via-docker-compose","text":"The freqtrade docker image does contain sqlite3, so you can edit the database without having to install anything on the host system. bash docker-compose exec freqtrade /bin/bash sqlite3 .sqlite","title":"Using sqlite3 via docker-compose"},{"location":"sql_cheatsheet/#open-the-db","text":"bash sqlite3 .open ","title":"Open the DB"},{"location":"sql_cheatsheet/#table-structure","text":"","title":"Table structure"},{"location":"sql_cheatsheet/#list-tables","text":"bash .tables","title":"List tables"},{"location":"sql_cheatsheet/#display-table-structure","text":"bash .schema ","title":"Display table structure"},{"location":"sql_cheatsheet/#get-all-trades-in-the-table","text":"sql SELECT * FROM trades;","title":"Get all trades in the table"},{"location":"sql_cheatsheet/#fix-trade-still-open-after-a-manual-sell-on-the-exchange","text":"Warning Manually selling a pair on the exchange will not be detected by the bot and it will try to sell anyway. Whenever possible, forcesell should be used to accomplish the same thing. It is strongly advised to backup your database file before making any manual changes. Note This should not be necessary after /forcesell, as forcesell orders are closed automatically by the bot on the next iteration. sql UPDATE trades SET is_open=0, close_date=, close_rate=, close_profit = close_rate / open_rate - 1, close_profit_abs = (amount * * (1 - fee_close) - (amount * (open_rate * (1 - fee_open)))), sell_reason= WHERE id=;","title":"Fix trade still open after a manual sell on the exchange"},{"location":"sql_cheatsheet/#example","text":"sql UPDATE trades SET is_open=0, close_date='2020-06-20 03:08:45.103418', close_rate=0.19638016, close_profit=0.0496, close_profit_abs = (amount * 0.19638016 * (1 - fee_close) - (amount * (open_rate * (1 - fee_open)))), sell_reason='force_sell' WHERE id=31;","title":"Example"},{"location":"sql_cheatsheet/#remove-trade-from-the-database","text":"Use RPC Methods to delete trades Consider using /delete via telegram or rest API. That's the recommended way to deleting trades. If you'd still like to remove a trade from the database directly, you can use the below query. sql DELETE FROM trades WHERE id = ; sql DELETE FROM trades WHERE id = 31; Warning This will remove this trade from the database. Please make sure you got the correct id and NEVER run this query without the where clause.","title":"Remove trade from the database"},{"location":"sql_cheatsheet/#use-a-different-database-system","text":"Warning By using one of the below database systems, you acknowledge that you know how to manage such a system. Freqtrade will not provide any support with setup or maintenance (or backups) of the below database systems.","title":"Use a different database system"},{"location":"sql_cheatsheet/#postgresql","text":"Freqtrade supports PostgreSQL by using SQLAlchemy, which supports multiple different database systems. Installation: pip install psycopg2 Usage: ... --db-url postgresql+psycopg2://:@localhost:5432/ Freqtrade will automatically create the tables necessary upon startup. If you're running different instances of Freqtrade, you must either setup one database per Instance or use different users / schemas for your connections.","title":"PostgreSQL"},{"location":"sql_cheatsheet/#mariadb-mysql","text":"Freqtrade supports MariaDB by using SQLAlchemy, which supports multiple different database systems. Installation: pip install pymysql Usage: ... --db-url mysql+pymysql://:@localhost:3306/","title":"MariaDB / MySQL"},{"location":"stoploss/","text":"Stop Loss \u00b6 The stoploss configuration parameter is loss as ratio that should trigger a sale. For example, value -0.10 will cause immediate sell if the profit dips below -10% for a given trade. This parameter is optional. Most of the strategy files already include the optimal stoploss value. Info All stoploss properties mentioned in this file can be set in the Strategy, or in the configuration. Configuration values will override the strategy values. Stop Loss On-Exchange/Freqtrade \u00b6 Those stoploss modes can be on exchange or off exchange . These modes can be configured with these values: python 'emergencysell': 'market', 'stoploss_on_exchange': False 'stoploss_on_exchange_interval': 60, 'stoploss_on_exchange_limit_ratio': 0.99 Note Stoploss on exchange is only supported for Binance (stop-loss-limit), Kraken (stop-loss-market, stop-loss-limit) and FTX (stop limit and stop-market) as of now. Do not set too low/tight stoploss value if using stop loss on exchange! If set to low/tight then you have greater risk of missing fill on the order and stoploss will not work. stoploss_on_exchange and stoploss_on_exchange_limit_ratio \u00b6 Enable or Disable stop loss on exchange. If the stoploss is on exchange it means a stoploss limit order is placed on the exchange immediately after buy order happens successfully. This will protect you against sudden crashes in market as the order will be in the queue immediately and if market goes down then the order has more chance of being fulfilled. If stoploss_on_exchange uses limit orders, the exchange needs 2 prices, the stoploss_price and the Limit price. stoploss defines the stop-price where the limit order is placed - and limit should be slightly below this. If an exchange supports both limit and market stoploss orders, then the value of stoploss will be used to determine the stoploss type. Calculation example: we bought the asset at 100$. Stop-price is 95$, then limit would be 95 * 0.99 = 94.05$ - so the limit order fill can happen between 95$ and 94.05$. For example, assuming the stoploss is on exchange, and trailing stoploss is enabled, and the market is going up, then the bot automatically cancels the previous stoploss order and puts a new one with a stop value higher than the previous stoploss order. Note If stoploss_on_exchange is enabled and the stoploss is cancelled manually on the exchange, then the bot will create a new stoploss order. stoploss_on_exchange_interval \u00b6 In case of stoploss on exchange there is another parameter called stoploss_on_exchange_interval . This configures the interval in seconds at which the bot will check the stoploss and update it if necessary. The bot cannot do these every 5 seconds (at each iteration), otherwise it would get banned by the exchange. So this parameter will tell the bot how often it should update the stoploss order. The default value is 60 (1 minute). This same logic will reapply a stoploss order on the exchange should you cancel it accidentally. forcesell \u00b6 forcesell is an optional value, which defaults to the same value as sell and is used when sending a /forcesell command from Telegram or from the Rest API. forcebuy \u00b6 forcebuy is an optional value, which defaults to the same value as buy and is used when sending a /forcebuy command from Telegram or from the Rest API. emergencysell \u00b6 emergencysell is an optional value, which defaults to market and is used when creating stop loss on exchange orders fails. The below is the default which is used if not changed in strategy or configuration file. Example from strategy file: python order_types = { 'buy': 'limit', 'sell': 'limit', 'emergencysell': 'market', 'stoploss': 'market', 'stoploss_on_exchange': True, 'stoploss_on_exchange_interval': 60, 'stoploss_on_exchange_limit_ratio': 0.99 } Stop Loss Types \u00b6 At this stage the bot contains the following stoploss support modes: Static stop loss. Trailing stop loss. Trailing stop loss, custom positive loss. Trailing stop loss only once the trade has reached a certain offset. Custom stoploss function Static Stop Loss \u00b6 This is very simple, you define a stop loss of x (as a ratio of price, i.e. x * 100% of price). This will try to sell the asset once the loss exceeds the defined loss. Example of stop loss: python stoploss = -0.10 For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ Trailing Stop Loss \u00b6 The initial value for this is stoploss , just as you would define your static Stop loss. To enable trailing stoploss: python stoploss = -0.10 trailing_stop = True This will now activate an algorithm, which automatically moves the stop loss up every time the price of your asset increases. For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ assuming the asset now increases to 102$ the stop loss will now be -10% of 102$ = 91.8$ now the asset drops in value to 101$, the stop loss will still be 91.8$ and would trigger at 91.8$. In summary: The stoploss will be adjusted to be always be -10% of the highest observed price. Trailing stop loss, custom positive loss \u00b6 It is also possible to have a default stop loss, when you are in the red with your buy (buy - fee), but once you hit positive result the system will utilize a new stop loss, which can have a different value. For example, your default stop loss is -10%, but once you have more than 0% profit (example 0.1%) a different trailing stoploss will be used. Note If you want the stoploss to only be changed when you break even of making a profit (what most users want) please refer to next section with offset enabled . Both values require trailing_stop to be set to true and trailing_stop_positive with a value. python stoploss = -0.10 trailing_stop = True trailing_stop_positive = 0.02 For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ assuming the asset now increases to 102$ the stop loss will now be -2% of 102$ = 99.96$ (99.96$ stop loss will be locked in and will follow asset price increments with -2%) now the asset drops in value to 101$, the stop loss will still be 99.96$ and would trigger at 99.96$ The 0.02 would translate to a -2% stop loss. Before this, stoploss is used for the trailing stoploss. Trailing stop loss only once the trade has reached a certain offset \u00b6 It is also possible to use a static stoploss until the offset is reached, and then trail the trade to take profits once the market turns. If \"trailing_only_offset_is_reached\": true then the trailing stoploss is only activated once the offset is reached. Until then, the stoploss remains at the configured stoploss . This option can be used with or without trailing_stop_positive , but uses trailing_stop_positive_offset as offset. python trailing_stop_positive_offset = 0.011 trailing_only_offset_is_reached = True Configuration (offset is buy-price + 3%): python stoploss = -0.10 trailing_stop = True trailing_stop_positive = 0.02 trailing_stop_positive_offset = 0.03 trailing_only_offset_is_reached = True For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ stoploss will remain at 90$ unless asset increases to or above our configured offset assuming the asset now increases to 103$ (where we have the offset configured) the stop loss will now be -2% of 103$ = 100.94$ now the asset drops in value to 101$, the stop loss will still be 100.94$ and would trigger at 100.94$ Tip Make sure to have this value ( trailing_stop_positive_offset ) lower than minimal ROI, otherwise minimal ROI will apply first and sell the trade. Changing stoploss on open trades \u00b6 A stoploss on an open trade can be changed by changing the value in the configuration or strategy and use the /reload_config command (alternatively, completely stopping and restarting the bot also works). The new stoploss value will be applied to open trades (and corresponding log-messages will be generated). Limitations \u00b6 Stoploss values cannot be changed if trailing_stop is enabled and the stoploss has already been adjusted, or if Edge is enabled (since Edge would recalculate stoploss based on the current market situation).","title":"Stoploss"},{"location":"stoploss/#stop-loss","text":"The stoploss configuration parameter is loss as ratio that should trigger a sale. For example, value -0.10 will cause immediate sell if the profit dips below -10% for a given trade. This parameter is optional. Most of the strategy files already include the optimal stoploss value. Info All stoploss properties mentioned in this file can be set in the Strategy, or in the configuration. Configuration values will override the strategy values.","title":"Stop Loss"},{"location":"stoploss/#stop-loss-on-exchangefreqtrade","text":"Those stoploss modes can be on exchange or off exchange . These modes can be configured with these values: python 'emergencysell': 'market', 'stoploss_on_exchange': False 'stoploss_on_exchange_interval': 60, 'stoploss_on_exchange_limit_ratio': 0.99 Note Stoploss on exchange is only supported for Binance (stop-loss-limit), Kraken (stop-loss-market, stop-loss-limit) and FTX (stop limit and stop-market) as of now. Do not set too low/tight stoploss value if using stop loss on exchange! If set to low/tight then you have greater risk of missing fill on the order and stoploss will not work.","title":"Stop Loss On-Exchange/Freqtrade"},{"location":"stoploss/#stoploss_on_exchange-and-stoploss_on_exchange_limit_ratio","text":"Enable or Disable stop loss on exchange. If the stoploss is on exchange it means a stoploss limit order is placed on the exchange immediately after buy order happens successfully. This will protect you against sudden crashes in market as the order will be in the queue immediately and if market goes down then the order has more chance of being fulfilled. If stoploss_on_exchange uses limit orders, the exchange needs 2 prices, the stoploss_price and the Limit price. stoploss defines the stop-price where the limit order is placed - and limit should be slightly below this. If an exchange supports both limit and market stoploss orders, then the value of stoploss will be used to determine the stoploss type. Calculation example: we bought the asset at 100$. Stop-price is 95$, then limit would be 95 * 0.99 = 94.05$ - so the limit order fill can happen between 95$ and 94.05$. For example, assuming the stoploss is on exchange, and trailing stoploss is enabled, and the market is going up, then the bot automatically cancels the previous stoploss order and puts a new one with a stop value higher than the previous stoploss order. Note If stoploss_on_exchange is enabled and the stoploss is cancelled manually on the exchange, then the bot will create a new stoploss order.","title":"stoploss_on_exchange and stoploss_on_exchange_limit_ratio"},{"location":"stoploss/#stoploss_on_exchange_interval","text":"In case of stoploss on exchange there is another parameter called stoploss_on_exchange_interval . This configures the interval in seconds at which the bot will check the stoploss and update it if necessary. The bot cannot do these every 5 seconds (at each iteration), otherwise it would get banned by the exchange. So this parameter will tell the bot how often it should update the stoploss order. The default value is 60 (1 minute). This same logic will reapply a stoploss order on the exchange should you cancel it accidentally.","title":"stoploss_on_exchange_interval"},{"location":"stoploss/#forcesell","text":"forcesell is an optional value, which defaults to the same value as sell and is used when sending a /forcesell command from Telegram or from the Rest API.","title":"forcesell"},{"location":"stoploss/#forcebuy","text":"forcebuy is an optional value, which defaults to the same value as buy and is used when sending a /forcebuy command from Telegram or from the Rest API.","title":"forcebuy"},{"location":"stoploss/#emergencysell","text":"emergencysell is an optional value, which defaults to market and is used when creating stop loss on exchange orders fails. The below is the default which is used if not changed in strategy or configuration file. Example from strategy file: python order_types = { 'buy': 'limit', 'sell': 'limit', 'emergencysell': 'market', 'stoploss': 'market', 'stoploss_on_exchange': True, 'stoploss_on_exchange_interval': 60, 'stoploss_on_exchange_limit_ratio': 0.99 }","title":"emergencysell"},{"location":"stoploss/#stop-loss-types","text":"At this stage the bot contains the following stoploss support modes: Static stop loss. Trailing stop loss. Trailing stop loss, custom positive loss. Trailing stop loss only once the trade has reached a certain offset. Custom stoploss function","title":"Stop Loss Types"},{"location":"stoploss/#static-stop-loss","text":"This is very simple, you define a stop loss of x (as a ratio of price, i.e. x * 100% of price). This will try to sell the asset once the loss exceeds the defined loss. Example of stop loss: python stoploss = -0.10 For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$","title":"Static Stop Loss"},{"location":"stoploss/#trailing-stop-loss","text":"The initial value for this is stoploss , just as you would define your static Stop loss. To enable trailing stoploss: python stoploss = -0.10 trailing_stop = True This will now activate an algorithm, which automatically moves the stop loss up every time the price of your asset increases. For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ assuming the asset now increases to 102$ the stop loss will now be -10% of 102$ = 91.8$ now the asset drops in value to 101$, the stop loss will still be 91.8$ and would trigger at 91.8$. In summary: The stoploss will be adjusted to be always be -10% of the highest observed price.","title":"Trailing Stop Loss"},{"location":"stoploss/#trailing-stop-loss-custom-positive-loss","text":"It is also possible to have a default stop loss, when you are in the red with your buy (buy - fee), but once you hit positive result the system will utilize a new stop loss, which can have a different value. For example, your default stop loss is -10%, but once you have more than 0% profit (example 0.1%) a different trailing stoploss will be used. Note If you want the stoploss to only be changed when you break even of making a profit (what most users want) please refer to next section with offset enabled . Both values require trailing_stop to be set to true and trailing_stop_positive with a value. python stoploss = -0.10 trailing_stop = True trailing_stop_positive = 0.02 For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ assuming the asset now increases to 102$ the stop loss will now be -2% of 102$ = 99.96$ (99.96$ stop loss will be locked in and will follow asset price increments with -2%) now the asset drops in value to 101$, the stop loss will still be 99.96$ and would trigger at 99.96$ The 0.02 would translate to a -2% stop loss. Before this, stoploss is used for the trailing stoploss.","title":"Trailing stop loss, custom positive loss"},{"location":"stoploss/#trailing-stop-loss-only-once-the-trade-has-reached-a-certain-offset","text":"It is also possible to use a static stoploss until the offset is reached, and then trail the trade to take profits once the market turns. If \"trailing_only_offset_is_reached\": true then the trailing stoploss is only activated once the offset is reached. Until then, the stoploss remains at the configured stoploss . This option can be used with or without trailing_stop_positive , but uses trailing_stop_positive_offset as offset. python trailing_stop_positive_offset = 0.011 trailing_only_offset_is_reached = True Configuration (offset is buy-price + 3%): python stoploss = -0.10 trailing_stop = True trailing_stop_positive = 0.02 trailing_stop_positive_offset = 0.03 trailing_only_offset_is_reached = True For example, simplified math: the bot buys an asset at a price of 100$ the stop loss is defined at -10% the stop loss would get triggered once the asset drops below 90$ stoploss will remain at 90$ unless asset increases to or above our configured offset assuming the asset now increases to 103$ (where we have the offset configured) the stop loss will now be -2% of 103$ = 100.94$ now the asset drops in value to 101$, the stop loss will still be 100.94$ and would trigger at 100.94$ Tip Make sure to have this value ( trailing_stop_positive_offset ) lower than minimal ROI, otherwise minimal ROI will apply first and sell the trade.","title":"Trailing stop loss only once the trade has reached a certain offset"},{"location":"stoploss/#changing-stoploss-on-open-trades","text":"A stoploss on an open trade can be changed by changing the value in the configuration or strategy and use the /reload_config command (alternatively, completely stopping and restarting the bot also works). The new stoploss value will be applied to open trades (and corresponding log-messages will be generated).","title":"Changing stoploss on open trades"},{"location":"stoploss/#limitations","text":"Stoploss values cannot be changed if trailing_stop is enabled and the stoploss has already been adjusted, or if Edge is enabled (since Edge would recalculate stoploss based on the current market situation).","title":"Limitations"},{"location":"strategy-advanced/","text":"Advanced Strategies \u00b6 This page explains some advanced concepts available for strategies. If you're just getting started, please be familiar with the methods described in the Strategy Customization documentation and with the Freqtrade basics first. Freqtrade basics describes in which sequence each method described below is called, which can be helpful to understand which method to use for your custom needs. Note All callback methods described below should only be implemented in a strategy if they are actually used. Tip You can get a strategy template containing all below methods by running freqtrade new-strategy --strategy MyAwesomeStrategy --template advanced Storing information \u00b6 Storing information can be accomplished by creating a new dictionary within the strategy class. The name of the variable can be chosen at will, but should be prefixed with cust_ to avoid naming collisions with predefined strategy variables. ```python class AwesomeStrategy(IStrategy): # Create custom dictionary custom_info = {} def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: # Check if the entry already exists if not metadata[\"pair\"] in self.custom_info: # Create empty entry for this pair self.custom_info[metadata[\"pair\"]] = {} if \"crosstime\" in self.custom_info[metadata[\"pair\"]]: self.custom_info[metadata[\"pair\"]][\"crosstime\"] += 1 else: self.custom_info[metadata[\"pair\"]][\"crosstime\"] = 1 ``` Warning The data is not persisted after a bot-restart (or config-reload). Also, the amount of data should be kept smallish (no DataFrames and such), otherwise the bot will start to consume a lot of memory and eventually run out of memory and crash. Note If the data is pair-specific, make sure to use pair as one of the keys in the dictionary. Dataframe access \u00b6 You may access dataframe in various strategy functions by querying it from dataprovider. ``` python from freqtrade.exchange import timeframe_to_prev_date class AwesomeStrategy(IStrategy): def confirm_trade_exit(self, pair: str, trade: 'Trade', order_type: str, amount: float, rate: float, time_in_force: str, sell_reason: str, current_time: 'datetime', **kwargs) -> bool: # Obtain pair dataframe. dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) # Obtain last available candle. Do not use current_time to look up latest candle, because # current_time points to curret incomplete candle whose data is not available. last_candle = dataframe.iloc[-1].squeeze() # <...> # In dry/live runs trade open date will not match candle open date therefore it must be # rounded. trade_date = timeframe_to_prev_date(self.timeframe, trade.open_date_utc) # Look up trade candle. trade_candle = dataframe.loc[dataframe['date'] == trade_date] # trade_candle may be empty for trades that just opened as it is still incomplete. if not trade_candle.empty: trade_candle = trade_candle.squeeze() # <...> ``` Using .iloc[-1] You can use .iloc[-1] here because get_analyzed_dataframe() only returns candles that backtesting is allowed to see. This will not work in populate_* methods, so make sure to not use .iloc[] in that area. Also, this will only work starting with version 2021.5. Custom sell signal \u00b6 It is possible to define custom sell signals, indicating that specified position should be sold. This is very useful when we need to customize sell conditions for each individual trade, or if you need the trade profit to take the sell decision. For example you could implement a 1:2 risk-reward ROI with custom_sell() . Using custom_sell() signals in place of stoplosses though is not recommended . It is a inferior method to using custom_stoploss() in this regard - which also allows you to keep the stoploss on exchange. Note Returning a string or True from this method is equal to setting sell signal on a candle at specified time. This method is not called when sell signal is set already, or if sell signals are disabled ( use_sell_signal=False or sell_profit_only=True while profit is below sell_profit_offset ). string max length is 64 characters. Exceeding this limit will cause the message to be truncated to 64 characters. An example of how we can use different indicators depending on the current profit and also sell trades that were open longer than one day: ``` python class AwesomeStrategy(IStrategy): def custom_sell(self, pair: str, trade: 'Trade', current_time: 'datetime', current_rate: float, current_profit: float, **kwargs): dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) last_candle = dataframe.iloc[-1].squeeze() # Above 20% profit, sell when rsi < 80 if current_profit > 0.2: if last_candle['rsi'] < 80: return 'rsi_below_80' # Between 2% and 10%, sell if EMA-long above EMA-short if 0.02 < current_profit < 0.1: if last_candle['emalong'] > last_candle['emashort']: return 'ema_long_below_80' # Sell any positions at a loss if they are held for more than one day. if current_profit < 0.0 and (current_time - trade.open_date_utc).days >= 1: return 'unclog' ``` See Dataframe access for more information about dataframe use in strategy callbacks. Custom stoploss \u00b6 The stoploss price can only ever move upwards - if the stoploss value returned from custom_stoploss would result in a lower stoploss price than was previously set, it will be ignored. The traditional stoploss value serves as an absolute lower level and will be instated as the initial stoploss. The usage of the custom stoploss method must be enabled by setting use_custom_stoploss=True on the strategy object. The method must return a stoploss value (float / number) as a percentage of the current price. E.g. If the current_rate is 200 USD, then returning 0.02 will set the stoploss price 2% lower, at 196 USD. The absolute value of the return value is used (the sign is ignored), so returning 0.05 or -0.05 have the same result, a stoploss 5% below the current price. To simulate a regular trailing stoploss of 4% (trailing 4% behind the maximum reached price) you would use the following very simple method: ``` python additional imports required \u00b6 from datetime import datetime from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: \"\"\" Custom stoploss logic, returning the new distance relative to current_rate (as ratio). e.g. returning -0.05 would create a stoploss 5% below current_rate. The custom stoploss can never be below self.stoploss, which serves as a hard maximum loss. For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ When not implemented by a strategy, returns the initial stoploss value Only called when use_custom_stoploss is set to True. :param pair: Pair that's currently analyzed :param trade: trade object. :param current_time: datetime object, containing the current datetime :param current_rate: Rate, calculated based on pricing settings in ask_strategy. :param current_profit: Current profit (as ratio), calculated based on current_rate. :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. :return float: New stoploss value, relative to the current rate \"\"\" return -0.04 ``` Stoploss on exchange works similar to trailing_stop , and the stoploss on exchange is updated as configured in stoploss_on_exchange_interval ( More details about stoploss on exchange ). Use of dates All time-based calculations should be done based on current_time - using datetime.now() or datetime.utcnow() is discouraged, as this will break backtesting support. Trailing stoploss It's recommended to disable trailing_stop when using custom stoploss values. Both can work in tandem, but you might encounter the trailing stop to move the price higher while your custom function would not want this, causing conflicting behavior. Custom stoploss examples \u00b6 The next section will show some examples on what's possible with the custom stoploss function. Of course, many more things are possible, and all examples can be combined at will. Time based trailing stop \u00b6 Use the initial stoploss for the first 60 minutes, after this change to 10% trailing stoploss, and after 2 hours (120 minutes) we use a 5% trailing stoploss. ``` python from datetime import datetime, timedelta from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: # Make sure you have the longest interval first - these conditions are evaluated from top to bottom. if current_time - timedelta(minutes=120) > trade.open_date_utc: return -0.05 elif current_time - timedelta(minutes=60) > trade.open_date_utc: return -0.10 return 1 ``` Different stoploss per pair \u00b6 Use a different stoploss depending on the pair. In this example, we'll trail the highest price with 10% trailing stoploss for ETH/BTC and XRP/BTC , with 5% trailing stoploss for LTC/BTC and with 15% for all other pairs. ``` python from datetime import datetime from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: if pair in ('ETH/BTC', 'XRP/BTC'): return -0.10 elif pair in ('LTC/BTC'): return -0.05 return -0.15 ``` Trailing stoploss with positive offset \u00b6 Use the initial stoploss until the profit is above 4%, then use a trailing stoploss of 50% of the current profit with a minimum of 2.5% and a maximum of 5%. Please note that the stoploss can only increase, values lower than the current stoploss are ignored. ``` python from datetime import datetime, timedelta from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: if current_profit < 0.04: return -1 # return a value bigger than the inital stoploss to keep using the inital stoploss # After reaching the desired offset, allow the stoploss to trail by half the profit desired_stoploss = current_profit / 2 # Use a minimum of 2.5% and a maximum of 5% return max(min(desired_stoploss, 0.05), 0.025) ``` Calculating stoploss relative to open price \u00b6 Stoploss values returned from custom_stoploss() always specify a percentage relative to current_rate . In order to set a stoploss relative to the open price, we need to use current_profit to calculate what percentage relative to the current_rate will give you the same result as if the percentage was specified from the open price. The helper function stoploss_from_open() can be used to convert from an open price relative stop, to a current price relative stop which can be returned from custom_stoploss() . Stepped stoploss \u00b6 Instead of continuously trailing behind the current price, this example sets fixed stoploss price levels based on the current profit. Use the regular stoploss until 20% profit is reached Once profit is > 20% - set stoploss to 7% above open price. Once profit is > 25% - set stoploss to 15% above open price. Once profit is > 40% - set stoploss to 25% above open price. ``` python from datetime import datetime from freqtrade.persistence import Trade from freqtrade.strategy import stoploss_from_open class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: # evaluate highest to lowest, so that highest possible stop is used if current_profit > 0.40: return stoploss_from_open(0.25, current_profit) elif current_profit > 0.25: return stoploss_from_open(0.15, current_profit) elif current_profit > 0.20: return stoploss_from_open(0.07, current_profit) # return maximum stoploss value, keeping current stoploss price unchanged return 1 ``` Custom stoploss using an indicator from dataframe example \u00b6 Absolute stoploss value may be derived from indicators stored in dataframe. Example uses parabolic SAR below the price as stoploss. ``` python class AwesomeStrategy(IStrategy): def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: # <...> dataframe['sar'] = ta.SAR(dataframe) use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) last_candle = dataframe.iloc[-1].squeeze() # Use parabolic sar as absolute stoploss price stoploss_price = last_candle['sar'] # Convert absolute price to percentage relative to current_rate if stoploss_price < current_rate: return (stoploss_price / current_rate) - 1 # return maximum stoploss value, keeping current stoploss price unchanged return 1 ``` See Dataframe access for more information about dataframe use in strategy callbacks. Custom order timeout rules \u00b6 Simple, time-based order-timeouts can be configured either via strategy or in the configuration in the unfilledtimeout section. However, freqtrade also offers a custom callback for both order types, which allows you to decide based on custom criteria if an order did time out or not. Note Unfilled order timeouts are not relevant during backtesting or hyperopt, and are only relevant during real (live) trading. Therefore these methods are only called in these circumstances. Custom order timeout example \u00b6 A simple example, which applies different unfilled-timeouts depending on the price of the asset can be seen below. It applies a tight timeout for higher priced assets, while allowing more time to fill on cheap coins. The function must return either True (cancel order) or False (keep order alive). ``` python from datetime import datetime, timedelta, timezone from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods # Set unfilledtimeout to 25 hours, since our maximum timeout from below is 24 hours. unfilledtimeout = { 'buy': 60 * 25, 'sell': 60 * 25 } def check_buy_timeout(self, pair: str, trade: 'Trade', order: dict, **kwargs) -> bool: if trade.open_rate > 100 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=5): return True elif trade.open_rate > 10 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=3): return True elif trade.open_rate < 1 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(hours=24): return True return False def check_sell_timeout(self, pair: str, trade: 'Trade', order: dict, **kwargs) -> bool: if trade.open_rate > 100 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=5): return True elif trade.open_rate > 10 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=3): return True elif trade.open_rate < 1 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(hours=24): return True return False ``` Note For the above example, unfilledtimeout must be set to something bigger than 24h, otherwise that type of timeout will apply first. Custom order timeout example (using additional data) \u00b6 ``` python from datetime import datetime from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods # Set unfilledtimeout to 25 hours, since our maximum timeout from below is 24 hours. unfilledtimeout = { 'buy': 60 * 25, 'sell': 60 * 25 } def check_buy_timeout(self, pair: str, trade: Trade, order: dict, **kwargs) -> bool: ob = self.dp.orderbook(pair, 1) current_price = ob['bids'][0][0] # Cancel buy order if price is more than 2% above the order. if current_price > order['price'] * 1.02: return True return False def check_sell_timeout(self, pair: str, trade: Trade, order: dict, **kwargs) -> bool: ob = self.dp.orderbook(pair, 1) current_price = ob['asks'][0][0] # Cancel sell order if price is more than 2% below the order. if current_price < order['price'] * 0.98: return True return False ``` Bot loop start callback \u00b6 A simple callback which is called once at the start of every bot throttling iteration. This can be used to perform calculations which are pair independent (apply to all pairs), loading of external data, etc. ``` python import requests class AwesomeStrategy(IStrategy): # ... populate_* methods def bot_loop_start(self, **kwargs) -> None: \"\"\" Called at the start of the bot iteration (one loop). Might be used to perform pair-independent tasks (e.g. gather some remote resource for comparison) :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. \"\"\" if self.config['runmode'].value in ('live', 'dry_run'): # Assign this to the class by using self.* # can then be used by populate_* methods self.remote_data = requests.get('https://some_remote_source.example.com') ``` Bot order confirmation \u00b6 Trade entry (buy order) confirmation \u00b6 confirm_trade_entry() can be used to abort a trade entry at the latest second (maybe because the price is not what we expect). ``` python class AwesomeStrategy(IStrategy): # ... populate_* methods def confirm_trade_entry(self, pair: str, order_type: str, amount: float, rate: float, time_in_force: str, **kwargs) -> bool: \"\"\" Called right before placing a buy order. Timing for this function is critical, so avoid doing heavy computations or network requests in this method. For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ When not implemented by a strategy, returns True (always confirming). :param pair: Pair that's about to be bought. :param order_type: Order type (as configured in order_types). usually limit or market. :param amount: Amount in target (quote) currency that's going to be traded. :param rate: Rate that's going to be used when using limit orders :param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled). :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. :return bool: When True is returned, then the buy-order is placed on the exchange. False aborts the process \"\"\" return True ``` Trade exit (sell order) confirmation \u00b6 confirm_trade_exit() can be used to abort a trade exit (sell) at the latest second (maybe because the price is not what we expect). ``` python from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods def confirm_trade_exit(self, pair: str, trade: Trade, order_type: str, amount: float, rate: float, time_in_force: str, sell_reason: str, **kwargs) -> bool: \"\"\" Called right before placing a regular sell order. Timing for this function is critical, so avoid doing heavy computations or network requests in this method. For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ When not implemented by a strategy, returns True (always confirming). :param pair: Pair that's about to be sold. :param order_type: Order type (as configured in order_types). usually limit or market. :param amount: Amount in quote currency. :param rate: Rate that's going to be used when using limit orders :param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled). :param sell_reason: Sell reason. Can be any of ['roi', 'stop_loss', 'stoploss_on_exchange', 'trailing_stop_loss', 'sell_signal', 'force_sell', 'emergency_sell'] :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. :return bool: When True is returned, then the sell-order is placed on the exchange. False aborts the process \"\"\" if sell_reason == 'force_sell' and trade.calc_profit_ratio(rate) < 0: # Reject force-sells with negative profit # This is just a sample, please adjust to your needs # (this does not necessarily make sense, assuming you know when you're force-selling) return False return True ``` Derived strategies \u00b6 The strategies can be derived from other strategies. This avoids duplication of your custom strategy code. You can use this technique to override small parts of your main strategy, leaving the rest untouched: ``` python class MyAwesomeStrategy(IStrategy): ... stoploss = 0.13 trailing_stop = False # All other attributes and methods are here as they # should be in any custom strategy... ... class MyAwesomeStrategy2(MyAwesomeStrategy): # Override something stoploss = 0.08 trailing_stop = True ``` Both attributes and methods may be overridden, altering behavior of the original strategy in a way you need. Parent-strategy in different files If you have the parent-strategy in a different file, you'll need to add the following to the top of your \"child\"-file to ensure proper loading, otherwise freqtrade may not be able to load the parent strategy correctly. ``` python import sys from pathlib import Path sys.path.append(str(Path( file ).parent)) from myawesomestrategy import MyAwesomeStrategy ``` Embedding Strategies \u00b6 Freqtrade provides you with an easy way to embed the strategy into your configuration file. This is done by utilizing BASE64 encoding and providing this string at the strategy configuration field, in your chosen config file. Encoding a string as BASE64 \u00b6 This is a quick example, how to generate the BASE64 string in python ```python from base64 import urlsafe_b64encode with open(file, 'r') as f: content = f.read() content = urlsafe_b64encode(content.encode('utf-8')) ``` The variable 'content', will contain the strategy file in a BASE64 encoded form. Which can now be set in your configurations file as following json \"strategy\": \"NameOfStrategy:BASE64String\" Please ensure that 'NameOfStrategy' is identical to the strategy name!","title":"Advanced Strategy"},{"location":"strategy-advanced/#advanced-strategies","text":"This page explains some advanced concepts available for strategies. If you're just getting started, please be familiar with the methods described in the Strategy Customization documentation and with the Freqtrade basics first. Freqtrade basics describes in which sequence each method described below is called, which can be helpful to understand which method to use for your custom needs. Note All callback methods described below should only be implemented in a strategy if they are actually used. Tip You can get a strategy template containing all below methods by running freqtrade new-strategy --strategy MyAwesomeStrategy --template advanced","title":"Advanced Strategies"},{"location":"strategy-advanced/#storing-information","text":"Storing information can be accomplished by creating a new dictionary within the strategy class. The name of the variable can be chosen at will, but should be prefixed with cust_ to avoid naming collisions with predefined strategy variables. ```python class AwesomeStrategy(IStrategy): # Create custom dictionary custom_info = {} def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: # Check if the entry already exists if not metadata[\"pair\"] in self.custom_info: # Create empty entry for this pair self.custom_info[metadata[\"pair\"]] = {} if \"crosstime\" in self.custom_info[metadata[\"pair\"]]: self.custom_info[metadata[\"pair\"]][\"crosstime\"] += 1 else: self.custom_info[metadata[\"pair\"]][\"crosstime\"] = 1 ``` Warning The data is not persisted after a bot-restart (or config-reload). Also, the amount of data should be kept smallish (no DataFrames and such), otherwise the bot will start to consume a lot of memory and eventually run out of memory and crash. Note If the data is pair-specific, make sure to use pair as one of the keys in the dictionary.","title":"Storing information"},{"location":"strategy-advanced/#dataframe-access","text":"You may access dataframe in various strategy functions by querying it from dataprovider. ``` python from freqtrade.exchange import timeframe_to_prev_date class AwesomeStrategy(IStrategy): def confirm_trade_exit(self, pair: str, trade: 'Trade', order_type: str, amount: float, rate: float, time_in_force: str, sell_reason: str, current_time: 'datetime', **kwargs) -> bool: # Obtain pair dataframe. dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) # Obtain last available candle. Do not use current_time to look up latest candle, because # current_time points to curret incomplete candle whose data is not available. last_candle = dataframe.iloc[-1].squeeze() # <...> # In dry/live runs trade open date will not match candle open date therefore it must be # rounded. trade_date = timeframe_to_prev_date(self.timeframe, trade.open_date_utc) # Look up trade candle. trade_candle = dataframe.loc[dataframe['date'] == trade_date] # trade_candle may be empty for trades that just opened as it is still incomplete. if not trade_candle.empty: trade_candle = trade_candle.squeeze() # <...> ``` Using .iloc[-1] You can use .iloc[-1] here because get_analyzed_dataframe() only returns candles that backtesting is allowed to see. This will not work in populate_* methods, so make sure to not use .iloc[] in that area. Also, this will only work starting with version 2021.5.","title":"Dataframe access"},{"location":"strategy-advanced/#custom-sell-signal","text":"It is possible to define custom sell signals, indicating that specified position should be sold. This is very useful when we need to customize sell conditions for each individual trade, or if you need the trade profit to take the sell decision. For example you could implement a 1:2 risk-reward ROI with custom_sell() . Using custom_sell() signals in place of stoplosses though is not recommended . It is a inferior method to using custom_stoploss() in this regard - which also allows you to keep the stoploss on exchange. Note Returning a string or True from this method is equal to setting sell signal on a candle at specified time. This method is not called when sell signal is set already, or if sell signals are disabled ( use_sell_signal=False or sell_profit_only=True while profit is below sell_profit_offset ). string max length is 64 characters. Exceeding this limit will cause the message to be truncated to 64 characters. An example of how we can use different indicators depending on the current profit and also sell trades that were open longer than one day: ``` python class AwesomeStrategy(IStrategy): def custom_sell(self, pair: str, trade: 'Trade', current_time: 'datetime', current_rate: float, current_profit: float, **kwargs): dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) last_candle = dataframe.iloc[-1].squeeze() # Above 20% profit, sell when rsi < 80 if current_profit > 0.2: if last_candle['rsi'] < 80: return 'rsi_below_80' # Between 2% and 10%, sell if EMA-long above EMA-short if 0.02 < current_profit < 0.1: if last_candle['emalong'] > last_candle['emashort']: return 'ema_long_below_80' # Sell any positions at a loss if they are held for more than one day. if current_profit < 0.0 and (current_time - trade.open_date_utc).days >= 1: return 'unclog' ``` See Dataframe access for more information about dataframe use in strategy callbacks.","title":"Custom sell signal"},{"location":"strategy-advanced/#custom-stoploss","text":"The stoploss price can only ever move upwards - if the stoploss value returned from custom_stoploss would result in a lower stoploss price than was previously set, it will be ignored. The traditional stoploss value serves as an absolute lower level and will be instated as the initial stoploss. The usage of the custom stoploss method must be enabled by setting use_custom_stoploss=True on the strategy object. The method must return a stoploss value (float / number) as a percentage of the current price. E.g. If the current_rate is 200 USD, then returning 0.02 will set the stoploss price 2% lower, at 196 USD. The absolute value of the return value is used (the sign is ignored), so returning 0.05 or -0.05 have the same result, a stoploss 5% below the current price. To simulate a regular trailing stoploss of 4% (trailing 4% behind the maximum reached price) you would use the following very simple method: ``` python","title":"Custom stoploss"},{"location":"strategy-advanced/#additional-imports-required","text":"from datetime import datetime from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: \"\"\" Custom stoploss logic, returning the new distance relative to current_rate (as ratio). e.g. returning -0.05 would create a stoploss 5% below current_rate. The custom stoploss can never be below self.stoploss, which serves as a hard maximum loss. For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ When not implemented by a strategy, returns the initial stoploss value Only called when use_custom_stoploss is set to True. :param pair: Pair that's currently analyzed :param trade: trade object. :param current_time: datetime object, containing the current datetime :param current_rate: Rate, calculated based on pricing settings in ask_strategy. :param current_profit: Current profit (as ratio), calculated based on current_rate. :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. :return float: New stoploss value, relative to the current rate \"\"\" return -0.04 ``` Stoploss on exchange works similar to trailing_stop , and the stoploss on exchange is updated as configured in stoploss_on_exchange_interval ( More details about stoploss on exchange ). Use of dates All time-based calculations should be done based on current_time - using datetime.now() or datetime.utcnow() is discouraged, as this will break backtesting support. Trailing stoploss It's recommended to disable trailing_stop when using custom stoploss values. Both can work in tandem, but you might encounter the trailing stop to move the price higher while your custom function would not want this, causing conflicting behavior.","title":"additional imports required"},{"location":"strategy-advanced/#custom-stoploss-examples","text":"The next section will show some examples on what's possible with the custom stoploss function. Of course, many more things are possible, and all examples can be combined at will.","title":"Custom stoploss examples"},{"location":"strategy-advanced/#time-based-trailing-stop","text":"Use the initial stoploss for the first 60 minutes, after this change to 10% trailing stoploss, and after 2 hours (120 minutes) we use a 5% trailing stoploss. ``` python from datetime import datetime, timedelta from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: # Make sure you have the longest interval first - these conditions are evaluated from top to bottom. if current_time - timedelta(minutes=120) > trade.open_date_utc: return -0.05 elif current_time - timedelta(minutes=60) > trade.open_date_utc: return -0.10 return 1 ```","title":"Time based trailing stop"},{"location":"strategy-advanced/#different-stoploss-per-pair","text":"Use a different stoploss depending on the pair. In this example, we'll trail the highest price with 10% trailing stoploss for ETH/BTC and XRP/BTC , with 5% trailing stoploss for LTC/BTC and with 15% for all other pairs. ``` python from datetime import datetime from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: if pair in ('ETH/BTC', 'XRP/BTC'): return -0.10 elif pair in ('LTC/BTC'): return -0.05 return -0.15 ```","title":"Different stoploss per pair"},{"location":"strategy-advanced/#trailing-stoploss-with-positive-offset","text":"Use the initial stoploss until the profit is above 4%, then use a trailing stoploss of 50% of the current profit with a minimum of 2.5% and a maximum of 5%. Please note that the stoploss can only increase, values lower than the current stoploss are ignored. ``` python from datetime import datetime, timedelta from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: if current_profit < 0.04: return -1 # return a value bigger than the inital stoploss to keep using the inital stoploss # After reaching the desired offset, allow the stoploss to trail by half the profit desired_stoploss = current_profit / 2 # Use a minimum of 2.5% and a maximum of 5% return max(min(desired_stoploss, 0.05), 0.025) ```","title":"Trailing stoploss with positive offset"},{"location":"strategy-advanced/#calculating-stoploss-relative-to-open-price","text":"Stoploss values returned from custom_stoploss() always specify a percentage relative to current_rate . In order to set a stoploss relative to the open price, we need to use current_profit to calculate what percentage relative to the current_rate will give you the same result as if the percentage was specified from the open price. The helper function stoploss_from_open() can be used to convert from an open price relative stop, to a current price relative stop which can be returned from custom_stoploss() .","title":"Calculating stoploss relative to open price"},{"location":"strategy-advanced/#stepped-stoploss","text":"Instead of continuously trailing behind the current price, this example sets fixed stoploss price levels based on the current profit. Use the regular stoploss until 20% profit is reached Once profit is > 20% - set stoploss to 7% above open price. Once profit is > 25% - set stoploss to 15% above open price. Once profit is > 40% - set stoploss to 25% above open price. ``` python from datetime import datetime from freqtrade.persistence import Trade from freqtrade.strategy import stoploss_from_open class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: # evaluate highest to lowest, so that highest possible stop is used if current_profit > 0.40: return stoploss_from_open(0.25, current_profit) elif current_profit > 0.25: return stoploss_from_open(0.15, current_profit) elif current_profit > 0.20: return stoploss_from_open(0.07, current_profit) # return maximum stoploss value, keeping current stoploss price unchanged return 1 ```","title":"Stepped stoploss"},{"location":"strategy-advanced/#custom-stoploss-using-an-indicator-from-dataframe-example","text":"Absolute stoploss value may be derived from indicators stored in dataframe. Example uses parabolic SAR below the price as stoploss. ``` python class AwesomeStrategy(IStrategy): def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: # <...> dataframe['sar'] = ta.SAR(dataframe) use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) last_candle = dataframe.iloc[-1].squeeze() # Use parabolic sar as absolute stoploss price stoploss_price = last_candle['sar'] # Convert absolute price to percentage relative to current_rate if stoploss_price < current_rate: return (stoploss_price / current_rate) - 1 # return maximum stoploss value, keeping current stoploss price unchanged return 1 ``` See Dataframe access for more information about dataframe use in strategy callbacks.","title":"Custom stoploss using an indicator from dataframe example"},{"location":"strategy-advanced/#custom-order-timeout-rules","text":"Simple, time-based order-timeouts can be configured either via strategy or in the configuration in the unfilledtimeout section. However, freqtrade also offers a custom callback for both order types, which allows you to decide based on custom criteria if an order did time out or not. Note Unfilled order timeouts are not relevant during backtesting or hyperopt, and are only relevant during real (live) trading. Therefore these methods are only called in these circumstances.","title":"Custom order timeout rules"},{"location":"strategy-advanced/#custom-order-timeout-example","text":"A simple example, which applies different unfilled-timeouts depending on the price of the asset can be seen below. It applies a tight timeout for higher priced assets, while allowing more time to fill on cheap coins. The function must return either True (cancel order) or False (keep order alive). ``` python from datetime import datetime, timedelta, timezone from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods # Set unfilledtimeout to 25 hours, since our maximum timeout from below is 24 hours. unfilledtimeout = { 'buy': 60 * 25, 'sell': 60 * 25 } def check_buy_timeout(self, pair: str, trade: 'Trade', order: dict, **kwargs) -> bool: if trade.open_rate > 100 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=5): return True elif trade.open_rate > 10 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=3): return True elif trade.open_rate < 1 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(hours=24): return True return False def check_sell_timeout(self, pair: str, trade: 'Trade', order: dict, **kwargs) -> bool: if trade.open_rate > 100 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=5): return True elif trade.open_rate > 10 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=3): return True elif trade.open_rate < 1 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(hours=24): return True return False ``` Note For the above example, unfilledtimeout must be set to something bigger than 24h, otherwise that type of timeout will apply first.","title":"Custom order timeout example"},{"location":"strategy-advanced/#custom-order-timeout-example-using-additional-data","text":"``` python from datetime import datetime from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods # Set unfilledtimeout to 25 hours, since our maximum timeout from below is 24 hours. unfilledtimeout = { 'buy': 60 * 25, 'sell': 60 * 25 } def check_buy_timeout(self, pair: str, trade: Trade, order: dict, **kwargs) -> bool: ob = self.dp.orderbook(pair, 1) current_price = ob['bids'][0][0] # Cancel buy order if price is more than 2% above the order. if current_price > order['price'] * 1.02: return True return False def check_sell_timeout(self, pair: str, trade: Trade, order: dict, **kwargs) -> bool: ob = self.dp.orderbook(pair, 1) current_price = ob['asks'][0][0] # Cancel sell order if price is more than 2% below the order. if current_price < order['price'] * 0.98: return True return False ```","title":"Custom order timeout example (using additional data)"},{"location":"strategy-advanced/#bot-loop-start-callback","text":"A simple callback which is called once at the start of every bot throttling iteration. This can be used to perform calculations which are pair independent (apply to all pairs), loading of external data, etc. ``` python import requests class AwesomeStrategy(IStrategy): # ... populate_* methods def bot_loop_start(self, **kwargs) -> None: \"\"\" Called at the start of the bot iteration (one loop). Might be used to perform pair-independent tasks (e.g. gather some remote resource for comparison) :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. \"\"\" if self.config['runmode'].value in ('live', 'dry_run'): # Assign this to the class by using self.* # can then be used by populate_* methods self.remote_data = requests.get('https://some_remote_source.example.com') ```","title":"Bot loop start callback"},{"location":"strategy-advanced/#bot-order-confirmation","text":"","title":"Bot order confirmation"},{"location":"strategy-advanced/#trade-entry-buy-order-confirmation","text":"confirm_trade_entry() can be used to abort a trade entry at the latest second (maybe because the price is not what we expect). ``` python class AwesomeStrategy(IStrategy): # ... populate_* methods def confirm_trade_entry(self, pair: str, order_type: str, amount: float, rate: float, time_in_force: str, **kwargs) -> bool: \"\"\" Called right before placing a buy order. Timing for this function is critical, so avoid doing heavy computations or network requests in this method. For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ When not implemented by a strategy, returns True (always confirming). :param pair: Pair that's about to be bought. :param order_type: Order type (as configured in order_types). usually limit or market. :param amount: Amount in target (quote) currency that's going to be traded. :param rate: Rate that's going to be used when using limit orders :param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled). :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. :return bool: When True is returned, then the buy-order is placed on the exchange. False aborts the process \"\"\" return True ```","title":"Trade entry (buy order) confirmation"},{"location":"strategy-advanced/#trade-exit-sell-order-confirmation","text":"confirm_trade_exit() can be used to abort a trade exit (sell) at the latest second (maybe because the price is not what we expect). ``` python from freqtrade.persistence import Trade class AwesomeStrategy(IStrategy): # ... populate_* methods def confirm_trade_exit(self, pair: str, trade: Trade, order_type: str, amount: float, rate: float, time_in_force: str, sell_reason: str, **kwargs) -> bool: \"\"\" Called right before placing a regular sell order. Timing for this function is critical, so avoid doing heavy computations or network requests in this method. For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/ When not implemented by a strategy, returns True (always confirming). :param pair: Pair that's about to be sold. :param order_type: Order type (as configured in order_types). usually limit or market. :param amount: Amount in quote currency. :param rate: Rate that's going to be used when using limit orders :param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled). :param sell_reason: Sell reason. Can be any of ['roi', 'stop_loss', 'stoploss_on_exchange', 'trailing_stop_loss', 'sell_signal', 'force_sell', 'emergency_sell'] :param **kwargs: Ensure to keep this here so updates to this won't break your strategy. :return bool: When True is returned, then the sell-order is placed on the exchange. False aborts the process \"\"\" if sell_reason == 'force_sell' and trade.calc_profit_ratio(rate) < 0: # Reject force-sells with negative profit # This is just a sample, please adjust to your needs # (this does not necessarily make sense, assuming you know when you're force-selling) return False return True ```","title":"Trade exit (sell order) confirmation"},{"location":"strategy-advanced/#derived-strategies","text":"The strategies can be derived from other strategies. This avoids duplication of your custom strategy code. You can use this technique to override small parts of your main strategy, leaving the rest untouched: ``` python class MyAwesomeStrategy(IStrategy): ... stoploss = 0.13 trailing_stop = False # All other attributes and methods are here as they # should be in any custom strategy... ... class MyAwesomeStrategy2(MyAwesomeStrategy): # Override something stoploss = 0.08 trailing_stop = True ``` Both attributes and methods may be overridden, altering behavior of the original strategy in a way you need. Parent-strategy in different files If you have the parent-strategy in a different file, you'll need to add the following to the top of your \"child\"-file to ensure proper loading, otherwise freqtrade may not be able to load the parent strategy correctly. ``` python import sys from pathlib import Path sys.path.append(str(Path( file ).parent)) from myawesomestrategy import MyAwesomeStrategy ```","title":"Derived strategies"},{"location":"strategy-advanced/#embedding-strategies","text":"Freqtrade provides you with an easy way to embed the strategy into your configuration file. This is done by utilizing BASE64 encoding and providing this string at the strategy configuration field, in your chosen config file.","title":"Embedding Strategies"},{"location":"strategy-advanced/#encoding-a-string-as-base64","text":"This is a quick example, how to generate the BASE64 string in python ```python from base64 import urlsafe_b64encode with open(file, 'r') as f: content = f.read() content = urlsafe_b64encode(content.encode('utf-8')) ``` The variable 'content', will contain the strategy file in a BASE64 encoded form. Which can now be set in your configurations file as following json \"strategy\": \"NameOfStrategy:BASE64String\" Please ensure that 'NameOfStrategy' is identical to the strategy name!","title":"Encoding a string as BASE64"},{"location":"strategy-customization/","text":"Strategy Customization \u00b6 This page explains how to customize your strategies, add new indicators and set up trading rules. Please familiarize yourself with Freqtrade basics first, which provides overall info on how the bot operates. Install a custom strategy file \u00b6 This is very simple. Copy paste your strategy file into the directory user_data/strategies . Let assume you have a class called AwesomeStrategy in the file AwesomeStrategy.py : Move your file into user_data/strategies (you should have user_data/strategies/AwesomeStrategy.py Start the bot with the param --strategy AwesomeStrategy (the parameter is the class name) bash freqtrade trade --strategy AwesomeStrategy Develop your own strategy \u00b6 The bot includes a default strategy file. Also, several other strategies are available in the strategy repository . You will however most likely have your own idea for a strategy. This document intends to help you develop one for yourself. To get started, use freqtrade new-strategy --strategy AwesomeStrategy . This will create a new strategy file from a template, which will be located under user_data/strategies/AwesomeStrategy.py . Note This is just a template file, which will most likely not be profitable out of the box. Anatomy of a strategy \u00b6 A strategy file contains all the information needed to build a good strategy: Indicators Buy strategy rules Sell strategy rules Minimal ROI recommended Stoploss strongly recommended The bot also include a sample strategy called SampleStrategy you can update: user_data/strategies/sample_strategy.py . You can test it with the parameter: --strategy SampleStrategy Additionally, there is an attribute called INTERFACE_VERSION , which defines the version of the strategy interface the bot should use. The current version is 2 - which is also the default when it's not set explicitly in the strategy. Future versions will require this to be set. bash freqtrade trade --strategy AwesomeStrategy For the following section we will use the user_data/strategies/sample_strategy.py file as reference. Strategies and Backtesting To avoid problems and unexpected differences between Backtesting and dry/live modes, please be aware that during backtesting the full time range is passed to the populate_*() methods at once. It is therefore best to use vectorized operations (across the whole dataframe, not loops) and avoid index referencing ( df.iloc[-1] ), but instead use df.shift() to get to the previous candle. Warning: Using future data Since backtesting passes the full time range to the populate_*() methods, the strategy author needs to take care to avoid having the strategy utilize data from the future. Some common patterns for this are listed in the Common Mistakes section of this document. Customize Indicators \u00b6 Buy and sell strategies need indicators. You can add more indicators by extending the list contained in the method populate_indicators() from your strategy file. You should only add the indicators used in either populate_buy_trend() , populate_sell_trend() , or to populate another indicator, otherwise performance may suffer. It's important to always return the dataframe without removing/modifying the columns \"open\", \"high\", \"low\", \"close\", \"volume\" , otherwise these fields would contain something unexpected. Sample: ```python def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Adds several different TA indicators to the given DataFrame Performance Note: For the best performance be frugal on the number of indicators you are using. Let uncomment only the indicator you are using in your strategies or your hyperopt configuration, otherwise you will waste your memory and CPU usage. :param dataframe: Dataframe with data from the exchange :param metadata: Additional information, like the currently traded pair :return: a Dataframe with all mandatory indicators for the strategies \"\"\" dataframe['sar'] = ta.SAR(dataframe) dataframe['adx'] = ta.ADX(dataframe) stoch = ta.STOCHF(dataframe) dataframe['fastd'] = stoch['fastd'] dataframe['fastk'] = stoch['fastk'] dataframe['blower'] = ta.BBANDS(dataframe, nbdevup=2, nbdevdn=2)['lowerband'] dataframe['sma'] = ta.SMA(dataframe, timeperiod=40) dataframe['tema'] = ta.TEMA(dataframe, timeperiod=9) dataframe['mfi'] = ta.MFI(dataframe) dataframe['rsi'] = ta.RSI(dataframe) dataframe['ema5'] = ta.EMA(dataframe, timeperiod=5) dataframe['ema10'] = ta.EMA(dataframe, timeperiod=10) dataframe['ema50'] = ta.EMA(dataframe, timeperiod=50) dataframe['ema100'] = ta.EMA(dataframe, timeperiod=100) dataframe['ao'] = awesome_oscillator(dataframe) macd = ta.MACD(dataframe) dataframe['macd'] = macd['macd'] dataframe['macdsignal'] = macd['macdsignal'] dataframe['macdhist'] = macd['macdhist'] hilbert = ta.HT_SINE(dataframe) dataframe['htsine'] = hilbert['sine'] dataframe['htleadsine'] = hilbert['leadsine'] dataframe['plus_dm'] = ta.PLUS_DM(dataframe) dataframe['plus_di'] = ta.PLUS_DI(dataframe) dataframe['minus_dm'] = ta.MINUS_DM(dataframe) dataframe['minus_di'] = ta.MINUS_DI(dataframe) return dataframe ``` Want more indicator examples? Look into the user_data/strategies/sample_strategy.py . Then uncomment indicators you need. Strategy startup period \u00b6 Most indicators have an instable startup period, in which they are either not available, or the calculation is incorrect. This can lead to inconsistencies, since Freqtrade does not know how long this instable period should be. To account for this, the strategy can be assigned the startup_candle_count attribute. This should be set to the maximum number of candles that the strategy requires to calculate stable indicators. In this example strategy, this should be set to 100 ( startup_candle_count = 100 ), since the longest needed history is 100 candles. python dataframe['ema100'] = ta.EMA(dataframe, timeperiod=100) By letting the bot know how much history is needed, backtest trades can start at the specified timerange during backtesting and hyperopt. Warning startup_candle_count should be below ohlcv_candle_limit (which is 500 for most exchanges) - since only this amount of candles will be available during Dry-Run/Live Trade operations. Example \u00b6 Let's try to backtest 1 month (January 2019) of 5m candles using an example strategy with EMA100, as above. bash freqtrade backtesting --timerange 20190101-20190201 --timeframe 5m Assuming startup_candle_count is set to 100, backtesting knows it needs 100 candles to generate valid buy signals. It will load data from 20190101 - (100 * 5m) - which is ~2018-12-31 15:30:00. If this data is available, indicators will be calculated with this extended timerange. The instable startup period (up to 2019-01-01 00:00:00) will then be removed before starting backtesting. Note If data for the startup period is not available, then the timerange will be adjusted to account for this startup period - so Backtesting would start at 2019-01-01 08:30:00. Buy signal rules \u00b6 Edit the method populate_buy_trend() in your strategy file to update your buy strategy. It's important to always return the dataframe without removing/modifying the columns \"open\", \"high\", \"low\", \"close\", \"volume\" , otherwise these fields would contain something unexpected. This method will also define a new column, \"buy\" , which needs to contain 1 for buys, and 0 for \"no action\". Sample from user_data/strategies/sample_strategy.py : ```python def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Based on TA indicators, populates the buy signal for the given dataframe :param dataframe: DataFrame populated with indicators :param metadata: Additional information, like the currently traded pair :return: DataFrame with buy column \"\"\" dataframe.loc[ ( (qtpylib.crossed_above(dataframe['rsi'], 30)) & # Signal: RSI crosses above 30 (dataframe['tema'] <= dataframe['bb_middleband']) & # Guard (dataframe['tema'] > dataframe['tema'].shift(1)) & # Guard (dataframe['volume'] > 0) # Make sure Volume is not 0 ), 'buy'] = 1 return dataframe ``` Note Buying requires sellers to buy from - therefore volume needs to be > 0 ( dataframe['volume'] > 0 ) to make sure that the bot does not buy/sell in no-activity periods. Sell signal rules \u00b6 Edit the method populate_sell_trend() into your strategy file to update your sell strategy. Please note that the sell-signal is only used if use_sell_signal is set to true in the configuration. It's important to always return the dataframe without removing/modifying the columns \"open\", \"high\", \"low\", \"close\", \"volume\" , otherwise these fields would contain something unexpected. This method will also define a new column, \"sell\" , which needs to contain 1 for sells, and 0 for \"no action\". Sample from user_data/strategies/sample_strategy.py : python def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Based on TA indicators, populates the sell signal for the given dataframe :param dataframe: DataFrame populated with indicators :param metadata: Additional information, like the currently traded pair :return: DataFrame with buy column \"\"\" dataframe.loc[ ( (qtpylib.crossed_above(dataframe['rsi'], 70)) & # Signal: RSI crosses above 70 (dataframe['tema'] > dataframe['bb_middleband']) & # Guard (dataframe['tema'] < dataframe['tema'].shift(1)) & # Guard (dataframe['volume'] > 0) # Make sure Volume is not 0 ), 'sell'] = 1 return dataframe Minimal ROI \u00b6 This dict defines the minimal Return On Investment (ROI) a trade should reach before selling, independent from the sell signal. It is of the following format, with the dict key (left side of the colon) being the minutes passed since the trade opened, and the value (right side of the colon) being the percentage. python minimal_roi = { \"40\": 0.0, \"30\": 0.01, \"20\": 0.02, \"0\": 0.04 } The above configuration would therefore mean: Sell whenever 4% profit was reached Sell when 2% profit was reached (in effect after 20 minutes) Sell when 1% profit was reached (in effect after 30 minutes) Sell when trade is non-loosing (in effect after 40 minutes) The calculation does include fees. To disable ROI completely, set it to an insanely high number: python minimal_roi = { \"0\": 100 } While technically not completely disabled, this would sell once the trade reaches 10000% Profit. To use times based on candle duration (timeframe), the following snippet can be handy. This will allow you to change the timeframe for the strategy, and ROI times will still be set as candles (e.g. after 3 candles ...) ``` python from freqtrade.exchange import timeframe_to_minutes class AwesomeStrategy(IStrategy): timeframe = \"1d\" timeframe_mins = timeframe_to_minutes(timeframe) minimal_roi = { \"0\": 0.05, # 5% for the first 3 candles str(timeframe_mins * 3)): 0.02, # 2% after 3 candles str(timeframe_mins * 6)): 0.01, # 1% After 6 candles } ``` Stoploss \u00b6 Setting a stoploss is highly recommended to protect your capital from strong moves against you. Sample: python stoploss = -0.10 This would signify a stoploss of -10%. For the full documentation on stoploss features, look at the dedicated stoploss page . If your exchange supports it, it's recommended to also set \"stoploss_on_exchange\" in the order_types dictionary, so your stoploss is on the exchange and cannot be missed due to network problems, high load or other reasons. For more information on order_types please look here . Timeframe (formerly ticker interval) \u00b6 This is the set of candles the bot should download and use for the analysis. Common values are \"1m\" , \"5m\" , \"15m\" , \"1h\" , however all values supported by your exchange should work. Please note that the same buy/sell signals may work well with one timeframe, but not with the others. This setting is accessible within the strategy methods as the self.timeframe attribute. Metadata dict \u00b6 The metadata-dict (available for populate_buy_trend , populate_sell_trend , populate_indicators ) contains additional information. Currently this is pair , which can be accessed using metadata['pair'] - and will return a pair in the format XRP/BTC . The Metadata-dict should not be modified and does not persist information across multiple calls. Instead, have a look at the section Storing information Additional data (informative_pairs) \u00b6 Get data for non-tradeable pairs \u00b6 Data for additional, informative pairs (reference pairs) can be beneficial for some strategies. OHLCV data for these pairs will be downloaded as part of the regular whitelist refresh process and is available via DataProvider just as other pairs (see below). These parts will not be traded unless they are also specified in the pair whitelist, or have been selected by Dynamic Whitelisting. The pairs need to be specified as tuples in the format (\"pair\", \"timeframe\") , with pair as the first and timeframe as the second argument. Sample: python def informative_pairs(self): return [(\"ETH/USDT\", \"5m\"), (\"BTC/TUSD\", \"15m\"), ] A full sample can be found in the DataProvider section . Warning As these pairs will be refreshed as part of the regular whitelist refresh, it's best to keep this list short. All timeframes and all pairs can be specified as long as they are available (and active) on the used exchange. It is however better to use resampling to longer timeframes whenever possible to avoid hammering the exchange with too many requests and risk being blocked. Additional data (DataProvider) \u00b6 The strategy provides access to the DataProvider . This allows you to get additional data to use in your strategy. All methods return None in case of failure (do not raise an exception). Please always check the mode of operation to select the correct method to get data (samples see below). Hyperopt Dataprovider is available during hyperopt, however it can only be used in populate_indicators() within a strategy. It is not available in populate_buy() and populate_sell() methods, nor in populate_indicators() , if this method located in the hyperopt file. Possible options for DataProvider \u00b6 available_pairs - Property with tuples listing cached pairs with their timeframe (pair, timeframe). current_whitelist() - Returns a current list of whitelisted pairs. Useful for accessing dynamic whitelists (i.e. VolumePairlist) get_pair_dataframe(pair, timeframe) - This is a universal method, which returns either historical data (for backtesting) or cached live data (for the Dry-Run and Live-Run modes). get_analyzed_dataframe(pair, timeframe) - Returns the analyzed dataframe (after calling populate_indicators() , populate_buy() , populate_sell() ) and the time of the latest analysis. historic_ohlcv(pair, timeframe) - Returns historical data stored on disk. market(pair) - Returns market data for the pair: fees, limits, precisions, activity flag, etc. See ccxt documentation for more details on the Market data structure. ohlcv(pair, timeframe) - Currently cached candle (OHLCV) data for the pair, returns DataFrame or empty DataFrame. orderbook(pair, maximum) - Returns latest orderbook data for the pair, a dict with bids/asks with a total of maximum entries. ticker(pair) - Returns current ticker data for the pair. See ccxt documentation for more details on the Ticker data structure. runmode - Property containing the current runmode. Example Usages \u00b6 available_pairs \u00b6 python if self.dp: for pair, timeframe in self.dp.available_pairs: print(f\"available {pair}, {timeframe}\") current_whitelist() \u00b6 Imagine you've developed a strategy that trades the 5m timeframe using signals generated from a 1d timeframe on the top 10 volume pairs by volume. The strategy might look something like this: Scan through the top 10 pairs by volume using the VolumePairList every 5 minutes and use a 14 day RSI to buy and sell. Due to the limited available data, it's very difficult to resample our 5m candles into daily candles for use in a 14 day RSI. Most exchanges limit us to just 500 candles which effectively gives us around 1.74 daily candles. We need 14 days at least! Since we can't resample our data we will have to use an informative pair; and since our whitelist will be dynamic we don't know which pair(s) to use. This is where calling self.dp.current_whitelist() comes in handy. ```python def informative_pairs(self): # get access to all pairs available in whitelist. pairs = self.dp.current_whitelist() # Assign tf to each pair so they can be downloaded and cached for strategy. informative_pairs = [(pair, '1d') for pair in pairs] return informative_pairs ``` get_pair_dataframe(pair, timeframe) \u00b6 ``` python fetch live / historical candle (OHLCV) data for the first informative pair \u00b6 if self.dp: inf_pair, inf_timeframe = self.informative_pairs()[0] informative = self.dp.get_pair_dataframe(pair=inf_pair, timeframe=inf_timeframe) ``` Warning about backtesting Be careful when using dataprovider in backtesting. historic_ohlcv() (and get_pair_dataframe() for the backtesting runmode) provides the full time-range in one go, so please be aware of it and make sure to not \"look into the future\" to avoid surprises when running in dry/live mode. get_analyzed_dataframe(pair, timeframe) \u00b6 This method is used by freqtrade internally to determine the last signal. It can also be used in specific callbacks to get the signal that caused the action (see Advanced Strategy Documentation for more details on available callbacks). ``` python fetch current dataframe \u00b6 if self.dp: if self.dp.runmode.value in ('live', 'dry_run'): dataframe, last_updated = self.dp.get_analyzed_dataframe(pair=metadata['pair'], timeframe=self.timeframe) ``` No data available Returns an empty dataframe if the requested pair was not cached. This should not happen when using whitelisted pairs. orderbook(pair, maximum) \u00b6 python if self.dp: if self.dp.runmode.value in ('live', 'dry_run'): ob = self.dp.orderbook(metadata['pair'], 1) dataframe['best_bid'] = ob['bids'][0][0] dataframe['best_ask'] = ob['asks'][0][0] The orderbook structure is aligned with the order structure from ccxt , so the result will look as follows: js { 'bids': [ [ price, amount ], // [ float, float ] [ price, amount ], ... ], 'asks': [ [ price, amount ], [ price, amount ], //... ], //... } Therefore, using ob['bids'][0][0] as demonstrated above will result in using the best bid price. ob['bids'][0][1] would look at the amount at this orderbook position. Warning about backtesting The order book is not part of the historic data which means backtesting and hyperopt will not work correctly if this method is used, as the method will return uptodate values. ticker(pair) \u00b6 python if self.dp: if self.dp.runmode.value in ('live', 'dry_run'): ticker = self.dp.ticker(metadata['pair']) dataframe['last_price'] = ticker['last'] dataframe['volume24h'] = ticker['quoteVolume'] dataframe['vwap'] = ticker['vwap'] Warning Although the ticker data structure is a part of the ccxt Unified Interface, the values returned by this method can vary for different exchanges. For instance, many exchanges do not return vwap values, the FTX exchange does not always fills in the last field (so it can be None), etc. So you need to carefully verify the ticker data returned from the exchange and add appropriate error handling / defaults. Warning about backtesting This method will always return up-to-date values - so usage during backtesting / hyperopt will lead to wrong results. Complete Data-provider sample \u00b6 ```python from freqtrade.strategy import IStrategy, merge_informative_pair from pandas import DataFrame class SampleStrategy(IStrategy): # strategy init stuff... timeframe = '5m' # more strategy init stuff.. def informative_pairs(self): # get access to all pairs available in whitelist. pairs = self.dp.current_whitelist() # Assign tf to each pair so they can be downloaded and cached for strategy. informative_pairs = [(pair, '1d') for pair in pairs] # Optionally Add additional \"static\" pairs informative_pairs += [(\"ETH/USDT\", \"5m\"), (\"BTC/TUSD\", \"15m\"), ] return informative_pairs def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: if not self.dp: # Don't do anything if DataProvider is not available. return dataframe inf_tf = '1d' # Get the informative pair informative = self.dp.get_pair_dataframe(pair=metadata['pair'], timeframe=inf_tf) # Get the 14 day rsi informative['rsi'] = ta.RSI(informative, timeperiod=14) # Use the helper function merge_informative_pair to safely merge the pair # Automatically renames the columns and merges a shorter timeframe dataframe and a longer timeframe informative pair # use ffill to have the 1d value available in every row throughout the day. # Without this, comparisons between columns of the original and the informative pair would only work once per day. # Full documentation of this method, see below dataframe = merge_informative_pair(dataframe, informative, self.timeframe, inf_tf, ffill=True) # Calculate rsi of the original dataframe (5m timeframe) dataframe['rsi'] = ta.RSI(dataframe, timeperiod=14) # Do other stuff # ... return dataframe def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: dataframe.loc[ ( (qtpylib.crossed_above(dataframe['rsi'], 30)) & # Signal: RSI crosses above 30 (dataframe['rsi_1d'] < 30) & # Ensure daily RSI is < 30 (dataframe['volume'] > 0) # Ensure this candle had volume (important for backtesting) ), 'buy'] = 1 ``` Helper functions \u00b6 merge_informative_pair() \u00b6 This method helps you merge an informative pair to a regular dataframe without lookahead bias. It's there to help you merge the dataframe in a safe and consistent way. Options: Rename the columns for you to create unique columns Merge the dataframe without lookahead bias Forward-fill (optional) All columns of the informative dataframe will be available on the returning dataframe in a renamed fashion: Column renaming Assuming inf_tf = '1d' the resulting columns will be: python 'date', 'open', 'high', 'low', 'close', 'rsi' # from the original dataframe 'date_1d', 'open_1d', 'high_1d', 'low_1d', 'close_1d', 'rsi_1d' # from the informative dataframe Column renaming - 1h Assuming inf_tf = '1h' the resulting columns will be: python 'date', 'open', 'high', 'low', 'close', 'rsi' # from the original dataframe 'date_1h', 'open_1h', 'high_1h', 'low_1h', 'close_1h', 'rsi_1h' # from the informative dataframe Custom implementation A custom implementation for this is possible, and can be done as follows: ``` python Shift date by 1 candle \u00b6 This is necessary since the data is always the \"open date\" \u00b6 and a 15m candle starting at 12:15 should not know the close of the 1h candle from 12:00 to 13:00 \u00b6 minutes = timeframe_to_minutes(inf_tf) Only do this if the timeframes are different: \u00b6 informative['date_merge'] = informative[\"date\"] + pd.to_timedelta(minutes, 'm') Rename columns to be unique \u00b6 informative.columns = [f\"{col}_{inf_tf}\" for col in informative.columns] Assuming inf_tf = '1d' - then the columns will now be: \u00b6 date_1d, open_1d, high_1d, low_1d, close_1d, rsi_1d \u00b6 Combine the 2 dataframes \u00b6 all indicators on the informative sample MUST be calculated before this point \u00b6 dataframe = pd.merge(dataframe, informative, left_on='date', right_on=f'date_merge_{inf_tf}', how='left') FFill to have the 1d value available in every row throughout the day. \u00b6 Without this, comparisons would only work once per day. \u00b6 dataframe = dataframe.ffill() ``` Informative timeframe < timeframe Using informative timeframes smaller than the dataframe timeframe is not recommended with this method, as it will not use any of the additional information this would provide. To use the more detailed information properly, more advanced methods should be applied (which are out of scope for freqtrade documentation, as it'll depend on the respective need). stoploss_from_open() \u00b6 Stoploss values returned from custom_stoploss must specify a percentage relative to current_rate , but sometimes you may want to specify a stoploss relative to the open price instead. stoploss_from_open() is a helper function to calculate a stoploss value that can be returned from custom_stoploss which will be equivalent to the desired percentage above the open price. Returning a stoploss relative to the open price from the custom stoploss function Say the open price was $100, and current_price is $121 ( current_profit will be 0.21 ). If we want a stop price at 7% above the open price we can call stoploss_from_open(0.07, current_profit) which will return 0.1157024793 . 11.57% below $121 is $107, which is the same as 7% above $100. ``` python from datetime import datetime from freqtrade.persistence import Trade from freqtrade.strategy import IStrategy, stoploss_from_open class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: # once the profit has risen above 10%, keep the stoploss at 7% above the open price if current_profit > 0.10: return stoploss_from_open(0.07, current_profit) return 1 ``` Full examples can be found in the Custom stoploss section of the Documentation. Additional data (Wallets) \u00b6 The strategy provides access to the Wallets object. This contains the current balances on the exchange. Note Wallets is not available during backtesting / hyperopt. Please always check if Wallets is available to avoid failures during backtesting. python if self.wallets: free_eth = self.wallets.get_free('ETH') used_eth = self.wallets.get_used('ETH') total_eth = self.wallets.get_total('ETH') Possible options for Wallets \u00b6 get_free(asset) - currently available balance to trade get_used(asset) - currently tied up balance (open orders) get_total(asset) - total available balance - sum of the 2 above Additional data (Trades) \u00b6 A history of Trades can be retrieved in the strategy by querying the database. At the top of the file, import Trade. python from freqtrade.persistence import Trade The following example queries for the current pair and trades from today, however other filters can easily be added. python if self.config['runmode'].value in ('live', 'dry_run'): trades = Trade.get_trades([Trade.pair == metadata['pair'], Trade.open_date > datetime.utcnow() - timedelta(days=1), Trade.is_open.is_(False), ]).order_by(Trade.close_date).all() # Summarize profit for this pair. curdayprofit = sum(trade.close_profit for trade in trades) Get amount of stake_currency currently invested in Trades: python if self.config['runmode'].value in ('live', 'dry_run'): total_stakes = Trade.total_open_trades_stakes() Retrieve performance per pair. Returns a List of dicts per pair. python if self.config['runmode'].value in ('live', 'dry_run'): performance = Trade.get_overall_performance() Sample return value: ETH/BTC had 5 trades, with a total profit of 1.5% (ratio of 0.015). json {'pair': \"ETH/BTC\", 'profit': 0.015, 'count': 5} Warning Trade history is not available during backtesting or hyperopt. Prevent trades from happening for a specific pair \u00b6 Freqtrade locks pairs automatically for the current candle (until that candle is over) when a pair is sold, preventing an immediate re-buy of that pair. Locked pairs will show the message Pair is currently locked. . Locking pairs from within the strategy \u00b6 Sometimes it may be desired to lock a pair after certain events happen (e.g. multiple losing trades in a row). Freqtrade has an easy method to do this from within the strategy, by calling self.lock_pair(pair, until, [reason]) . until must be a datetime object in the future, after which trading will be re-enabled for that pair, while reason is an optional string detailing why the pair was locked. Locks can also be lifted manually, by calling self.unlock_pair(pair) . To verify if a pair is currently locked, use self.is_pair_locked(pair) . Note Locked pairs will always be rounded up to the next candle. So assuming a 5m timeframe, a lock with until set to 10:18 will lock the pair until the candle from 10:15-10:20 will be finished. Warning Manually locking pairs is not available during backtesting, only locks via Protections are allowed. Pair locking example \u00b6 ``` python from freqtrade.persistence import Trade from datetime import timedelta, datetime, timezone Put the above lines a the top of the strategy file, next to all the other imports \u00b6 -------- \u00b6 Within populate indicators (or populate_buy): \u00b6 if self.config['runmode'].value in ('live', 'dry_run'): # fetch closed trades for the last 2 days trades = Trade.get_trades([Trade.pair == metadata['pair'], Trade.open_date > datetime.utcnow() - timedelta(days=2), Trade.is_open.is_(False), ]).all() # Analyze the conditions you'd like to lock the pair .... will probably be different for every strategy sumprofit = sum(trade.close_profit for trade in trades) if sumprofit < 0: # Lock pair for 12 hours self.lock_pair(metadata['pair'], until=datetime.now(timezone.utc) + timedelta(hours=12)) ``` Print created dataframe \u00b6 To inspect the created dataframe, you can issue a print-statement in either populate_buy_trend() or populate_sell_trend() . You may also want to print the pair so it's clear what data is currently shown. ``` python def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: dataframe.loc[ ( #>> whatever condition<<< ), 'buy'] = 1 # Print the Analyzed pair print(f\"result for {metadata['pair']}\") # Inspect the last 5 rows print(dataframe.tail()) return dataframe ``` Printing more than a few rows is also possible (simply use print(dataframe) instead of print(dataframe.tail()) ), however not recommended, as that will be very verbose (~500 lines per pair every 5 seconds). Common mistakes when developing strategies \u00b6 Backtesting analyzes the whole time-range at once for performance reasons. Because of this, strategy authors need to make sure that strategies do not look-ahead into the future. This is a common pain-point, which can cause huge differences between backtesting and dry/live run methods, since they all use data which is not available during dry/live runs, so these strategies will perform well during backtesting, but will fail / perform badly in real conditions. The following lists some common patterns which should be avoided to prevent frustration: don't use shift(-1) . This uses data from the future, which is not available. don't use .iloc[-1] or any other absolute position in the dataframe, this will be different between dry-run and backtesting. don't use dataframe['volume'].mean() . This uses the full DataFrame for backtesting, including data from the future. Use dataframe['volume'].rolling().mean() instead don't use .resample('1h') . This uses the left border of the interval, so moves data from an hour to the start of the hour. Use .resample('1h', label='right') instead. Further strategy ideas \u00b6 To get additional Ideas for strategies, head over to our strategy repository . Feel free to use them as they are - but results will depend on the current market situation, pairs used etc. - therefore please backtest the strategy for your exchange/desired pairs first, evaluate carefully, use at your own risk. Feel free to use any of them as inspiration for your own strategies. We're happy to accept Pull Requests containing new Strategies to that repo. Next step \u00b6 Now you have a perfect strategy you probably want to backtest it. Your next step is to learn How to use the Backtesting .","title":"Strategy Customization"},{"location":"strategy-customization/#strategy-customization","text":"This page explains how to customize your strategies, add new indicators and set up trading rules. Please familiarize yourself with Freqtrade basics first, which provides overall info on how the bot operates.","title":"Strategy Customization"},{"location":"strategy-customization/#install-a-custom-strategy-file","text":"This is very simple. Copy paste your strategy file into the directory user_data/strategies . Let assume you have a class called AwesomeStrategy in the file AwesomeStrategy.py : Move your file into user_data/strategies (you should have user_data/strategies/AwesomeStrategy.py Start the bot with the param --strategy AwesomeStrategy (the parameter is the class name) bash freqtrade trade --strategy AwesomeStrategy","title":"Install a custom strategy file"},{"location":"strategy-customization/#develop-your-own-strategy","text":"The bot includes a default strategy file. Also, several other strategies are available in the strategy repository . You will however most likely have your own idea for a strategy. This document intends to help you develop one for yourself. To get started, use freqtrade new-strategy --strategy AwesomeStrategy . This will create a new strategy file from a template, which will be located under user_data/strategies/AwesomeStrategy.py . Note This is just a template file, which will most likely not be profitable out of the box.","title":"Develop your own strategy"},{"location":"strategy-customization/#anatomy-of-a-strategy","text":"A strategy file contains all the information needed to build a good strategy: Indicators Buy strategy rules Sell strategy rules Minimal ROI recommended Stoploss strongly recommended The bot also include a sample strategy called SampleStrategy you can update: user_data/strategies/sample_strategy.py . You can test it with the parameter: --strategy SampleStrategy Additionally, there is an attribute called INTERFACE_VERSION , which defines the version of the strategy interface the bot should use. The current version is 2 - which is also the default when it's not set explicitly in the strategy. Future versions will require this to be set. bash freqtrade trade --strategy AwesomeStrategy For the following section we will use the user_data/strategies/sample_strategy.py file as reference. Strategies and Backtesting To avoid problems and unexpected differences between Backtesting and dry/live modes, please be aware that during backtesting the full time range is passed to the populate_*() methods at once. It is therefore best to use vectorized operations (across the whole dataframe, not loops) and avoid index referencing ( df.iloc[-1] ), but instead use df.shift() to get to the previous candle. Warning: Using future data Since backtesting passes the full time range to the populate_*() methods, the strategy author needs to take care to avoid having the strategy utilize data from the future. Some common patterns for this are listed in the Common Mistakes section of this document.","title":"Anatomy of a strategy"},{"location":"strategy-customization/#customize-indicators","text":"Buy and sell strategies need indicators. You can add more indicators by extending the list contained in the method populate_indicators() from your strategy file. You should only add the indicators used in either populate_buy_trend() , populate_sell_trend() , or to populate another indicator, otherwise performance may suffer. It's important to always return the dataframe without removing/modifying the columns \"open\", \"high\", \"low\", \"close\", \"volume\" , otherwise these fields would contain something unexpected. Sample: ```python def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Adds several different TA indicators to the given DataFrame Performance Note: For the best performance be frugal on the number of indicators you are using. Let uncomment only the indicator you are using in your strategies or your hyperopt configuration, otherwise you will waste your memory and CPU usage. :param dataframe: Dataframe with data from the exchange :param metadata: Additional information, like the currently traded pair :return: a Dataframe with all mandatory indicators for the strategies \"\"\" dataframe['sar'] = ta.SAR(dataframe) dataframe['adx'] = ta.ADX(dataframe) stoch = ta.STOCHF(dataframe) dataframe['fastd'] = stoch['fastd'] dataframe['fastk'] = stoch['fastk'] dataframe['blower'] = ta.BBANDS(dataframe, nbdevup=2, nbdevdn=2)['lowerband'] dataframe['sma'] = ta.SMA(dataframe, timeperiod=40) dataframe['tema'] = ta.TEMA(dataframe, timeperiod=9) dataframe['mfi'] = ta.MFI(dataframe) dataframe['rsi'] = ta.RSI(dataframe) dataframe['ema5'] = ta.EMA(dataframe, timeperiod=5) dataframe['ema10'] = ta.EMA(dataframe, timeperiod=10) dataframe['ema50'] = ta.EMA(dataframe, timeperiod=50) dataframe['ema100'] = ta.EMA(dataframe, timeperiod=100) dataframe['ao'] = awesome_oscillator(dataframe) macd = ta.MACD(dataframe) dataframe['macd'] = macd['macd'] dataframe['macdsignal'] = macd['macdsignal'] dataframe['macdhist'] = macd['macdhist'] hilbert = ta.HT_SINE(dataframe) dataframe['htsine'] = hilbert['sine'] dataframe['htleadsine'] = hilbert['leadsine'] dataframe['plus_dm'] = ta.PLUS_DM(dataframe) dataframe['plus_di'] = ta.PLUS_DI(dataframe) dataframe['minus_dm'] = ta.MINUS_DM(dataframe) dataframe['minus_di'] = ta.MINUS_DI(dataframe) return dataframe ``` Want more indicator examples? Look into the user_data/strategies/sample_strategy.py . Then uncomment indicators you need.","title":"Customize Indicators"},{"location":"strategy-customization/#strategy-startup-period","text":"Most indicators have an instable startup period, in which they are either not available, or the calculation is incorrect. This can lead to inconsistencies, since Freqtrade does not know how long this instable period should be. To account for this, the strategy can be assigned the startup_candle_count attribute. This should be set to the maximum number of candles that the strategy requires to calculate stable indicators. In this example strategy, this should be set to 100 ( startup_candle_count = 100 ), since the longest needed history is 100 candles. python dataframe['ema100'] = ta.EMA(dataframe, timeperiod=100) By letting the bot know how much history is needed, backtest trades can start at the specified timerange during backtesting and hyperopt. Warning startup_candle_count should be below ohlcv_candle_limit (which is 500 for most exchanges) - since only this amount of candles will be available during Dry-Run/Live Trade operations.","title":"Strategy startup period"},{"location":"strategy-customization/#example","text":"Let's try to backtest 1 month (January 2019) of 5m candles using an example strategy with EMA100, as above. bash freqtrade backtesting --timerange 20190101-20190201 --timeframe 5m Assuming startup_candle_count is set to 100, backtesting knows it needs 100 candles to generate valid buy signals. It will load data from 20190101 - (100 * 5m) - which is ~2018-12-31 15:30:00. If this data is available, indicators will be calculated with this extended timerange. The instable startup period (up to 2019-01-01 00:00:00) will then be removed before starting backtesting. Note If data for the startup period is not available, then the timerange will be adjusted to account for this startup period - so Backtesting would start at 2019-01-01 08:30:00.","title":"Example"},{"location":"strategy-customization/#buy-signal-rules","text":"Edit the method populate_buy_trend() in your strategy file to update your buy strategy. It's important to always return the dataframe without removing/modifying the columns \"open\", \"high\", \"low\", \"close\", \"volume\" , otherwise these fields would contain something unexpected. This method will also define a new column, \"buy\" , which needs to contain 1 for buys, and 0 for \"no action\". Sample from user_data/strategies/sample_strategy.py : ```python def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Based on TA indicators, populates the buy signal for the given dataframe :param dataframe: DataFrame populated with indicators :param metadata: Additional information, like the currently traded pair :return: DataFrame with buy column \"\"\" dataframe.loc[ ( (qtpylib.crossed_above(dataframe['rsi'], 30)) & # Signal: RSI crosses above 30 (dataframe['tema'] <= dataframe['bb_middleband']) & # Guard (dataframe['tema'] > dataframe['tema'].shift(1)) & # Guard (dataframe['volume'] > 0) # Make sure Volume is not 0 ), 'buy'] = 1 return dataframe ``` Note Buying requires sellers to buy from - therefore volume needs to be > 0 ( dataframe['volume'] > 0 ) to make sure that the bot does not buy/sell in no-activity periods.","title":"Buy signal rules"},{"location":"strategy-customization/#sell-signal-rules","text":"Edit the method populate_sell_trend() into your strategy file to update your sell strategy. Please note that the sell-signal is only used if use_sell_signal is set to true in the configuration. It's important to always return the dataframe without removing/modifying the columns \"open\", \"high\", \"low\", \"close\", \"volume\" , otherwise these fields would contain something unexpected. This method will also define a new column, \"sell\" , which needs to contain 1 for sells, and 0 for \"no action\". Sample from user_data/strategies/sample_strategy.py : python def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: \"\"\" Based on TA indicators, populates the sell signal for the given dataframe :param dataframe: DataFrame populated with indicators :param metadata: Additional information, like the currently traded pair :return: DataFrame with buy column \"\"\" dataframe.loc[ ( (qtpylib.crossed_above(dataframe['rsi'], 70)) & # Signal: RSI crosses above 70 (dataframe['tema'] > dataframe['bb_middleband']) & # Guard (dataframe['tema'] < dataframe['tema'].shift(1)) & # Guard (dataframe['volume'] > 0) # Make sure Volume is not 0 ), 'sell'] = 1 return dataframe","title":"Sell signal rules"},{"location":"strategy-customization/#minimal-roi","text":"This dict defines the minimal Return On Investment (ROI) a trade should reach before selling, independent from the sell signal. It is of the following format, with the dict key (left side of the colon) being the minutes passed since the trade opened, and the value (right side of the colon) being the percentage. python minimal_roi = { \"40\": 0.0, \"30\": 0.01, \"20\": 0.02, \"0\": 0.04 } The above configuration would therefore mean: Sell whenever 4% profit was reached Sell when 2% profit was reached (in effect after 20 minutes) Sell when 1% profit was reached (in effect after 30 minutes) Sell when trade is non-loosing (in effect after 40 minutes) The calculation does include fees. To disable ROI completely, set it to an insanely high number: python minimal_roi = { \"0\": 100 } While technically not completely disabled, this would sell once the trade reaches 10000% Profit. To use times based on candle duration (timeframe), the following snippet can be handy. This will allow you to change the timeframe for the strategy, and ROI times will still be set as candles (e.g. after 3 candles ...) ``` python from freqtrade.exchange import timeframe_to_minutes class AwesomeStrategy(IStrategy): timeframe = \"1d\" timeframe_mins = timeframe_to_minutes(timeframe) minimal_roi = { \"0\": 0.05, # 5% for the first 3 candles str(timeframe_mins * 3)): 0.02, # 2% after 3 candles str(timeframe_mins * 6)): 0.01, # 1% After 6 candles } ```","title":"Minimal ROI"},{"location":"strategy-customization/#stoploss","text":"Setting a stoploss is highly recommended to protect your capital from strong moves against you. Sample: python stoploss = -0.10 This would signify a stoploss of -10%. For the full documentation on stoploss features, look at the dedicated stoploss page . If your exchange supports it, it's recommended to also set \"stoploss_on_exchange\" in the order_types dictionary, so your stoploss is on the exchange and cannot be missed due to network problems, high load or other reasons. For more information on order_types please look here .","title":"Stoploss"},{"location":"strategy-customization/#timeframe-formerly-ticker-interval","text":"This is the set of candles the bot should download and use for the analysis. Common values are \"1m\" , \"5m\" , \"15m\" , \"1h\" , however all values supported by your exchange should work. Please note that the same buy/sell signals may work well with one timeframe, but not with the others. This setting is accessible within the strategy methods as the self.timeframe attribute.","title":"Timeframe (formerly ticker interval)"},{"location":"strategy-customization/#metadata-dict","text":"The metadata-dict (available for populate_buy_trend , populate_sell_trend , populate_indicators ) contains additional information. Currently this is pair , which can be accessed using metadata['pair'] - and will return a pair in the format XRP/BTC . The Metadata-dict should not be modified and does not persist information across multiple calls. Instead, have a look at the section Storing information","title":"Metadata dict"},{"location":"strategy-customization/#additional-data-informative_pairs","text":"","title":"Additional data (informative_pairs)"},{"location":"strategy-customization/#get-data-for-non-tradeable-pairs","text":"Data for additional, informative pairs (reference pairs) can be beneficial for some strategies. OHLCV data for these pairs will be downloaded as part of the regular whitelist refresh process and is available via DataProvider just as other pairs (see below). These parts will not be traded unless they are also specified in the pair whitelist, or have been selected by Dynamic Whitelisting. The pairs need to be specified as tuples in the format (\"pair\", \"timeframe\") , with pair as the first and timeframe as the second argument. Sample: python def informative_pairs(self): return [(\"ETH/USDT\", \"5m\"), (\"BTC/TUSD\", \"15m\"), ] A full sample can be found in the DataProvider section . Warning As these pairs will be refreshed as part of the regular whitelist refresh, it's best to keep this list short. All timeframes and all pairs can be specified as long as they are available (and active) on the used exchange. It is however better to use resampling to longer timeframes whenever possible to avoid hammering the exchange with too many requests and risk being blocked.","title":"Get data for non-tradeable pairs"},{"location":"strategy-customization/#additional-data-dataprovider","text":"The strategy provides access to the DataProvider . This allows you to get additional data to use in your strategy. All methods return None in case of failure (do not raise an exception). Please always check the mode of operation to select the correct method to get data (samples see below). Hyperopt Dataprovider is available during hyperopt, however it can only be used in populate_indicators() within a strategy. It is not available in populate_buy() and populate_sell() methods, nor in populate_indicators() , if this method located in the hyperopt file.","title":"Additional data (DataProvider)"},{"location":"strategy-customization/#possible-options-for-dataprovider","text":"available_pairs - Property with tuples listing cached pairs with their timeframe (pair, timeframe). current_whitelist() - Returns a current list of whitelisted pairs. Useful for accessing dynamic whitelists (i.e. VolumePairlist) get_pair_dataframe(pair, timeframe) - This is a universal method, which returns either historical data (for backtesting) or cached live data (for the Dry-Run and Live-Run modes). get_analyzed_dataframe(pair, timeframe) - Returns the analyzed dataframe (after calling populate_indicators() , populate_buy() , populate_sell() ) and the time of the latest analysis. historic_ohlcv(pair, timeframe) - Returns historical data stored on disk. market(pair) - Returns market data for the pair: fees, limits, precisions, activity flag, etc. See ccxt documentation for more details on the Market data structure. ohlcv(pair, timeframe) - Currently cached candle (OHLCV) data for the pair, returns DataFrame or empty DataFrame. orderbook(pair, maximum) - Returns latest orderbook data for the pair, a dict with bids/asks with a total of maximum entries. ticker(pair) - Returns current ticker data for the pair. See ccxt documentation for more details on the Ticker data structure. runmode - Property containing the current runmode.","title":"Possible options for DataProvider"},{"location":"strategy-customization/#example-usages","text":"","title":"Example Usages"},{"location":"strategy-customization/#available_pairs","text":"python if self.dp: for pair, timeframe in self.dp.available_pairs: print(f\"available {pair}, {timeframe}\")","title":"available_pairs"},{"location":"strategy-customization/#current_whitelist","text":"Imagine you've developed a strategy that trades the 5m timeframe using signals generated from a 1d timeframe on the top 10 volume pairs by volume. The strategy might look something like this: Scan through the top 10 pairs by volume using the VolumePairList every 5 minutes and use a 14 day RSI to buy and sell. Due to the limited available data, it's very difficult to resample our 5m candles into daily candles for use in a 14 day RSI. Most exchanges limit us to just 500 candles which effectively gives us around 1.74 daily candles. We need 14 days at least! Since we can't resample our data we will have to use an informative pair; and since our whitelist will be dynamic we don't know which pair(s) to use. This is where calling self.dp.current_whitelist() comes in handy. ```python def informative_pairs(self): # get access to all pairs available in whitelist. pairs = self.dp.current_whitelist() # Assign tf to each pair so they can be downloaded and cached for strategy. informative_pairs = [(pair, '1d') for pair in pairs] return informative_pairs ```","title":"current_whitelist()"},{"location":"strategy-customization/#get_pair_dataframepair-timeframe","text":"``` python","title":"get_pair_dataframe(pair, timeframe)"},{"location":"strategy-customization/#fetch-live-historical-candle-ohlcv-data-for-the-first-informative-pair","text":"if self.dp: inf_pair, inf_timeframe = self.informative_pairs()[0] informative = self.dp.get_pair_dataframe(pair=inf_pair, timeframe=inf_timeframe) ``` Warning about backtesting Be careful when using dataprovider in backtesting. historic_ohlcv() (and get_pair_dataframe() for the backtesting runmode) provides the full time-range in one go, so please be aware of it and make sure to not \"look into the future\" to avoid surprises when running in dry/live mode.","title":"fetch live / historical candle (OHLCV) data for the first informative pair"},{"location":"strategy-customization/#get_analyzed_dataframepair-timeframe","text":"This method is used by freqtrade internally to determine the last signal. It can also be used in specific callbacks to get the signal that caused the action (see Advanced Strategy Documentation for more details on available callbacks). ``` python","title":"get_analyzed_dataframe(pair, timeframe)"},{"location":"strategy-customization/#fetch-current-dataframe","text":"if self.dp: if self.dp.runmode.value in ('live', 'dry_run'): dataframe, last_updated = self.dp.get_analyzed_dataframe(pair=metadata['pair'], timeframe=self.timeframe) ``` No data available Returns an empty dataframe if the requested pair was not cached. This should not happen when using whitelisted pairs.","title":"fetch current dataframe"},{"location":"strategy-customization/#orderbookpair-maximum","text":"python if self.dp: if self.dp.runmode.value in ('live', 'dry_run'): ob = self.dp.orderbook(metadata['pair'], 1) dataframe['best_bid'] = ob['bids'][0][0] dataframe['best_ask'] = ob['asks'][0][0] The orderbook structure is aligned with the order structure from ccxt , so the result will look as follows: js { 'bids': [ [ price, amount ], // [ float, float ] [ price, amount ], ... ], 'asks': [ [ price, amount ], [ price, amount ], //... ], //... } Therefore, using ob['bids'][0][0] as demonstrated above will result in using the best bid price. ob['bids'][0][1] would look at the amount at this orderbook position. Warning about backtesting The order book is not part of the historic data which means backtesting and hyperopt will not work correctly if this method is used, as the method will return uptodate values.","title":"orderbook(pair, maximum)"},{"location":"strategy-customization/#tickerpair","text":"python if self.dp: if self.dp.runmode.value in ('live', 'dry_run'): ticker = self.dp.ticker(metadata['pair']) dataframe['last_price'] = ticker['last'] dataframe['volume24h'] = ticker['quoteVolume'] dataframe['vwap'] = ticker['vwap'] Warning Although the ticker data structure is a part of the ccxt Unified Interface, the values returned by this method can vary for different exchanges. For instance, many exchanges do not return vwap values, the FTX exchange does not always fills in the last field (so it can be None), etc. So you need to carefully verify the ticker data returned from the exchange and add appropriate error handling / defaults. Warning about backtesting This method will always return up-to-date values - so usage during backtesting / hyperopt will lead to wrong results.","title":"ticker(pair)"},{"location":"strategy-customization/#complete-data-provider-sample","text":"```python from freqtrade.strategy import IStrategy, merge_informative_pair from pandas import DataFrame class SampleStrategy(IStrategy): # strategy init stuff... timeframe = '5m' # more strategy init stuff.. def informative_pairs(self): # get access to all pairs available in whitelist. pairs = self.dp.current_whitelist() # Assign tf to each pair so they can be downloaded and cached for strategy. informative_pairs = [(pair, '1d') for pair in pairs] # Optionally Add additional \"static\" pairs informative_pairs += [(\"ETH/USDT\", \"5m\"), (\"BTC/TUSD\", \"15m\"), ] return informative_pairs def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: if not self.dp: # Don't do anything if DataProvider is not available. return dataframe inf_tf = '1d' # Get the informative pair informative = self.dp.get_pair_dataframe(pair=metadata['pair'], timeframe=inf_tf) # Get the 14 day rsi informative['rsi'] = ta.RSI(informative, timeperiod=14) # Use the helper function merge_informative_pair to safely merge the pair # Automatically renames the columns and merges a shorter timeframe dataframe and a longer timeframe informative pair # use ffill to have the 1d value available in every row throughout the day. # Without this, comparisons between columns of the original and the informative pair would only work once per day. # Full documentation of this method, see below dataframe = merge_informative_pair(dataframe, informative, self.timeframe, inf_tf, ffill=True) # Calculate rsi of the original dataframe (5m timeframe) dataframe['rsi'] = ta.RSI(dataframe, timeperiod=14) # Do other stuff # ... return dataframe def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: dataframe.loc[ ( (qtpylib.crossed_above(dataframe['rsi'], 30)) & # Signal: RSI crosses above 30 (dataframe['rsi_1d'] < 30) & # Ensure daily RSI is < 30 (dataframe['volume'] > 0) # Ensure this candle had volume (important for backtesting) ), 'buy'] = 1 ```","title":"Complete Data-provider sample"},{"location":"strategy-customization/#helper-functions","text":"","title":"Helper functions"},{"location":"strategy-customization/#merge_informative_pair","text":"This method helps you merge an informative pair to a regular dataframe without lookahead bias. It's there to help you merge the dataframe in a safe and consistent way. Options: Rename the columns for you to create unique columns Merge the dataframe without lookahead bias Forward-fill (optional) All columns of the informative dataframe will be available on the returning dataframe in a renamed fashion: Column renaming Assuming inf_tf = '1d' the resulting columns will be: python 'date', 'open', 'high', 'low', 'close', 'rsi' # from the original dataframe 'date_1d', 'open_1d', 'high_1d', 'low_1d', 'close_1d', 'rsi_1d' # from the informative dataframe Column renaming - 1h Assuming inf_tf = '1h' the resulting columns will be: python 'date', 'open', 'high', 'low', 'close', 'rsi' # from the original dataframe 'date_1h', 'open_1h', 'high_1h', 'low_1h', 'close_1h', 'rsi_1h' # from the informative dataframe Custom implementation A custom implementation for this is possible, and can be done as follows: ``` python","title":"merge_informative_pair()"},{"location":"strategy-customization/#shift-date-by-1-candle","text":"","title":"Shift date by 1 candle"},{"location":"strategy-customization/#this-is-necessary-since-the-data-is-always-the-open-date","text":"","title":"This is necessary since the data is always the \"open date\""},{"location":"strategy-customization/#and-a-15m-candle-starting-at-1215-should-not-know-the-close-of-the-1h-candle-from-1200-to-1300","text":"minutes = timeframe_to_minutes(inf_tf)","title":"and a 15m candle starting at 12:15 should not know the close of the 1h candle from 12:00 to 13:00"},{"location":"strategy-customization/#only-do-this-if-the-timeframes-are-different","text":"informative['date_merge'] = informative[\"date\"] + pd.to_timedelta(minutes, 'm')","title":"Only do this if the timeframes are different:"},{"location":"strategy-customization/#rename-columns-to-be-unique","text":"informative.columns = [f\"{col}_{inf_tf}\" for col in informative.columns]","title":"Rename columns to be unique"},{"location":"strategy-customization/#assuming-inf_tf-1d-then-the-columns-will-now-be","text":"","title":"Assuming inf_tf = '1d' - then the columns will now be:"},{"location":"strategy-customization/#date_1d-open_1d-high_1d-low_1d-close_1d-rsi_1d","text":"","title":"date_1d, open_1d, high_1d, low_1d, close_1d, rsi_1d"},{"location":"strategy-customization/#combine-the-2-dataframes","text":"","title":"Combine the 2 dataframes"},{"location":"strategy-customization/#all-indicators-on-the-informative-sample-must-be-calculated-before-this-point","text":"dataframe = pd.merge(dataframe, informative, left_on='date', right_on=f'date_merge_{inf_tf}', how='left')","title":"all indicators on the informative sample MUST be calculated before this point"},{"location":"strategy-customization/#ffill-to-have-the-1d-value-available-in-every-row-throughout-the-day","text":"","title":"FFill to have the 1d value available in every row throughout the day."},{"location":"strategy-customization/#without-this-comparisons-would-only-work-once-per-day","text":"dataframe = dataframe.ffill() ``` Informative timeframe < timeframe Using informative timeframes smaller than the dataframe timeframe is not recommended with this method, as it will not use any of the additional information this would provide. To use the more detailed information properly, more advanced methods should be applied (which are out of scope for freqtrade documentation, as it'll depend on the respective need).","title":"Without this, comparisons would only work once per day."},{"location":"strategy-customization/#stoploss_from_open","text":"Stoploss values returned from custom_stoploss must specify a percentage relative to current_rate , but sometimes you may want to specify a stoploss relative to the open price instead. stoploss_from_open() is a helper function to calculate a stoploss value that can be returned from custom_stoploss which will be equivalent to the desired percentage above the open price. Returning a stoploss relative to the open price from the custom stoploss function Say the open price was $100, and current_price is $121 ( current_profit will be 0.21 ). If we want a stop price at 7% above the open price we can call stoploss_from_open(0.07, current_profit) which will return 0.1157024793 . 11.57% below $121 is $107, which is the same as 7% above $100. ``` python from datetime import datetime from freqtrade.persistence import Trade from freqtrade.strategy import IStrategy, stoploss_from_open class AwesomeStrategy(IStrategy): # ... populate_* methods use_custom_stoploss = True def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime, current_rate: float, current_profit: float, **kwargs) -> float: # once the profit has risen above 10%, keep the stoploss at 7% above the open price if current_profit > 0.10: return stoploss_from_open(0.07, current_profit) return 1 ``` Full examples can be found in the Custom stoploss section of the Documentation.","title":"stoploss_from_open()"},{"location":"strategy-customization/#additional-data-wallets","text":"The strategy provides access to the Wallets object. This contains the current balances on the exchange. Note Wallets is not available during backtesting / hyperopt. Please always check if Wallets is available to avoid failures during backtesting. python if self.wallets: free_eth = self.wallets.get_free('ETH') used_eth = self.wallets.get_used('ETH') total_eth = self.wallets.get_total('ETH')","title":"Additional data (Wallets)"},{"location":"strategy-customization/#possible-options-for-wallets","text":"get_free(asset) - currently available balance to trade get_used(asset) - currently tied up balance (open orders) get_total(asset) - total available balance - sum of the 2 above","title":"Possible options for Wallets"},{"location":"strategy-customization/#additional-data-trades","text":"A history of Trades can be retrieved in the strategy by querying the database. At the top of the file, import Trade. python from freqtrade.persistence import Trade The following example queries for the current pair and trades from today, however other filters can easily be added. python if self.config['runmode'].value in ('live', 'dry_run'): trades = Trade.get_trades([Trade.pair == metadata['pair'], Trade.open_date > datetime.utcnow() - timedelta(days=1), Trade.is_open.is_(False), ]).order_by(Trade.close_date).all() # Summarize profit for this pair. curdayprofit = sum(trade.close_profit for trade in trades) Get amount of stake_currency currently invested in Trades: python if self.config['runmode'].value in ('live', 'dry_run'): total_stakes = Trade.total_open_trades_stakes() Retrieve performance per pair. Returns a List of dicts per pair. python if self.config['runmode'].value in ('live', 'dry_run'): performance = Trade.get_overall_performance() Sample return value: ETH/BTC had 5 trades, with a total profit of 1.5% (ratio of 0.015). json {'pair': \"ETH/BTC\", 'profit': 0.015, 'count': 5} Warning Trade history is not available during backtesting or hyperopt.","title":"Additional data (Trades)"},{"location":"strategy-customization/#prevent-trades-from-happening-for-a-specific-pair","text":"Freqtrade locks pairs automatically for the current candle (until that candle is over) when a pair is sold, preventing an immediate re-buy of that pair. Locked pairs will show the message Pair is currently locked. .","title":"Prevent trades from happening for a specific pair"},{"location":"strategy-customization/#locking-pairs-from-within-the-strategy","text":"Sometimes it may be desired to lock a pair after certain events happen (e.g. multiple losing trades in a row). Freqtrade has an easy method to do this from within the strategy, by calling self.lock_pair(pair, until, [reason]) . until must be a datetime object in the future, after which trading will be re-enabled for that pair, while reason is an optional string detailing why the pair was locked. Locks can also be lifted manually, by calling self.unlock_pair(pair) . To verify if a pair is currently locked, use self.is_pair_locked(pair) . Note Locked pairs will always be rounded up to the next candle. So assuming a 5m timeframe, a lock with until set to 10:18 will lock the pair until the candle from 10:15-10:20 will be finished. Warning Manually locking pairs is not available during backtesting, only locks via Protections are allowed.","title":"Locking pairs from within the strategy"},{"location":"strategy-customization/#pair-locking-example","text":"``` python from freqtrade.persistence import Trade from datetime import timedelta, datetime, timezone","title":"Pair locking example"},{"location":"strategy-customization/#put-the-above-lines-a-the-top-of-the-strategy-file-next-to-all-the-other-imports","text":"","title":"Put the above lines a the top of the strategy file, next to all the other imports"},{"location":"strategy-customization/#-","text":"","title":"--------"},{"location":"strategy-customization/#within-populate-indicators-or-populate_buy","text":"if self.config['runmode'].value in ('live', 'dry_run'): # fetch closed trades for the last 2 days trades = Trade.get_trades([Trade.pair == metadata['pair'], Trade.open_date > datetime.utcnow() - timedelta(days=2), Trade.is_open.is_(False), ]).all() # Analyze the conditions you'd like to lock the pair .... will probably be different for every strategy sumprofit = sum(trade.close_profit for trade in trades) if sumprofit < 0: # Lock pair for 12 hours self.lock_pair(metadata['pair'], until=datetime.now(timezone.utc) + timedelta(hours=12)) ```","title":"Within populate indicators (or populate_buy):"},{"location":"strategy-customization/#print-created-dataframe","text":"To inspect the created dataframe, you can issue a print-statement in either populate_buy_trend() or populate_sell_trend() . You may also want to print the pair so it's clear what data is currently shown. ``` python def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: dataframe.loc[ ( #>> whatever condition<<< ), 'buy'] = 1 # Print the Analyzed pair print(f\"result for {metadata['pair']}\") # Inspect the last 5 rows print(dataframe.tail()) return dataframe ``` Printing more than a few rows is also possible (simply use print(dataframe) instead of print(dataframe.tail()) ), however not recommended, as that will be very verbose (~500 lines per pair every 5 seconds).","title":"Print created dataframe"},{"location":"strategy-customization/#common-mistakes-when-developing-strategies","text":"Backtesting analyzes the whole time-range at once for performance reasons. Because of this, strategy authors need to make sure that strategies do not look-ahead into the future. This is a common pain-point, which can cause huge differences between backtesting and dry/live run methods, since they all use data which is not available during dry/live runs, so these strategies will perform well during backtesting, but will fail / perform badly in real conditions. The following lists some common patterns which should be avoided to prevent frustration: don't use shift(-1) . This uses data from the future, which is not available. don't use .iloc[-1] or any other absolute position in the dataframe, this will be different between dry-run and backtesting. don't use dataframe['volume'].mean() . This uses the full DataFrame for backtesting, including data from the future. Use dataframe['volume'].rolling().mean() instead don't use .resample('1h') . This uses the left border of the interval, so moves data from an hour to the start of the hour. Use .resample('1h', label='right') instead.","title":"Common mistakes when developing strategies"},{"location":"strategy-customization/#further-strategy-ideas","text":"To get additional Ideas for strategies, head over to our strategy repository . Feel free to use them as they are - but results will depend on the current market situation, pairs used etc. - therefore please backtest the strategy for your exchange/desired pairs first, evaluate carefully, use at your own risk. Feel free to use any of them as inspiration for your own strategies. We're happy to accept Pull Requests containing new Strategies to that repo.","title":"Further strategy ideas"},{"location":"strategy-customization/#next-step","text":"Now you have a perfect strategy you probably want to backtest it. Your next step is to learn How to use the Backtesting .","title":"Next step"},{"location":"strategy_analysis_example/","text":"Strategy analysis example \u00b6 Debugging a strategy can be time-consuming. Freqtrade offers helper functions to visualize raw data. The following assumes you work with SampleStrategy, data for 5m timeframe from Binance and have downloaded them into the data directory in the default location. Setup \u00b6 ```python from pathlib import Path from freqtrade.configuration import Configuration Customize these according to your needs. \u00b6 Initialize empty configuration object \u00b6 config = Configuration.from_files([]) Optionally, use existing configuration file \u00b6 config = Configuration.from_files([\"config.json\"]) \u00b6 Define some constants \u00b6 config[\"timeframe\"] = \"5m\" Name of the strategy class \u00b6 config[\"strategy\"] = \"SampleStrategy\" Location of the data \u00b6 data_location = Path(config['user_data_dir'], 'data', 'binance') Pair to analyze - Only use one pair here \u00b6 pair = \"BTC/USDT\" ``` ```python Load data using values set above \u00b6 from freqtrade.data.history import load_pair_history candles = load_pair_history(datadir=data_location, timeframe=config[\"timeframe\"], pair=pair, data_format = \"hdf5\", ) Confirm success \u00b6 print(\"Loaded \" + str(len(candles)) + f\" rows of data for {pair} from {data_location}\") candles.head() ``` Load and run strategy \u00b6 Rerun each time the strategy file is changed ```python Load strategy using values set above \u00b6 from freqtrade.resolvers import StrategyResolver strategy = StrategyResolver.load_strategy(config) Generate buy/sell signals using strategy \u00b6 df = strategy.analyze_ticker(candles, {'pair': pair}) df.tail() ``` Display the trade details \u00b6 Note that using data.head() would also work, however most indicators have some \"startup\" data at the top of the dataframe. Some possible problems * Columns with NaN values at the end of the dataframe * Columns used in crossed*() functions with completely different units Comparison with full backtest * having 200 buy signals as output for one pair from analyze_ticker() does not necessarily mean that 200 trades will be made during backtesting. * Assuming you use only one condition such as, df['rsi'] < 30 as buy condition, this will generate multiple \"buy\" signals for each pair in sequence (until rsi returns > 29). The bot will only buy on the first of these signals (and also only if a trade-slot (\"max_open_trades\") is still available), or on one of the middle signals, as soon as a \"slot\" becomes available. ```python Report results \u00b6 print(f\"Generated {df['buy'].sum()} buy signals\") data = df.set_index('date', drop=False) data.tail() ``` Load existing objects into a Jupyter notebook \u00b6 The following cells assume that you have already generated data using the cli. They will allow you to drill deeper into your results, and perform analysis which otherwise would make the output very difficult to digest due to information overload. Load backtest results to pandas dataframe \u00b6 Analyze a trades dataframe (also used below for plotting) ```python from freqtrade.data.btanalysis import load_backtest_data, load_backtest_stats if backtest_dir points to a directory, it'll automatically load the last backtest file. \u00b6 backtest_dir = config[\"user_data_dir\"] / \"backtest_results\" backtest_dir can also point to a specific file \u00b6 backtest_dir = config[\"user_data_dir\"] / \"backtest_results/backtest-result-2020-07-01_20-04-22.json\" \u00b6 ``` ```python You can get the full backtest statistics by using the following command. \u00b6 This contains all information used to generate the backtest result. \u00b6 stats = load_backtest_stats(backtest_dir) strategy = 'SampleStrategy' All statistics are available per strategy, so if --strategy-list was used during backtest, this will be reflected here as well. \u00b6 Example usages: \u00b6 print(stats['strategy'][strategy]['results_per_pair']) Get pairlist used for this backtest \u00b6 print(stats['strategy'][strategy]['pairlist']) Get market change (average change of all pairs from start to end of the backtest period) \u00b6 print(stats['strategy'][strategy]['market_change']) Maximum drawdown () \u00b6 print(stats['strategy'][strategy]['max_drawdown']) Maximum drawdown start and end \u00b6 print(stats['strategy'][strategy]['drawdown_start']) print(stats['strategy'][strategy]['drawdown_end']) Get strategy comparison (only relevant if multiple strategies were compared) \u00b6 print(stats['strategy_comparison']) ``` ```python Load backtested trades as dataframe \u00b6 trades = load_backtest_data(backtest_dir) Show value-counts per pair \u00b6 trades.groupby(\"pair\")[\"sell_reason\"].value_counts() ``` Load live trading results into a pandas dataframe \u00b6 In case you did already some trading and want to analyze your performance ```python from freqtrade.data.btanalysis import load_trades_from_db Fetch trades from database \u00b6 trades = load_trades_from_db(\"sqlite:///tradesv3.sqlite\") Display results \u00b6 trades.groupby(\"pair\")[\"sell_reason\"].value_counts() ``` Analyze the loaded trades for trade parallelism \u00b6 This can be useful to find the best max_open_trades parameter, when used with backtesting in conjunction with --disable-max-market-positions . analyze_trade_parallelism() returns a timeseries dataframe with an \"open_trades\" column, specifying the number of open trades for each candle. ```python from freqtrade.data.btanalysis import analyze_trade_parallelism Analyze the above \u00b6 parallel_trades = analyze_trade_parallelism(trades, '5m') parallel_trades.plot() ``` Plot results \u00b6 Freqtrade offers interactive plotting capabilities based on plotly. ```python from freqtrade.plot.plotting import generate_candlestick_graph Limit graph period to keep plotly quick and reactive \u00b6 Filter trades to one pair \u00b6 trades_red = trades.loc[trades['pair'] == pair] data_red = data['2019-06-01':'2019-06-10'] Generate candlestick graph \u00b6 graph = generate_candlestick_graph(pair=pair, data=data_red, trades=trades_red, indicators1=['sma20', 'ema50', 'ema55'], indicators2=['rsi', 'macd', 'macdsignal', 'macdhist'] ) ``` ```python Show graph inline \u00b6 graph.show() \u00b6 Render graph in a seperate window \u00b6 graph.show(renderer=\"browser\") ``` Plot average profit per trade as distribution graph \u00b6 ```python import plotly.figure_factory as ff hist_data = [trades.profit_ratio] group_labels = ['profit_ratio'] # name of the dataset fig = ff.create_distplot(hist_data, group_labels,bin_size=0.01) fig.show() ``` Feel free to submit an issue or Pull Request enhancing this document if you would like to share ideas on how to best analyze the data.","title":"Strategy analysis"},{"location":"strategy_analysis_example/#strategy-analysis-example","text":"Debugging a strategy can be time-consuming. Freqtrade offers helper functions to visualize raw data. The following assumes you work with SampleStrategy, data for 5m timeframe from Binance and have downloaded them into the data directory in the default location.","title":"Strategy analysis example"},{"location":"strategy_analysis_example/#setup","text":"```python from pathlib import Path from freqtrade.configuration import Configuration","title":"Setup"},{"location":"strategy_analysis_example/#customize-these-according-to-your-needs","text":"","title":"Customize these according to your needs."},{"location":"strategy_analysis_example/#initialize-empty-configuration-object","text":"config = Configuration.from_files([])","title":"Initialize empty configuration object"},{"location":"strategy_analysis_example/#optionally-use-existing-configuration-file","text":"","title":"Optionally, use existing configuration file"},{"location":"strategy_analysis_example/#config-configurationfrom_filesconfigjson","text":"","title":"config = Configuration.from_files([\"config.json\"])"},{"location":"strategy_analysis_example/#define-some-constants","text":"config[\"timeframe\"] = \"5m\"","title":"Define some constants"},{"location":"strategy_analysis_example/#name-of-the-strategy-class","text":"config[\"strategy\"] = \"SampleStrategy\"","title":"Name of the strategy class"},{"location":"strategy_analysis_example/#location-of-the-data","text":"data_location = Path(config['user_data_dir'], 'data', 'binance')","title":"Location of the data"},{"location":"strategy_analysis_example/#pair-to-analyze-only-use-one-pair-here","text":"pair = \"BTC/USDT\" ``` ```python","title":"Pair to analyze - Only use one pair here"},{"location":"strategy_analysis_example/#load-data-using-values-set-above","text":"from freqtrade.data.history import load_pair_history candles = load_pair_history(datadir=data_location, timeframe=config[\"timeframe\"], pair=pair, data_format = \"hdf5\", )","title":"Load data using values set above"},{"location":"strategy_analysis_example/#confirm-success","text":"print(\"Loaded \" + str(len(candles)) + f\" rows of data for {pair} from {data_location}\") candles.head() ```","title":"Confirm success"},{"location":"strategy_analysis_example/#load-and-run-strategy","text":"Rerun each time the strategy file is changed ```python","title":"Load and run strategy"},{"location":"strategy_analysis_example/#load-strategy-using-values-set-above","text":"from freqtrade.resolvers import StrategyResolver strategy = StrategyResolver.load_strategy(config)","title":"Load strategy using values set above"},{"location":"strategy_analysis_example/#generate-buysell-signals-using-strategy","text":"df = strategy.analyze_ticker(candles, {'pair': pair}) df.tail() ```","title":"Generate buy/sell signals using strategy"},{"location":"strategy_analysis_example/#display-the-trade-details","text":"Note that using data.head() would also work, however most indicators have some \"startup\" data at the top of the dataframe. Some possible problems * Columns with NaN values at the end of the dataframe * Columns used in crossed*() functions with completely different units Comparison with full backtest * having 200 buy signals as output for one pair from analyze_ticker() does not necessarily mean that 200 trades will be made during backtesting. * Assuming you use only one condition such as, df['rsi'] < 30 as buy condition, this will generate multiple \"buy\" signals for each pair in sequence (until rsi returns > 29). The bot will only buy on the first of these signals (and also only if a trade-slot (\"max_open_trades\") is still available), or on one of the middle signals, as soon as a \"slot\" becomes available. ```python","title":"Display the trade details"},{"location":"strategy_analysis_example/#report-results","text":"print(f\"Generated {df['buy'].sum()} buy signals\") data = df.set_index('date', drop=False) data.tail() ```","title":"Report results"},{"location":"strategy_analysis_example/#load-existing-objects-into-a-jupyter-notebook","text":"The following cells assume that you have already generated data using the cli. They will allow you to drill deeper into your results, and perform analysis which otherwise would make the output very difficult to digest due to information overload.","title":"Load existing objects into a Jupyter notebook"},{"location":"strategy_analysis_example/#load-backtest-results-to-pandas-dataframe","text":"Analyze a trades dataframe (also used below for plotting) ```python from freqtrade.data.btanalysis import load_backtest_data, load_backtest_stats","title":"Load backtest results to pandas dataframe"},{"location":"strategy_analysis_example/#if-backtest_dir-points-to-a-directory-itll-automatically-load-the-last-backtest-file","text":"backtest_dir = config[\"user_data_dir\"] / \"backtest_results\"","title":"if backtest_dir points to a directory, it'll automatically load the last backtest file."},{"location":"strategy_analysis_example/#backtest_dir-can-also-point-to-a-specific-file","text":"","title":"backtest_dir can also point to a specific file"},{"location":"strategy_analysis_example/#backtest_dir-configuser_data_dir-backtest_resultsbacktest-result-2020-07-01_20-04-22json","text":"``` ```python","title":"backtest_dir = config[\"user_data_dir\"] / \"backtest_results/backtest-result-2020-07-01_20-04-22.json\""},{"location":"strategy_analysis_example/#you-can-get-the-full-backtest-statistics-by-using-the-following-command","text":"","title":"You can get the full backtest statistics by using the following command."},{"location":"strategy_analysis_example/#this-contains-all-information-used-to-generate-the-backtest-result","text":"stats = load_backtest_stats(backtest_dir) strategy = 'SampleStrategy'","title":"This contains all information used to generate the backtest result."},{"location":"strategy_analysis_example/#all-statistics-are-available-per-strategy-so-if-strategy-list-was-used-during-backtest-this-will-be-reflected-here-as-well","text":"","title":"All statistics are available per strategy, so if --strategy-list was used during backtest, this will be reflected here as well."},{"location":"strategy_analysis_example/#example-usages","text":"print(stats['strategy'][strategy]['results_per_pair'])","title":"Example usages:"},{"location":"strategy_analysis_example/#get-pairlist-used-for-this-backtest","text":"print(stats['strategy'][strategy]['pairlist'])","title":"Get pairlist used for this backtest"},{"location":"strategy_analysis_example/#get-market-change-average-change-of-all-pairs-from-start-to-end-of-the-backtest-period","text":"print(stats['strategy'][strategy]['market_change'])","title":"Get market change (average change of all pairs from start to end of the backtest period)"},{"location":"strategy_analysis_example/#maximum-drawdown","text":"print(stats['strategy'][strategy]['max_drawdown'])","title":"Maximum drawdown ()"},{"location":"strategy_analysis_example/#maximum-drawdown-start-and-end","text":"print(stats['strategy'][strategy]['drawdown_start']) print(stats['strategy'][strategy]['drawdown_end'])","title":"Maximum drawdown start and end"},{"location":"strategy_analysis_example/#get-strategy-comparison-only-relevant-if-multiple-strategies-were-compared","text":"print(stats['strategy_comparison']) ``` ```python","title":"Get strategy comparison (only relevant if multiple strategies were compared)"},{"location":"strategy_analysis_example/#load-backtested-trades-as-dataframe","text":"trades = load_backtest_data(backtest_dir)","title":"Load backtested trades as dataframe"},{"location":"strategy_analysis_example/#show-value-counts-per-pair","text":"trades.groupby(\"pair\")[\"sell_reason\"].value_counts() ```","title":"Show value-counts per pair"},{"location":"strategy_analysis_example/#load-live-trading-results-into-a-pandas-dataframe","text":"In case you did already some trading and want to analyze your performance ```python from freqtrade.data.btanalysis import load_trades_from_db","title":"Load live trading results into a pandas dataframe"},{"location":"strategy_analysis_example/#fetch-trades-from-database","text":"trades = load_trades_from_db(\"sqlite:///tradesv3.sqlite\")","title":"Fetch trades from database"},{"location":"strategy_analysis_example/#display-results","text":"trades.groupby(\"pair\")[\"sell_reason\"].value_counts() ```","title":"Display results"},{"location":"strategy_analysis_example/#analyze-the-loaded-trades-for-trade-parallelism","text":"This can be useful to find the best max_open_trades parameter, when used with backtesting in conjunction with --disable-max-market-positions . analyze_trade_parallelism() returns a timeseries dataframe with an \"open_trades\" column, specifying the number of open trades for each candle. ```python from freqtrade.data.btanalysis import analyze_trade_parallelism","title":"Analyze the loaded trades for trade parallelism"},{"location":"strategy_analysis_example/#analyze-the-above","text":"parallel_trades = analyze_trade_parallelism(trades, '5m') parallel_trades.plot() ```","title":"Analyze the above"},{"location":"strategy_analysis_example/#plot-results","text":"Freqtrade offers interactive plotting capabilities based on plotly. ```python from freqtrade.plot.plotting import generate_candlestick_graph","title":"Plot results"},{"location":"strategy_analysis_example/#limit-graph-period-to-keep-plotly-quick-and-reactive","text":"","title":"Limit graph period to keep plotly quick and reactive"},{"location":"strategy_analysis_example/#filter-trades-to-one-pair","text":"trades_red = trades.loc[trades['pair'] == pair] data_red = data['2019-06-01':'2019-06-10']","title":"Filter trades to one pair"},{"location":"strategy_analysis_example/#generate-candlestick-graph","text":"graph = generate_candlestick_graph(pair=pair, data=data_red, trades=trades_red, indicators1=['sma20', 'ema50', 'ema55'], indicators2=['rsi', 'macd', 'macdsignal', 'macdhist'] ) ``` ```python","title":"Generate candlestick graph"},{"location":"strategy_analysis_example/#show-graph-inline","text":"","title":"Show graph inline"},{"location":"strategy_analysis_example/#graphshow","text":"","title":"graph.show()"},{"location":"strategy_analysis_example/#render-graph-in-a-seperate-window","text":"graph.show(renderer=\"browser\") ```","title":"Render graph in a seperate window"},{"location":"strategy_analysis_example/#plot-average-profit-per-trade-as-distribution-graph","text":"```python import plotly.figure_factory as ff hist_data = [trades.profit_ratio] group_labels = ['profit_ratio'] # name of the dataset fig = ff.create_distplot(hist_data, group_labels,bin_size=0.01) fig.show() ``` Feel free to submit an issue or Pull Request enhancing this document if you would like to share ideas on how to best analyze the data.","title":"Plot average profit per trade as distribution graph"},{"location":"telegram-usage/","text":"Telegram usage \u00b6 Setup your Telegram bot \u00b6 Below we explain how to create your Telegram Bot, and how to get your Telegram user id. 1. Create your Telegram bot \u00b6 Start a chat with the Telegram BotFather Send the message /newbot . BotFather response: Alright, a new bot. How are we going to call it? Please choose a name for your bot. Choose the public name of your bot (e.x. Freqtrade bot ) BotFather response: Good. Now let's choose a username for your bot. It must end in bot . Like this, for example: TetrisBot or tetris_bot. Choose the name id of your bot and send it to the BotFather (e.g. \" My_own_freqtrade_bot \") BotFather response: Done! Congratulations on your new bot. You will find it at t.me/yourbots_name_bot . You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this. Use this token to access the HTTP API: 22222222:APITOKEN For a description of the Bot API, see this page: https://core.telegram.org/bots/api Father bot will return you the token (API key) Copy the API Token ( 22222222:APITOKEN in the above example) and keep use it for the config parameter token . Don't forget to start the conversation with your bot, by clicking /START button 2. Telegram user_id \u00b6 Get your user id \u00b6 Talk to the userinfobot Get your \"Id\", you will use it for the config parameter chat_id . Use Group id \u00b6 You can use bots in telegram groups by just adding them to the group. You can find the group id by first adding a RawDataBot to your group. The Group id is shown as id in the \"chat\" section, which the RawDataBot will send to you: json \"chat\":{ \"id\":-1001332619709 } For the Freqtrade configuration, you can then use the the full value (including - if it's there) as string: json \"chat_id\": \"-1001332619709\" Control telegram noise \u00b6 Freqtrade provides means to control the verbosity of your telegram bot. Each setting has the following possible values: on - Messages will be sent, and user will be notified. silent - Message will be sent, Notification will be without sound / vibration. off - Skip sending a message-type all together. Example configuration showing the different settings: json \"telegram\": { \"enabled\": true, \"token\": \"your_telegram_token\", \"chat_id\": \"your_telegram_chat_id\", \"notification_settings\": { \"status\": \"silent\", \"warning\": \"on\", \"startup\": \"off\", \"buy\": \"silent\", \"sell\": \"on\", \"buy_cancel\": \"silent\", \"sell_cancel\": \"on\", \"buy_fill\": \"off\", \"sell_fill\": \"off\" }, \"balance_dust_level\": 0.01 }, buy notifications are sent when the order is placed, while buy_fill notifications are sent when the order is filled on the exchange. sell notifications are sent when the order is placed, while sell_fill notifications are sent when the order is filled on the exchange. *_fill notifications are off by default and must be explicitly enabled. balance_dust_level will define what the /balance command takes as \"dust\" - Currencies with a balance below this will be shown. Create a custom keyboard (command shortcut buttons) \u00b6 Telegram allows us to create a custom keyboard with buttons for commands. The default custom keyboard looks like this. python [ [\"/daily\", \"/profit\", \"/balance\"], # row 1, 3 commands [\"/status\", \"/status table\", \"/performance\"], # row 2, 3 commands [\"/count\", \"/start\", \"/stop\", \"/help\"] # row 3, 4 commands ] Usage \u00b6 You can create your own keyboard in config.json : json \"telegram\": { \"enabled\": true, \"token\": \"your_telegram_token\", \"chat_id\": \"your_telegram_chat_id\", \"keyboard\": [ [\"/daily\", \"/stats\", \"/balance\", \"/profit\"], [\"/status table\", \"/performance\"], [\"/reload_config\", \"/count\", \"/logs\"] ] }, Supported Commands Only the following commands are allowed. Command arguments are not supported! /start , /stop , /status , /status table , /trades , /profit , /performance , /daily , /stats , /count , /locks , /balance , /stopbuy , /reload_config , /show_config , /logs , /whitelist , /blacklist , /edge , /help , /version Telegram commands \u00b6 Per default, the Telegram bot shows predefined commands. Some commands are only available by sending them to the bot. The table below list the official commands. You can ask at any moment for help with /help . Command Description /start Starts the trader /stop Stops the trader /stopbuy Stops the trader from opening new trades. Gracefully closes open trades according to their rules. /reload_config Reloads the configuration file /show_config Shows part of the current configuration with relevant settings to operation /logs [limit] Show last log messages. /status Lists all open trades /status Lists one or more specific trade. Separate multiple with a blank space. /status table List all open trades in a table format. Pending buy orders are marked with an asterisk ( ) Pending sell orders are marked with a double asterisk ( *) /trades [limit] List all recently closed trades in a table format. /delete Delete a specific trade from the Database. Tries to close open orders. Requires manual handling of this trade on the exchange. /count Displays number of trades used and available /locks Show currently locked pairs. /unlock Remove the lock for this pair (or for this lock id). /profit Display a summary of your profit/loss from close trades and some stats about your performance /forcesell Instantly sells the given trade (Ignoring minimum_roi ). /forcesell all Instantly sells all open trades (Ignoring minimum_roi ). /forcebuy [rate] Instantly buys the given pair. Rate is optional. ( forcebuy_enable must be set to True) /performance Show performance of each finished trade grouped by pair /balance Show account balance per currency /daily Shows profit or loss per day, over the last n days (n defaults to 7) /stats Shows Wins / losses by Sell reason as well as Avg. holding durations for buys and sells /whitelist Show the current whitelist /blacklist [pair] Show the current blacklist, or adds a pair to the blacklist. /edge Show validated pairs by Edge if it is enabled. /help Show help message /version Show version Telegram commands in action \u00b6 Below, example of Telegram message you will receive for each command. /start \u00b6 Status: running /stop \u00b6 Stopping trader ... Status: stopped /stopbuy \u00b6 status: Setting max_open_trades to 0. Run /reload_config to reset. Prevents the bot from opening new trades by temporarily setting \"max_open_trades\" to 0. Open trades will be handled via their regular rules (ROI / Sell-signal, stoploss, ...). After this, give the bot time to close off open trades (can be checked via /status table ). Once all positions are sold, run /stop to completely stop the bot. /reload_config resets \"max_open_trades\" to the value set in the configuration and resets this command. Warning The stop-buy signal is ONLY active while the bot is running, and is not persisted anyway, so restarting the bot will cause this to reset. /status \u00b6 For each open trade, the bot will send you the following message. Trade ID: 123 (since 1 days ago) Current Pair: CVC/BTC Open Since: 1 days ago Amount: 26.64180098 Open Rate: 0.00007489 Current Rate: 0.00007489 Current Profit: 12.95% Stoploss: 0.00007389 (-0.02%) /status table \u00b6 Return the status of all open trades in a table format. ``` ID Pair Since Profit 67 SC/BTC 1 d 13.33% 123 CVC/BTC 1 h 12.95% ``` /count \u00b6 Return the number of trades used and available. ``` current max 2 10 ``` /profit \u00b6 Return a summary of your profit/loss and performance. ROI: Close trades \u2219 0.00485701 BTC (258.45%) \u2219 62.968 USD ROI: All trades \u2219 0.00255280 BTC (143.43%) \u2219 33.095 EUR Total Trade Count: 138 First Trade opened: 3 days ago Latest Trade opened: 2 minutes ago Avg. Duration: 2:33:45 Best Performing: PAY/BTC: 50.23% /forcesell \u00b6 BITTREX: Selling BTC/LTC with limit 0.01650000 (profit: ~-4.07%, -0.00008168) /forcebuy [rate] \u00b6 BITTREX: Buying ETH/BTC with limit 0.03400000 ( 1.000000 ETH , 225.290 USD ) Omitting the pair will open a query asking for the pair to buy (based on the current whitelist). Note that for this to work, forcebuy_enable needs to be set to true. More details /performance \u00b6 Return the performance of each crypto-currency the bot has sold. Performance: 1. RCN/BTC 0.003 BTC (57.77%) (1) 2. PAY/BTC 0.0012 BTC (56.91%) (1) 3. VIB/BTC 0.0011 BTC (47.07%) (1) 4. SALT/BTC 0.0010 BTC (30.24%) (1) 5. STORJ/BTC 0.0009 BTC (27.24%) (1) ... /balance \u00b6 Return the balance of all crypto-currency your have on the exchange. Currency: BTC Available: 3.05890234 Balance: 3.05890234 Pending: 0.0 Currency: CVC Available: 86.64180098 Balance: 86.64180098 Pending: 0.0 /daily \u00b6 Per default /daily will return the 7 last days. The example below if for /daily 3 : Daily Profit over the last 3 days: ``` Day Profit BTC Profit USD 2018-01-03 0.00224175 BTC 29,142 USD 2018-01-02 0.00033131 BTC 4,307 USD 2018-01-01 0.00269130 BTC 34.986 USD ``` /whitelist \u00b6 Shows the current whitelist Using whitelist StaticPairList with 22 pairs IOTA/BTC, NEO/BTC, TRX/BTC, VET/BTC, ADA/BTC, ETC/BTC, NCASH/BTC, DASH/BTC, XRP/BTC, XVG/BTC, EOS/BTC, LTC/BTC, OMG/BTC, BTG/BTC, LSK/BTC, ZEC/BTC, HOT/BTC, IOTX/BTC, XMR/BTC, AST/BTC, XLM/BTC, NANO/BTC /blacklist [pair] \u00b6 Shows the current blacklist. If Pair is set, then this pair will be added to the pairlist. Also supports multiple pairs, separated by a space. Use /reload_config to reset the blacklist. Using blacklist StaticPairList with 2 pairs DODGE/BTC , HOT/BTC . /edge \u00b6 Shows pairs validated by Edge along with their corresponding win-rate, expectancy and stoploss values. Edge only validated following pairs: ``` Pair Winrate Expectancy Stoploss DOCK/ETH 0.522727 0.881821 -0.03 PHX/ETH 0.677419 0.560488 -0.03 HOT/ETH 0.733333 0.490492 -0.03 HC/ETH 0.588235 0.280988 -0.02 ARDR/ETH 0.366667 0.143059 -0.01 ``` /version \u00b6 Version: 0.14.3","title":"Telegram"},{"location":"telegram-usage/#telegram-usage","text":"","title":"Telegram usage"},{"location":"telegram-usage/#setup-your-telegram-bot","text":"Below we explain how to create your Telegram Bot, and how to get your Telegram user id.","title":"Setup your Telegram bot"},{"location":"telegram-usage/#1-create-your-telegram-bot","text":"Start a chat with the Telegram BotFather Send the message /newbot . BotFather response: Alright, a new bot. How are we going to call it? Please choose a name for your bot. Choose the public name of your bot (e.x. Freqtrade bot ) BotFather response: Good. Now let's choose a username for your bot. It must end in bot . Like this, for example: TetrisBot or tetris_bot. Choose the name id of your bot and send it to the BotFather (e.g. \" My_own_freqtrade_bot \") BotFather response: Done! Congratulations on your new bot. You will find it at t.me/yourbots_name_bot . You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this. Use this token to access the HTTP API: 22222222:APITOKEN For a description of the Bot API, see this page: https://core.telegram.org/bots/api Father bot will return you the token (API key) Copy the API Token ( 22222222:APITOKEN in the above example) and keep use it for the config parameter token . Don't forget to start the conversation with your bot, by clicking /START button","title":"1. Create your Telegram bot"},{"location":"telegram-usage/#2-telegram-user_id","text":"","title":"2. Telegram user_id"},{"location":"telegram-usage/#get-your-user-id","text":"Talk to the userinfobot Get your \"Id\", you will use it for the config parameter chat_id .","title":"Get your user id"},{"location":"telegram-usage/#use-group-id","text":"You can use bots in telegram groups by just adding them to the group. You can find the group id by first adding a RawDataBot to your group. The Group id is shown as id in the \"chat\" section, which the RawDataBot will send to you: json \"chat\":{ \"id\":-1001332619709 } For the Freqtrade configuration, you can then use the the full value (including - if it's there) as string: json \"chat_id\": \"-1001332619709\"","title":"Use Group id"},{"location":"telegram-usage/#control-telegram-noise","text":"Freqtrade provides means to control the verbosity of your telegram bot. Each setting has the following possible values: on - Messages will be sent, and user will be notified. silent - Message will be sent, Notification will be without sound / vibration. off - Skip sending a message-type all together. Example configuration showing the different settings: json \"telegram\": { \"enabled\": true, \"token\": \"your_telegram_token\", \"chat_id\": \"your_telegram_chat_id\", \"notification_settings\": { \"status\": \"silent\", \"warning\": \"on\", \"startup\": \"off\", \"buy\": \"silent\", \"sell\": \"on\", \"buy_cancel\": \"silent\", \"sell_cancel\": \"on\", \"buy_fill\": \"off\", \"sell_fill\": \"off\" }, \"balance_dust_level\": 0.01 }, buy notifications are sent when the order is placed, while buy_fill notifications are sent when the order is filled on the exchange. sell notifications are sent when the order is placed, while sell_fill notifications are sent when the order is filled on the exchange. *_fill notifications are off by default and must be explicitly enabled. balance_dust_level will define what the /balance command takes as \"dust\" - Currencies with a balance below this will be shown.","title":"Control telegram noise"},{"location":"telegram-usage/#create-a-custom-keyboard-command-shortcut-buttons","text":"Telegram allows us to create a custom keyboard with buttons for commands. The default custom keyboard looks like this. python [ [\"/daily\", \"/profit\", \"/balance\"], # row 1, 3 commands [\"/status\", \"/status table\", \"/performance\"], # row 2, 3 commands [\"/count\", \"/start\", \"/stop\", \"/help\"] # row 3, 4 commands ]","title":"Create a custom keyboard (command shortcut buttons)"},{"location":"telegram-usage/#usage","text":"You can create your own keyboard in config.json : json \"telegram\": { \"enabled\": true, \"token\": \"your_telegram_token\", \"chat_id\": \"your_telegram_chat_id\", \"keyboard\": [ [\"/daily\", \"/stats\", \"/balance\", \"/profit\"], [\"/status table\", \"/performance\"], [\"/reload_config\", \"/count\", \"/logs\"] ] }, Supported Commands Only the following commands are allowed. Command arguments are not supported! /start , /stop , /status , /status table , /trades , /profit , /performance , /daily , /stats , /count , /locks , /balance , /stopbuy , /reload_config , /show_config , /logs , /whitelist , /blacklist , /edge , /help , /version","title":"Usage"},{"location":"telegram-usage/#telegram-commands","text":"Per default, the Telegram bot shows predefined commands. Some commands are only available by sending them to the bot. The table below list the official commands. You can ask at any moment for help with /help . Command Description /start Starts the trader /stop Stops the trader /stopbuy Stops the trader from opening new trades. Gracefully closes open trades according to their rules. /reload_config Reloads the configuration file /show_config Shows part of the current configuration with relevant settings to operation /logs [limit] Show last log messages. /status Lists all open trades /status Lists one or more specific trade. Separate multiple with a blank space. /status table List all open trades in a table format. Pending buy orders are marked with an asterisk ( ) Pending sell orders are marked with a double asterisk ( *) /trades [limit] List all recently closed trades in a table format. /delete Delete a specific trade from the Database. Tries to close open orders. Requires manual handling of this trade on the exchange. /count Displays number of trades used and available /locks Show currently locked pairs. /unlock Remove the lock for this pair (or for this lock id). /profit Display a summary of your profit/loss from close trades and some stats about your performance /forcesell Instantly sells the given trade (Ignoring minimum_roi ). /forcesell all Instantly sells all open trades (Ignoring minimum_roi ). /forcebuy [rate] Instantly buys the given pair. Rate is optional. ( forcebuy_enable must be set to True) /performance Show performance of each finished trade grouped by pair /balance Show account balance per currency /daily Shows profit or loss per day, over the last n days (n defaults to 7) /stats Shows Wins / losses by Sell reason as well as Avg. holding durations for buys and sells /whitelist Show the current whitelist /blacklist [pair] Show the current blacklist, or adds a pair to the blacklist. /edge Show validated pairs by Edge if it is enabled. /help Show help message /version Show version","title":"Telegram commands"},{"location":"telegram-usage/#telegram-commands-in-action","text":"Below, example of Telegram message you will receive for each command.","title":"Telegram commands in action"},{"location":"telegram-usage/#start","text":"Status: running","title":"/start"},{"location":"telegram-usage/#stop","text":"Stopping trader ... Status: stopped","title":"/stop"},{"location":"telegram-usage/#stopbuy","text":"status: Setting max_open_trades to 0. Run /reload_config to reset. Prevents the bot from opening new trades by temporarily setting \"max_open_trades\" to 0. Open trades will be handled via their regular rules (ROI / Sell-signal, stoploss, ...). After this, give the bot time to close off open trades (can be checked via /status table ). Once all positions are sold, run /stop to completely stop the bot. /reload_config resets \"max_open_trades\" to the value set in the configuration and resets this command. Warning The stop-buy signal is ONLY active while the bot is running, and is not persisted anyway, so restarting the bot will cause this to reset.","title":"/stopbuy"},{"location":"telegram-usage/#status","text":"For each open trade, the bot will send you the following message. Trade ID: 123 (since 1 days ago) Current Pair: CVC/BTC Open Since: 1 days ago Amount: 26.64180098 Open Rate: 0.00007489 Current Rate: 0.00007489 Current Profit: 12.95% Stoploss: 0.00007389 (-0.02%)","title":"/status"},{"location":"telegram-usage/#status-table","text":"Return the status of all open trades in a table format. ``` ID Pair Since Profit 67 SC/BTC 1 d 13.33% 123 CVC/BTC 1 h 12.95% ```","title":"/status table"},{"location":"telegram-usage/#count","text":"Return the number of trades used and available. ``` current max 2 10 ```","title":"/count"},{"location":"telegram-usage/#profit","text":"Return a summary of your profit/loss and performance. ROI: Close trades \u2219 0.00485701 BTC (258.45%) \u2219 62.968 USD ROI: All trades \u2219 0.00255280 BTC (143.43%) \u2219 33.095 EUR Total Trade Count: 138 First Trade opened: 3 days ago Latest Trade opened: 2 minutes ago Avg. Duration: 2:33:45 Best Performing: PAY/BTC: 50.23%","title":"/profit"},{"location":"telegram-usage/#forcesell","text":"BITTREX: Selling BTC/LTC with limit 0.01650000 (profit: ~-4.07%, -0.00008168)","title":"/forcesell "},{"location":"telegram-usage/#forcebuy-rate","text":"BITTREX: Buying ETH/BTC with limit 0.03400000 ( 1.000000 ETH , 225.290 USD ) Omitting the pair will open a query asking for the pair to buy (based on the current whitelist). Note that for this to work, forcebuy_enable needs to be set to true. More details","title":"/forcebuy [rate]"},{"location":"telegram-usage/#performance","text":"Return the performance of each crypto-currency the bot has sold. Performance: 1. RCN/BTC 0.003 BTC (57.77%) (1) 2. PAY/BTC 0.0012 BTC (56.91%) (1) 3. VIB/BTC 0.0011 BTC (47.07%) (1) 4. SALT/BTC 0.0010 BTC (30.24%) (1) 5. STORJ/BTC 0.0009 BTC (27.24%) (1) ...","title":"/performance"},{"location":"telegram-usage/#balance","text":"Return the balance of all crypto-currency your have on the exchange. Currency: BTC Available: 3.05890234 Balance: 3.05890234 Pending: 0.0 Currency: CVC Available: 86.64180098 Balance: 86.64180098 Pending: 0.0","title":"/balance"},{"location":"telegram-usage/#daily","text":"Per default /daily will return the 7 last days. The example below if for /daily 3 : Daily Profit over the last 3 days: ``` Day Profit BTC Profit USD 2018-01-03 0.00224175 BTC 29,142 USD 2018-01-02 0.00033131 BTC 4,307 USD 2018-01-01 0.00269130 BTC 34.986 USD ```","title":"/daily "},{"location":"telegram-usage/#whitelist","text":"Shows the current whitelist Using whitelist StaticPairList with 22 pairs IOTA/BTC, NEO/BTC, TRX/BTC, VET/BTC, ADA/BTC, ETC/BTC, NCASH/BTC, DASH/BTC, XRP/BTC, XVG/BTC, EOS/BTC, LTC/BTC, OMG/BTC, BTG/BTC, LSK/BTC, ZEC/BTC, HOT/BTC, IOTX/BTC, XMR/BTC, AST/BTC, XLM/BTC, NANO/BTC","title":"/whitelist"},{"location":"telegram-usage/#blacklist-pair","text":"Shows the current blacklist. If Pair is set, then this pair will be added to the pairlist. Also supports multiple pairs, separated by a space. Use /reload_config to reset the blacklist. Using blacklist StaticPairList with 2 pairs DODGE/BTC , HOT/BTC .","title":"/blacklist [pair]"},{"location":"telegram-usage/#edge","text":"Shows pairs validated by Edge along with their corresponding win-rate, expectancy and stoploss values. Edge only validated following pairs: ``` Pair Winrate Expectancy Stoploss DOCK/ETH 0.522727 0.881821 -0.03 PHX/ETH 0.677419 0.560488 -0.03 HOT/ETH 0.733333 0.490492 -0.03 HC/ETH 0.588235 0.280988 -0.02 ARDR/ETH 0.366667 0.143059 -0.01 ```","title":"/edge"},{"location":"telegram-usage/#version","text":"Version: 0.14.3","title":"/version"},{"location":"updating/","text":"How to update \u00b6 To update your freqtrade installation, please use one of the below methods, corresponding to your installation method. docker-compose \u00b6 Legacy installations using the master image We're switching from master to stable for the release Images - please adjust your docker-file and replace freqtradeorg/freqtrade:master with freqtradeorg/freqtrade:stable bash docker-compose pull docker-compose up -d Installation via setup script \u00b6 bash ./setup.sh --update Note Make sure to run this command with your virtual environment disabled! Plain native installation \u00b6 Please ensure that you're also updating dependencies - otherwise things might break without you noticing. bash git pull pip install -U -r requirements.txt","title":"Updating Freqtrade"},{"location":"updating/#how-to-update","text":"To update your freqtrade installation, please use one of the below methods, corresponding to your installation method.","title":"How to update"},{"location":"updating/#docker-compose","text":"Legacy installations using the master image We're switching from master to stable for the release Images - please adjust your docker-file and replace freqtradeorg/freqtrade:master with freqtradeorg/freqtrade:stable bash docker-compose pull docker-compose up -d","title":"docker-compose"},{"location":"updating/#installation-via-setup-script","text":"bash ./setup.sh --update Note Make sure to run this command with your virtual environment disabled!","title":"Installation via setup script"},{"location":"updating/#plain-native-installation","text":"Please ensure that you're also updating dependencies - otherwise things might break without you noticing. bash git pull pip install -U -r requirements.txt","title":"Plain native installation"},{"location":"utils/","text":"Utility Subcommands \u00b6 Besides the Live-Trade and Dry-Run run modes, the backtesting , edge and hyperopt optimization subcommands, and the download-data subcommand which prepares historical data, the bot contains a number of utility subcommands. They are described in this section. Create userdir \u00b6 Creates the directory structure to hold your files for freqtrade. Will also create strategy and hyperopt examples for you to get started. Can be used multiple times - using --reset will reset the sample strategy and hyperopt files to their default state. ``` usage: freqtrade create-userdir [-h] [--userdir PATH] [--reset] optional arguments: -h, --help show this help message and exit --userdir PATH, --user-data-dir PATH Path to userdata directory. --reset Reset sample files to their original state. ``` Warning Using --reset may result in loss of data, since this will overwrite all sample files without asking again. \u251c\u2500\u2500 backtest_results \u251c\u2500\u2500 data \u251c\u2500\u2500 hyperopt_results \u251c\u2500\u2500 hyperopts \u2502 \u251c\u2500\u2500 sample_hyperopt_advanced.py \u2502 \u251c\u2500\u2500 sample_hyperopt_loss.py \u2502 \u2514\u2500\u2500 sample_hyperopt.py \u251c\u2500\u2500 notebooks \u2502 \u2514\u2500\u2500 strategy_analysis_example.ipynb \u251c\u2500\u2500 plot \u2514\u2500\u2500 strategies \u2514\u2500\u2500 sample_strategy.py Create new config \u00b6 Creates a new configuration file, asking some questions which are important selections for a configuration. ``` usage: freqtrade new-config [-h] [-c PATH] optional arguments: -h, --help show this help message and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. ``` Warning Only vital questions are asked. Freqtrade offers a lot more configuration possibilities, which are listed in the Configuration documentation Create config examples \u00b6 ``` $ freqtrade new-config --config config_binance.json ? Do you want to enable Dry-run (simulated trades)? Yes ? Please insert your stake currency: BTC ? Please insert your stake amount: 0.05 ? Please insert max_open_trades (Integer or 'unlimited'): 3 ? Please insert your desired timeframe (e.g. 5m): 5m ? Please insert your display Currency (for reporting): USD ? Select exchange binance ? Do you want to enable Telegram? No ``` Create new strategy \u00b6 Creates a new strategy from a template similar to SampleStrategy. The file will be named inline with your class name, and will not overwrite existing files. Results will be located in user_data/strategies/.py . ``` output usage: freqtrade new-strategy [-h] [--userdir PATH] [-s NAME] [--template {full,minimal,advanced}] optional arguments: -h, --help show this help message and exit --userdir PATH, --user-data-dir PATH Path to userdata directory. -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --template {full,minimal,advanced} Use a template which is either minimal , full (containing multiple sample indicators) or advanced . Default: full . ``` Sample usage of new-strategy \u00b6 bash freqtrade new-strategy --strategy AwesomeStrategy With custom user directory bash freqtrade new-strategy --userdir ~/.freqtrade/ --strategy AwesomeStrategy Using the advanced template (populates all optional functions and methods) bash freqtrade new-strategy --strategy AwesomeStrategy --template advanced Create new hyperopt \u00b6 Creates a new hyperopt from a template similar to SampleHyperopt. The file will be named inline with your class name, and will not overwrite existing files. Results will be located in user_data/hyperopts/.py . ``` output usage: freqtrade new-hyperopt [-h] [--userdir PATH] [--hyperopt NAME] [--template {full,minimal,advanced}] optional arguments: -h, --help show this help message and exit --userdir PATH, --user-data-dir PATH Path to userdata directory. --hyperopt NAME Specify hyperopt class name which will be used by the bot. --template {full,minimal,advanced} Use a template which is either minimal , full (containing multiple sample indicators) or advanced . Default: full . ``` Sample usage of new-hyperopt \u00b6 bash freqtrade new-hyperopt --hyperopt AwesomeHyperopt With custom user directory bash freqtrade new-hyperopt --userdir ~/.freqtrade/ --hyperopt AwesomeHyperopt List Strategies and List Hyperopts \u00b6 Use the list-strategies subcommand to see all strategies in one particular directory and the list-hyperopts subcommand to list custom Hyperopts. These subcommands are useful for finding problems in your environment with loading strategies or hyperopt classes: modules with strategies or hyperopt classes that contain errors and failed to load are printed in red (LOAD FAILED), while strategies or hyperopt classes with duplicate names are printed in yellow (DUPLICATE NAME). ``` usage: freqtrade list-strategies [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--strategy-path PATH] [-1] [--no-color] optional arguments: -h, --help show this help message and exit --strategy-path PATH Specify additional strategy lookup path. -1, --one-column Print output in one column. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. usage: freqtrade list-hyperopts [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--hyperopt-path PATH] [-1] [--no-color] optional arguments: -h, --help show this help message and exit --hyperopt-path PATH Specify additional lookup path for Hyperopt and Hyperopt Loss functions. -1, --one-column Print output in one column. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Warning Using these commands will try to load all python files from a directory. This can be a security risk if untrusted files reside in this directory, since all module-level code is executed. Example: Search default strategies and hyperopts directories (within the default userdir). bash freqtrade list-strategies freqtrade list-hyperopts Example: Search strategies and hyperopts directory within the userdir. bash freqtrade list-strategies --userdir ~/.freqtrade/ freqtrade list-hyperopts --userdir ~/.freqtrade/ Example: Search dedicated strategy path. bash freqtrade list-strategies --strategy-path ~/.freqtrade/strategies/ Example: Search dedicated hyperopt path. bash freqtrade list-hyperopt --hyperopt-path ~/.freqtrade/hyperopts/ List Exchanges \u00b6 Use the list-exchanges subcommand to see the exchanges available for the bot. ``` usage: freqtrade list-exchanges [-h] [-1] [-a] optional arguments: -h, --help show this help message and exit -1, --one-column Print output in one column. -a, --all Print all exchanges known to the ccxt library. ``` Example: see exchanges available for the bot: ``` $ freqtrade list-exchanges Exchanges available for Freqtrade: Exchange name Valid reason aax True ascendex True missing opt: fetchMyTrades bequant True bibox True bigone True binance True binanceus True bitbank True missing opt: fetchTickers bitcoincom True bitfinex True bitforex True missing opt: fetchMyTrades, fetchTickers bitget True bithumb True missing opt: fetchMyTrades bitkk True missing opt: fetchMyTrades bitmart True bitmax True missing opt: fetchMyTrades bitpanda True bittrex True bitvavo True bitz True missing opt: fetchMyTrades btcalpha True missing opt: fetchTicker, fetchTickers btcmarkets True missing opt: fetchTickers buda True missing opt: fetchMyTrades, fetchTickers bw True missing opt: fetchMyTrades, fetchL2OrderBook bybit True bytetrade True cdax True cex True missing opt: fetchMyTrades coinbaseprime True missing opt: fetchTickers coinbasepro True missing opt: fetchTickers coinex True crex24 True deribit True digifinex True equos True missing opt: fetchTicker, fetchTickers eterbase True fcoin True missing opt: fetchMyTrades, fetchTickers fcoinjp True missing opt: fetchMyTrades, fetchTickers ftx True gateio True gemini True gopax True hbtc True hitbtc True huobijp True huobipro True idex True kraken True kucoin True lbank True missing opt: fetchMyTrades mercado True missing opt: fetchTickers ndax True missing opt: fetchTickers novadax True okcoin True okex True probit True qtrade True stex True timex True upbit True missing opt: fetchMyTrades vcc True zb True missing opt: fetchMyTrades ``` missing opt exchanges Values with \"missing opt:\" might need special configuration (e.g. using orderbook if fetchTickers is missing) - but should in theory work (although we cannot guarantee they will). Example: see all exchanges supported by the ccxt library (including 'bad' ones, i.e. those that are known to not work with Freqtrade): ``` $ freqtrade list-exchanges -a All exchanges supported by the ccxt library: Exchange name Valid reason aax True aofex False missing: fetchOrder ascendex True missing opt: fetchMyTrades bequant True bibox True bigone True binance True binanceus True bit2c False missing: fetchOrder, fetchOHLCV bitbank True missing opt: fetchTickers bitbay False missing: fetchOrder bitcoincom True bitfinex True bitfinex2 False missing: fetchOrder bitflyer False missing: fetchOrder, fetchOHLCV bitforex True missing opt: fetchMyTrades, fetchTickers bitget True bithumb True missing opt: fetchMyTrades bitkk True missing opt: fetchMyTrades bitmart True bitmax True missing opt: fetchMyTrades bitmex False Various reasons. bitpanda True bitso False missing: fetchOHLCV bitstamp False Does not provide history. Details in https://github.com/freqtrade/freqtrade/issues/1983 bitstamp1 False missing: fetchOrder, fetchOHLCV bittrex True bitvavo True bitz True missing opt: fetchMyTrades bl3p False missing: fetchOrder, fetchOHLCV bleutrade False missing: fetchOrder braziliex False missing: fetchOHLCV btcalpha True missing opt: fetchTicker, fetchTickers btcbox False missing: fetchOHLCV btcmarkets True missing opt: fetchTickers btctradeua False missing: fetchOrder, fetchOHLCV btcturk False missing: fetchOrder buda True missing opt: fetchMyTrades, fetchTickers bw True missing opt: fetchMyTrades, fetchL2OrderBook bybit True bytetrade True cdax True cex True missing opt: fetchMyTrades chilebit False missing: fetchOrder, fetchOHLCV coinbase False missing: fetchOrder, cancelOrder, createOrder, fetchOHLCV coinbaseprime True missing opt: fetchTickers coinbasepro True missing opt: fetchTickers coincheck False missing: fetchOrder, fetchOHLCV coinegg False missing: fetchOHLCV coinex True coinfalcon False missing: fetchOHLCV coinfloor False missing: fetchOrder, fetchOHLCV coingi False missing: fetchOrder, fetchOHLCV coinmarketcap False missing: fetchOrder, cancelOrder, createOrder, fetchBalance, fetchOHLCV coinmate False missing: fetchOHLCV coinone False missing: fetchOHLCV coinspot False missing: fetchOrder, cancelOrder, fetchOHLCV crex24 True currencycom False missing: fetchOrder delta False missing: fetchOrder deribit True digifinex True equos True missing opt: fetchTicker, fetchTickers eterbase True exmo False missing: fetchOrder exx False missing: fetchOHLCV fcoin True missing opt: fetchMyTrades, fetchTickers fcoinjp True missing opt: fetchMyTrades, fetchTickers flowbtc False missing: fetchOrder, fetchOHLCV foxbit False missing: fetchOrder, fetchOHLCV ftx True gateio True gemini True gopax True hbtc True hitbtc True hollaex False missing: fetchOrder huobijp True huobipro True idex True independentreserve False missing: fetchOHLCV indodax False missing: fetchOHLCV itbit False missing: fetchOHLCV kraken True kucoin True kuna False missing: fetchOHLCV lakebtc False missing: fetchOrder, fetchOHLCV latoken False missing: fetchOrder, fetchOHLCV lbank True missing opt: fetchMyTrades liquid False missing: fetchOHLCV luno False missing: fetchOHLCV lykke False missing: fetchOHLCV mercado True missing opt: fetchTickers mixcoins False missing: fetchOrder, fetchOHLCV ndax True missing opt: fetchTickers novadax True oceanex False missing: fetchOHLCV okcoin True okex True paymium False missing: fetchOrder, fetchOHLCV phemex False Does not provide history. poloniex False missing: fetchOrder probit True qtrade True rightbtc False missing: fetchOrder ripio False missing: fetchOHLCV southxchange False missing: fetchOrder, fetchOHLCV stex True surbitcoin False missing: fetchOrder, fetchOHLCV therock False missing: fetchOHLCV tidebit False missing: fetchOrder tidex False missing: fetchOHLCV timex True upbit True missing opt: fetchMyTrades vbtc False missing: fetchOrder, fetchOHLCV vcc True wavesexchange False missing: fetchOrder whitebit False missing: fetchOrder, cancelOrder, createOrder, fetchBalance xbtce False missing: fetchOrder, fetchOHLCV xena False missing: fetchOrder yobit False missing: fetchOHLCV zaif False missing: fetchOrder, fetchOHLCV zb True missing opt: fetchMyTrades ``` List Timeframes \u00b6 Use the list-timeframes subcommand to see the list of timeframes available for the exchange. ``` usage: freqtrade list-timeframes [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [-1] optional arguments: -h, --help show this help message and exit --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. -1, --one-column Print output in one column. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Example: see the timeframes for the 'binance' exchange, set in the configuration file: $ freqtrade list-timeframes -c config_binance.json ... Timeframes available for the exchange `binance`: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M Example: enumerate exchanges available for Freqtrade and print timeframes supported by each of them: $ for i in `freqtrade list-exchanges -1`; do freqtrade list-timeframes --exchange $i; done List pairs/list markets \u00b6 The list-pairs and list-markets subcommands allow to see the pairs/markets available on exchange. Pairs are markets with the '/' character between the base currency part and the quote currency part in the market symbol. For example, in the 'ETH/BTC' pair 'ETH' is the base currency, while 'BTC' is the quote currency. For pairs traded by Freqtrade the pair quote currency is defined by the value of the stake_currency configuration setting. You can print info about any pair/market with these subcommands - and you can filter output by quote-currency using --quote BTC , or by base-currency using --base ETH options correspondingly. These subcommands have same usage and same set of available options: ``` usage: freqtrade list-markets [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--print-list] [--print-json] [-1] [--print-csv] [--base BASE_CURRENCY [BASE_CURRENCY ...]] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a] usage: freqtrade list-pairs [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--print-list] [--print-json] [-1] [--print-csv] [--base BASE_CURRENCY [BASE_CURRENCY ...]] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a] optional arguments: -h, --help show this help message and exit --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. --print-list Print list of pairs or market symbols. By default data is printed in the tabular format. --print-json Print list of pairs or market symbols in JSON format. -1, --one-column Print output in one column. --print-csv Print exchange pair or market data in the csv format. --base BASE_CURRENCY [BASE_CURRENCY ...] Specify base currency(-ies). Space-separated list. --quote QUOTE_CURRENCY [QUOTE_CURRENCY ...] Specify quote currency(-ies). Space-separated list. -a, --all Print all pairs or market symbols. By default only active ones are shown. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` By default, only active pairs/markets are shown. Active pairs/markets are those that can currently be traded on the exchange. The see the list of all pairs/markets (not only the active ones), use the -a / -all option. Pairs/markets are sorted by its symbol string in the printed output. Examples \u00b6 Print the list of active pairs with quote currency USD on exchange, specified in the default configuration file (i.e. pairs on the \"Bittrex\" exchange) in JSON format: $ freqtrade list-pairs --quote USD --print-json Print the list of all pairs on the exchange, specified in the config_binance.json configuration file (i.e. on the \"Binance\" exchange) with base currencies BTC or ETH and quote currencies USDT or USD, as the human-readable list with summary: $ freqtrade list-pairs -c config_binance.json --all --base BTC ETH --quote USDT USD --print-list Print all markets on exchange \"Kraken\", in the tabular format: $ freqtrade list-markets --exchange kraken --all Test pairlist \u00b6 Use the test-pairlist subcommand to test the configuration of dynamic pairlists . Requires a configuration with specified pairlists attribute. Can be used to generate static pairlists to be used during backtesting / hyperopt. ``` usage: freqtrade test-pairlist [-h] [-c PATH] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-1] [--print-json] optional arguments: -h, --help show this help message and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. --quote QUOTE_CURRENCY [QUOTE_CURRENCY ...] Specify quote currency(-ies). Space-separated list. -1, --one-column Print output in one column. --print-json Print list of pairs or market symbols in JSON format. ``` Examples \u00b6 Show whitelist when using a dynamic pairlist . freqtrade test-pairlist --config config.json --quote USDT BTC List Hyperopt results \u00b6 You can list the hyperoptimization epochs the Hyperopt module evaluated previously with the hyperopt-list sub-command. ``` usage: freqtrade hyperopt-list [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--best] [--profitable] [--min-trades INT] [--max-trades INT] [--min-avg-time FLOAT] [--max-avg-time FLOAT] [--min-avg-profit FLOAT] [--max-avg-profit FLOAT] [--min-total-profit FLOAT] [--max-total-profit FLOAT] [--min-objective FLOAT] [--max-objective FLOAT] [--no-color] [--print-json] [--no-details] [--hyperopt-filename PATH] [--export-csv FILE] optional arguments: -h, --help show this help message and exit --best Select only best epochs. --profitable Select only profitable epochs. --min-trades INT Select epochs with more than INT trades. --max-trades INT Select epochs with less than INT trades. --min-avg-time FLOAT Select epochs above average time. --max-avg-time FLOAT Select epochs below average time. --min-avg-profit FLOAT Select epochs above average profit. --max-avg-profit FLOAT Select epochs below average profit. --min-total-profit FLOAT Select epochs above total profit. --max-total-profit FLOAT Select epochs below total profit. --min-objective FLOAT Select epochs above objective. --max-objective FLOAT Select epochs below objective. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. --print-json Print output in JSON format. --no-details Do not print best epoch details. --hyperopt-filename FILENAME Hyperopt result filename.Example: --hyperopt- filename=hyperopt_results_2020-09-27_16-20-48.pickle --export-csv FILE Export to CSV-File. This will disable table print. Example: --export-csv hyperopt.csv Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Note hyperopt-list will automatically use the latest available hyperopt results file. You can override this using the --hyperopt-filename argument, and specify another, available filename (without path!). Examples \u00b6 List all results, print details of the best result at the end: freqtrade hyperopt-list List only epochs with positive profit. Do not print the details of the best epoch, so that the list can be iterated in a script: freqtrade hyperopt-list --profitable --no-details Show details of Hyperopt results \u00b6 You can show the details of any hyperoptimization epoch previously evaluated by the Hyperopt module with the hyperopt-show subcommand. ``` usage: freqtrade hyperopt-show [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--best] [--profitable] [-n INT] [--print-json] [--hyperopt-filename PATH] [--no-header] optional arguments: -h, --help show this help message and exit --best Select only best epochs. --profitable Select only profitable epochs. -n INT, --index INT Specify the index of the epoch to print details for. --print-json Print output in JSON format. --hyperopt-filename FILENAME Hyperopt result filename.Example: --hyperopt- filename=hyperopt_results_2020-09-27_16-20-48.pickle --no-header Do not print epoch details header. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Note hyperopt-show will automatically use the latest available hyperopt results file. You can override this using the --hyperopt-filename argument, and specify another, available filename (without path!). Examples \u00b6 Print details for the epoch 168 (the number of the epoch is shown by the hyperopt-list subcommand or by Hyperopt itself during hyperoptimization run): freqtrade hyperopt-show -n 168 Prints JSON data with details for the last best epoch (i.e., the best of all epochs): freqtrade hyperopt-show --best -n -1 --print-json --no-header Show trades \u00b6 Print selected (or all) trades from database to screen. ``` usage: freqtrade show-trades [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--db-url PATH] [--trade-ids TRADE_IDS [TRADE_IDS ...]] [--print-json] optional arguments: -h, --help show this help message and exit --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --trade-ids TRADE_IDS [TRADE_IDS ...] Specify the list of trade ids. --print-json Print output in JSON format. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Examples \u00b6 Print trades with id 2 and 3 as json bash freqtrade show-trades --db-url sqlite:///tradesv3.sqlite --trade-ids 2 3 --print-json","title":"Utility Sub-commands"},{"location":"utils/#utility-subcommands","text":"Besides the Live-Trade and Dry-Run run modes, the backtesting , edge and hyperopt optimization subcommands, and the download-data subcommand which prepares historical data, the bot contains a number of utility subcommands. They are described in this section.","title":"Utility Subcommands"},{"location":"utils/#create-userdir","text":"Creates the directory structure to hold your files for freqtrade. Will also create strategy and hyperopt examples for you to get started. Can be used multiple times - using --reset will reset the sample strategy and hyperopt files to their default state. ``` usage: freqtrade create-userdir [-h] [--userdir PATH] [--reset] optional arguments: -h, --help show this help message and exit --userdir PATH, --user-data-dir PATH Path to userdata directory. --reset Reset sample files to their original state. ``` Warning Using --reset may result in loss of data, since this will overwrite all sample files without asking again. \u251c\u2500\u2500 backtest_results \u251c\u2500\u2500 data \u251c\u2500\u2500 hyperopt_results \u251c\u2500\u2500 hyperopts \u2502 \u251c\u2500\u2500 sample_hyperopt_advanced.py \u2502 \u251c\u2500\u2500 sample_hyperopt_loss.py \u2502 \u2514\u2500\u2500 sample_hyperopt.py \u251c\u2500\u2500 notebooks \u2502 \u2514\u2500\u2500 strategy_analysis_example.ipynb \u251c\u2500\u2500 plot \u2514\u2500\u2500 strategies \u2514\u2500\u2500 sample_strategy.py","title":"Create userdir"},{"location":"utils/#create-new-config","text":"Creates a new configuration file, asking some questions which are important selections for a configuration. ``` usage: freqtrade new-config [-h] [-c PATH] optional arguments: -h, --help show this help message and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. ``` Warning Only vital questions are asked. Freqtrade offers a lot more configuration possibilities, which are listed in the Configuration documentation","title":"Create new config"},{"location":"utils/#create-config-examples","text":"``` $ freqtrade new-config --config config_binance.json ? Do you want to enable Dry-run (simulated trades)? Yes ? Please insert your stake currency: BTC ? Please insert your stake amount: 0.05 ? Please insert max_open_trades (Integer or 'unlimited'): 3 ? Please insert your desired timeframe (e.g. 5m): 5m ? Please insert your display Currency (for reporting): USD ? Select exchange binance ? Do you want to enable Telegram? No ```","title":"Create config examples"},{"location":"utils/#create-new-strategy","text":"Creates a new strategy from a template similar to SampleStrategy. The file will be named inline with your class name, and will not overwrite existing files. Results will be located in user_data/strategies/.py . ``` output usage: freqtrade new-strategy [-h] [--userdir PATH] [-s NAME] [--template {full,minimal,advanced}] optional arguments: -h, --help show this help message and exit --userdir PATH, --user-data-dir PATH Path to userdata directory. -s NAME, --strategy NAME Specify strategy class name which will be used by the bot. --template {full,minimal,advanced} Use a template which is either minimal , full (containing multiple sample indicators) or advanced . Default: full . ```","title":"Create new strategy"},{"location":"utils/#sample-usage-of-new-strategy","text":"bash freqtrade new-strategy --strategy AwesomeStrategy With custom user directory bash freqtrade new-strategy --userdir ~/.freqtrade/ --strategy AwesomeStrategy Using the advanced template (populates all optional functions and methods) bash freqtrade new-strategy --strategy AwesomeStrategy --template advanced","title":"Sample usage of new-strategy"},{"location":"utils/#create-new-hyperopt","text":"Creates a new hyperopt from a template similar to SampleHyperopt. The file will be named inline with your class name, and will not overwrite existing files. Results will be located in user_data/hyperopts/.py . ``` output usage: freqtrade new-hyperopt [-h] [--userdir PATH] [--hyperopt NAME] [--template {full,minimal,advanced}] optional arguments: -h, --help show this help message and exit --userdir PATH, --user-data-dir PATH Path to userdata directory. --hyperopt NAME Specify hyperopt class name which will be used by the bot. --template {full,minimal,advanced} Use a template which is either minimal , full (containing multiple sample indicators) or advanced . Default: full . ```","title":"Create new hyperopt"},{"location":"utils/#sample-usage-of-new-hyperopt","text":"bash freqtrade new-hyperopt --hyperopt AwesomeHyperopt With custom user directory bash freqtrade new-hyperopt --userdir ~/.freqtrade/ --hyperopt AwesomeHyperopt","title":"Sample usage of new-hyperopt"},{"location":"utils/#list-strategies-and-list-hyperopts","text":"Use the list-strategies subcommand to see all strategies in one particular directory and the list-hyperopts subcommand to list custom Hyperopts. These subcommands are useful for finding problems in your environment with loading strategies or hyperopt classes: modules with strategies or hyperopt classes that contain errors and failed to load are printed in red (LOAD FAILED), while strategies or hyperopt classes with duplicate names are printed in yellow (DUPLICATE NAME). ``` usage: freqtrade list-strategies [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--strategy-path PATH] [-1] [--no-color] optional arguments: -h, --help show this help message and exit --strategy-path PATH Specify additional strategy lookup path. -1, --one-column Print output in one column. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. usage: freqtrade list-hyperopts [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--hyperopt-path PATH] [-1] [--no-color] optional arguments: -h, --help show this help message and exit --hyperopt-path PATH Specify additional lookup path for Hyperopt and Hyperopt Loss functions. -1, --one-column Print output in one column. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Warning Using these commands will try to load all python files from a directory. This can be a security risk if untrusted files reside in this directory, since all module-level code is executed. Example: Search default strategies and hyperopts directories (within the default userdir). bash freqtrade list-strategies freqtrade list-hyperopts Example: Search strategies and hyperopts directory within the userdir. bash freqtrade list-strategies --userdir ~/.freqtrade/ freqtrade list-hyperopts --userdir ~/.freqtrade/ Example: Search dedicated strategy path. bash freqtrade list-strategies --strategy-path ~/.freqtrade/strategies/ Example: Search dedicated hyperopt path. bash freqtrade list-hyperopt --hyperopt-path ~/.freqtrade/hyperopts/","title":"List Strategies and List Hyperopts"},{"location":"utils/#list-exchanges","text":"Use the list-exchanges subcommand to see the exchanges available for the bot. ``` usage: freqtrade list-exchanges [-h] [-1] [-a] optional arguments: -h, --help show this help message and exit -1, --one-column Print output in one column. -a, --all Print all exchanges known to the ccxt library. ``` Example: see exchanges available for the bot: ``` $ freqtrade list-exchanges Exchanges available for Freqtrade: Exchange name Valid reason aax True ascendex True missing opt: fetchMyTrades bequant True bibox True bigone True binance True binanceus True bitbank True missing opt: fetchTickers bitcoincom True bitfinex True bitforex True missing opt: fetchMyTrades, fetchTickers bitget True bithumb True missing opt: fetchMyTrades bitkk True missing opt: fetchMyTrades bitmart True bitmax True missing opt: fetchMyTrades bitpanda True bittrex True bitvavo True bitz True missing opt: fetchMyTrades btcalpha True missing opt: fetchTicker, fetchTickers btcmarkets True missing opt: fetchTickers buda True missing opt: fetchMyTrades, fetchTickers bw True missing opt: fetchMyTrades, fetchL2OrderBook bybit True bytetrade True cdax True cex True missing opt: fetchMyTrades coinbaseprime True missing opt: fetchTickers coinbasepro True missing opt: fetchTickers coinex True crex24 True deribit True digifinex True equos True missing opt: fetchTicker, fetchTickers eterbase True fcoin True missing opt: fetchMyTrades, fetchTickers fcoinjp True missing opt: fetchMyTrades, fetchTickers ftx True gateio True gemini True gopax True hbtc True hitbtc True huobijp True huobipro True idex True kraken True kucoin True lbank True missing opt: fetchMyTrades mercado True missing opt: fetchTickers ndax True missing opt: fetchTickers novadax True okcoin True okex True probit True qtrade True stex True timex True upbit True missing opt: fetchMyTrades vcc True zb True missing opt: fetchMyTrades ``` missing opt exchanges Values with \"missing opt:\" might need special configuration (e.g. using orderbook if fetchTickers is missing) - but should in theory work (although we cannot guarantee they will). Example: see all exchanges supported by the ccxt library (including 'bad' ones, i.e. those that are known to not work with Freqtrade): ``` $ freqtrade list-exchanges -a All exchanges supported by the ccxt library: Exchange name Valid reason aax True aofex False missing: fetchOrder ascendex True missing opt: fetchMyTrades bequant True bibox True bigone True binance True binanceus True bit2c False missing: fetchOrder, fetchOHLCV bitbank True missing opt: fetchTickers bitbay False missing: fetchOrder bitcoincom True bitfinex True bitfinex2 False missing: fetchOrder bitflyer False missing: fetchOrder, fetchOHLCV bitforex True missing opt: fetchMyTrades, fetchTickers bitget True bithumb True missing opt: fetchMyTrades bitkk True missing opt: fetchMyTrades bitmart True bitmax True missing opt: fetchMyTrades bitmex False Various reasons. bitpanda True bitso False missing: fetchOHLCV bitstamp False Does not provide history. Details in https://github.com/freqtrade/freqtrade/issues/1983 bitstamp1 False missing: fetchOrder, fetchOHLCV bittrex True bitvavo True bitz True missing opt: fetchMyTrades bl3p False missing: fetchOrder, fetchOHLCV bleutrade False missing: fetchOrder braziliex False missing: fetchOHLCV btcalpha True missing opt: fetchTicker, fetchTickers btcbox False missing: fetchOHLCV btcmarkets True missing opt: fetchTickers btctradeua False missing: fetchOrder, fetchOHLCV btcturk False missing: fetchOrder buda True missing opt: fetchMyTrades, fetchTickers bw True missing opt: fetchMyTrades, fetchL2OrderBook bybit True bytetrade True cdax True cex True missing opt: fetchMyTrades chilebit False missing: fetchOrder, fetchOHLCV coinbase False missing: fetchOrder, cancelOrder, createOrder, fetchOHLCV coinbaseprime True missing opt: fetchTickers coinbasepro True missing opt: fetchTickers coincheck False missing: fetchOrder, fetchOHLCV coinegg False missing: fetchOHLCV coinex True coinfalcon False missing: fetchOHLCV coinfloor False missing: fetchOrder, fetchOHLCV coingi False missing: fetchOrder, fetchOHLCV coinmarketcap False missing: fetchOrder, cancelOrder, createOrder, fetchBalance, fetchOHLCV coinmate False missing: fetchOHLCV coinone False missing: fetchOHLCV coinspot False missing: fetchOrder, cancelOrder, fetchOHLCV crex24 True currencycom False missing: fetchOrder delta False missing: fetchOrder deribit True digifinex True equos True missing opt: fetchTicker, fetchTickers eterbase True exmo False missing: fetchOrder exx False missing: fetchOHLCV fcoin True missing opt: fetchMyTrades, fetchTickers fcoinjp True missing opt: fetchMyTrades, fetchTickers flowbtc False missing: fetchOrder, fetchOHLCV foxbit False missing: fetchOrder, fetchOHLCV ftx True gateio True gemini True gopax True hbtc True hitbtc True hollaex False missing: fetchOrder huobijp True huobipro True idex True independentreserve False missing: fetchOHLCV indodax False missing: fetchOHLCV itbit False missing: fetchOHLCV kraken True kucoin True kuna False missing: fetchOHLCV lakebtc False missing: fetchOrder, fetchOHLCV latoken False missing: fetchOrder, fetchOHLCV lbank True missing opt: fetchMyTrades liquid False missing: fetchOHLCV luno False missing: fetchOHLCV lykke False missing: fetchOHLCV mercado True missing opt: fetchTickers mixcoins False missing: fetchOrder, fetchOHLCV ndax True missing opt: fetchTickers novadax True oceanex False missing: fetchOHLCV okcoin True okex True paymium False missing: fetchOrder, fetchOHLCV phemex False Does not provide history. poloniex False missing: fetchOrder probit True qtrade True rightbtc False missing: fetchOrder ripio False missing: fetchOHLCV southxchange False missing: fetchOrder, fetchOHLCV stex True surbitcoin False missing: fetchOrder, fetchOHLCV therock False missing: fetchOHLCV tidebit False missing: fetchOrder tidex False missing: fetchOHLCV timex True upbit True missing opt: fetchMyTrades vbtc False missing: fetchOrder, fetchOHLCV vcc True wavesexchange False missing: fetchOrder whitebit False missing: fetchOrder, cancelOrder, createOrder, fetchBalance xbtce False missing: fetchOrder, fetchOHLCV xena False missing: fetchOrder yobit False missing: fetchOHLCV zaif False missing: fetchOrder, fetchOHLCV zb True missing opt: fetchMyTrades ```","title":"List Exchanges"},{"location":"utils/#list-timeframes","text":"Use the list-timeframes subcommand to see the list of timeframes available for the exchange. ``` usage: freqtrade list-timeframes [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [-1] optional arguments: -h, --help show this help message and exit --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. -1, --one-column Print output in one column. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Example: see the timeframes for the 'binance' exchange, set in the configuration file: $ freqtrade list-timeframes -c config_binance.json ... Timeframes available for the exchange `binance`: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M Example: enumerate exchanges available for Freqtrade and print timeframes supported by each of them: $ for i in `freqtrade list-exchanges -1`; do freqtrade list-timeframes --exchange $i; done","title":"List Timeframes"},{"location":"utils/#list-pairslist-markets","text":"The list-pairs and list-markets subcommands allow to see the pairs/markets available on exchange. Pairs are markets with the '/' character between the base currency part and the quote currency part in the market symbol. For example, in the 'ETH/BTC' pair 'ETH' is the base currency, while 'BTC' is the quote currency. For pairs traded by Freqtrade the pair quote currency is defined by the value of the stake_currency configuration setting. You can print info about any pair/market with these subcommands - and you can filter output by quote-currency using --quote BTC , or by base-currency using --base ETH options correspondingly. These subcommands have same usage and same set of available options: ``` usage: freqtrade list-markets [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--print-list] [--print-json] [-1] [--print-csv] [--base BASE_CURRENCY [BASE_CURRENCY ...]] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a] usage: freqtrade list-pairs [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--print-list] [--print-json] [-1] [--print-csv] [--base BASE_CURRENCY [BASE_CURRENCY ...]] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a] optional arguments: -h, --help show this help message and exit --exchange EXCHANGE Exchange name (default: bittrex ). Only valid if no config is provided. --print-list Print list of pairs or market symbols. By default data is printed in the tabular format. --print-json Print list of pairs or market symbols in JSON format. -1, --one-column Print output in one column. --print-csv Print exchange pair or market data in the csv format. --base BASE_CURRENCY [BASE_CURRENCY ...] Specify base currency(-ies). Space-separated list. --quote QUOTE_CURRENCY [QUOTE_CURRENCY ...] Specify quote currency(-ies). Space-separated list. -a, --all Print all pairs or market symbols. By default only active ones are shown. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` By default, only active pairs/markets are shown. Active pairs/markets are those that can currently be traded on the exchange. The see the list of all pairs/markets (not only the active ones), use the -a / -all option. Pairs/markets are sorted by its symbol string in the printed output.","title":"List pairs/list markets"},{"location":"utils/#examples","text":"Print the list of active pairs with quote currency USD on exchange, specified in the default configuration file (i.e. pairs on the \"Bittrex\" exchange) in JSON format: $ freqtrade list-pairs --quote USD --print-json Print the list of all pairs on the exchange, specified in the config_binance.json configuration file (i.e. on the \"Binance\" exchange) with base currencies BTC or ETH and quote currencies USDT or USD, as the human-readable list with summary: $ freqtrade list-pairs -c config_binance.json --all --base BTC ETH --quote USDT USD --print-list Print all markets on exchange \"Kraken\", in the tabular format: $ freqtrade list-markets --exchange kraken --all","title":"Examples"},{"location":"utils/#test-pairlist","text":"Use the test-pairlist subcommand to test the configuration of dynamic pairlists . Requires a configuration with specified pairlists attribute. Can be used to generate static pairlists to be used during backtesting / hyperopt. ``` usage: freqtrade test-pairlist [-h] [-c PATH] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-1] [--print-json] optional arguments: -h, --help show this help message and exit -c PATH, --config PATH Specify configuration file (default: config.json ). Multiple --config options may be used. Can be set to - to read config from stdin. --quote QUOTE_CURRENCY [QUOTE_CURRENCY ...] Specify quote currency(-ies). Space-separated list. -1, --one-column Print output in one column. --print-json Print list of pairs or market symbols in JSON format. ```","title":"Test pairlist"},{"location":"utils/#examples_1","text":"Show whitelist when using a dynamic pairlist . freqtrade test-pairlist --config config.json --quote USDT BTC","title":"Examples"},{"location":"utils/#list-hyperopt-results","text":"You can list the hyperoptimization epochs the Hyperopt module evaluated previously with the hyperopt-list sub-command. ``` usage: freqtrade hyperopt-list [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--best] [--profitable] [--min-trades INT] [--max-trades INT] [--min-avg-time FLOAT] [--max-avg-time FLOAT] [--min-avg-profit FLOAT] [--max-avg-profit FLOAT] [--min-total-profit FLOAT] [--max-total-profit FLOAT] [--min-objective FLOAT] [--max-objective FLOAT] [--no-color] [--print-json] [--no-details] [--hyperopt-filename PATH] [--export-csv FILE] optional arguments: -h, --help show this help message and exit --best Select only best epochs. --profitable Select only profitable epochs. --min-trades INT Select epochs with more than INT trades. --max-trades INT Select epochs with less than INT trades. --min-avg-time FLOAT Select epochs above average time. --max-avg-time FLOAT Select epochs below average time. --min-avg-profit FLOAT Select epochs above average profit. --max-avg-profit FLOAT Select epochs below average profit. --min-total-profit FLOAT Select epochs above total profit. --max-total-profit FLOAT Select epochs below total profit. --min-objective FLOAT Select epochs above objective. --max-objective FLOAT Select epochs below objective. --no-color Disable colorization of hyperopt results. May be useful if you are redirecting output to a file. --print-json Print output in JSON format. --no-details Do not print best epoch details. --hyperopt-filename FILENAME Hyperopt result filename.Example: --hyperopt- filename=hyperopt_results_2020-09-27_16-20-48.pickle --export-csv FILE Export to CSV-File. This will disable table print. Example: --export-csv hyperopt.csv Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Note hyperopt-list will automatically use the latest available hyperopt results file. You can override this using the --hyperopt-filename argument, and specify another, available filename (without path!).","title":"List Hyperopt results"},{"location":"utils/#examples_2","text":"List all results, print details of the best result at the end: freqtrade hyperopt-list List only epochs with positive profit. Do not print the details of the best epoch, so that the list can be iterated in a script: freqtrade hyperopt-list --profitable --no-details","title":"Examples"},{"location":"utils/#show-details-of-hyperopt-results","text":"You can show the details of any hyperoptimization epoch previously evaluated by the Hyperopt module with the hyperopt-show subcommand. ``` usage: freqtrade hyperopt-show [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--best] [--profitable] [-n INT] [--print-json] [--hyperopt-filename PATH] [--no-header] optional arguments: -h, --help show this help message and exit --best Select only best epochs. --profitable Select only profitable epochs. -n INT, --index INT Specify the index of the epoch to print details for. --print-json Print output in JSON format. --hyperopt-filename FILENAME Hyperopt result filename.Example: --hyperopt- filename=hyperopt_results_2020-09-27_16-20-48.pickle --no-header Do not print epoch details header. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ``` Note hyperopt-show will automatically use the latest available hyperopt results file. You can override this using the --hyperopt-filename argument, and specify another, available filename (without path!).","title":"Show details of Hyperopt results"},{"location":"utils/#examples_3","text":"Print details for the epoch 168 (the number of the epoch is shown by the hyperopt-list subcommand or by Hyperopt itself during hyperoptimization run): freqtrade hyperopt-show -n 168 Prints JSON data with details for the last best epoch (i.e., the best of all epochs): freqtrade hyperopt-show --best -n -1 --print-json --no-header","title":"Examples"},{"location":"utils/#show-trades","text":"Print selected (or all) trades from database to screen. ``` usage: freqtrade show-trades [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--db-url PATH] [--trade-ids TRADE_IDS [TRADE_IDS ...]] [--print-json] optional arguments: -h, --help show this help message and exit --db-url PATH Override trades database URL, this is useful in custom deployments (default: sqlite:///tradesv3.sqlite for Live Run mode, sqlite:///tradesv3.dryrun.sqlite for Dry Run). --trade-ids TRADE_IDS [TRADE_IDS ...] Specify the list of trade ids. --print-json Print output in JSON format. Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. -V, --version show program's version number and exit -c PATH, --config PATH Specify configuration file (default: userdir/config.json or config.json whichever exists). Multiple --config options may be used. Can be set to - to read config from stdin. -d PATH, --datadir PATH Path to directory with historical backtesting data. --userdir PATH, --user-data-dir PATH Path to userdata directory. ```","title":"Show trades"},{"location":"utils/#examples_4","text":"Print trades with id 2 and 3 as json bash freqtrade show-trades --db-url sqlite:///tradesv3.sqlite --trade-ids 2 3 --print-json","title":"Examples"},{"location":"webhook-config/","text":"Webhook usage \u00b6 Configuration \u00b6 Enable webhooks by adding a webhook-section to your configuration file, and setting webhook.enabled to true . Sample configuration (tested using IFTTT). json \"webhook\": { \"enabled\": true, \"url\": \"https://maker.ifttt.com/trigger//with/key//\", \"webhookbuy\": { \"value1\": \"Buying {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"{stake_amount:8f} {stake_currency}\" }, \"webhookbuycancel\": { \"value1\": \"Cancelling Open Buy Order for {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"{stake_amount:8f} {stake_currency}\" }, \"webhookbuyfill\": { \"value1\": \"Buy Order for {pair} filled\", \"value2\": \"at {open_rate:8f}\", \"value3\": \"\" }, \"webhooksell\": { \"value1\": \"Selling {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"profit: {profit_amount:8f} {stake_currency} ({profit_ratio})\" }, \"webhooksellcancel\": { \"value1\": \"Cancelling Open Sell Order for {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"profit: {profit_amount:8f} {stake_currency} ({profit_ratio})\" }, \"webhooksellfill\": { \"value1\": \"Sell Order for {pair} filled\", \"value2\": \"at {close_rate:8f}.\", \"value3\": \"\" }, \"webhookstatus\": { \"value1\": \"Status: {status}\", \"value2\": \"\", \"value3\": \"\" } }, The url in webhook.url should point to the correct url for your webhook. If you're using IFTTT (as shown in the sample above) please insert our event and key to the url. You can set the POST body format to Form-Encoded (default) or JSON-Encoded. Use \"format\": \"form\" or \"format\": \"json\" respectively. Example configuration for Mattermost Cloud integration: json \"webhook\": { \"enabled\": true, \"url\": \"https://.cloud.mattermost.com/hooks/\", \"format\": \"json\", \"webhookstatus\": { \"text\": \"Status: {status}\" } }, The result would be POST request with e.g. {\"text\":\"Status: running\"} body and Content-Type: application/json header which results Status: running message in the Mattermost channel. Different payloads can be configured for different events. Not all fields are necessary, but you should configure at least one of the dicts, otherwise the webhook will never be called. Webhookbuy \u00b6 The fields in webhook.webhookbuy are filled when the bot executes a buy. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair limit amount open_date stake_amount stake_currency fiat_currency order_type current_rate Webhookbuycancel \u00b6 The fields in webhook.webhookbuycancel are filled when the bot cancels a buy order. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair limit amount open_date stake_amount stake_currency fiat_currency order_type current_rate Webhookbuyfill \u00b6 The fields in webhook.webhookbuyfill are filled when the bot filled a buy order. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair open_rate amount open_date stake_amount stake_currency fiat_currency Webhooksell \u00b6 The fields in webhook.webhooksell are filled when the bot sells a trade. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair gain limit amount open_rate profit_amount profit_ratio stake_currency fiat_currency sell_reason order_type open_date close_date Webhooksellfill \u00b6 The fields in webhook.webhooksellfill are filled when the bot fills a sell order (closes a Trae). Parameters are filled using string.format. Possible parameters are: trade_id exchange pair gain close_rate amount open_rate current_rate profit_amount profit_ratio stake_currency fiat_currency sell_reason order_type open_date close_date Webhooksellcancel \u00b6 The fields in webhook.webhooksellcancel are filled when the bot cancels a sell order. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair gain limit amount open_rate current_rate profit_amount profit_ratio stake_currency fiat_currency sell_reason order_type open_date close_date Webhookstatus \u00b6 The fields in webhook.webhookstatus are used for regular status messages (Started / Stopped / ...). Parameters are filled using string.format. The only possible value here is {status} .","title":"Web Hook"},{"location":"webhook-config/#webhook-usage","text":"","title":"Webhook usage"},{"location":"webhook-config/#configuration","text":"Enable webhooks by adding a webhook-section to your configuration file, and setting webhook.enabled to true . Sample configuration (tested using IFTTT). json \"webhook\": { \"enabled\": true, \"url\": \"https://maker.ifttt.com/trigger//with/key//\", \"webhookbuy\": { \"value1\": \"Buying {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"{stake_amount:8f} {stake_currency}\" }, \"webhookbuycancel\": { \"value1\": \"Cancelling Open Buy Order for {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"{stake_amount:8f} {stake_currency}\" }, \"webhookbuyfill\": { \"value1\": \"Buy Order for {pair} filled\", \"value2\": \"at {open_rate:8f}\", \"value3\": \"\" }, \"webhooksell\": { \"value1\": \"Selling {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"profit: {profit_amount:8f} {stake_currency} ({profit_ratio})\" }, \"webhooksellcancel\": { \"value1\": \"Cancelling Open Sell Order for {pair}\", \"value2\": \"limit {limit:8f}\", \"value3\": \"profit: {profit_amount:8f} {stake_currency} ({profit_ratio})\" }, \"webhooksellfill\": { \"value1\": \"Sell Order for {pair} filled\", \"value2\": \"at {close_rate:8f}.\", \"value3\": \"\" }, \"webhookstatus\": { \"value1\": \"Status: {status}\", \"value2\": \"\", \"value3\": \"\" } }, The url in webhook.url should point to the correct url for your webhook. If you're using IFTTT (as shown in the sample above) please insert our event and key to the url. You can set the POST body format to Form-Encoded (default) or JSON-Encoded. Use \"format\": \"form\" or \"format\": \"json\" respectively. Example configuration for Mattermost Cloud integration: json \"webhook\": { \"enabled\": true, \"url\": \"https://.cloud.mattermost.com/hooks/\", \"format\": \"json\", \"webhookstatus\": { \"text\": \"Status: {status}\" } }, The result would be POST request with e.g. {\"text\":\"Status: running\"} body and Content-Type: application/json header which results Status: running message in the Mattermost channel. Different payloads can be configured for different events. Not all fields are necessary, but you should configure at least one of the dicts, otherwise the webhook will never be called.","title":"Configuration"},{"location":"webhook-config/#webhookbuy","text":"The fields in webhook.webhookbuy are filled when the bot executes a buy. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair limit amount open_date stake_amount stake_currency fiat_currency order_type current_rate","title":"Webhookbuy"},{"location":"webhook-config/#webhookbuycancel","text":"The fields in webhook.webhookbuycancel are filled when the bot cancels a buy order. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair limit amount open_date stake_amount stake_currency fiat_currency order_type current_rate","title":"Webhookbuycancel"},{"location":"webhook-config/#webhookbuyfill","text":"The fields in webhook.webhookbuyfill are filled when the bot filled a buy order. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair open_rate amount open_date stake_amount stake_currency fiat_currency","title":"Webhookbuyfill"},{"location":"webhook-config/#webhooksell","text":"The fields in webhook.webhooksell are filled when the bot sells a trade. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair gain limit amount open_rate profit_amount profit_ratio stake_currency fiat_currency sell_reason order_type open_date close_date","title":"Webhooksell"},{"location":"webhook-config/#webhooksellfill","text":"The fields in webhook.webhooksellfill are filled when the bot fills a sell order (closes a Trae). Parameters are filled using string.format. Possible parameters are: trade_id exchange pair gain close_rate amount open_rate current_rate profit_amount profit_ratio stake_currency fiat_currency sell_reason order_type open_date close_date","title":"Webhooksellfill"},{"location":"webhook-config/#webhooksellcancel","text":"The fields in webhook.webhooksellcancel are filled when the bot cancels a sell order. Parameters are filled using string.format. Possible parameters are: trade_id exchange pair gain limit amount open_rate current_rate profit_amount profit_ratio stake_currency fiat_currency sell_reason order_type open_date close_date","title":"Webhooksellcancel"},{"location":"webhook-config/#webhookstatus","text":"The fields in webhook.webhookstatus are used for regular status messages (Started / Stopped / ...). Parameters are filled using string.format. The only possible value here is {status} .","title":"Webhookstatus"},{"location":"windows_installation/","text":"Windows installation \u00b6 We strongly recommend that Windows users use Docker as this will work much easier and smoother (also more secure). If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions should work. Otherwise, try the instructions below. Install freqtrade manually \u00b6 Note Make sure to use 64bit Windows and 64bit Python to avoid problems with backtesting or hyperopt due to the memory constraints 32bit applications have under Windows. Hint Using the Anaconda Distribution under Windows can greatly help with installation problems. Check out the Anaconda installation section in this document for more information. 1. Clone the git repository \u00b6 bash git clone https://github.com/freqtrade/freqtrade.git 2. Install ta-lib \u00b6 Install ta-lib according to the ta-lib documentation . As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of unofficial pre-compiled windows Wheels here , which needs to be downloaded and installed using pip install TA_Lib\u20110.4.20\u2011cp38\u2011cp38\u2011win_amd64.whl (make sure to use the version matching your python version). Freqtrade provides these dependencies for the latest 2 Python versions (3.7 and 3.8) and for 64bit Windows. Other versions must be downloaded from the above link. ``` powershell cd \\path\\freqtrade python -m venv .env .env\\Scripts\\activate.ps1 optionally install ta-lib from wheel \u00b6 Eventually adjust the below filename to match the downloaded wheel \u00b6 pip install build_helpers/TA_Lib-0.4.19-cp38-cp38-win_amd64.whl pip install -r requirements.txt pip install -e . freqtrade ``` Use Powershell The above installation script assumes you're using powershell on a 64bit windows. Commands for the legacy CMD windows console may differ. Thanks Owdr for the commands. Source: Issue #222 Error during installation on Windows \u00b6 bash error: Microsoft Visual C++ 14.0 is required. Get it with \"Microsoft Visual C++ Build Tools\": http://landinghub.visualstudio.com/visual-cpp-build-tools Unfortunately, many packages requiring compilation don't provide a pre-built wheel. It is therefore mandatory to have a C/C++ compiler installed and available for your python environment to use. The easiest way is to download install Microsoft Visual Studio Community here and make sure to install \"Common Tools for Visual C++\" to enable building C code on Windows. Unfortunately, this is a heavy download / dependency (~4Gb) so you might want to consider WSL or docker compose first.","title":"Windows"},{"location":"windows_installation/#windows-installation","text":"We strongly recommend that Windows users use Docker as this will work much easier and smoother (also more secure). If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions should work. Otherwise, try the instructions below.","title":"Windows installation"},{"location":"windows_installation/#install-freqtrade-manually","text":"Note Make sure to use 64bit Windows and 64bit Python to avoid problems with backtesting or hyperopt due to the memory constraints 32bit applications have under Windows. Hint Using the Anaconda Distribution under Windows can greatly help with installation problems. Check out the Anaconda installation section in this document for more information.","title":"Install freqtrade manually"},{"location":"windows_installation/#1-clone-the-git-repository","text":"bash git clone https://github.com/freqtrade/freqtrade.git","title":"1. Clone the git repository"},{"location":"windows_installation/#2-install-ta-lib","text":"Install ta-lib according to the ta-lib documentation . As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of unofficial pre-compiled windows Wheels here , which needs to be downloaded and installed using pip install TA_Lib\u20110.4.20\u2011cp38\u2011cp38\u2011win_amd64.whl (make sure to use the version matching your python version). Freqtrade provides these dependencies for the latest 2 Python versions (3.7 and 3.8) and for 64bit Windows. Other versions must be downloaded from the above link. ``` powershell cd \\path\\freqtrade python -m venv .env .env\\Scripts\\activate.ps1","title":"2. Install ta-lib"},{"location":"windows_installation/#optionally-install-ta-lib-from-wheel","text":"","title":"optionally install ta-lib from wheel"},{"location":"windows_installation/#eventually-adjust-the-below-filename-to-match-the-downloaded-wheel","text":"pip install build_helpers/TA_Lib-0.4.19-cp38-cp38-win_amd64.whl pip install -r requirements.txt pip install -e . freqtrade ``` Use Powershell The above installation script assumes you're using powershell on a 64bit windows. Commands for the legacy CMD windows console may differ. Thanks Owdr for the commands. Source: Issue #222","title":"Eventually adjust the below filename to match the downloaded wheel"},{"location":"windows_installation/#error-during-installation-on-windows","text":"bash error: Microsoft Visual C++ 14.0 is required. Get it with \"Microsoft Visual C++ Build Tools\": http://landinghub.visualstudio.com/visual-cpp-build-tools Unfortunately, many packages requiring compilation don't provide a pre-built wheel. It is therefore mandatory to have a C/C++ compiler installed and available for your python environment to use. The easiest way is to download install Microsoft Visual Studio Community here and make sure to install \"Common Tools for Visual C++\" to enable building C code on Windows. Unfortunately, this is a heavy download / dependency (~4Gb) so you might want to consider WSL or docker compose first.","title":"Error during installation on Windows"},{"location":"includes/pairlists/","text":"Pairlists and Pairlist Handlers \u00b6 Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings. In your configuration, you can use Static Pairlist (defined by the StaticPairList Pairlist Handler) and Dynamic Pairlist (defined by the VolumePairList Pairlist Handler). Additionally, AgeFilter , PrecisionFilter , PriceFilter , ShuffleFilter , SpreadFilter and VolatilityFilter act as Pairlist Filters, removing certain pairs and/or moving their positions in the pairlist. If multiple Pairlist Handlers are used, they are chained and a combination of all Pairlist Handlers forms the resulting pairlist the bot uses for trading and backtesting. Pairlist Handlers are executed in the sequence they are configured. You should always configure either StaticPairList or VolumePairList as the starting Pairlist Handler. Inactive markets are always removed from the resulting pairlist. Explicitly blacklisted pairs (those in the pair_blacklist configuration setting) are also always removed from the resulting pairlist. Pair blacklist \u00b6 The pair blacklist (configured via exchange.pair_blacklist in the configuration) disallows certain pairs from trading. This can be as simple as excluding DOGE/BTC - which will remove exactly this pair. The pair-blacklist does also support wildcards (in regex-style) - so BNB/.* will exclude ALL pairs that start with BNB. You may also use something like .*DOWN/BTC or .*UP/BTC to exclude leveraged tokens (check Pair naming conventions for your exchange!) Available Pairlist Handlers \u00b6 StaticPairList (default, if not configured differently) VolumePairList AgeFilter PerformanceFilter PrecisionFilter PriceFilter ShuffleFilter SpreadFilter RangeStabilityFilter VolatilityFilter Testing pairlists Pairlist configurations can be quite tricky to get right. Best use the test-pairlist utility sub-command to test your configuration quickly. Static Pair List \u00b6 By default, the StaticPairList method is used, which uses a statically defined pair whitelist from the configuration. The pairlist also supports wildcards (in regex-style) - so .*/BTC will include all pairs with BTC as a stake. It uses configuration from exchange.pair_whitelist and exchange.pair_blacklist . json \"pairlists\": [ {\"method\": \"StaticPairList\"} ], By default, only currently enabled pairs are allowed. To skip pair validation against active markets, set \"allow_inactive\": true within the StaticPairList configuration. This can be useful for backtesting expired pairs (like quarterly spot-markets). This option must be configured along with exchange.skip_pair_validation in the exchange configuration. Volume Pair List \u00b6 VolumePairList employs sorting/filtering of pairs by their trading volume. It selects number_assets top pairs with sorting based on the sort_key (which can only be quoteVolume ). When used in the chain of Pairlist Handlers in a non-leading position (after StaticPairList and other Pairlist Filters), VolumePairList considers outputs of previous Pairlist Handlers, adding its sorting/selection of the pairs by the trading volume. When used on the leading position of the chain of Pairlist Handlers, it does not consider pair_whitelist configuration setting, but selects the top assets from all available markets (with matching stake-currency) on the exchange. The refresh_period setting allows to define the period (in seconds), at which the pairlist will be refreshed. Defaults to 1800s (30 minutes). The pairlist cache ( refresh_period ) on VolumePairList is only applicable to generating pairlists. Filtering instances (not the first position in the list) will not apply any cache and will always use up-to-date data. VolumePairList is based on the ticker data from exchange, as reported by the ccxt library: The quoteVolume is the amount of quote (stake) currency traded (bought or sold) in last 24 hours. json \"pairlists\": [{ \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\", \"refresh_period\": 1800 }], Note VolumePairList does not support backtesting mode. AgeFilter \u00b6 Removes pairs that have been listed on the exchange for less than min_days_listed days (defaults to 10 ). When pairs are first listed on an exchange they can suffer huge price drops and volatility in the first few days while the pair goes through its price-discovery period. Bots can often be caught out buying before the pair has finished dropping in price. This filter allows freqtrade to ignore pairs until they have been listed for at least min_days_listed days. PerformanceFilter \u00b6 Sorts pairs by past trade performance, as follows: Positive performance. No closed trades yet. Negative performance. Trade count is used as a tie breaker. Note PerformanceFilter does not support backtesting mode. PrecisionFilter \u00b6 Filters low-value coins which would not allow setting stoplosses. PriceFilter \u00b6 The PriceFilter allows filtering of pairs by price. Currently the following price filters are supported: min_price max_price max_value low_price_ratio The min_price setting removes pairs where the price is below the specified price. This is useful if you wish to avoid trading very low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_price setting removes pairs where the price is above the specified price. This is useful if you wish to trade only low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_value setting removes pairs where the minimum value change is above a specified value. This is useful when an exchange has unbalanced limits. For example, if step-size = 1 (so you can only buy 1, or 2, or 3, but not 1.1 Coins) - and the price is pretty high (like 20 \\() as the coin has risen sharply since the last limit adaption. As a result of the above, you can only buy for 20\\) , or 40$ - but not for 25$. On exchanges that deduct fees from the receiving currency (e.g. FTX) - this can result in high value coins / amounts that are unsellable as the amount is slightly below the limit. The low_price_ratio setting removes pairs where a raise of 1 price unit (pip) is above the low_price_ratio ratio. This option is disabled by default, and will only apply if set to > 0. For PriceFiler at least one of its min_price , max_price or low_price_ratio settings must be applied. Calculation example: Min price precision for SHITCOIN/BTC is 8 decimals. If its price is 0.00000011 - one price step above would be 0.00000012, which is ~9% higher than the previous price value. You may filter out this pair by using PriceFilter with low_price_ratio set to 0.09 (9%) or with min_price set to 0.00000011, correspondingly. Low priced pairs Low priced pairs with high \"1 pip movements\" are dangerous since they are often illiquid and it may also be impossible to place the desired stoploss, which can often result in high losses since price needs to be rounded to the next tradable price - so instead of having a stoploss of -5%, you could end up with a stoploss of -9% simply due to price rounding. ShuffleFilter \u00b6 Shuffles (randomizes) pairs in the pairlist. It can be used for preventing the bot from trading some of the pairs more frequently then others when you want all pairs be treated with the same priority. Tip You may set the seed value for this Pairlist to obtain reproducible results, which can be useful for repeated backtesting sessions. If seed is not set, the pairs are shuffled in the non-repeatable random order. SpreadFilter \u00b6 Removes pairs that have a difference between asks and bids above the specified ratio, max_spread_ratio (defaults to 0.005 ). Example: If DOGE/BTC maximum bid is 0.00000026 and minimum ask is 0.00000027, the ratio is calculated as: 1 - bid/ask ~= 0.037 which is > 0.005 and this pair will be filtered out. RangeStabilityFilter \u00b6 Removes pairs where the difference between lowest low and highest high over lookback_days days is below min_rate_of_change . Since this is a filter that requires additional data, the results are cached for refresh_period . In the below example: If the trading range over the last 10 days is <1%, remove the pair from the whitelist. json \"pairlists\": [ { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 } ] Tip This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit. VolatilityFilter \u00b6 Volatility is the degree of historical variation of a pairs over time, is is measured by the standard deviation of logarithmic daily returns. Returns are assumed to be normally distributed, although actual distribution might be different. In a normal distribution, 68% of observations fall within one standard deviation and 95% of observations fall within two standard deviations. Assuming a volatility of 0.05 means that the expected returns for 20 out of 30 days is expected to be less than 5% (one standard deviation). Volatility is a positive ratio of the expected deviation of return and can be greater than 1.00. Please refer to the wikipedia definition of volatility . This filter removes pairs if the average volatility over a lookback_days days is below min_volatility or above max_volatility . Since this is a filter that requires additional data, the results are cached for refresh_period . This filter can be used to narrow down your pairs to a certain volatility or avoid very volatile pairs. In the below example: If the volatility over the last 10 days is not in the range of 0.05-0.50, remove the pair from the whitelist. The filter is applied every 24h. json \"pairlists\": [ { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 } ] Full example of Pairlist Handlers \u00b6 The below example blacklists BNB/BTC , uses VolumePairList with 20 assets, sorting pairs by quoteVolume and applies PrecisionFilter and PriceFilter , filtering all assets where 1 price unit is > 1%. Then the SpreadFilter and VolatilityFilter is applied and pairs are finally shuffled with the random seed set to some predefined value. json \"exchange\": { \"pair_whitelist\": [], \"pair_blacklist\": [\"BNB/BTC\"] }, \"pairlists\": [ { \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\" }, {\"method\": \"AgeFilter\", \"min_days_listed\": 10}, {\"method\": \"PrecisionFilter\"}, {\"method\": \"PriceFilter\", \"low_price_ratio\": 0.01}, {\"method\": \"SpreadFilter\", \"max_spread_ratio\": 0.005}, { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 }, { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 }, {\"method\": \"ShuffleFilter\", \"seed\": 42} ],","title":"Pairlists"},{"location":"includes/pairlists/#pairlists-and-pairlist-handlers","text":"Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings. In your configuration, you can use Static Pairlist (defined by the StaticPairList Pairlist Handler) and Dynamic Pairlist (defined by the VolumePairList Pairlist Handler). Additionally, AgeFilter , PrecisionFilter , PriceFilter , ShuffleFilter , SpreadFilter and VolatilityFilter act as Pairlist Filters, removing certain pairs and/or moving their positions in the pairlist. If multiple Pairlist Handlers are used, they are chained and a combination of all Pairlist Handlers forms the resulting pairlist the bot uses for trading and backtesting. Pairlist Handlers are executed in the sequence they are configured. You should always configure either StaticPairList or VolumePairList as the starting Pairlist Handler. Inactive markets are always removed from the resulting pairlist. Explicitly blacklisted pairs (those in the pair_blacklist configuration setting) are also always removed from the resulting pairlist.","title":"Pairlists and Pairlist Handlers"},{"location":"includes/pairlists/#pair-blacklist","text":"The pair blacklist (configured via exchange.pair_blacklist in the configuration) disallows certain pairs from trading. This can be as simple as excluding DOGE/BTC - which will remove exactly this pair. The pair-blacklist does also support wildcards (in regex-style) - so BNB/.* will exclude ALL pairs that start with BNB. You may also use something like .*DOWN/BTC or .*UP/BTC to exclude leveraged tokens (check Pair naming conventions for your exchange!)","title":"Pair blacklist"},{"location":"includes/pairlists/#available-pairlist-handlers","text":"StaticPairList (default, if not configured differently) VolumePairList AgeFilter PerformanceFilter PrecisionFilter PriceFilter ShuffleFilter SpreadFilter RangeStabilityFilter VolatilityFilter Testing pairlists Pairlist configurations can be quite tricky to get right. Best use the test-pairlist utility sub-command to test your configuration quickly.","title":"Available Pairlist Handlers"},{"location":"includes/pairlists/#static-pair-list","text":"By default, the StaticPairList method is used, which uses a statically defined pair whitelist from the configuration. The pairlist also supports wildcards (in regex-style) - so .*/BTC will include all pairs with BTC as a stake. It uses configuration from exchange.pair_whitelist and exchange.pair_blacklist . json \"pairlists\": [ {\"method\": \"StaticPairList\"} ], By default, only currently enabled pairs are allowed. To skip pair validation against active markets, set \"allow_inactive\": true within the StaticPairList configuration. This can be useful for backtesting expired pairs (like quarterly spot-markets). This option must be configured along with exchange.skip_pair_validation in the exchange configuration.","title":"Static Pair List"},{"location":"includes/pairlists/#volume-pair-list","text":"VolumePairList employs sorting/filtering of pairs by their trading volume. It selects number_assets top pairs with sorting based on the sort_key (which can only be quoteVolume ). When used in the chain of Pairlist Handlers in a non-leading position (after StaticPairList and other Pairlist Filters), VolumePairList considers outputs of previous Pairlist Handlers, adding its sorting/selection of the pairs by the trading volume. When used on the leading position of the chain of Pairlist Handlers, it does not consider pair_whitelist configuration setting, but selects the top assets from all available markets (with matching stake-currency) on the exchange. The refresh_period setting allows to define the period (in seconds), at which the pairlist will be refreshed. Defaults to 1800s (30 minutes). The pairlist cache ( refresh_period ) on VolumePairList is only applicable to generating pairlists. Filtering instances (not the first position in the list) will not apply any cache and will always use up-to-date data. VolumePairList is based on the ticker data from exchange, as reported by the ccxt library: The quoteVolume is the amount of quote (stake) currency traded (bought or sold) in last 24 hours. json \"pairlists\": [{ \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\", \"refresh_period\": 1800 }], Note VolumePairList does not support backtesting mode.","title":"Volume Pair List"},{"location":"includes/pairlists/#agefilter","text":"Removes pairs that have been listed on the exchange for less than min_days_listed days (defaults to 10 ). When pairs are first listed on an exchange they can suffer huge price drops and volatility in the first few days while the pair goes through its price-discovery period. Bots can often be caught out buying before the pair has finished dropping in price. This filter allows freqtrade to ignore pairs until they have been listed for at least min_days_listed days.","title":"AgeFilter"},{"location":"includes/pairlists/#performancefilter","text":"Sorts pairs by past trade performance, as follows: Positive performance. No closed trades yet. Negative performance. Trade count is used as a tie breaker. Note PerformanceFilter does not support backtesting mode.","title":"PerformanceFilter"},{"location":"includes/pairlists/#precisionfilter","text":"Filters low-value coins which would not allow setting stoplosses.","title":"PrecisionFilter"},{"location":"includes/pairlists/#pricefilter","text":"The PriceFilter allows filtering of pairs by price. Currently the following price filters are supported: min_price max_price max_value low_price_ratio The min_price setting removes pairs where the price is below the specified price. This is useful if you wish to avoid trading very low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_price setting removes pairs where the price is above the specified price. This is useful if you wish to trade only low-priced pairs. This option is disabled by default, and will only apply if set to > 0. The max_value setting removes pairs where the minimum value change is above a specified value. This is useful when an exchange has unbalanced limits. For example, if step-size = 1 (so you can only buy 1, or 2, or 3, but not 1.1 Coins) - and the price is pretty high (like 20 \\() as the coin has risen sharply since the last limit adaption. As a result of the above, you can only buy for 20\\) , or 40$ - but not for 25$. On exchanges that deduct fees from the receiving currency (e.g. FTX) - this can result in high value coins / amounts that are unsellable as the amount is slightly below the limit. The low_price_ratio setting removes pairs where a raise of 1 price unit (pip) is above the low_price_ratio ratio. This option is disabled by default, and will only apply if set to > 0. For PriceFiler at least one of its min_price , max_price or low_price_ratio settings must be applied. Calculation example: Min price precision for SHITCOIN/BTC is 8 decimals. If its price is 0.00000011 - one price step above would be 0.00000012, which is ~9% higher than the previous price value. You may filter out this pair by using PriceFilter with low_price_ratio set to 0.09 (9%) or with min_price set to 0.00000011, correspondingly. Low priced pairs Low priced pairs with high \"1 pip movements\" are dangerous since they are often illiquid and it may also be impossible to place the desired stoploss, which can often result in high losses since price needs to be rounded to the next tradable price - so instead of having a stoploss of -5%, you could end up with a stoploss of -9% simply due to price rounding.","title":"PriceFilter"},{"location":"includes/pairlists/#shufflefilter","text":"Shuffles (randomizes) pairs in the pairlist. It can be used for preventing the bot from trading some of the pairs more frequently then others when you want all pairs be treated with the same priority. Tip You may set the seed value for this Pairlist to obtain reproducible results, which can be useful for repeated backtesting sessions. If seed is not set, the pairs are shuffled in the non-repeatable random order.","title":"ShuffleFilter"},{"location":"includes/pairlists/#spreadfilter","text":"Removes pairs that have a difference between asks and bids above the specified ratio, max_spread_ratio (defaults to 0.005 ). Example: If DOGE/BTC maximum bid is 0.00000026 and minimum ask is 0.00000027, the ratio is calculated as: 1 - bid/ask ~= 0.037 which is > 0.005 and this pair will be filtered out.","title":"SpreadFilter"},{"location":"includes/pairlists/#rangestabilityfilter","text":"Removes pairs where the difference between lowest low and highest high over lookback_days days is below min_rate_of_change . Since this is a filter that requires additional data, the results are cached for refresh_period . In the below example: If the trading range over the last 10 days is <1%, remove the pair from the whitelist. json \"pairlists\": [ { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 } ] Tip This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit.","title":"RangeStabilityFilter"},{"location":"includes/pairlists/#volatilityfilter","text":"Volatility is the degree of historical variation of a pairs over time, is is measured by the standard deviation of logarithmic daily returns. Returns are assumed to be normally distributed, although actual distribution might be different. In a normal distribution, 68% of observations fall within one standard deviation and 95% of observations fall within two standard deviations. Assuming a volatility of 0.05 means that the expected returns for 20 out of 30 days is expected to be less than 5% (one standard deviation). Volatility is a positive ratio of the expected deviation of return and can be greater than 1.00. Please refer to the wikipedia definition of volatility . This filter removes pairs if the average volatility over a lookback_days days is below min_volatility or above max_volatility . Since this is a filter that requires additional data, the results are cached for refresh_period . This filter can be used to narrow down your pairs to a certain volatility or avoid very volatile pairs. In the below example: If the volatility over the last 10 days is not in the range of 0.05-0.50, remove the pair from the whitelist. The filter is applied every 24h. json \"pairlists\": [ { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 } ]","title":"VolatilityFilter"},{"location":"includes/pairlists/#full-example-of-pairlist-handlers","text":"The below example blacklists BNB/BTC , uses VolumePairList with 20 assets, sorting pairs by quoteVolume and applies PrecisionFilter and PriceFilter , filtering all assets where 1 price unit is > 1%. Then the SpreadFilter and VolatilityFilter is applied and pairs are finally shuffled with the random seed set to some predefined value. json \"exchange\": { \"pair_whitelist\": [], \"pair_blacklist\": [\"BNB/BTC\"] }, \"pairlists\": [ { \"method\": \"VolumePairList\", \"number_assets\": 20, \"sort_key\": \"quoteVolume\" }, {\"method\": \"AgeFilter\", \"min_days_listed\": 10}, {\"method\": \"PrecisionFilter\"}, {\"method\": \"PriceFilter\", \"low_price_ratio\": 0.01}, {\"method\": \"SpreadFilter\", \"max_spread_ratio\": 0.005}, { \"method\": \"RangeStabilityFilter\", \"lookback_days\": 10, \"min_rate_of_change\": 0.01, \"refresh_period\": 1440 }, { \"method\": \"VolatilityFilter\", \"lookback_days\": 10, \"min_volatility\": 0.05, \"max_volatility\": 0.50, \"refresh_period\": 86400 }, {\"method\": \"ShuffleFilter\", \"seed\": 42} ],","title":"Full example of Pairlist Handlers"},{"location":"includes/pricing/","text":"Prices used for orders \u00b6 Prices for regular orders can be controlled via the parameter structures bid_strategy for buying and ask_strategy for selling. Prices are always retrieved right before an order is placed, either by querying the exchange tickers or by using the orderbook data. Note Orderbook data used by Freqtrade are the data retrieved from exchange by the ccxt's function fetch_order_book() , i.e. are usually data from the L2-aggregated orderbook, while the ticker data are the structures returned by the ccxt's fetch_ticker() / fetch_tickers() functions. Refer to the ccxt library documentation for more details. Using market orders Please read the section Market order pricing section when using market orders. Buy price \u00b6 Check depth of market \u00b6 When check depth of market is enabled ( bid_strategy.check_depth_of_market.enabled=True ), the buy signals are filtered based on the orderbook depth (sum of all amounts) for each orderbook side. Orderbook bid (buy) side depth is then divided by the orderbook ask (sell) side depth and the resulting delta is compared to the value of the bid_strategy.check_depth_of_market.bids_to_ask_delta parameter. The buy order is only executed if the orderbook delta is greater than or equal to the configured delta value. Note A delta value below 1 means that ask (sell) orderbook side depth is greater than the depth of the bid (buy) orderbook side, while a value greater than 1 means opposite (depth of the buy side is higher than the depth of the sell side). Buy price side \u00b6 The configuration setting bid_strategy.price_side defines the side of the spread the bot looks for when buying. The following displays an orderbook. explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If bid_strategy.price_side is set to \"bid\" , then the bot will use 99 as buying price. In line with that, if bid_strategy.price_side is set to \"ask\" , then the bot will use 101 as buying price. Using ask price often guarantees quicker filled orders, but the bot can also end up paying more than what would have been necessary. Taker fees instead of maker fees will most likely apply even when using limit buy orders. Also, prices at the \"ask\" side of the spread are higher than prices at the \"bid\" side in the orderbook, so the order behaves similar to a market order (however with a maximum price). Buy price with Orderbook enabled \u00b6 When buying with the orderbook enabled ( bid_strategy.use_order_book=True ), Freqtrade fetches the bid_strategy.order_book_top entries from the orderbook and then uses the entry specified as bid_strategy.order_book_top on the configured side ( bid_strategy.price_side ) of the orderbook. 1 specifies the topmost entry in the orderbook, while 2 would use the 2 nd entry in the orderbook, and so on. Buy price without Orderbook enabled \u00b6 The following section uses side as the configured bid_strategy.price_side . When not using orderbook ( bid_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The bid_strategy.ask_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between ask and last price. Sell price \u00b6 Sell price side \u00b6 The configuration setting ask_strategy.price_side defines the side of the spread the bot looks for when selling. The following displays an orderbook: explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If ask_strategy.price_side is set to \"ask\" , then the bot will use 101 as selling price. In line with that, if ask_strategy.price_side is set to \"bid\" , then the bot will use 99 as selling price. Sell price with Orderbook enabled \u00b6 When selling with the orderbook enabled ( ask_strategy.use_order_book=True ), Freqtrade fetches the ask_strategy.order_book_max entries in the orderbook. Then each of the orderbook steps between ask_strategy.order_book_min and ask_strategy.order_book_max on the configured orderbook side are validated for a profitable sell-possibility based on the strategy configuration ( minimal_roi conditions) and the sell order is placed at the first profitable spot. Note Using order_book_max higher than order_book_min only makes sense when ask_strategy.price_side is set to \"ask\" . The idea here is to place the sell order early, to be ahead in the queue. A fixed slot (mirroring bid_strategy.order_book_top ) can be defined by setting ask_strategy.order_book_min and ask_strategy.order_book_max to the same number. Order_book_max > 1 - increased risks for stoplosses! Using ask_strategy.order_book_max higher than 1 will increase the risk the stoploss on exchange is cancelled too early, since an eventual stoploss on exchange will be cancelled as soon as the order is placed. Also, the sell order will remain on the exchange for unfilledtimeout.sell (or until it's filled) - which can lead to missed stoplosses (with or without using stoploss on exchange). Order_book_max > 1 in dry-run Using ask_strategy.order_book_max higher than 1 will result in improper dry-run results (significantly better than real orders executed on exchange), since dry-run assumes orders to be filled almost instantly. It is therefore advised to not use this setting for dry-runs. Sell price without Orderbook enabled \u00b6 When not using orderbook ( ask_strategy.use_order_book=False ), the price at the ask_strategy.price_side side (defaults to \"ask\" ) from the ticker will be used as the sell price. When not using orderbook ( ask_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The ask_strategy.bid_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between side and last price. Market order pricing \u00b6 When using market orders, prices should be configured to use the \"correct\" side of the orderbook to allow realistic pricing detection. Assuming both buy and sell are using market orders, a configuration similar to the following might be used jsonc \"order_types\": { \"buy\": \"market\", \"sell\": \"market\" // ... }, \"bid_strategy\": { \"price_side\": \"ask\", // ... }, \"ask_strategy\":{ \"price_side\": \"bid\", // ... }, Obviously, if only one side is using limit orders, different pricing combinations can be used.","title":"Pricing"},{"location":"includes/pricing/#prices-used-for-orders","text":"Prices for regular orders can be controlled via the parameter structures bid_strategy for buying and ask_strategy for selling. Prices are always retrieved right before an order is placed, either by querying the exchange tickers or by using the orderbook data. Note Orderbook data used by Freqtrade are the data retrieved from exchange by the ccxt's function fetch_order_book() , i.e. are usually data from the L2-aggregated orderbook, while the ticker data are the structures returned by the ccxt's fetch_ticker() / fetch_tickers() functions. Refer to the ccxt library documentation for more details. Using market orders Please read the section Market order pricing section when using market orders.","title":"Prices used for orders"},{"location":"includes/pricing/#buy-price","text":"","title":"Buy price"},{"location":"includes/pricing/#check-depth-of-market","text":"When check depth of market is enabled ( bid_strategy.check_depth_of_market.enabled=True ), the buy signals are filtered based on the orderbook depth (sum of all amounts) for each orderbook side. Orderbook bid (buy) side depth is then divided by the orderbook ask (sell) side depth and the resulting delta is compared to the value of the bid_strategy.check_depth_of_market.bids_to_ask_delta parameter. The buy order is only executed if the orderbook delta is greater than or equal to the configured delta value. Note A delta value below 1 means that ask (sell) orderbook side depth is greater than the depth of the bid (buy) orderbook side, while a value greater than 1 means opposite (depth of the buy side is higher than the depth of the sell side).","title":"Check depth of market"},{"location":"includes/pricing/#buy-price-side","text":"The configuration setting bid_strategy.price_side defines the side of the spread the bot looks for when buying. The following displays an orderbook. explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If bid_strategy.price_side is set to \"bid\" , then the bot will use 99 as buying price. In line with that, if bid_strategy.price_side is set to \"ask\" , then the bot will use 101 as buying price. Using ask price often guarantees quicker filled orders, but the bot can also end up paying more than what would have been necessary. Taker fees instead of maker fees will most likely apply even when using limit buy orders. Also, prices at the \"ask\" side of the spread are higher than prices at the \"bid\" side in the orderbook, so the order behaves similar to a market order (however with a maximum price).","title":"Buy price side"},{"location":"includes/pricing/#buy-price-with-orderbook-enabled","text":"When buying with the orderbook enabled ( bid_strategy.use_order_book=True ), Freqtrade fetches the bid_strategy.order_book_top entries from the orderbook and then uses the entry specified as bid_strategy.order_book_top on the configured side ( bid_strategy.price_side ) of the orderbook. 1 specifies the topmost entry in the orderbook, while 2 would use the 2 nd entry in the orderbook, and so on.","title":"Buy price with Orderbook enabled"},{"location":"includes/pricing/#buy-price-without-orderbook-enabled","text":"The following section uses side as the configured bid_strategy.price_side . When not using orderbook ( bid_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The bid_strategy.ask_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between ask and last price.","title":"Buy price without Orderbook enabled"},{"location":"includes/pricing/#sell-price","text":"","title":"Sell price"},{"location":"includes/pricing/#sell-price-side","text":"The configuration setting ask_strategy.price_side defines the side of the spread the bot looks for when selling. The following displays an orderbook: explanation ... 103 102 101 # ask -------------Current spread 99 # bid 98 97 ... If ask_strategy.price_side is set to \"ask\" , then the bot will use 101 as selling price. In line with that, if ask_strategy.price_side is set to \"bid\" , then the bot will use 99 as selling price.","title":"Sell price side"},{"location":"includes/pricing/#sell-price-with-orderbook-enabled","text":"When selling with the orderbook enabled ( ask_strategy.use_order_book=True ), Freqtrade fetches the ask_strategy.order_book_max entries in the orderbook. Then each of the orderbook steps between ask_strategy.order_book_min and ask_strategy.order_book_max on the configured orderbook side are validated for a profitable sell-possibility based on the strategy configuration ( minimal_roi conditions) and the sell order is placed at the first profitable spot. Note Using order_book_max higher than order_book_min only makes sense when ask_strategy.price_side is set to \"ask\" . The idea here is to place the sell order early, to be ahead in the queue. A fixed slot (mirroring bid_strategy.order_book_top ) can be defined by setting ask_strategy.order_book_min and ask_strategy.order_book_max to the same number. Order_book_max > 1 - increased risks for stoplosses! Using ask_strategy.order_book_max higher than 1 will increase the risk the stoploss on exchange is cancelled too early, since an eventual stoploss on exchange will be cancelled as soon as the order is placed. Also, the sell order will remain on the exchange for unfilledtimeout.sell (or until it's filled) - which can lead to missed stoplosses (with or without using stoploss on exchange). Order_book_max > 1 in dry-run Using ask_strategy.order_book_max higher than 1 will result in improper dry-run results (significantly better than real orders executed on exchange), since dry-run assumes orders to be filled almost instantly. It is therefore advised to not use this setting for dry-runs.","title":"Sell price with Orderbook enabled"},{"location":"includes/pricing/#sell-price-without-orderbook-enabled","text":"When not using orderbook ( ask_strategy.use_order_book=False ), the price at the ask_strategy.price_side side (defaults to \"ask\" ) from the ticker will be used as the sell price. When not using orderbook ( ask_strategy.use_order_book=False ), Freqtrade uses the best side price from the ticker if it's below the last traded price from the ticker. Otherwise (when the side price is above the last price), it calculates a rate between side and last price. The ask_strategy.bid_last_balance configuration parameter controls this. A value of 0.0 will use side price, while 1.0 will use the last price and values between those interpolate between side and last price.","title":"Sell price without Orderbook enabled"},{"location":"includes/pricing/#market-order-pricing","text":"When using market orders, prices should be configured to use the \"correct\" side of the orderbook to allow realistic pricing detection. Assuming both buy and sell are using market orders, a configuration similar to the following might be used jsonc \"order_types\": { \"buy\": \"market\", \"sell\": \"market\" // ... }, \"bid_strategy\": { \"price_side\": \"ask\", // ... }, \"ask_strategy\":{ \"price_side\": \"bid\", // ... }, Obviously, if only one side is using limit orders, different pricing combinations can be used.","title":"Market order pricing"},{"location":"includes/protections/","text":"Protections \u00b6 Beta feature This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord, Slack or via Github Issue. Protections will protect your strategy from unexpected events and market conditions by temporarily stop trading for either one pair, or for all pairs. All protection end times are rounded up to the next candle to avoid sudden, unexpected intra-candle buys. Note Not all Protections will work for all strategies, and parameters will need to be tuned for your strategy to improve performance. To align your protection with your strategy, you can define protections in the strategy. Tip Each Protection can be configured multiple times with different parameters, to allow different levels of protection (short-term / long-term). Backtesting Protections are supported by backtesting and hyperopt, but must be explicitly enabled by using the --enable-protections flag. Available Protections \u00b6 StoplossGuard Stop trading if a certain amount of stoploss occurred within a certain time window. MaxDrawdown Stop trading if max-drawdown is reached. LowProfitPairs Lock pairs with low profits CooldownPeriod Don't enter a trade right after selling a trade. Common settings to all Protections \u00b6 Parameter Description method Protection name to use. Datatype: String, selected from available Protections stop_duration_candles For how many candles should the lock be set? Datatype: Positive integer (in candles) stop_duration how many minutes should protections be locked. Cannot be used together with stop_duration_candles . Datatype: Float (in minutes) lookback_period_candles Only trades that completed within the last lookback_period_candles candles will be considered. This setting may be ignored by some Protections. Datatype: Positive integer (in candles). lookback_period Only trades that completed after current_time - lookback_period will be considered. Cannot be used together with lookback_period_candles . This setting may be ignored by some Protections. Datatype: Float (in minutes) trade_limit Number of trades required at minimum (not used by all Protections). Datatype: Positive integer Durations Durations ( stop_duration* and lookback_period* can be defined in either minutes or candles). For more flexibility when testing different timeframes, all below examples will use the \"candle\" definition. Stoploss Guard \u00b6 StoplossGuard selects all trades within lookback_period in minutes (or in candles when using lookback_period_candles ). If trade_limit or more trades resulted in stoploss, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ). This applies across all pairs, unless only_per_pair is set to true, which will then only look at one pair at a time. The below example stops trading for all pairs for 4 candles after the last trade if the bot hit stoploss 4 times within the last 24 candles. json \"protections\": [ { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 4, \"only_per_pair\": false } ], Note StoplossGuard considers all trades with the results \"stop_loss\" , \"stoploss_on_exchange\" and \"trailing_stop_loss\" if the resulting profit was negative. trade_limit and lookback_period will need to be tuned for your strategy. MaxDrawdown \u00b6 MaxDrawdown uses all trades within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the maximum drawdown. If the drawdown is below max_allowed_drawdown , trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ) after the last trade - assuming that the bot needs some time to let markets recover. The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of trade_limit trades - within the last 48 candles. If desired, lookback_period and/or stop_duration can be used. json \"protections\": [ { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 12, \"max_allowed_drawdown\": 0.2 }, ], Low Profit Pairs \u00b6 LowProfitPairs uses all trades for a pair within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the overall profit ratio. If that ratio is below required_profit , that pair will be locked for stop_duration in minutes (or in candles when using stop_duration_candles ). The below example will stop trading a pair for 60 minutes if the pair does not have a required profit of 2% (and a minimum of 2 trades) within the last 6 candles. json \"protections\": [ { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration\": 60, \"required_profit\": 0.02 } ], Cooldown Period \u00b6 CooldownPeriod locks a pair for stop_duration in minutes (or in candles when using stop_duration_candles ) after selling, avoiding a re-entry for this pair for stop_duration minutes. The below example will stop trading a pair for 2 candles after closing a trade, allowing this pair to \"cool down\". json \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 2 } ], Note This Protection applies only at pair-level, and will never lock all pairs globally. This Protection does not consider lookback_period as it only looks at the latest trade. Full example of Protections \u00b6 All protections can be combined at will, also with different parameters, creating a increasing wall for under-performing pairs. All protections are evaluated in the sequence they are defined. The below example assumes a timeframe of 1 hour: Locks each pair after selling for an additional 5 candles ( CooldownPeriod ), giving other pairs a chance to get filled. Stops trading for 4 hours ( 4 * 1h candles ) if the last 2 days ( 48 * 1h candles ) had 20 trades, which caused a max-drawdown of more than 20%. ( MaxDrawdown ). Stops trading if more than 4 stoploss occur for all pairs within a 1 day ( 24 * 1h candles ) limit ( StoplossGuard ). Locks all pairs that had 4 Trades within the last 6 hours ( 6 * 1h candles ) with a combined profit ratio of below 0.02 (<2%) ( LowProfitPairs ). Locks all pairs for 2 candles that had a profit of below 0.01 (<1%) within the last 24h ( 24 * 1h candles ), a minimum of 4 trades. json \"timeframe\": \"1h\", \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": false }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ], You can use the same in your strategy, the syntax is only slightly different: ``` python from freqtrade.strategy import IStrategy class AwesomeStrategy(IStrategy) timeframe = '1h' protections = [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": False }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ] # ... ```","title":"Protections"},{"location":"includes/protections/#protections","text":"Beta feature This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord, Slack or via Github Issue. Protections will protect your strategy from unexpected events and market conditions by temporarily stop trading for either one pair, or for all pairs. All protection end times are rounded up to the next candle to avoid sudden, unexpected intra-candle buys. Note Not all Protections will work for all strategies, and parameters will need to be tuned for your strategy to improve performance. To align your protection with your strategy, you can define protections in the strategy. Tip Each Protection can be configured multiple times with different parameters, to allow different levels of protection (short-term / long-term). Backtesting Protections are supported by backtesting and hyperopt, but must be explicitly enabled by using the --enable-protections flag.","title":"Protections"},{"location":"includes/protections/#available-protections","text":"StoplossGuard Stop trading if a certain amount of stoploss occurred within a certain time window. MaxDrawdown Stop trading if max-drawdown is reached. LowProfitPairs Lock pairs with low profits CooldownPeriod Don't enter a trade right after selling a trade.","title":"Available Protections"},{"location":"includes/protections/#common-settings-to-all-protections","text":"Parameter Description method Protection name to use. Datatype: String, selected from available Protections stop_duration_candles For how many candles should the lock be set? Datatype: Positive integer (in candles) stop_duration how many minutes should protections be locked. Cannot be used together with stop_duration_candles . Datatype: Float (in minutes) lookback_period_candles Only trades that completed within the last lookback_period_candles candles will be considered. This setting may be ignored by some Protections. Datatype: Positive integer (in candles). lookback_period Only trades that completed after current_time - lookback_period will be considered. Cannot be used together with lookback_period_candles . This setting may be ignored by some Protections. Datatype: Float (in minutes) trade_limit Number of trades required at minimum (not used by all Protections). Datatype: Positive integer Durations Durations ( stop_duration* and lookback_period* can be defined in either minutes or candles). For more flexibility when testing different timeframes, all below examples will use the \"candle\" definition.","title":"Common settings to all Protections"},{"location":"includes/protections/#stoploss-guard","text":"StoplossGuard selects all trades within lookback_period in minutes (or in candles when using lookback_period_candles ). If trade_limit or more trades resulted in stoploss, trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ). This applies across all pairs, unless only_per_pair is set to true, which will then only look at one pair at a time. The below example stops trading for all pairs for 4 candles after the last trade if the bot hit stoploss 4 times within the last 24 candles. json \"protections\": [ { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 4, \"only_per_pair\": false } ], Note StoplossGuard considers all trades with the results \"stop_loss\" , \"stoploss_on_exchange\" and \"trailing_stop_loss\" if the resulting profit was negative. trade_limit and lookback_period will need to be tuned for your strategy.","title":"Stoploss Guard"},{"location":"includes/protections/#maxdrawdown","text":"MaxDrawdown uses all trades within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the maximum drawdown. If the drawdown is below max_allowed_drawdown , trading will stop for stop_duration in minutes (or in candles when using stop_duration_candles ) after the last trade - assuming that the bot needs some time to let markets recover. The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of trade_limit trades - within the last 48 candles. If desired, lookback_period and/or stop_duration can be used. json \"protections\": [ { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 12, \"max_allowed_drawdown\": 0.2 }, ],","title":"MaxDrawdown"},{"location":"includes/protections/#low-profit-pairs","text":"LowProfitPairs uses all trades for a pair within lookback_period in minutes (or in candles when using lookback_period_candles ) to determine the overall profit ratio. If that ratio is below required_profit , that pair will be locked for stop_duration in minutes (or in candles when using stop_duration_candles ). The below example will stop trading a pair for 60 minutes if the pair does not have a required profit of 2% (and a minimum of 2 trades) within the last 6 candles. json \"protections\": [ { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration\": 60, \"required_profit\": 0.02 } ],","title":"Low Profit Pairs"},{"location":"includes/protections/#cooldown-period","text":"CooldownPeriod locks a pair for stop_duration in minutes (or in candles when using stop_duration_candles ) after selling, avoiding a re-entry for this pair for stop_duration minutes. The below example will stop trading a pair for 2 candles after closing a trade, allowing this pair to \"cool down\". json \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 2 } ], Note This Protection applies only at pair-level, and will never lock all pairs globally. This Protection does not consider lookback_period as it only looks at the latest trade.","title":"Cooldown Period"},{"location":"includes/protections/#full-example-of-protections","text":"All protections can be combined at will, also with different parameters, creating a increasing wall for under-performing pairs. All protections are evaluated in the sequence they are defined. The below example assumes a timeframe of 1 hour: Locks each pair after selling for an additional 5 candles ( CooldownPeriod ), giving other pairs a chance to get filled. Stops trading for 4 hours ( 4 * 1h candles ) if the last 2 days ( 48 * 1h candles ) had 20 trades, which caused a max-drawdown of more than 20%. ( MaxDrawdown ). Stops trading if more than 4 stoploss occur for all pairs within a 1 day ( 24 * 1h candles ) limit ( StoplossGuard ). Locks all pairs that had 4 Trades within the last 6 hours ( 6 * 1h candles ) with a combined profit ratio of below 0.02 (<2%) ( LowProfitPairs ). Locks all pairs for 2 candles that had a profit of below 0.01 (<1%) within the last 24h ( 24 * 1h candles ), a minimum of 4 trades. json \"timeframe\": \"1h\", \"protections\": [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": false }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ], You can use the same in your strategy, the syntax is only slightly different: ``` python from freqtrade.strategy import IStrategy class AwesomeStrategy(IStrategy) timeframe = '1h' protections = [ { \"method\": \"CooldownPeriod\", \"stop_duration_candles\": 5 }, { \"method\": \"MaxDrawdown\", \"lookback_period_candles\": 48, \"trade_limit\": 20, \"stop_duration_candles\": 4, \"max_allowed_drawdown\": 0.2 }, { \"method\": \"StoplossGuard\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"only_per_pair\": False }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 6, \"trade_limit\": 2, \"stop_duration_candles\": 60, \"required_profit\": 0.02 }, { \"method\": \"LowProfitPairs\", \"lookback_period_candles\": 24, \"trade_limit\": 4, \"stop_duration_candles\": 2, \"required_profit\": 0.01 } ] # ... ```","title":"Full example of Protections"}]} \ No newline at end of file diff --git a/en/2021.5/sitemap.xml b/en/2021.5/sitemap.xml new file mode 100644 index 000000000..5d8351ff3 --- /dev/null +++ b/en/2021.5/sitemap.xml @@ -0,0 +1,173 @@ + + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + + None + 2024-08-20 + daily + + \ No newline at end of file diff --git a/en/2021.5/sitemap.xml.gz b/en/2021.5/sitemap.xml.gz new file mode 100644 index 0000000000000000000000000000000000000000..9aaa037bdb4c2dd5e6b2265d35a9cccc392ae2f5 GIT binary patch literal 216 zcmb2|=HQrd^GF)g|KiM&)ZD}Zy^7o%hPP*Z`I-y_SRd?Nu5kDA$|J0^g39z_Uov{E zbYRjgTlM1YQ~fq;i_I^;d|f*K%>7vDy*t>YY=-;xqKhfm9G_!5zYdCPF&HGO8=E`^V!6;mtQ?vGtnUT zb~}^vbFZl#PXxM6{EkFKZua%P-n#b8-P!G0-OK)Z+)(M}u%A?Lh*NzI3h_U=#_j^k OSJua>8>-m_85jUSUui%9 literal 0 HcmV?d00001 diff --git a/en/2021.5/sql_cheatsheet/index.html b/en/2021.5/sql_cheatsheet/index.html new file mode 100644 index 000000000..7ff1ddf1c --- /dev/null +++ b/en/2021.5/sql_cheatsheet/index.html @@ -0,0 +1,1240 @@ + + + + + + + + + + + + + + + + + SQL Cheat-sheet - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    SQL Helper

    +

    This page contains some help if you want to edit your sqlite db.

    +

    Install sqlite3

    +

    Sqlite3 is a terminal based sqlite application. +Feel free to use a visual Database editor like SqliteBrowser if you feel more comfortable with that.

    +

    Ubuntu/Debian installation

    +

    bash +sudo apt-get install sqlite3

    +

    Using sqlite3 via docker-compose

    +

    The freqtrade docker image does contain sqlite3, so you can edit the database without having to install anything on the host system.

    +

    bash +docker-compose exec freqtrade /bin/bash +sqlite3 <database-file>.sqlite

    +

    Open the DB

    +

    bash +sqlite3 +.open <filepath>

    +

    Table structure

    +

    List tables

    +

    bash +.tables

    +

    Display table structure

    +

    bash +.schema <table_name>

    +

    Get all trades in the table

    +

    sql +SELECT * FROM trades;

    +

    Fix trade still open after a manual sell on the exchange

    +
    +

    Warning

    +

    Manually selling a pair on the exchange will not be detected by the bot and it will try to sell anyway. Whenever possible, forcesell should be used to accomplish the same thing.
    +It is strongly advised to backup your database file before making any manual changes.

    +
    +
    +

    Note

    +

    This should not be necessary after /forcesell, as forcesell orders are closed automatically by the bot on the next iteration.

    +
    +

    sql +UPDATE trades +SET is_open=0, + close_date=<close_date>, + close_rate=<close_rate>, + close_profit = close_rate / open_rate - 1, + close_profit_abs = (amount * <close_rate> * (1 - fee_close) - (amount * (open_rate * (1 - fee_open)))), + sell_reason=<sell_reason> +WHERE id=<trade_ID_to_update>;

    +

    Example

    +

    sql +UPDATE trades +SET is_open=0, + close_date='2020-06-20 03:08:45.103418', + close_rate=0.19638016, + close_profit=0.0496, + close_profit_abs = (amount * 0.19638016 * (1 - fee_close) - (amount * (open_rate * (1 - fee_open)))), + sell_reason='force_sell' +WHERE id=31;

    +

    Remove trade from the database

    +
    +

    Use RPC Methods to delete trades

    +

    Consider using /delete <tradeid> via telegram or rest API. That's the recommended way to deleting trades.

    +
    +

    If you'd still like to remove a trade from the database directly, you can use the below query.

    +

    sql +DELETE FROM trades WHERE id = <tradeid>;

    +

    sql +DELETE FROM trades WHERE id = 31;

    +
    +

    Warning

    +

    This will remove this trade from the database. Please make sure you got the correct id and NEVER run this query without the where clause.

    +
    +

    Use a different database system

    +
    +

    Warning

    +

    By using one of the below database systems, you acknowledge that you know how to manage such a system. Freqtrade will not provide any support with setup or maintenance (or backups) of the below database systems.

    +
    +

    PostgreSQL

    +

    Freqtrade supports PostgreSQL by using SQLAlchemy, which supports multiple different database systems.

    +

    Installation: +pip install psycopg2

    +

    Usage: +... --db-url postgresql+psycopg2://<username>:<password>@localhost:5432/<database>

    +

    Freqtrade will automatically create the tables necessary upon startup.

    +

    If you're running different instances of Freqtrade, you must either setup one database per Instance or use different users / schemas for your connections.

    +

    MariaDB / MySQL

    +

    Freqtrade supports MariaDB by using SQLAlchemy, which supports multiple different database systems.

    +

    Installation: +pip install pymysql

    +

    Usage: +... --db-url mysql+pymysql://<username>:<password>@localhost:3306/<database>

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/stoploss/index.html b/en/2021.5/stoploss/index.html new file mode 100644 index 000000000..5f3222ad5 --- /dev/null +++ b/en/2021.5/stoploss/index.html @@ -0,0 +1,1277 @@ + + + + + + + + + + + + + + + + + Stoploss - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Stop Loss

    +

    The stoploss configuration parameter is loss as ratio that should trigger a sale. +For example, value -0.10 will cause immediate sell if the profit dips below -10% for a given trade. This parameter is optional.

    +

    Most of the strategy files already include the optimal stoploss value.

    +
    +

    Info

    +

    All stoploss properties mentioned in this file can be set in the Strategy, or in the configuration.
    +Configuration values will override the strategy values.

    +
    +

    Stop Loss On-Exchange/Freqtrade

    +

    Those stoploss modes can be on exchange or off exchange.

    +

    These modes can be configured with these values:

    +

    python + 'emergencysell': 'market', + 'stoploss_on_exchange': False + 'stoploss_on_exchange_interval': 60, + 'stoploss_on_exchange_limit_ratio': 0.99

    +
    +

    Note

    +

    Stoploss on exchange is only supported for Binance (stop-loss-limit), Kraken (stop-loss-market, stop-loss-limit) and FTX (stop limit and stop-market) as of now.
    +Do not set too low/tight stoploss value if using stop loss on exchange!
    +If set to low/tight then you have greater risk of missing fill on the order and stoploss will not work.

    +
    +

    stoploss_on_exchange and stoploss_on_exchange_limit_ratio

    +

    Enable or Disable stop loss on exchange. +If the stoploss is on exchange it means a stoploss limit order is placed on the exchange immediately after buy order happens successfully. This will protect you against sudden crashes in market as the order will be in the queue immediately and if market goes down then the order has more chance of being fulfilled.

    +

    If stoploss_on_exchange uses limit orders, the exchange needs 2 prices, the stoploss_price and the Limit price.
    +stoploss defines the stop-price where the limit order is placed - and limit should be slightly below this.
    +If an exchange supports both limit and market stoploss orders, then the value of stoploss will be used to determine the stoploss type.

    +

    Calculation example: we bought the asset at 100$.
    +Stop-price is 95$, then limit would be 95 * 0.99 = 94.05$ - so the limit order fill can happen between 95$ and 94.05$.

    +

    For example, assuming the stoploss is on exchange, and trailing stoploss is enabled, and the market is going up, then the bot automatically cancels the previous stoploss order and puts a new one with a stop value higher than the previous stoploss order.

    +
    +

    Note

    +

    If stoploss_on_exchange is enabled and the stoploss is cancelled manually on the exchange, then the bot will create a new stoploss order.

    +
    +

    stoploss_on_exchange_interval

    +

    In case of stoploss on exchange there is another parameter called stoploss_on_exchange_interval. This configures the interval in seconds at which the bot will check the stoploss and update it if necessary.
    +The bot cannot do these every 5 seconds (at each iteration), otherwise it would get banned by the exchange. +So this parameter will tell the bot how often it should update the stoploss order. The default value is 60 (1 minute). +This same logic will reapply a stoploss order on the exchange should you cancel it accidentally.

    +

    forcesell

    +

    forcesell is an optional value, which defaults to the same value as sell and is used when sending a /forcesell command from Telegram or from the Rest API.

    +

    forcebuy

    +

    forcebuy is an optional value, which defaults to the same value as buy and is used when sending a /forcebuy command from Telegram or from the Rest API.

    +

    emergencysell

    +

    emergencysell is an optional value, which defaults to market and is used when creating stop loss on exchange orders fails. +The below is the default which is used if not changed in strategy or configuration file.

    +

    Example from strategy file:

    +

    python +order_types = { + 'buy': 'limit', + 'sell': 'limit', + 'emergencysell': 'market', + 'stoploss': 'market', + 'stoploss_on_exchange': True, + 'stoploss_on_exchange_interval': 60, + 'stoploss_on_exchange_limit_ratio': 0.99 +}

    +

    Stop Loss Types

    +

    At this stage the bot contains the following stoploss support modes:

    +
      +
    1. Static stop loss.
    2. +
    3. Trailing stop loss.
    4. +
    5. Trailing stop loss, custom positive loss.
    6. +
    7. Trailing stop loss only once the trade has reached a certain offset.
    8. +
    9. Custom stoploss function
    10. +
    +

    Static Stop Loss

    +

    This is very simple, you define a stop loss of x (as a ratio of price, i.e. x * 100% of price). This will try to sell the asset once the loss exceeds the defined loss.

    +

    Example of stop loss:

    +

    python + stoploss = -0.10

    +

    For example, simplified math:

    +
      +
    • the bot buys an asset at a price of 100$
    • +
    • the stop loss is defined at -10%
    • +
    • the stop loss would get triggered once the asset drops below 90$
    • +
    +

    Trailing Stop Loss

    +

    The initial value for this is stoploss, just as you would define your static Stop loss. +To enable trailing stoploss:

    +

    python + stoploss = -0.10 + trailing_stop = True

    +

    This will now activate an algorithm, which automatically moves the stop loss up every time the price of your asset increases.

    +

    For example, simplified math:

    +
      +
    • the bot buys an asset at a price of 100$
    • +
    • the stop loss is defined at -10%
    • +
    • the stop loss would get triggered once the asset drops below 90$
    • +
    • assuming the asset now increases to 102$
    • +
    • the stop loss will now be -10% of 102$ = 91.8$
    • +
    • now the asset drops in value to 101$, the stop loss will still be 91.8$ and would trigger at 91.8$.
    • +
    +

    In summary: The stoploss will be adjusted to be always be -10% of the highest observed price.

    +

    Trailing stop loss, custom positive loss

    +

    It is also possible to have a default stop loss, when you are in the red with your buy (buy - fee), but once you hit positive result the system will utilize a new stop loss, which can have a different value. +For example, your default stop loss is -10%, but once you have more than 0% profit (example 0.1%) a different trailing stoploss will be used.

    +
    +

    Note

    +

    If you want the stoploss to only be changed when you break even of making a profit (what most users want) please refer to next section with offset enabled.

    +
    +

    Both values require trailing_stop to be set to true and trailing_stop_positive with a value.

    +

    python + stoploss = -0.10 + trailing_stop = True + trailing_stop_positive = 0.02

    +

    For example, simplified math:

    +
      +
    • the bot buys an asset at a price of 100$
    • +
    • the stop loss is defined at -10%
    • +
    • the stop loss would get triggered once the asset drops below 90$
    • +
    • assuming the asset now increases to 102$
    • +
    • the stop loss will now be -2% of 102$ = 99.96$ (99.96$ stop loss will be locked in and will follow asset price increments with -2%)
    • +
    • now the asset drops in value to 101$, the stop loss will still be 99.96$ and would trigger at 99.96$
    • +
    +

    The 0.02 would translate to a -2% stop loss. +Before this, stoploss is used for the trailing stoploss.

    +

    Trailing stop loss only once the trade has reached a certain offset

    +

    It is also possible to use a static stoploss until the offset is reached, and then trail the trade to take profits once the market turns.

    +

    If "trailing_only_offset_is_reached": true then the trailing stoploss is only activated once the offset is reached. Until then, the stoploss remains at the configured stoploss. +This option can be used with or without trailing_stop_positive, but uses trailing_stop_positive_offset as offset.

    +

    python + trailing_stop_positive_offset = 0.011 + trailing_only_offset_is_reached = True

    +

    Configuration (offset is buy-price + 3%):

    +

    python + stoploss = -0.10 + trailing_stop = True + trailing_stop_positive = 0.02 + trailing_stop_positive_offset = 0.03 + trailing_only_offset_is_reached = True

    +

    For example, simplified math:

    +
      +
    • the bot buys an asset at a price of 100$
    • +
    • the stop loss is defined at -10%
    • +
    • the stop loss would get triggered once the asset drops below 90$
    • +
    • stoploss will remain at 90$ unless asset increases to or above our configured offset
    • +
    • assuming the asset now increases to 103$ (where we have the offset configured)
    • +
    • the stop loss will now be -2% of 103$ = 100.94$
    • +
    • now the asset drops in value to 101$, the stop loss will still be 100.94$ and would trigger at 100.94$
    • +
    +
    +

    Tip

    +

    Make sure to have this value (trailing_stop_positive_offset) lower than minimal ROI, otherwise minimal ROI will apply first and sell the trade.

    +
    +

    Changing stoploss on open trades

    +

    A stoploss on an open trade can be changed by changing the value in the configuration or strategy and use the /reload_config command (alternatively, completely stopping and restarting the bot also works).

    +

    The new stoploss value will be applied to open trades (and corresponding log-messages will be generated).

    +

    Limitations

    +

    Stoploss values cannot be changed if trailing_stop is enabled and the stoploss has already been adjusted, or if Edge is enabled (since Edge would recalculate stoploss based on the current market situation).

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/strategy-advanced/index.html b/en/2021.5/strategy-advanced/index.html new file mode 100644 index 000000000..a79cd8722 --- /dev/null +++ b/en/2021.5/strategy-advanced/index.html @@ -0,0 +1,1474 @@ + + + + + + + + + + + + + + + + + Advanced Strategy - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Advanced Strategies

    +

    This page explains some advanced concepts available for strategies. +If you're just getting started, please be familiar with the methods described in the Strategy Customization documentation and with the Freqtrade basics first.

    +

    Freqtrade basics describes in which sequence each method described below is called, which can be helpful to understand which method to use for your custom needs.

    +
    +

    Note

    +

    All callback methods described below should only be implemented in a strategy if they are actually used.

    +
    +
    +

    Tip

    +

    You can get a strategy template containing all below methods by running freqtrade new-strategy --strategy MyAwesomeStrategy --template advanced

    +
    +

    Storing information

    +

    Storing information can be accomplished by creating a new dictionary within the strategy class.

    +

    The name of the variable can be chosen at will, but should be prefixed with cust_ to avoid naming collisions with predefined strategy variables.

    +

    ```python +class AwesomeStrategy(IStrategy): + # Create custom dictionary + custom_info = {}

    +
    def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    # Check if the entry already exists
    +    if not metadata["pair"] in self.custom_info:
    +        # Create empty entry for this pair
    +        self.custom_info[metadata["pair"]] = {}
    +
    +    if "crosstime" in self.custom_info[metadata["pair"]]:
    +        self.custom_info[metadata["pair"]]["crosstime"] += 1
    +    else:
    +        self.custom_info[metadata["pair"]]["crosstime"] = 1
    +
    + +

    ```

    +
    +

    Warning

    +

    The data is not persisted after a bot-restart (or config-reload). Also, the amount of data should be kept smallish (no DataFrames and such), otherwise the bot will start to consume a lot of memory and eventually run out of memory and crash.

    +
    +
    +

    Note

    +

    If the data is pair-specific, make sure to use pair as one of the keys in the dictionary.

    +
    +

    Dataframe access

    +

    You may access dataframe in various strategy functions by querying it from dataprovider.

    +

    ``` python +from freqtrade.exchange import timeframe_to_prev_date

    +

    class AwesomeStrategy(IStrategy): + def confirm_trade_exit(self, pair: str, trade: 'Trade', order_type: str, amount: float, + rate: float, time_in_force: str, sell_reason: str, + current_time: 'datetime', **kwargs) -> bool: + # Obtain pair dataframe. + dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe)

    +
        # Obtain last available candle. Do not use current_time to look up latest candle, because 
    +    # current_time points to curret incomplete candle whose data is not available.
    +    last_candle = dataframe.iloc[-1].squeeze()
    +    # <...>
    +
    +    # In dry/live runs trade open date will not match candle open date therefore it must be 
    +    # rounded.
    +    trade_date = timeframe_to_prev_date(self.timeframe, trade.open_date_utc)
    +    # Look up trade candle.
    +    trade_candle = dataframe.loc[dataframe['date'] == trade_date]
    +    # trade_candle may be empty for trades that just opened as it is still incomplete.
    +    if not trade_candle.empty:
    +        trade_candle = trade_candle.squeeze()
    +        # <...>
    +
    + +

    ```

    +
    +

    Using .iloc[-1]

    +

    You can use .iloc[-1] here because get_analyzed_dataframe() only returns candles that backtesting is allowed to see. +This will not work in populate_* methods, so make sure to not use .iloc[] in that area. +Also, this will only work starting with version 2021.5.

    +
    +
    +

    Custom sell signal

    +

    It is possible to define custom sell signals, indicating that specified position should be sold. This is very useful when we need to customize sell conditions for each individual trade, or if you need the trade profit to take the sell decision.

    +

    For example you could implement a 1:2 risk-reward ROI with custom_sell().

    +

    Using custom_sell() signals in place of stoplosses though is not recommended. It is a inferior method to using custom_stoploss() in this regard - which also allows you to keep the stoploss on exchange.

    +
    +

    Note

    +

    Returning a string or True from this method is equal to setting sell signal on a candle at specified time. This method is not called when sell signal is set already, or if sell signals are disabled (use_sell_signal=False or sell_profit_only=True while profit is below sell_profit_offset). string max length is 64 characters. Exceeding this limit will cause the message to be truncated to 64 characters.

    +
    +

    An example of how we can use different indicators depending on the current profit and also sell trades that were open longer than one day:

    +

    ``` python +class AwesomeStrategy(IStrategy): + def custom_sell(self, pair: str, trade: 'Trade', current_time: 'datetime', current_rate: float, + current_profit: float, **kwargs): + dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe) + last_candle = dataframe.iloc[-1].squeeze()

    +
        # Above 20% profit, sell when rsi < 80
    +    if current_profit > 0.2:
    +        if last_candle['rsi'] < 80:
    +            return 'rsi_below_80'
    +
    +    # Between 2% and 10%, sell if EMA-long above EMA-short
    +    if 0.02 < current_profit < 0.1:
    +        if last_candle['emalong'] > last_candle['emashort']:
    +            return 'ema_long_below_80'
    +
    +    # Sell any positions at a loss if they are held for more than one day.
    +    if current_profit < 0.0 and (current_time - trade.open_date_utc).days >= 1:
    +        return 'unclog'
    +
    + +

    ```

    +

    See Dataframe access for more information about dataframe use in strategy callbacks.

    +

    Custom stoploss

    +

    The stoploss price can only ever move upwards - if the stoploss value returned from custom_stoploss would result in a lower stoploss price than was previously set, it will be ignored. The traditional stoploss value serves as an absolute lower level and will be instated as the initial stoploss.

    +

    The usage of the custom stoploss method must be enabled by setting use_custom_stoploss=True on the strategy object. +The method must return a stoploss value (float / number) as a percentage of the current price. +E.g. If the current_rate is 200 USD, then returning 0.02 will set the stoploss price 2% lower, at 196 USD.

    +

    The absolute value of the return value is used (the sign is ignored), so returning 0.05 or -0.05 have the same result, a stoploss 5% below the current price.

    +

    To simulate a regular trailing stoploss of 4% (trailing 4% behind the maximum reached price) you would use the following very simple method:

    +

    ``` python

    +

    additional imports required

    +

    from datetime import datetime +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +    """
    +    Custom stoploss logic, returning the new distance relative to current_rate (as ratio).
    +    e.g. returning -0.05 would create a stoploss 5% below current_rate.
    +    The custom stoploss can never be below self.stoploss, which serves as a hard maximum loss.
    +
    +    For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/
    +
    +    When not implemented by a strategy, returns the initial stoploss value
    +    Only called when use_custom_stoploss is set to True.
    +
    +    :param pair: Pair that's currently analyzed
    +    :param trade: trade object.
    +    :param current_time: datetime object, containing the current datetime
    +    :param current_rate: Rate, calculated based on pricing settings in ask_strategy.
    +    :param current_profit: Current profit (as ratio), calculated based on current_rate.
    +    :param **kwargs: Ensure to keep this here so updates to this won't break your strategy.
    +    :return float: New stoploss value, relative to the current rate
    +    """
    +    return -0.04
    +
    + +

    ```

    +

    Stoploss on exchange works similar to trailing_stop, and the stoploss on exchange is updated as configured in stoploss_on_exchange_interval (More details about stoploss on exchange).

    +
    +

    Use of dates

    +

    All time-based calculations should be done based on current_time - using datetime.now() or datetime.utcnow() is discouraged, as this will break backtesting support.

    +
    +
    +

    Trailing stoploss

    +

    It's recommended to disable trailing_stop when using custom stoploss values. Both can work in tandem, but you might encounter the trailing stop to move the price higher while your custom function would not want this, causing conflicting behavior.

    +
    +

    Custom stoploss examples

    +

    The next section will show some examples on what's possible with the custom stoploss function. +Of course, many more things are possible, and all examples can be combined at will.

    +

    Time based trailing stop

    +

    Use the initial stoploss for the first 60 minutes, after this change to 10% trailing stoploss, and after 2 hours (120 minutes) we use a 5% trailing stoploss.

    +

    ``` python +from datetime import datetime, timedelta +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +
    +    # Make sure you have the longest interval first - these conditions are evaluated from top to bottom.
    +    if current_time - timedelta(minutes=120) > trade.open_date_utc:
    +        return -0.05
    +    elif current_time - timedelta(minutes=60) > trade.open_date_utc:
    +        return -0.10
    +    return 1
    +
    + +

    ```

    +

    Different stoploss per pair

    +

    Use a different stoploss depending on the pair. +In this example, we'll trail the highest price with 10% trailing stoploss for ETH/BTC and XRP/BTC, with 5% trailing stoploss for LTC/BTC and with 15% for all other pairs.

    +

    ``` python +from datetime import datetime +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +
    +    if pair in ('ETH/BTC', 'XRP/BTC'):
    +        return -0.10
    +    elif pair in ('LTC/BTC'):
    +        return -0.05
    +    return -0.15
    +
    + +

    ```

    +

    Trailing stoploss with positive offset

    +

    Use the initial stoploss until the profit is above 4%, then use a trailing stoploss of 50% of the current profit with a minimum of 2.5% and a maximum of 5%.

    +

    Please note that the stoploss can only increase, values lower than the current stoploss are ignored.

    +

    ``` python +from datetime import datetime, timedelta +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +
    +    if current_profit < 0.04:
    +        return -1 # return a value bigger than the inital stoploss to keep using the inital stoploss
    +
    +    # After reaching the desired offset, allow the stoploss to trail by half the profit
    +    desired_stoploss = current_profit / 2
    +
    +    # Use a minimum of 2.5% and a maximum of 5%
    +    return max(min(desired_stoploss, 0.05), 0.025)
    +
    + +

    ```

    +

    Calculating stoploss relative to open price

    +

    Stoploss values returned from custom_stoploss() always specify a percentage relative to current_rate. In order to set a stoploss relative to the open price, we need to use current_profit to calculate what percentage relative to the current_rate will give you the same result as if the percentage was specified from the open price.

    +

    The helper function stoploss_from_open() can be used to convert from an open price relative stop, to a current price relative stop which can be returned from custom_stoploss().

    +

    Stepped stoploss

    +

    Instead of continuously trailing behind the current price, this example sets fixed stoploss price levels based on the current profit.

    +
      +
    • Use the regular stoploss until 20% profit is reached
    • +
    • Once profit is > 20% - set stoploss to 7% above open price.
    • +
    • Once profit is > 25% - set stoploss to 15% above open price.
    • +
    • Once profit is > 40% - set stoploss to 25% above open price.
    • +
    +

    ``` python +from datetime import datetime +from freqtrade.persistence import Trade +from freqtrade.strategy import stoploss_from_open

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +
    +    # evaluate highest to lowest, so that highest possible stop is used
    +    if current_profit > 0.40:
    +        return stoploss_from_open(0.25, current_profit)
    +    elif current_profit > 0.25:
    +        return stoploss_from_open(0.15, current_profit)
    +    elif current_profit > 0.20:
    +        return stoploss_from_open(0.07, current_profit)
    +
    +    # return maximum stoploss value, keeping current stoploss price unchanged
    +    return 1
    +
    + +

    ```

    +

    Custom stoploss using an indicator from dataframe example

    +

    Absolute stoploss value may be derived from indicators stored in dataframe. Example uses parabolic SAR below the price as stoploss.

    +

    ``` python +class AwesomeStrategy(IStrategy):

    +
    def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    # <...>
    +    dataframe['sar'] = ta.SAR(dataframe)
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +
    +    dataframe, _ = self.dp.get_analyzed_dataframe(pair, self.timeframe)
    +    last_candle = dataframe.iloc[-1].squeeze()
    +
    +    # Use parabolic sar as absolute stoploss price
    +    stoploss_price = last_candle['sar']
    +
    +    # Convert absolute price to percentage relative to current_rate
    +    if stoploss_price < current_rate:
    +        return (stoploss_price / current_rate) - 1
    +
    +    # return maximum stoploss value, keeping current stoploss price unchanged
    +    return 1
    +
    + +

    ```

    +

    See Dataframe access for more information about dataframe use in strategy callbacks.

    +
    +

    Custom order timeout rules

    +

    Simple, time-based order-timeouts can be configured either via strategy or in the configuration in the unfilledtimeout section.

    +

    However, freqtrade also offers a custom callback for both order types, which allows you to decide based on custom criteria if an order did time out or not.

    +
    +

    Note

    +

    Unfilled order timeouts are not relevant during backtesting or hyperopt, and are only relevant during real (live) trading. Therefore these methods are only called in these circumstances.

    +
    +

    Custom order timeout example

    +

    A simple example, which applies different unfilled-timeouts depending on the price of the asset can be seen below. +It applies a tight timeout for higher priced assets, while allowing more time to fill on cheap coins.

    +

    The function must return either True (cancel order) or False (keep order alive).

    +

    ``` python +from datetime import datetime, timedelta, timezone +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +# Set unfilledtimeout to 25 hours, since our maximum timeout from below is 24 hours.
    +unfilledtimeout = {
    +    'buy': 60 * 25,
    +    'sell': 60 * 25
    +}
    +
    +def check_buy_timeout(self, pair: str, trade: 'Trade', order: dict, **kwargs) -> bool:
    +    if trade.open_rate > 100 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=5):
    +        return True
    +    elif trade.open_rate > 10 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=3):
    +        return True
    +    elif trade.open_rate < 1 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(hours=24):
    +       return True
    +    return False
    +
    +
    +def check_sell_timeout(self, pair: str, trade: 'Trade', order: dict, **kwargs) -> bool:
    +    if trade.open_rate > 100 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=5):
    +        return True
    +    elif trade.open_rate > 10 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(minutes=3):
    +        return True
    +    elif trade.open_rate < 1 and trade.open_date_utc < datetime.now(timezone.utc) - timedelta(hours=24):
    +       return True
    +    return False
    +
    + +

    ```

    +
    +

    Note

    +

    For the above example, unfilledtimeout must be set to something bigger than 24h, otherwise that type of timeout will apply first.

    +
    +

    Custom order timeout example (using additional data)

    +

    ``` python +from datetime import datetime +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +# Set unfilledtimeout to 25 hours, since our maximum timeout from below is 24 hours.
    +unfilledtimeout = {
    +    'buy': 60 * 25,
    +    'sell': 60 * 25
    +}
    +
    +def check_buy_timeout(self, pair: str, trade: Trade, order: dict, **kwargs) -> bool:
    +    ob = self.dp.orderbook(pair, 1)
    +    current_price = ob['bids'][0][0]
    +    # Cancel buy order if price is more than 2% above the order.
    +    if current_price > order['price'] * 1.02:
    +        return True
    +    return False
    +
    +
    +def check_sell_timeout(self, pair: str, trade: Trade, order: dict, **kwargs) -> bool:
    +    ob = self.dp.orderbook(pair, 1)
    +    current_price = ob['asks'][0][0]
    +    # Cancel sell order if price is more than 2% below the order.
    +    if current_price < order['price'] * 0.98:
    +        return True
    +    return False
    +
    + +

    ```

    +
    +

    Bot loop start callback

    +

    A simple callback which is called once at the start of every bot throttling iteration. +This can be used to perform calculations which are pair independent (apply to all pairs), loading of external data, etc.

    +

    ``` python +import requests

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +def bot_loop_start(self, **kwargs) -> None:
    +    """
    +    Called at the start of the bot iteration (one loop).
    +    Might be used to perform pair-independent tasks
    +    (e.g. gather some remote resource for comparison)
    +    :param **kwargs: Ensure to keep this here so updates to this won't break your strategy.
    +    """
    +    if self.config['runmode'].value in ('live', 'dry_run'):
    +        # Assign this to the class by using self.*
    +        # can then be used by populate_* methods
    +        self.remote_data = requests.get('https://some_remote_source.example.com')
    +
    + +

    ```

    +

    Bot order confirmation

    +

    Trade entry (buy order) confirmation

    +

    confirm_trade_entry() can be used to abort a trade entry at the latest second (maybe because the price is not what we expect).

    +

    ``` python +class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +def confirm_trade_entry(self, pair: str, order_type: str, amount: float, rate: float,
    +                        time_in_force: str, **kwargs) -> bool:
    +    """
    +    Called right before placing a buy order.
    +    Timing for this function is critical, so avoid doing heavy computations or
    +    network requests in this method.
    +
    +    For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/
    +
    +    When not implemented by a strategy, returns True (always confirming).
    +
    +    :param pair: Pair that's about to be bought.
    +    :param order_type: Order type (as configured in order_types). usually limit or market.
    +    :param amount: Amount in target (quote) currency that's going to be traded.
    +    :param rate: Rate that's going to be used when using limit orders
    +    :param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled).
    +    :param **kwargs: Ensure to keep this here so updates to this won't break your strategy.
    +    :return bool: When True is returned, then the buy-order is placed on the exchange.
    +        False aborts the process
    +    """
    +    return True
    +
    + +

    ```

    +

    Trade exit (sell order) confirmation

    +

    confirm_trade_exit() can be used to abort a trade exit (sell) at the latest second (maybe because the price is not what we expect).

    +

    ``` python +from freqtrade.persistence import Trade

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +def confirm_trade_exit(self, pair: str, trade: Trade, order_type: str, amount: float,
    +                       rate: float, time_in_force: str, sell_reason: str, **kwargs) -> bool:
    +    """
    +    Called right before placing a regular sell order.
    +    Timing for this function is critical, so avoid doing heavy computations or
    +    network requests in this method.
    +
    +    For full documentation please go to https://www.freqtrade.io/en/latest/strategy-advanced/
    +
    +    When not implemented by a strategy, returns True (always confirming).
    +
    +    :param pair: Pair that's about to be sold.
    +    :param order_type: Order type (as configured in order_types). usually limit or market.
    +    :param amount: Amount in quote currency.
    +    :param rate: Rate that's going to be used when using limit orders
    +    :param time_in_force: Time in force. Defaults to GTC (Good-til-cancelled).
    +    :param sell_reason: Sell reason.
    +        Can be any of ['roi', 'stop_loss', 'stoploss_on_exchange', 'trailing_stop_loss',
    +                       'sell_signal', 'force_sell', 'emergency_sell']
    +    :param **kwargs: Ensure to keep this here so updates to this won't break your strategy.
    +    :return bool: When True is returned, then the sell-order is placed on the exchange.
    +        False aborts the process
    +    """
    +    if sell_reason == 'force_sell' and trade.calc_profit_ratio(rate) < 0:
    +        # Reject force-sells with negative profit
    +        # This is just a sample, please adjust to your needs
    +        # (this does not necessarily make sense, assuming you know when you're force-selling)
    +        return False
    +    return True
    +
    + +

    ```

    +
    +

    Derived strategies

    +

    The strategies can be derived from other strategies. This avoids duplication of your custom strategy code. You can use this technique to override small parts of your main strategy, leaving the rest untouched:

    +

    ``` python +class MyAwesomeStrategy(IStrategy): + ... + stoploss = 0.13 + trailing_stop = False + # All other attributes and methods are here as they + # should be in any custom strategy... + ...

    +

    class MyAwesomeStrategy2(MyAwesomeStrategy): + # Override something + stoploss = 0.08 + trailing_stop = True +```

    +

    Both attributes and methods may be overridden, altering behavior of the original strategy in a way you need.

    +
    +

    Parent-strategy in different files

    +

    If you have the parent-strategy in a different file, you'll need to add the following to the top of your "child"-file to ensure proper loading, otherwise freqtrade may not be able to load the parent strategy correctly.

    +

    ``` python +import sys +from pathlib import Path +sys.path.append(str(Path(file).parent))

    +

    from myawesomestrategy import MyAwesomeStrategy +```

    +
    +

    Embedding Strategies

    +

    Freqtrade provides you with an easy way to embed the strategy into your configuration file. +This is done by utilizing BASE64 encoding and providing this string at the strategy configuration field, +in your chosen config file.

    +

    Encoding a string as BASE64

    +

    This is a quick example, how to generate the BASE64 string in python

    +

    ```python +from base64 import urlsafe_b64encode

    +

    with open(file, 'r') as f: + content = f.read() +content = urlsafe_b64encode(content.encode('utf-8')) +```

    +

    The variable 'content', will contain the strategy file in a BASE64 encoded form. Which can now be set in your configurations file as following

    +

    json +"strategy": "NameOfStrategy:BASE64String"

    +

    Please ensure that 'NameOfStrategy' is identical to the strategy name!

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/strategy-customization/index.html b/en/2021.5/strategy-customization/index.html new file mode 100644 index 000000000..ff220050e --- /dev/null +++ b/en/2021.5/strategy-customization/index.html @@ -0,0 +1,1878 @@ + + + + + + + + + + + + + + + + + Strategy Customization - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Strategy Customization

    +

    This page explains how to customize your strategies, add new indicators and set up trading rules.

    +

    Please familiarize yourself with Freqtrade basics first, which provides overall info on how the bot operates.

    +

    Install a custom strategy file

    +

    This is very simple. Copy paste your strategy file into the directory user_data/strategies.

    +

    Let assume you have a class called AwesomeStrategy in the file AwesomeStrategy.py:

    +
      +
    1. Move your file into user_data/strategies (you should have user_data/strategies/AwesomeStrategy.py
    2. +
    3. Start the bot with the param --strategy AwesomeStrategy (the parameter is the class name)
    4. +
    +

    bash +freqtrade trade --strategy AwesomeStrategy

    +

    Develop your own strategy

    +

    The bot includes a default strategy file. +Also, several other strategies are available in the strategy repository.

    +

    You will however most likely have your own idea for a strategy. +This document intends to help you develop one for yourself.

    +

    To get started, use freqtrade new-strategy --strategy AwesomeStrategy. +This will create a new strategy file from a template, which will be located under user_data/strategies/AwesomeStrategy.py.

    +
    +

    Note

    +

    This is just a template file, which will most likely not be profitable out of the box.

    +
    +

    Anatomy of a strategy

    +

    A strategy file contains all the information needed to build a good strategy:

    +
      +
    • Indicators
    • +
    • Buy strategy rules
    • +
    • Sell strategy rules
    • +
    • Minimal ROI recommended
    • +
    • Stoploss strongly recommended
    • +
    +

    The bot also include a sample strategy called SampleStrategy you can update: user_data/strategies/sample_strategy.py. +You can test it with the parameter: --strategy SampleStrategy

    +

    Additionally, there is an attribute called INTERFACE_VERSION, which defines the version of the strategy interface the bot should use. +The current version is 2 - which is also the default when it's not set explicitly in the strategy.

    +

    Future versions will require this to be set.

    +

    bash +freqtrade trade --strategy AwesomeStrategy

    +

    For the following section we will use the user_data/strategies/sample_strategy.py +file as reference.

    +
    +

    Strategies and Backtesting

    +

    To avoid problems and unexpected differences between Backtesting and dry/live modes, please be aware +that during backtesting the full time range is passed to the populate_*() methods at once. +It is therefore best to use vectorized operations (across the whole dataframe, not loops) and +avoid index referencing (df.iloc[-1]), but instead use df.shift() to get to the previous candle.

    +
    +
    +

    Warning: Using future data

    +

    Since backtesting passes the full time range to the populate_*() methods, the strategy author +needs to take care to avoid having the strategy utilize data from the future. +Some common patterns for this are listed in the Common Mistakes section of this document.

    +
    +

    Customize Indicators

    +

    Buy and sell strategies need indicators. You can add more indicators by extending the list contained in the method populate_indicators() from your strategy file.

    +

    You should only add the indicators used in either populate_buy_trend(), populate_sell_trend(), or to populate another indicator, otherwise performance may suffer.

    +

    It's important to always return the dataframe without removing/modifying the columns "open", "high", "low", "close", "volume", otherwise these fields would contain something unexpected.

    +

    Sample:

    +

    ```python +def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: + """ + Adds several different TA indicators to the given DataFrame

    +
    Performance Note: For the best performance be frugal on the number of indicators
    +you are using. Let uncomment only the indicator you are using in your strategies
    +or your hyperopt configuration, otherwise you will waste your memory and CPU usage.
    +:param dataframe: Dataframe with data from the exchange
    +:param metadata: Additional information, like the currently traded pair
    +:return: a Dataframe with all mandatory indicators for the strategies
    +"""
    +dataframe['sar'] = ta.SAR(dataframe)
    +dataframe['adx'] = ta.ADX(dataframe)
    +stoch = ta.STOCHF(dataframe)
    +dataframe['fastd'] = stoch['fastd']
    +dataframe['fastk'] = stoch['fastk']
    +dataframe['blower'] = ta.BBANDS(dataframe, nbdevup=2, nbdevdn=2)['lowerband']
    +dataframe['sma'] = ta.SMA(dataframe, timeperiod=40)
    +dataframe['tema'] = ta.TEMA(dataframe, timeperiod=9)
    +dataframe['mfi'] = ta.MFI(dataframe)
    +dataframe['rsi'] = ta.RSI(dataframe)
    +dataframe['ema5'] = ta.EMA(dataframe, timeperiod=5)
    +dataframe['ema10'] = ta.EMA(dataframe, timeperiod=10)
    +dataframe['ema50'] = ta.EMA(dataframe, timeperiod=50)
    +dataframe['ema100'] = ta.EMA(dataframe, timeperiod=100)
    +dataframe['ao'] = awesome_oscillator(dataframe)
    +macd = ta.MACD(dataframe)
    +dataframe['macd'] = macd['macd']
    +dataframe['macdsignal'] = macd['macdsignal']
    +dataframe['macdhist'] = macd['macdhist']
    +hilbert = ta.HT_SINE(dataframe)
    +dataframe['htsine'] = hilbert['sine']
    +dataframe['htleadsine'] = hilbert['leadsine']
    +dataframe['plus_dm'] = ta.PLUS_DM(dataframe)
    +dataframe['plus_di'] = ta.PLUS_DI(dataframe)
    +dataframe['minus_dm'] = ta.MINUS_DM(dataframe)
    +dataframe['minus_di'] = ta.MINUS_DI(dataframe)
    +return dataframe
    +
    + +

    ```

    +
    +

    Want more indicator examples?

    +

    Look into the user_data/strategies/sample_strategy.py. +Then uncomment indicators you need.

    +
    +

    Strategy startup period

    +

    Most indicators have an instable startup period, in which they are either not available, or the calculation is incorrect. This can lead to inconsistencies, since Freqtrade does not know how long this instable period should be. +To account for this, the strategy can be assigned the startup_candle_count attribute. +This should be set to the maximum number of candles that the strategy requires to calculate stable indicators.

    +

    In this example strategy, this should be set to 100 (startup_candle_count = 100), since the longest needed history is 100 candles.

    +

    python + dataframe['ema100'] = ta.EMA(dataframe, timeperiod=100)

    +

    By letting the bot know how much history is needed, backtest trades can start at the specified timerange during backtesting and hyperopt.

    +
    +

    Warning

    +

    startup_candle_count should be below ohlcv_candle_limit (which is 500 for most exchanges) - since only this amount of candles will be available during Dry-Run/Live Trade operations.

    +
    +

    Example

    +

    Let's try to backtest 1 month (January 2019) of 5m candles using an example strategy with EMA100, as above.

    +

    bash +freqtrade backtesting --timerange 20190101-20190201 --timeframe 5m

    +

    Assuming startup_candle_count is set to 100, backtesting knows it needs 100 candles to generate valid buy signals. It will load data from 20190101 - (100 * 5m) - which is ~2018-12-31 15:30:00. +If this data is available, indicators will be calculated with this extended timerange. The instable startup period (up to 2019-01-01 00:00:00) will then be removed before starting backtesting.

    +
    +

    Note

    +

    If data for the startup period is not available, then the timerange will be adjusted to account for this startup period - so Backtesting would start at 2019-01-01 08:30:00.

    +
    +

    Buy signal rules

    +

    Edit the method populate_buy_trend() in your strategy file to update your buy strategy.

    +

    It's important to always return the dataframe without removing/modifying the columns "open", "high", "low", "close", "volume", otherwise these fields would contain something unexpected.

    +

    This method will also define a new column, "buy", which needs to contain 1 for buys, and 0 for "no action".

    +

    Sample from user_data/strategies/sample_strategy.py:

    +

    ```python +def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: + """ + Based on TA indicators, populates the buy signal for the given dataframe + :param dataframe: DataFrame populated with indicators + :param metadata: Additional information, like the currently traded pair + :return: DataFrame with buy column + """ + dataframe.loc[ + ( + (qtpylib.crossed_above(dataframe['rsi'], 30)) & # Signal: RSI crosses above 30 + (dataframe['tema'] <= dataframe['bb_middleband']) & # Guard + (dataframe['tema'] > dataframe['tema'].shift(1)) & # Guard + (dataframe['volume'] > 0) # Make sure Volume is not 0 + ), + 'buy'] = 1

    +
    return dataframe
    +
    + +

    ```

    +
    +

    Note

    +

    Buying requires sellers to buy from - therefore volume needs to be > 0 (dataframe['volume'] > 0) to make sure that the bot does not buy/sell in no-activity periods.

    +
    +

    Sell signal rules

    +

    Edit the method populate_sell_trend() into your strategy file to update your sell strategy. +Please note that the sell-signal is only used if use_sell_signal is set to true in the configuration.

    +

    It's important to always return the dataframe without removing/modifying the columns "open", "high", "low", "close", "volume", otherwise these fields would contain something unexpected.

    +

    This method will also define a new column, "sell", which needs to contain 1 for sells, and 0 for "no action".

    +

    Sample from user_data/strategies/sample_strategy.py:

    +

    python +def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: + """ + Based on TA indicators, populates the sell signal for the given dataframe + :param dataframe: DataFrame populated with indicators + :param metadata: Additional information, like the currently traded pair + :return: DataFrame with buy column + """ + dataframe.loc[ + ( + (qtpylib.crossed_above(dataframe['rsi'], 70)) & # Signal: RSI crosses above 70 + (dataframe['tema'] > dataframe['bb_middleband']) & # Guard + (dataframe['tema'] < dataframe['tema'].shift(1)) & # Guard + (dataframe['volume'] > 0) # Make sure Volume is not 0 + ), + 'sell'] = 1 + return dataframe

    +

    Minimal ROI

    +

    This dict defines the minimal Return On Investment (ROI) a trade should reach before selling, independent from the sell signal.

    +

    It is of the following format, with the dict key (left side of the colon) being the minutes passed since the trade opened, and the value (right side of the colon) being the percentage.

    +

    python +minimal_roi = { + "40": 0.0, + "30": 0.01, + "20": 0.02, + "0": 0.04 +}

    +

    The above configuration would therefore mean:

    +
      +
    • Sell whenever 4% profit was reached
    • +
    • Sell when 2% profit was reached (in effect after 20 minutes)
    • +
    • Sell when 1% profit was reached (in effect after 30 minutes)
    • +
    • Sell when trade is non-loosing (in effect after 40 minutes)
    • +
    +

    The calculation does include fees.

    +

    To disable ROI completely, set it to an insanely high number:

    +

    python +minimal_roi = { + "0": 100 +}

    +

    While technically not completely disabled, this would sell once the trade reaches 10000% Profit.

    +

    To use times based on candle duration (timeframe), the following snippet can be handy. +This will allow you to change the timeframe for the strategy, and ROI times will still be set as candles (e.g. after 3 candles ...)

    +

    ``` python +from freqtrade.exchange import timeframe_to_minutes

    +

    class AwesomeStrategy(IStrategy):

    +
    timeframe = "1d"
    +timeframe_mins = timeframe_to_minutes(timeframe)
    +minimal_roi = {
    +    "0": 0.05,                             # 5% for the first 3 candles
    +    str(timeframe_mins * 3)): 0.02,  # 2% after 3 candles
    +    str(timeframe_mins * 6)): 0.01,  # 1% After 6 candles
    +}
    +
    + +

    ```

    +

    Stoploss

    +

    Setting a stoploss is highly recommended to protect your capital from strong moves against you.

    +

    Sample:

    +

    python +stoploss = -0.10

    +

    This would signify a stoploss of -10%.

    +

    For the full documentation on stoploss features, look at the dedicated stoploss page.

    +

    If your exchange supports it, it's recommended to also set "stoploss_on_exchange" in the order_types dictionary, so your stoploss is on the exchange and cannot be missed due to network problems, high load or other reasons.

    +

    For more information on order_types please look here.

    +

    Timeframe (formerly ticker interval)

    +

    This is the set of candles the bot should download and use for the analysis. +Common values are "1m", "5m", "15m", "1h", however all values supported by your exchange should work.

    +

    Please note that the same buy/sell signals may work well with one timeframe, but not with the others.

    +

    This setting is accessible within the strategy methods as the self.timeframe attribute.

    +

    Metadata dict

    +

    The metadata-dict (available for populate_buy_trend, populate_sell_trend, populate_indicators) contains additional information. +Currently this is pair, which can be accessed using metadata['pair'] - and will return a pair in the format XRP/BTC.

    +

    The Metadata-dict should not be modified and does not persist information across multiple calls. +Instead, have a look at the section Storing information

    +

    Additional data (informative_pairs)

    +

    Get data for non-tradeable pairs

    +

    Data for additional, informative pairs (reference pairs) can be beneficial for some strategies. +OHLCV data for these pairs will be downloaded as part of the regular whitelist refresh process and is available via DataProvider just as other pairs (see below). +These parts will not be traded unless they are also specified in the pair whitelist, or have been selected by Dynamic Whitelisting.

    +

    The pairs need to be specified as tuples in the format ("pair", "timeframe"), with pair as the first and timeframe as the second argument.

    +

    Sample:

    +

    python +def informative_pairs(self): + return [("ETH/USDT", "5m"), + ("BTC/TUSD", "15m"), + ]

    +

    A full sample can be found in the DataProvider section.

    +
    +

    Warning

    +

    As these pairs will be refreshed as part of the regular whitelist refresh, it's best to keep this list short. +All timeframes and all pairs can be specified as long as they are available (and active) on the used exchange. +It is however better to use resampling to longer timeframes whenever possible +to avoid hammering the exchange with too many requests and risk being blocked.

    +
    +
    +

    Additional data (DataProvider)

    +

    The strategy provides access to the DataProvider. This allows you to get additional data to use in your strategy.

    +

    All methods return None in case of failure (do not raise an exception).

    +

    Please always check the mode of operation to select the correct method to get data (samples see below).

    +
    +

    Hyperopt

    +

    Dataprovider is available during hyperopt, however it can only be used in populate_indicators() within a strategy. +It is not available in populate_buy() and populate_sell() methods, nor in populate_indicators(), if this method located in the hyperopt file.

    +
    +

    Possible options for DataProvider

    +
      +
    • available_pairs - Property with tuples listing cached pairs with their timeframe (pair, timeframe).
    • +
    • current_whitelist() - Returns a current list of whitelisted pairs. Useful for accessing dynamic whitelists (i.e. VolumePairlist)
    • +
    • get_pair_dataframe(pair, timeframe) - This is a universal method, which returns either historical data (for backtesting) or cached live data (for the Dry-Run and Live-Run modes).
    • +
    • get_analyzed_dataframe(pair, timeframe) - Returns the analyzed dataframe (after calling populate_indicators(), populate_buy(), populate_sell()) and the time of the latest analysis.
    • +
    • historic_ohlcv(pair, timeframe) - Returns historical data stored on disk.
    • +
    • market(pair) - Returns market data for the pair: fees, limits, precisions, activity flag, etc. See ccxt documentation for more details on the Market data structure.
    • +
    • ohlcv(pair, timeframe) - Currently cached candle (OHLCV) data for the pair, returns DataFrame or empty DataFrame.
    • +
    • orderbook(pair, maximum) - Returns latest orderbook data for the pair, a dict with bids/asks with a total of maximum entries.
    • +
    • ticker(pair) - Returns current ticker data for the pair. See ccxt documentation for more details on the Ticker data structure.
    • +
    • runmode - Property containing the current runmode.
    • +
    +

    Example Usages

    +

    available_pairs

    +

    python +if self.dp: + for pair, timeframe in self.dp.available_pairs: + print(f"available {pair}, {timeframe}")

    +

    current_whitelist()

    +

    Imagine you've developed a strategy that trades the 5m timeframe using signals generated from a 1d timeframe on the top 10 volume pairs by volume.

    +

    The strategy might look something like this:

    +

    Scan through the top 10 pairs by volume using the VolumePairList every 5 minutes and use a 14 day RSI to buy and sell.

    +

    Due to the limited available data, it's very difficult to resample our 5m candles into daily candles for use in a 14 day RSI. Most exchanges limit us to just 500 candles which effectively gives us around 1.74 daily candles. We need 14 days at least!

    +

    Since we can't resample our data we will have to use an informative pair; and since our whitelist will be dynamic we don't know which pair(s) to use.

    +

    This is where calling self.dp.current_whitelist() comes in handy.

    +

    ```python + def informative_pairs(self):

    +
        # get access to all pairs available in whitelist.
    +    pairs = self.dp.current_whitelist()
    +    # Assign tf to each pair so they can be downloaded and cached for strategy.
    +    informative_pairs = [(pair, '1d') for pair in pairs]
    +    return informative_pairs
    +
    + +

    ```

    +

    get_pair_dataframe(pair, timeframe)

    +

    ``` python

    +

    fetch live / historical candle (OHLCV) data for the first informative pair

    +

    if self.dp: + inf_pair, inf_timeframe = self.informative_pairs()[0] + informative = self.dp.get_pair_dataframe(pair=inf_pair, + timeframe=inf_timeframe) +```

    +
    +

    Warning about backtesting

    +

    Be careful when using dataprovider in backtesting. historic_ohlcv() (and get_pair_dataframe() +for the backtesting runmode) provides the full time-range in one go, +so please be aware of it and make sure to not "look into the future" to avoid surprises when running in dry/live mode.

    +
    +

    get_analyzed_dataframe(pair, timeframe)

    +

    This method is used by freqtrade internally to determine the last signal. +It can also be used in specific callbacks to get the signal that caused the action (see Advanced Strategy Documentation for more details on available callbacks).

    +

    ``` python

    +

    fetch current dataframe

    +

    if self.dp: + if self.dp.runmode.value in ('live', 'dry_run'): + dataframe, last_updated = self.dp.get_analyzed_dataframe(pair=metadata['pair'], + timeframe=self.timeframe) +```

    +
    +

    No data available

    +

    Returns an empty dataframe if the requested pair was not cached. +This should not happen when using whitelisted pairs.

    +
    +

    orderbook(pair, maximum)

    +

    python +if self.dp: + if self.dp.runmode.value in ('live', 'dry_run'): + ob = self.dp.orderbook(metadata['pair'], 1) + dataframe['best_bid'] = ob['bids'][0][0] + dataframe['best_ask'] = ob['asks'][0][0]

    +

    The orderbook structure is aligned with the order structure from ccxt, so the result will look as follows:

    +

    js +{ + 'bids': [ + [ price, amount ], // [ float, float ] + [ price, amount ], + ... + ], + 'asks': [ + [ price, amount ], + [ price, amount ], + //... + ], + //... +}

    +

    Therefore, using ob['bids'][0][0] as demonstrated above will result in using the best bid price. ob['bids'][0][1] would look at the amount at this orderbook position.

    +
    +

    Warning about backtesting

    +

    The order book is not part of the historic data which means backtesting and hyperopt will not work correctly if this method is used, as the method will return uptodate values.

    +
    +

    ticker(pair)

    +

    python +if self.dp: + if self.dp.runmode.value in ('live', 'dry_run'): + ticker = self.dp.ticker(metadata['pair']) + dataframe['last_price'] = ticker['last'] + dataframe['volume24h'] = ticker['quoteVolume'] + dataframe['vwap'] = ticker['vwap']

    +
    +

    Warning

    +

    Although the ticker data structure is a part of the ccxt Unified Interface, the values returned by this method can +vary for different exchanges. For instance, many exchanges do not return vwap values, the FTX exchange +does not always fills in the last field (so it can be None), etc. So you need to carefully verify the ticker +data returned from the exchange and add appropriate error handling / defaults.

    +
    +
    +

    Warning about backtesting

    +

    This method will always return up-to-date values - so usage during backtesting / hyperopt will lead to wrong results.

    +
    +

    Complete Data-provider sample

    +

    ```python +from freqtrade.strategy import IStrategy, merge_informative_pair +from pandas import DataFrame

    +

    class SampleStrategy(IStrategy): + # strategy init stuff...

    +
    timeframe = '5m'
    +
    +# more strategy init stuff..
    +
    +def informative_pairs(self):
    +
    +    # get access to all pairs available in whitelist.
    +    pairs = self.dp.current_whitelist()
    +    # Assign tf to each pair so they can be downloaded and cached for strategy.
    +    informative_pairs = [(pair, '1d') for pair in pairs]
    +    # Optionally Add additional "static" pairs
    +    informative_pairs += [("ETH/USDT", "5m"),
    +                          ("BTC/TUSD", "15m"),
    +                        ]
    +    return informative_pairs
    +
    +def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +    if not self.dp:
    +        # Don't do anything if DataProvider is not available.
    +        return dataframe
    +
    +    inf_tf = '1d'
    +    # Get the informative pair
    +    informative = self.dp.get_pair_dataframe(pair=metadata['pair'], timeframe=inf_tf)
    +    # Get the 14 day rsi
    +    informative['rsi'] = ta.RSI(informative, timeperiod=14)
    +
    +    # Use the helper function merge_informative_pair to safely merge the pair
    +    # Automatically renames the columns and merges a shorter timeframe dataframe and a longer timeframe informative pair
    +    # use ffill to have the 1d value available in every row throughout the day.
    +    # Without this, comparisons between columns of the original and the informative pair would only work once per day.
    +    # Full documentation of this method, see below
    +    dataframe = merge_informative_pair(dataframe, informative, self.timeframe, inf_tf, ffill=True)
    +
    +    # Calculate rsi of the original dataframe (5m timeframe)
    +    dataframe['rsi'] = ta.RSI(dataframe, timeperiod=14)
    +
    +    # Do other stuff
    +    # ...
    +
    +    return dataframe
    +
    +def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
    +
    +    dataframe.loc[
    +        (
    +            (qtpylib.crossed_above(dataframe['rsi'], 30)) &  # Signal: RSI crosses above 30
    +            (dataframe['rsi_1d'] < 30) &                     # Ensure daily RSI is < 30
    +            (dataframe['volume'] > 0)                        # Ensure this candle had volume (important for backtesting)
    +        ),
    +        'buy'] = 1
    +
    + +

    ```

    +
    +

    Helper functions

    +

    merge_informative_pair()

    +

    This method helps you merge an informative pair to a regular dataframe without lookahead bias. +It's there to help you merge the dataframe in a safe and consistent way.

    +

    Options:

    +
      +
    • Rename the columns for you to create unique columns
    • +
    • Merge the dataframe without lookahead bias
    • +
    • Forward-fill (optional)
    • +
    +

    All columns of the informative dataframe will be available on the returning dataframe in a renamed fashion:

    +
    +

    Column renaming

    +

    Assuming inf_tf = '1d' the resulting columns will be:

    +

    python +'date', 'open', 'high', 'low', 'close', 'rsi' # from the original dataframe +'date_1d', 'open_1d', 'high_1d', 'low_1d', 'close_1d', 'rsi_1d' # from the informative dataframe

    +
    +
    +Column renaming - 1h +

    Assuming inf_tf = '1h' the resulting columns will be:

    +

    python +'date', 'open', 'high', 'low', 'close', 'rsi' # from the original dataframe +'date_1h', 'open_1h', 'high_1h', 'low_1h', 'close_1h', 'rsi_1h' # from the informative dataframe

    +
    +
    +Custom implementation +

    A custom implementation for this is possible, and can be done as follows:

    +

    ``` python

    +

    Shift date by 1 candle

    +

    This is necessary since the data is always the "open date"

    +

    and a 15m candle starting at 12:15 should not know the close of the 1h candle from 12:00 to 13:00

    +

    minutes = timeframe_to_minutes(inf_tf)

    +

    Only do this if the timeframes are different:

    +

    informative['date_merge'] = informative["date"] + pd.to_timedelta(minutes, 'm')

    +

    Rename columns to be unique

    +

    informative.columns = [f"{col}_{inf_tf}" for col in informative.columns]

    +

    Assuming inf_tf = '1d' - then the columns will now be:

    +

    date_1d, open_1d, high_1d, low_1d, close_1d, rsi_1d

    +

    Combine the 2 dataframes

    +

    all indicators on the informative sample MUST be calculated before this point

    +

    dataframe = pd.merge(dataframe, informative, left_on='date', right_on=f'date_merge_{inf_tf}', how='left')

    +

    FFill to have the 1d value available in every row throughout the day.

    +

    Without this, comparisons would only work once per day.

    +

    dataframe = dataframe.ffill()

    +

    ```

    +
    +
    +

    Informative timeframe < timeframe

    +

    Using informative timeframes smaller than the dataframe timeframe is not recommended with this method, as it will not use any of the additional information this would provide. +To use the more detailed information properly, more advanced methods should be applied (which are out of scope for freqtrade documentation, as it'll depend on the respective need).

    +
    +
    +

    stoploss_from_open()

    +

    Stoploss values returned from custom_stoploss must specify a percentage relative to current_rate, but sometimes you may want to specify a stoploss relative to the open price instead. stoploss_from_open() is a helper function to calculate a stoploss value that can be returned from custom_stoploss which will be equivalent to the desired percentage above the open price.

    +
    +Returning a stoploss relative to the open price from the custom stoploss function +

    Say the open price was $100, and current_price is $121 (current_profit will be 0.21).

    +

    If we want a stop price at 7% above the open price we can call stoploss_from_open(0.07, current_profit) which will return 0.1157024793. 11.57% below $121 is $107, which is the same as 7% above $100.

    +

    ``` python

    +

    from datetime import datetime +from freqtrade.persistence import Trade +from freqtrade.strategy import IStrategy, stoploss_from_open

    +

    class AwesomeStrategy(IStrategy):

    +
    # ... populate_* methods
    +
    +use_custom_stoploss = True
    +
    +def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
    +                    current_rate: float, current_profit: float, **kwargs) -> float:
    +
    +    # once the profit has risen above 10%, keep the stoploss at 7% above the open price
    +    if current_profit > 0.10:
    +        return stoploss_from_open(0.07, current_profit)
    +
    +    return 1
    +
    + +

    ```

    +

    Full examples can be found in the Custom stoploss section of the Documentation.

    +
    +

    Additional data (Wallets)

    +

    The strategy provides access to the Wallets object. This contains the current balances on the exchange.

    +
    +

    Note

    +

    Wallets is not available during backtesting / hyperopt.

    +
    +

    Please always check if Wallets is available to avoid failures during backtesting.

    +

    python +if self.wallets: + free_eth = self.wallets.get_free('ETH') + used_eth = self.wallets.get_used('ETH') + total_eth = self.wallets.get_total('ETH')

    +

    Possible options for Wallets

    +
      +
    • get_free(asset) - currently available balance to trade
    • +
    • get_used(asset) - currently tied up balance (open orders)
    • +
    • get_total(asset) - total available balance - sum of the 2 above
    • +
    +
    +

    Additional data (Trades)

    +

    A history of Trades can be retrieved in the strategy by querying the database.

    +

    At the top of the file, import Trade.

    +

    python +from freqtrade.persistence import Trade

    +

    The following example queries for the current pair and trades from today, however other filters can easily be added.

    +

    python +if self.config['runmode'].value in ('live', 'dry_run'): + trades = Trade.get_trades([Trade.pair == metadata['pair'], + Trade.open_date > datetime.utcnow() - timedelta(days=1), + Trade.is_open.is_(False), + ]).order_by(Trade.close_date).all() + # Summarize profit for this pair. + curdayprofit = sum(trade.close_profit for trade in trades)

    +

    Get amount of stake_currency currently invested in Trades:

    +

    python +if self.config['runmode'].value in ('live', 'dry_run'): + total_stakes = Trade.total_open_trades_stakes()

    +

    Retrieve performance per pair. +Returns a List of dicts per pair.

    +

    python +if self.config['runmode'].value in ('live', 'dry_run'): + performance = Trade.get_overall_performance()

    +

    Sample return value: ETH/BTC had 5 trades, with a total profit of 1.5% (ratio of 0.015).

    +

    json +{'pair': "ETH/BTC", 'profit': 0.015, 'count': 5}

    +
    +

    Warning

    +

    Trade history is not available during backtesting or hyperopt.

    +
    +

    Prevent trades from happening for a specific pair

    +

    Freqtrade locks pairs automatically for the current candle (until that candle is over) when a pair is sold, preventing an immediate re-buy of that pair.

    +

    Locked pairs will show the message Pair <pair> is currently locked..

    +

    Locking pairs from within the strategy

    +

    Sometimes it may be desired to lock a pair after certain events happen (e.g. multiple losing trades in a row).

    +

    Freqtrade has an easy method to do this from within the strategy, by calling self.lock_pair(pair, until, [reason]). +until must be a datetime object in the future, after which trading will be re-enabled for that pair, while reason is an optional string detailing why the pair was locked.

    +

    Locks can also be lifted manually, by calling self.unlock_pair(pair).

    +

    To verify if a pair is currently locked, use self.is_pair_locked(pair).

    +
    +

    Note

    +

    Locked pairs will always be rounded up to the next candle. So assuming a 5m timeframe, a lock with until set to 10:18 will lock the pair until the candle from 10:15-10:20 will be finished.

    +
    +
    +

    Warning

    +

    Manually locking pairs is not available during backtesting, only locks via Protections are allowed.

    +
    +

    Pair locking example

    +

    ``` python +from freqtrade.persistence import Trade +from datetime import timedelta, datetime, timezone

    +

    Put the above lines a the top of the strategy file, next to all the other imports

    +

    --------

    +

    Within populate indicators (or populate_buy):

    +

    if self.config['runmode'].value in ('live', 'dry_run'): + # fetch closed trades for the last 2 days + trades = Trade.get_trades([Trade.pair == metadata['pair'], + Trade.open_date > datetime.utcnow() - timedelta(days=2), + Trade.is_open.is_(False), + ]).all() + # Analyze the conditions you'd like to lock the pair .... will probably be different for every strategy + sumprofit = sum(trade.close_profit for trade in trades) + if sumprofit < 0: + # Lock pair for 12 hours + self.lock_pair(metadata['pair'], until=datetime.now(timezone.utc) + timedelta(hours=12)) +```

    + +

    To inspect the created dataframe, you can issue a print-statement in either populate_buy_trend() or populate_sell_trend(). +You may also want to print the pair so it's clear what data is currently shown.

    +

    ``` python +def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: + dataframe.loc[ + ( + #>> whatever condition<<< + ), + 'buy'] = 1

    +
    # Print the Analyzed pair
    +print(f"result for {metadata['pair']}")
    +
    +# Inspect the last 5 rows
    +print(dataframe.tail())
    +
    +return dataframe
    +
    + +

    ```

    +

    Printing more than a few rows is also possible (simply use print(dataframe) instead of print(dataframe.tail())), however not recommended, as that will be very verbose (~500 lines per pair every 5 seconds).

    +

    Common mistakes when developing strategies

    +

    Backtesting analyzes the whole time-range at once for performance reasons. Because of this, strategy authors need to make sure that strategies do not look-ahead into the future. +This is a common pain-point, which can cause huge differences between backtesting and dry/live run methods, since they all use data which is not available during dry/live runs, so these strategies will perform well during backtesting, but will fail / perform badly in real conditions.

    +

    The following lists some common patterns which should be avoided to prevent frustration:

    +
      +
    • don't use shift(-1). This uses data from the future, which is not available.
    • +
    • don't use .iloc[-1] or any other absolute position in the dataframe, this will be different between dry-run and backtesting.
    • +
    • don't use dataframe['volume'].mean(). This uses the full DataFrame for backtesting, including data from the future. Use dataframe['volume'].rolling(<window>).mean() instead
    • +
    • don't use .resample('1h'). This uses the left border of the interval, so moves data from an hour to the start of the hour. Use .resample('1h', label='right') instead.
    • +
    +

    Further strategy ideas

    +

    To get additional Ideas for strategies, head over to our strategy repository. Feel free to use them as they are - but results will depend on the current market situation, pairs used etc. - therefore please backtest the strategy for your exchange/desired pairs first, evaluate carefully, use at your own risk. +Feel free to use any of them as inspiration for your own strategies. +We're happy to accept Pull Requests containing new Strategies to that repo.

    +

    Next step

    +

    Now you have a perfect strategy you probably want to backtest it. +Your next step is to learn How to use the Backtesting.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/strategy_analysis_example/index.html b/en/2021.5/strategy_analysis_example/index.html new file mode 100644 index 000000000..1edc4e69a --- /dev/null +++ b/en/2021.5/strategy_analysis_example/index.html @@ -0,0 +1,1071 @@ + + + + + + + + + + + + + + + + + Strategy analysis - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Strategy analysis example

    +

    Debugging a strategy can be time-consuming. Freqtrade offers helper functions to visualize raw data. +The following assumes you work with SampleStrategy, data for 5m timeframe from Binance and have downloaded them into the data directory in the default location.

    +

    Setup

    +

    ```python +from pathlib import Path +from freqtrade.configuration import Configuration

    +

    Customize these according to your needs.

    +

    Initialize empty configuration object

    +

    config = Configuration.from_files([])

    +

    Optionally, use existing configuration file

    +

    config = Configuration.from_files(["config.json"])

    +

    Define some constants

    +

    config["timeframe"] = "5m"

    +

    Name of the strategy class

    +

    config["strategy"] = "SampleStrategy"

    +

    Location of the data

    +

    data_location = Path(config['user_data_dir'], 'data', 'binance')

    +

    Pair to analyze - Only use one pair here

    +

    pair = "BTC/USDT" +```

    +

    ```python

    +

    Load data using values set above

    +

    from freqtrade.data.history import load_pair_history

    +

    candles = load_pair_history(datadir=data_location, + timeframe=config["timeframe"], + pair=pair, + data_format = "hdf5", + )

    +

    Confirm success

    +

    print("Loaded " + str(len(candles)) + f" rows of data for {pair} from {data_location}") +candles.head() +```

    +

    Load and run strategy

    +
      +
    • Rerun each time the strategy file is changed
    • +
    +

    ```python

    +

    Load strategy using values set above

    +

    from freqtrade.resolvers import StrategyResolver +strategy = StrategyResolver.load_strategy(config)

    +

    Generate buy/sell signals using strategy

    +

    df = strategy.analyze_ticker(candles, {'pair': pair}) +df.tail() +```

    +

    Display the trade details

    +
      +
    • Note that using data.head() would also work, however most indicators have some "startup" data at the top of the dataframe.
    • +
    • Some possible problems + * Columns with NaN values at the end of the dataframe + * Columns used in crossed*() functions with completely different units
    • +
    • Comparison with full backtest + * having 200 buy signals as output for one pair from analyze_ticker() does not necessarily mean that 200 trades will be made during backtesting. + * Assuming you use only one condition such as, df['rsi'] < 30 as buy condition, this will generate multiple "buy" signals for each pair in sequence (until rsi returns > 29). The bot will only buy on the first of these signals (and also only if a trade-slot ("max_open_trades") is still available), or on one of the middle signals, as soon as a "slot" becomes available.
    • +
    +

    ```python

    +

    Report results

    +

    print(f"Generated {df['buy'].sum()} buy signals") +data = df.set_index('date', drop=False) +data.tail() +```

    +

    Load existing objects into a Jupyter notebook

    +

    The following cells assume that you have already generated data using the cli.
    +They will allow you to drill deeper into your results, and perform analysis which otherwise would make the output very difficult to digest due to information overload.

    +

    Load backtest results to pandas dataframe

    +

    Analyze a trades dataframe (also used below for plotting)

    +

    ```python +from freqtrade.data.btanalysis import load_backtest_data, load_backtest_stats

    +

    if backtest_dir points to a directory, it'll automatically load the last backtest file.

    +

    backtest_dir = config["user_data_dir"] / "backtest_results"

    +

    backtest_dir can also point to a specific file

    +

    backtest_dir = config["user_data_dir"] / "backtest_results/backtest-result-2020-07-01_20-04-22.json"

    +

    ```

    +

    ```python

    +

    You can get the full backtest statistics by using the following command.

    +

    This contains all information used to generate the backtest result.

    +

    stats = load_backtest_stats(backtest_dir)

    +

    strategy = 'SampleStrategy'

    +

    All statistics are available per strategy, so if --strategy-list was used during backtest, this will be reflected here as well.

    +

    Example usages:

    +

    print(stats['strategy'][strategy]['results_per_pair'])

    +

    Get pairlist used for this backtest

    +

    print(stats['strategy'][strategy]['pairlist'])

    +

    Get market change (average change of all pairs from start to end of the backtest period)

    +

    print(stats['strategy'][strategy]['market_change'])

    +

    Maximum drawdown ()

    +

    print(stats['strategy'][strategy]['max_drawdown'])

    +

    Maximum drawdown start and end

    +

    print(stats['strategy'][strategy]['drawdown_start']) +print(stats['strategy'][strategy]['drawdown_end'])

    +

    Get strategy comparison (only relevant if multiple strategies were compared)

    +

    print(stats['strategy_comparison'])

    +

    ```

    +

    ```python

    +

    Load backtested trades as dataframe

    +

    trades = load_backtest_data(backtest_dir)

    +

    Show value-counts per pair

    +

    trades.groupby("pair")["sell_reason"].value_counts() +```

    +

    Load live trading results into a pandas dataframe

    +

    In case you did already some trading and want to analyze your performance

    +

    ```python +from freqtrade.data.btanalysis import load_trades_from_db

    +

    Fetch trades from database

    +

    trades = load_trades_from_db("sqlite:///tradesv3.sqlite")

    +

    Display results

    +

    trades.groupby("pair")["sell_reason"].value_counts() +```

    +

    Analyze the loaded trades for trade parallelism

    +

    This can be useful to find the best max_open_trades parameter, when used with backtesting in conjunction with --disable-max-market-positions.

    +

    analyze_trade_parallelism() returns a timeseries dataframe with an "open_trades" column, specifying the number of open trades for each candle.

    +

    ```python +from freqtrade.data.btanalysis import analyze_trade_parallelism

    +

    Analyze the above

    +

    parallel_trades = analyze_trade_parallelism(trades, '5m')

    +

    parallel_trades.plot() +```

    +

    Plot results

    +

    Freqtrade offers interactive plotting capabilities based on plotly.

    +

    ```python +from freqtrade.plot.plotting import generate_candlestick_graph

    +

    Limit graph period to keep plotly quick and reactive

    +

    Filter trades to one pair

    +

    trades_red = trades.loc[trades['pair'] == pair]

    +

    data_red = data['2019-06-01':'2019-06-10']

    +

    Generate candlestick graph

    +

    graph = generate_candlestick_graph(pair=pair, + data=data_red, + trades=trades_red, + indicators1=['sma20', 'ema50', 'ema55'], + indicators2=['rsi', 'macd', 'macdsignal', 'macdhist'] + )

    +

    ```

    +

    ```python

    +

    Show graph inline

    +

    graph.show()

    +

    Render graph in a seperate window

    +

    graph.show(renderer="browser")

    +

    ```

    +

    Plot average profit per trade as distribution graph

    +

    ```python +import plotly.figure_factory as ff

    +

    hist_data = [trades.profit_ratio] +group_labels = ['profit_ratio'] # name of the dataset

    +

    fig = ff.create_distplot(hist_data, group_labels,bin_size=0.01) +fig.show()

    +

    ```

    +

    Feel free to submit an issue or Pull Request enhancing this document if you would like to share ideas on how to best analyze the data.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/stylesheets/ft.extra.css b/en/2021.5/stylesheets/ft.extra.css new file mode 100644 index 000000000..3369fa177 --- /dev/null +++ b/en/2021.5/stylesheets/ft.extra.css @@ -0,0 +1,13 @@ +.rst-versions { + font-size: .7rem; + color: white; +} + +.rst-versions.rst-badge .rst-current-version { + font-size: .7rem; + color: white; +} + +.rst-versions .rst-other-versions { + color: white; +} diff --git a/en/2021.5/telegram-usage/index.html b/en/2021.5/telegram-usage/index.html new file mode 100644 index 000000000..7e5d22a76 --- /dev/null +++ b/en/2021.5/telegram-usage/index.html @@ -0,0 +1,1687 @@ + + + + + + + + + + + + + + + + + Telegram - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + + + + +
    +
    + + + + + + + +

    Telegram usage

    +

    Setup your Telegram bot

    +

    Below we explain how to create your Telegram Bot, and how to get your +Telegram user id.

    +

    1. Create your Telegram bot

    +

    Start a chat with the Telegram BotFather

    +

    Send the message /newbot.

    +

    BotFather response:

    +
    +

    Alright, a new bot. How are we going to call it? Please choose a name for your bot.

    +
    +

    Choose the public name of your bot (e.x. Freqtrade bot)

    +

    BotFather response:

    +
    +

    Good. Now let's choose a username for your bot. It must end in bot. Like this, for example: TetrisBot or tetris_bot.

    +
    +

    Choose the name id of your bot and send it to the BotFather (e.g. "My_own_freqtrade_bot")

    +

    BotFather response:

    +
    +

    Done! Congratulations on your new bot. You will find it at t.me/yourbots_name_bot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.

    +

    Use this token to access the HTTP API: 22222222:APITOKEN

    +

    For a description of the Bot API, see this page: https://core.telegram.org/bots/api Father bot will return you the token (API key)

    +
    +

    Copy the API Token (22222222:APITOKEN in the above example) and keep use it for the config parameter token.

    +

    Don't forget to start the conversation with your bot, by clicking /START button

    +

    2. Telegram user_id

    +

    Get your user id

    +

    Talk to the userinfobot

    +

    Get your "Id", you will use it for the config parameter chat_id.

    +

    Use Group id

    +

    You can use bots in telegram groups by just adding them to the group. You can find the group id by first adding a RawDataBot to your group. The Group id is shown as id in the "chat" section, which the RawDataBot will send to you:

    +

    json +"chat":{ + "id":-1001332619709 +}

    +

    For the Freqtrade configuration, you can then use the the full value (including - if it's there) as string:

    +

    json + "chat_id": "-1001332619709"

    +

    Control telegram noise

    +

    Freqtrade provides means to control the verbosity of your telegram bot. +Each setting has the following possible values:

    +
      +
    • on - Messages will be sent, and user will be notified.
    • +
    • silent - Message will be sent, Notification will be without sound / vibration.
    • +
    • off - Skip sending a message-type all together.
    • +
    +

    Example configuration showing the different settings:

    +

    json +"telegram": { + "enabled": true, + "token": "your_telegram_token", + "chat_id": "your_telegram_chat_id", + "notification_settings": { + "status": "silent", + "warning": "on", + "startup": "off", + "buy": "silent", + "sell": "on", + "buy_cancel": "silent", + "sell_cancel": "on", + "buy_fill": "off", + "sell_fill": "off" + }, + "balance_dust_level": 0.01 + },

    +

    buy notifications are sent when the order is placed, while buy_fill notifications are sent when the order is filled on the exchange. +sell notifications are sent when the order is placed, while sell_fill notifications are sent when the order is filled on the exchange. +*_fill notifications are off by default and must be explicitly enabled.

    +

    balance_dust_level will define what the /balance command takes as "dust" - Currencies with a balance below this will be shown.

    +

    Create a custom keyboard (command shortcut buttons)

    +

    Telegram allows us to create a custom keyboard with buttons for commands. +The default custom keyboard looks like this.

    +

    python +[ + ["/daily", "/profit", "/balance"], # row 1, 3 commands + ["/status", "/status table", "/performance"], # row 2, 3 commands + ["/count", "/start", "/stop", "/help"] # row 3, 4 commands +]

    +

    Usage

    +

    You can create your own keyboard in config.json:

    +

    json +"telegram": { + "enabled": true, + "token": "your_telegram_token", + "chat_id": "your_telegram_chat_id", + "keyboard": [ + ["/daily", "/stats", "/balance", "/profit"], + ["/status table", "/performance"], + ["/reload_config", "/count", "/logs"] + ] + },

    +
    +

    Supported Commands

    +

    Only the following commands are allowed. Command arguments are not supported!

    +

    /start, /stop, /status, /status table, /trades, /profit, /performance, /daily, /stats, /count, /locks, /balance, /stopbuy, /reload_config, /show_config, /logs, /whitelist, /blacklist, /edge, /help, /version

    +
    +

    Telegram commands

    +

    Per default, the Telegram bot shows predefined commands. Some commands +are only available by sending them to the bot. The table below list the +official commands. You can ask at any moment for help with /help.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CommandDescription
    /startStarts the trader
    /stopStops the trader
    /stopbuyStops the trader from opening new trades. Gracefully closes open trades according to their rules.
    /reload_configReloads the configuration file
    /show_configShows part of the current configuration with relevant settings to operation
    /logs [limit]Show last log messages.
    /statusLists all open trades
    /status <trade_id>Lists one or more specific trade. Separate multiple with a blank space.
    /status tableList all open trades in a table format. Pending buy orders are marked with an asterisk () Pending sell orders are marked with a double asterisk (*)
    /trades [limit]List all recently closed trades in a table format.
    /delete <trade_id>Delete a specific trade from the Database. Tries to close open orders. Requires manual handling of this trade on the exchange.
    /countDisplays number of trades used and available
    /locksShow currently locked pairs.
    /unlock <pair or lock_id>Remove the lock for this pair (or for this lock id).
    /profitDisplay a summary of your profit/loss from close trades and some stats about your performance
    /forcesell <trade_id>Instantly sells the given trade (Ignoring minimum_roi).
    /forcesell allInstantly sells all open trades (Ignoring minimum_roi).
    /forcebuy <pair> [rate]Instantly buys the given pair. Rate is optional. (forcebuy_enable must be set to True)
    /performanceShow performance of each finished trade grouped by pair
    /balanceShow account balance per currency
    /daily <n>Shows profit or loss per day, over the last n days (n defaults to 7)
    /statsShows Wins / losses by Sell reason as well as Avg. holding durations for buys and sells
    /whitelistShow the current whitelist
    /blacklist [pair]Show the current blacklist, or adds a pair to the blacklist.
    /edgeShow validated pairs by Edge if it is enabled.
    /helpShow help message
    /versionShow version
    +

    Telegram commands in action

    +

    Below, example of Telegram message you will receive for each command.

    +

    /start

    +
    +

    Status: running

    +
    +

    /stop

    +
    +

    Stopping trader ... +Status: stopped

    +
    +

    /stopbuy

    +
    +

    status: Setting max_open_trades to 0. Run /reload_config to reset.

    +
    +

    Prevents the bot from opening new trades by temporarily setting "max_open_trades" to 0. Open trades will be handled via their regular rules (ROI / Sell-signal, stoploss, ...).

    +

    After this, give the bot time to close off open trades (can be checked via /status table). +Once all positions are sold, run /stop to completely stop the bot.

    +

    /reload_config resets "max_open_trades" to the value set in the configuration and resets this command.

    +
    +

    Warning

    +
    +

    The stop-buy signal is ONLY active while the bot is running, and is not persisted anyway, so restarting the bot will cause this to reset.

    +

    /status

    +

    For each open trade, the bot will send you the following message.

    +
    +

    Trade ID: 123 (since 1 days ago)
    +Current Pair: CVC/BTC
    +Open Since: 1 days ago
    +Amount: 26.64180098
    +Open Rate: 0.00007489
    +Current Rate: 0.00007489
    +Current Profit: 12.95%
    +Stoploss: 0.00007389 (-0.02%)

    +
    +

    /status table

    +

    Return the status of all open trades in a table format.

    +

    ``` + ID Pair Since Profit

    +
    +

    67 SC/BTC 1 d 13.33% + 123 CVC/BTC 1 h 12.95% +```

    +

    /count

    +

    Return the number of trades used and available.

    +

    ``` +current max

    +
    +
     2     10
    +
    + +

    ```

    +

    /profit

    +

    Return a summary of your profit/loss and performance.

    +
    +

    ROI: Close trades
    + ∙ 0.00485701 BTC (258.45%)
    + ∙ 62.968 USD
    +ROI: All trades
    + ∙ 0.00255280 BTC (143.43%)
    + ∙ 33.095 EUR

    +

    Total Trade Count: 138
    +First Trade opened: 3 days ago
    +Latest Trade opened: 2 minutes ago
    +Avg. Duration: 2:33:45
    +Best Performing: PAY/BTC: 50.23%

    +
    +

    /forcesell

    +
    +

    BITTREX: Selling BTC/LTC with limit 0.01650000 (profit: ~-4.07%, -0.00008168)

    +
    +

    /forcebuy [rate]

    +
    +

    BITTREX: Buying ETH/BTC with limit 0.03400000 (1.000000 ETH, 225.290 USD)

    +
    +

    Omitting the pair will open a query asking for the pair to buy (based on the current whitelist).

    +

    Telegram force-buy screenshot

    +

    Note that for this to work, forcebuy_enable needs to be set to true.

    +

    More details

    +

    /performance

    +

    Return the performance of each crypto-currency the bot has sold.

    +
    +

    Performance:
    +1. RCN/BTC 0.003 BTC (57.77%) (1)
    +2. PAY/BTC 0.0012 BTC (56.91%) (1)
    +3. VIB/BTC 0.0011 BTC (47.07%) (1)
    +4. SALT/BTC 0.0010 BTC (30.24%) (1)
    +5. STORJ/BTC 0.0009 BTC (27.24%) (1)
    +...

    +
    +

    /balance

    +

    Return the balance of all crypto-currency your have on the exchange.

    +
    +

    Currency: BTC
    +Available: 3.05890234
    +Balance: 3.05890234
    +Pending: 0.0

    +

    Currency: CVC
    +Available: 86.64180098
    +Balance: 86.64180098
    +Pending: 0.0

    +
    +

    /daily

    +

    Per default /daily will return the 7 last days. +The example below if for /daily 3:

    +
    +

    Daily Profit over the last 3 days: +``` +Day Profit BTC Profit USD

    +
    +
    +

    2018-01-03 0.00224175 BTC 29,142 USD +2018-01-02 0.00033131 BTC 4,307 USD +2018-01-01 0.00269130 BTC 34.986 USD +```

    +

    /whitelist

    +

    Shows the current whitelist

    +
    +

    Using whitelist StaticPairList with 22 pairs
    +IOTA/BTC, NEO/BTC, TRX/BTC, VET/BTC, ADA/BTC, ETC/BTC, NCASH/BTC, DASH/BTC, XRP/BTC, XVG/BTC, EOS/BTC, LTC/BTC, OMG/BTC, BTG/BTC, LSK/BTC, ZEC/BTC, HOT/BTC, IOTX/BTC, XMR/BTC, AST/BTC, XLM/BTC, NANO/BTC

    +
    +

    /blacklist [pair]

    +

    Shows the current blacklist. +If Pair is set, then this pair will be added to the pairlist. +Also supports multiple pairs, separated by a space. +Use /reload_config to reset the blacklist.

    +
    +

    Using blacklist StaticPairList with 2 pairs
    +DODGE/BTC, HOT/BTC.

    +
    +

    /edge

    +

    Shows pairs validated by Edge along with their corresponding win-rate, expectancy and stoploss values.

    +
    +

    Edge only validated following pairs: +``` +Pair Winrate Expectancy Stoploss

    +
    +
    +

    DOCK/ETH 0.522727 0.881821 -0.03 +PHX/ETH 0.677419 0.560488 -0.03 +HOT/ETH 0.733333 0.490492 -0.03 +HC/ETH 0.588235 0.280988 -0.02 +ARDR/ETH 0.366667 0.143059 -0.01 +```

    +

    /version

    +
    +

    Version: 0.14.3

    +
    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/updating/index.html b/en/2021.5/updating/index.html new file mode 100644 index 000000000..22b174725 --- /dev/null +++ b/en/2021.5/updating/index.html @@ -0,0 +1,971 @@ + + + + + + + + + + + + + + + + + Updating Freqtrade - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    How to update

    +

    To update your freqtrade installation, please use one of the below methods, corresponding to your installation method.

    +

    docker-compose

    +
    +

    Legacy installations using the master image

    +

    We're switching from master to stable for the release Images - please adjust your docker-file and replace freqtradeorg/freqtrade:master with freqtradeorg/freqtrade:stable

    +
    +

    bash +docker-compose pull +docker-compose up -d

    +

    Installation via setup script

    +

    bash +./setup.sh --update

    +
    +

    Note

    +

    Make sure to run this command with your virtual environment disabled!

    +
    +

    Plain native installation

    +

    Please ensure that you're also updating dependencies - otherwise things might break without you noticing.

    +

    bash +git pull +pip install -U -r requirements.txt

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/utils/index.html b/en/2021.5/utils/index.html new file mode 100644 index 000000000..bd9c17a29 --- /dev/null +++ b/en/2021.5/utils/index.html @@ -0,0 +1,1946 @@ + + + + + + + + + + + + + + + + + Utility Sub-commands - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Utility Subcommands

    +

    Besides the Live-Trade and Dry-Run run modes, the backtesting, edge and hyperopt optimization subcommands, and the download-data subcommand which prepares historical data, the bot contains a number of utility subcommands. They are described in this section.

    +

    Create userdir

    +

    Creates the directory structure to hold your files for freqtrade. +Will also create strategy and hyperopt examples for you to get started. +Can be used multiple times - using --reset will reset the sample strategy and hyperopt files to their default state.

    +

    ``` +usage: freqtrade create-userdir [-h] [--userdir PATH] [--reset]

    +

    optional arguments: + -h, --help show this help message and exit + --userdir PATH, --user-data-dir PATH + Path to userdata directory. + --reset Reset sample files to their original state. +```

    +
    +

    Warning

    +

    Using --reset may result in loss of data, since this will overwrite all sample files without asking again.

    +
    +

    ├── backtest_results +├── data +├── hyperopt_results +├── hyperopts +│   ├── sample_hyperopt_advanced.py +│   ├── sample_hyperopt_loss.py +│   └── sample_hyperopt.py +├── notebooks +│   └── strategy_analysis_example.ipynb +├── plot +└── strategies + └── sample_strategy.py

    +

    Create new config

    +

    Creates a new configuration file, asking some questions which are important selections for a configuration.

    +

    ``` +usage: freqtrade new-config [-h] [-c PATH]

    +

    optional arguments: + -h, --help show this help message and exit + -c PATH, --config PATH + Specify configuration file (default: config.json). Multiple --config options may be used. Can be set to - + to read config from stdin. +```

    +
    +

    Warning

    +

    Only vital questions are asked. Freqtrade offers a lot more configuration possibilities, which are listed in the Configuration documentation

    +
    +

    Create config examples

    +

    ``` +$ freqtrade new-config --config config_binance.json

    +

    ? Do you want to enable Dry-run (simulated trades)? Yes +? Please insert your stake currency: BTC +? Please insert your stake amount: 0.05 +? Please insert max_open_trades (Integer or 'unlimited'): 3 +? Please insert your desired timeframe (e.g. 5m): 5m +? Please insert your display Currency (for reporting): USD +? Select exchange binance +? Do you want to enable Telegram? No +```

    +

    Create new strategy

    +

    Creates a new strategy from a template similar to SampleStrategy. +The file will be named inline with your class name, and will not overwrite existing files.

    +

    Results will be located in user_data/strategies/<strategyclassname>.py.

    +

    ``` output +usage: freqtrade new-strategy [-h] [--userdir PATH] [-s NAME] + [--template {full,minimal,advanced}]

    +

    optional arguments: + -h, --help show this help message and exit + --userdir PATH, --user-data-dir PATH + Path to userdata directory. + -s NAME, --strategy NAME + Specify strategy class name which will be used by the + bot. + --template {full,minimal,advanced} + Use a template which is either minimal, full + (containing multiple sample indicators) or advanced. + Default: full.

    +

    ```

    +

    Sample usage of new-strategy

    +

    bash +freqtrade new-strategy --strategy AwesomeStrategy

    +

    With custom user directory

    +

    bash +freqtrade new-strategy --userdir ~/.freqtrade/ --strategy AwesomeStrategy

    +

    Using the advanced template (populates all optional functions and methods)

    +

    bash +freqtrade new-strategy --strategy AwesomeStrategy --template advanced

    +

    Create new hyperopt

    +

    Creates a new hyperopt from a template similar to SampleHyperopt. +The file will be named inline with your class name, and will not overwrite existing files.

    +

    Results will be located in user_data/hyperopts/<classname>.py.

    +

    ``` output +usage: freqtrade new-hyperopt [-h] [--userdir PATH] [--hyperopt NAME] + [--template {full,minimal,advanced}]

    +

    optional arguments: + -h, --help show this help message and exit + --userdir PATH, --user-data-dir PATH + Path to userdata directory. + --hyperopt NAME Specify hyperopt class name which will be used by the + bot. + --template {full,minimal,advanced} + Use a template which is either minimal, full + (containing multiple sample indicators) or advanced. + Default: full. +```

    +

    Sample usage of new-hyperopt

    +

    bash +freqtrade new-hyperopt --hyperopt AwesomeHyperopt

    +

    With custom user directory

    +

    bash +freqtrade new-hyperopt --userdir ~/.freqtrade/ --hyperopt AwesomeHyperopt

    +

    List Strategies and List Hyperopts

    +

    Use the list-strategies subcommand to see all strategies in one particular directory and the list-hyperopts subcommand to list custom Hyperopts.

    +

    These subcommands are useful for finding problems in your environment with loading strategies or hyperopt classes: modules with strategies or hyperopt classes that contain errors and failed to load are printed in red (LOAD FAILED), while strategies or hyperopt classes with duplicate names are printed in yellow (DUPLICATE NAME).

    +

    ``` +usage: freqtrade list-strategies [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] + [--strategy-path PATH] [-1] [--no-color]

    +

    optional arguments: + -h, --help show this help message and exit + --strategy-path PATH Specify additional strategy lookup path. + -1, --one-column Print output in one column. + --no-color Disable colorization of hyperopt results. May be + useful if you are redirecting output to a file.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: config.json). + Multiple --config options may be used. Can be set to + - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory. + +usage: freqtrade list-hyperopts [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] + [--hyperopt-path PATH] [-1] [--no-color]

    +

    optional arguments: + -h, --help show this help message and exit + --hyperopt-path PATH Specify additional lookup path for Hyperopt and + Hyperopt Loss functions. + -1, --one-column Print output in one column. + --no-color Disable colorization of hyperopt results. May be + useful if you are redirecting output to a file.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: config.json). + Multiple --config options may be used. Can be set to + - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory. +```

    +
    +

    Warning

    +

    Using these commands will try to load all python files from a directory. This can be a security risk if untrusted files reside in this directory, since all module-level code is executed.

    +
    +

    Example: Search default strategies and hyperopts directories (within the default userdir).

    +

    bash +freqtrade list-strategies +freqtrade list-hyperopts

    +

    Example: Search strategies and hyperopts directory within the userdir.

    +

    bash +freqtrade list-strategies --userdir ~/.freqtrade/ +freqtrade list-hyperopts --userdir ~/.freqtrade/

    +

    Example: Search dedicated strategy path.

    +

    bash +freqtrade list-strategies --strategy-path ~/.freqtrade/strategies/

    +

    Example: Search dedicated hyperopt path.

    +

    bash +freqtrade list-hyperopt --hyperopt-path ~/.freqtrade/hyperopts/

    +

    List Exchanges

    +

    Use the list-exchanges subcommand to see the exchanges available for the bot.

    +

    ``` +usage: freqtrade list-exchanges [-h] [-1] [-a]

    +

    optional arguments: + -h, --help show this help message and exit + -1, --one-column Print output in one column. + -a, --all Print all exchanges known to the ccxt library. +```

    +
      +
    • Example: see exchanges available for the bot: +``` +$ freqtrade list-exchanges +Exchanges available for Freqtrade: +Exchange name Valid reason
    • +
    +
    +

    aax True +ascendex True missing opt: fetchMyTrades +bequant True +bibox True +bigone True +binance True +binanceus True +bitbank True missing opt: fetchTickers +bitcoincom True +bitfinex True +bitforex True missing opt: fetchMyTrades, fetchTickers +bitget True +bithumb True missing opt: fetchMyTrades +bitkk True missing opt: fetchMyTrades +bitmart True +bitmax True missing opt: fetchMyTrades +bitpanda True +bittrex True +bitvavo True +bitz True missing opt: fetchMyTrades +btcalpha True missing opt: fetchTicker, fetchTickers +btcmarkets True missing opt: fetchTickers +buda True missing opt: fetchMyTrades, fetchTickers +bw True missing opt: fetchMyTrades, fetchL2OrderBook +bybit True +bytetrade True +cdax True +cex True missing opt: fetchMyTrades +coinbaseprime True missing opt: fetchTickers +coinbasepro True missing opt: fetchTickers +coinex True +crex24 True +deribit True +digifinex True +equos True missing opt: fetchTicker, fetchTickers +eterbase True +fcoin True missing opt: fetchMyTrades, fetchTickers +fcoinjp True missing opt: fetchMyTrades, fetchTickers +ftx True +gateio True +gemini True +gopax True +hbtc True +hitbtc True +huobijp True +huobipro True +idex True +kraken True +kucoin True +lbank True missing opt: fetchMyTrades +mercado True missing opt: fetchTickers +ndax True missing opt: fetchTickers +novadax True +okcoin True +okex True +probit True +qtrade True +stex True +timex True +upbit True missing opt: fetchMyTrades +vcc True +zb True missing opt: fetchMyTrades

    +

    ```

    +
    +

    missing opt exchanges

    +

    Values with "missing opt:" might need special configuration (e.g. using orderbook if fetchTickers is missing) - but should in theory work (although we cannot guarantee they will).

    +
    +
      +
    • Example: see all exchanges supported by the ccxt library (including 'bad' ones, i.e. those that are known to not work with Freqtrade): +``` +$ freqtrade list-exchanges -a +All exchanges supported by the ccxt library: +Exchange name Valid reason
    • +
    +
    +

    aax True +aofex False missing: fetchOrder +ascendex True missing opt: fetchMyTrades +bequant True +bibox True +bigone True +binance True +binanceus True +bit2c False missing: fetchOrder, fetchOHLCV +bitbank True missing opt: fetchTickers +bitbay False missing: fetchOrder +bitcoincom True +bitfinex True +bitfinex2 False missing: fetchOrder +bitflyer False missing: fetchOrder, fetchOHLCV +bitforex True missing opt: fetchMyTrades, fetchTickers +bitget True +bithumb True missing opt: fetchMyTrades +bitkk True missing opt: fetchMyTrades +bitmart True +bitmax True missing opt: fetchMyTrades +bitmex False Various reasons. +bitpanda True +bitso False missing: fetchOHLCV +bitstamp False Does not provide history. Details in https://github.com/freqtrade/freqtrade/issues/1983 +bitstamp1 False missing: fetchOrder, fetchOHLCV +bittrex True +bitvavo True +bitz True missing opt: fetchMyTrades +bl3p False missing: fetchOrder, fetchOHLCV +bleutrade False missing: fetchOrder +braziliex False missing: fetchOHLCV +btcalpha True missing opt: fetchTicker, fetchTickers +btcbox False missing: fetchOHLCV +btcmarkets True missing opt: fetchTickers +btctradeua False missing: fetchOrder, fetchOHLCV +btcturk False missing: fetchOrder +buda True missing opt: fetchMyTrades, fetchTickers +bw True missing opt: fetchMyTrades, fetchL2OrderBook +bybit True +bytetrade True +cdax True +cex True missing opt: fetchMyTrades +chilebit False missing: fetchOrder, fetchOHLCV +coinbase False missing: fetchOrder, cancelOrder, createOrder, fetchOHLCV +coinbaseprime True missing opt: fetchTickers +coinbasepro True missing opt: fetchTickers +coincheck False missing: fetchOrder, fetchOHLCV +coinegg False missing: fetchOHLCV +coinex True +coinfalcon False missing: fetchOHLCV +coinfloor False missing: fetchOrder, fetchOHLCV +coingi False missing: fetchOrder, fetchOHLCV +coinmarketcap False missing: fetchOrder, cancelOrder, createOrder, fetchBalance, fetchOHLCV +coinmate False missing: fetchOHLCV +coinone False missing: fetchOHLCV +coinspot False missing: fetchOrder, cancelOrder, fetchOHLCV +crex24 True +currencycom False missing: fetchOrder +delta False missing: fetchOrder +deribit True +digifinex True +equos True missing opt: fetchTicker, fetchTickers +eterbase True +exmo False missing: fetchOrder +exx False missing: fetchOHLCV +fcoin True missing opt: fetchMyTrades, fetchTickers +fcoinjp True missing opt: fetchMyTrades, fetchTickers +flowbtc False missing: fetchOrder, fetchOHLCV +foxbit False missing: fetchOrder, fetchOHLCV +ftx True +gateio True +gemini True +gopax True +hbtc True +hitbtc True +hollaex False missing: fetchOrder +huobijp True +huobipro True +idex True +independentreserve False missing: fetchOHLCV +indodax False missing: fetchOHLCV +itbit False missing: fetchOHLCV +kraken True +kucoin True +kuna False missing: fetchOHLCV +lakebtc False missing: fetchOrder, fetchOHLCV +latoken False missing: fetchOrder, fetchOHLCV +lbank True missing opt: fetchMyTrades +liquid False missing: fetchOHLCV +luno False missing: fetchOHLCV +lykke False missing: fetchOHLCV +mercado True missing opt: fetchTickers +mixcoins False missing: fetchOrder, fetchOHLCV +ndax True missing opt: fetchTickers +novadax True +oceanex False missing: fetchOHLCV +okcoin True +okex True +paymium False missing: fetchOrder, fetchOHLCV +phemex False Does not provide history. +poloniex False missing: fetchOrder +probit True +qtrade True +rightbtc False missing: fetchOrder +ripio False missing: fetchOHLCV +southxchange False missing: fetchOrder, fetchOHLCV +stex True +surbitcoin False missing: fetchOrder, fetchOHLCV +therock False missing: fetchOHLCV +tidebit False missing: fetchOrder +tidex False missing: fetchOHLCV +timex True +upbit True missing opt: fetchMyTrades +vbtc False missing: fetchOrder, fetchOHLCV +vcc True +wavesexchange False missing: fetchOrder +whitebit False missing: fetchOrder, cancelOrder, createOrder, fetchBalance +xbtce False missing: fetchOrder, fetchOHLCV +xena False missing: fetchOrder +yobit False missing: fetchOHLCV +zaif False missing: fetchOrder, fetchOHLCV +zb True missing opt: fetchMyTrades +```

    +

    List Timeframes

    +

    Use the list-timeframes subcommand to see the list of timeframes available for the exchange.

    +

    ``` +usage: freqtrade list-timeframes [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [-1]

    +

    optional arguments: + -h, --help show this help message and exit + --exchange EXCHANGE Exchange name (default: bittrex). Only valid if no config is provided. + -1, --one-column Print output in one column.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: 'syslog', 'journald'. See the documentation for more details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: config.json). Multiple --config options may be used. Can be set to - + to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    ```

    +
      +
    • Example: see the timeframes for the 'binance' exchange, set in the configuration file:
    • +
    +

    $ freqtrade list-timeframes -c config_binance.json +... +Timeframes available for the exchange `binance`: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M

    +
      +
    • Example: enumerate exchanges available for Freqtrade and print timeframes supported by each of them: +$ for i in `freqtrade list-exchanges -1`; do freqtrade list-timeframes --exchange $i; done
    • +
    +

    List pairs/list markets

    +

    The list-pairs and list-markets subcommands allow to see the pairs/markets available on exchange.

    +

    Pairs are markets with the '/' character between the base currency part and the quote currency part in the market symbol. +For example, in the 'ETH/BTC' pair 'ETH' is the base currency, while 'BTC' is the quote currency.

    +

    For pairs traded by Freqtrade the pair quote currency is defined by the value of the stake_currency configuration setting.

    +

    You can print info about any pair/market with these subcommands - and you can filter output by quote-currency using --quote BTC, or by base-currency using --base ETH options correspondingly.

    +

    These subcommands have same usage and same set of available options:

    +

    ``` +usage: freqtrade list-markets [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [--exchange EXCHANGE] + [--print-list] [--print-json] [-1] [--print-csv] + [--base BASE_CURRENCY [BASE_CURRENCY ...]] + [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] + [-a]

    +

    usage: freqtrade list-pairs [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [--exchange EXCHANGE] + [--print-list] [--print-json] [-1] [--print-csv] + [--base BASE_CURRENCY [BASE_CURRENCY ...]] + [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-a]

    +

    optional arguments: + -h, --help show this help message and exit + --exchange EXCHANGE Exchange name (default: bittrex). Only valid if no + config is provided. + --print-list Print list of pairs or market symbols. By default data + is printed in the tabular format. + --print-json Print list of pairs or market symbols in JSON format. + -1, --one-column Print output in one column. + --print-csv Print exchange pair or market data in the csv format. + --base BASE_CURRENCY [BASE_CURRENCY ...] + Specify base currency(-ies). Space-separated list. + --quote QUOTE_CURRENCY [QUOTE_CURRENCY ...] + Specify quote currency(-ies). Space-separated list. + -a, --all Print all pairs or market symbols. By default only + active ones are shown.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: config.json). + Multiple --config options may be used. Can be set to + - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    ```

    +

    By default, only active pairs/markets are shown. Active pairs/markets are those that can currently be traded +on the exchange. The see the list of all pairs/markets (not only the active ones), use the -a/-all option.

    +

    Pairs/markets are sorted by its symbol string in the printed output.

    +

    Examples

    +
      +
    • Print the list of active pairs with quote currency USD on exchange, specified in the default +configuration file (i.e. pairs on the "Bittrex" exchange) in JSON format:
    • +
    +

    $ freqtrade list-pairs --quote USD --print-json

    +
      +
    • Print the list of all pairs on the exchange, specified in the config_binance.json configuration file +(i.e. on the "Binance" exchange) with base currencies BTC or ETH and quote currencies USDT or USD, as the +human-readable list with summary:
    • +
    +

    $ freqtrade list-pairs -c config_binance.json --all --base BTC ETH --quote USDT USD --print-list

    +
      +
    • Print all markets on exchange "Kraken", in the tabular format:
    • +
    +

    $ freqtrade list-markets --exchange kraken --all

    +

    Test pairlist

    +

    Use the test-pairlist subcommand to test the configuration of dynamic pairlists.

    +

    Requires a configuration with specified pairlists attribute. +Can be used to generate static pairlists to be used during backtesting / hyperopt.

    +

    ``` +usage: freqtrade test-pairlist [-h] [-c PATH] + [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] + [-1] [--print-json]

    +

    optional arguments: + -h, --help show this help message and exit + -c PATH, --config PATH + Specify configuration file (default: config.json). + Multiple --config options may be used. Can be set to + - to read config from stdin. + --quote QUOTE_CURRENCY [QUOTE_CURRENCY ...] + Specify quote currency(-ies). Space-separated list. + -1, --one-column Print output in one column. + --print-json Print list of pairs or market symbols in JSON format. +```

    +

    Examples

    +

    Show whitelist when using a dynamic pairlist.

    +

    freqtrade test-pairlist --config config.json --quote USDT BTC

    +

    List Hyperopt results

    +

    You can list the hyperoptimization epochs the Hyperopt module evaluated previously with the hyperopt-list sub-command.

    +

    ``` +usage: freqtrade hyperopt-list [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [--best] + [--profitable] [--min-trades INT] + [--max-trades INT] [--min-avg-time FLOAT] + [--max-avg-time FLOAT] [--min-avg-profit FLOAT] + [--max-avg-profit FLOAT] + [--min-total-profit FLOAT] + [--max-total-profit FLOAT] + [--min-objective FLOAT] [--max-objective FLOAT] + [--no-color] [--print-json] [--no-details] + [--hyperopt-filename PATH] [--export-csv FILE]

    +

    optional arguments: + -h, --help show this help message and exit + --best Select only best epochs. + --profitable Select only profitable epochs. + --min-trades INT Select epochs with more than INT trades. + --max-trades INT Select epochs with less than INT trades. + --min-avg-time FLOAT Select epochs above average time. + --max-avg-time FLOAT Select epochs below average time. + --min-avg-profit FLOAT + Select epochs above average profit. + --max-avg-profit FLOAT + Select epochs below average profit. + --min-total-profit FLOAT + Select epochs above total profit. + --max-total-profit FLOAT + Select epochs below total profit. + --min-objective FLOAT + Select epochs above objective. + --max-objective FLOAT + Select epochs below objective. + --no-color Disable colorization of hyperopt results. May be + useful if you are redirecting output to a file. + --print-json Print output in JSON format. + --no-details Do not print best epoch details. + --hyperopt-filename FILENAME + Hyperopt result filename.Example: --hyperopt- + filename=hyperopt_results_2020-09-27_16-20-48.pickle + --export-csv FILE Export to CSV-File. This will disable table print. + Example: --export-csv hyperopt.csv

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory. +```

    +
    +

    Note

    +

    hyperopt-list will automatically use the latest available hyperopt results file. +You can override this using the --hyperopt-filename argument, and specify another, available filename (without path!).

    +
    +

    Examples

    +

    List all results, print details of the best result at the end: +freqtrade hyperopt-list

    +

    List only epochs with positive profit. Do not print the details of the best epoch, so that the list can be iterated in a script: +freqtrade hyperopt-list --profitable --no-details

    +

    Show details of Hyperopt results

    +

    You can show the details of any hyperoptimization epoch previously evaluated by the Hyperopt module with the hyperopt-show subcommand.

    +

    ``` +usage: freqtrade hyperopt-show [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [--best] + [--profitable] [-n INT] [--print-json] + [--hyperopt-filename PATH] [--no-header]

    +

    optional arguments: + -h, --help show this help message and exit + --best Select only best epochs. + --profitable Select only profitable epochs. + -n INT, --index INT Specify the index of the epoch to print details for. + --print-json Print output in JSON format. + --hyperopt-filename FILENAME + Hyperopt result filename.Example: --hyperopt- + filename=hyperopt_results_2020-09-27_16-20-48.pickle + --no-header Do not print epoch details header.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory.

    +

    ```

    +
    +

    Note

    +

    hyperopt-show will automatically use the latest available hyperopt results file. +You can override this using the --hyperopt-filename argument, and specify another, available filename (without path!).

    +
    +

    Examples

    +

    Print details for the epoch 168 (the number of the epoch is shown by the hyperopt-list subcommand or by Hyperopt itself during hyperoptimization run):

    +

    freqtrade hyperopt-show -n 168

    +

    Prints JSON data with details for the last best epoch (i.e., the best of all epochs):

    +

    freqtrade hyperopt-show --best -n -1 --print-json --no-header

    +

    Show trades

    +

    Print selected (or all) trades from database to screen.

    +

    ``` +usage: freqtrade show-trades [-h] [-v] [--logfile FILE] [-V] [-c PATH] + [-d PATH] [--userdir PATH] [--db-url PATH] + [--trade-ids TRADE_IDS [TRADE_IDS ...]] + [--print-json]

    +

    optional arguments: + -h, --help show this help message and exit + --db-url PATH Override trades database URL, this is useful in custom + deployments (default: sqlite:///tradesv3.sqlite for + Live Run mode, sqlite:///tradesv3.dryrun.sqlite for + Dry Run). + --trade-ids TRADE_IDS [TRADE_IDS ...] + Specify the list of trade ids. + --print-json Print output in JSON format.

    +

    Common arguments: + -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). + --logfile FILE Log to the file specified. Special values are: + 'syslog', 'journald'. See the documentation for more + details. + -V, --version show program's version number and exit + -c PATH, --config PATH + Specify configuration file (default: + userdir/config.json or config.json whichever + exists). Multiple --config options may be used. Can be + set to - to read config from stdin. + -d PATH, --datadir PATH + Path to directory with historical backtesting data. + --userdir PATH, --user-data-dir PATH + Path to userdata directory. +```

    +

    Examples

    +

    Print trades with id 2 and 3 as json

    +

    bash +freqtrade show-trades --db-url sqlite:///tradesv3.sqlite --trade-ids 2 3 --print-json

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/webhook-config/index.html b/en/2021.5/webhook-config/index.html new file mode 100644 index 000000000..acff87ccb --- /dev/null +++ b/en/2021.5/webhook-config/index.html @@ -0,0 +1,1201 @@ + + + + + + + + + + + + + + + + + Web Hook - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Webhook usage

    +

    Configuration

    +

    Enable webhooks by adding a webhook-section to your configuration file, and setting webhook.enabled to true.

    +

    Sample configuration (tested using IFTTT).

    +

    json + "webhook": { + "enabled": true, + "url": "https://maker.ifttt.com/trigger/<YOUREVENT>/with/key/<YOURKEY>/", + "webhookbuy": { + "value1": "Buying {pair}", + "value2": "limit {limit:8f}", + "value3": "{stake_amount:8f} {stake_currency}" + }, + "webhookbuycancel": { + "value1": "Cancelling Open Buy Order for {pair}", + "value2": "limit {limit:8f}", + "value3": "{stake_amount:8f} {stake_currency}" + }, + "webhookbuyfill": { + "value1": "Buy Order for {pair} filled", + "value2": "at {open_rate:8f}", + "value3": "" + }, + "webhooksell": { + "value1": "Selling {pair}", + "value2": "limit {limit:8f}", + "value3": "profit: {profit_amount:8f} {stake_currency} ({profit_ratio})" + }, + "webhooksellcancel": { + "value1": "Cancelling Open Sell Order for {pair}", + "value2": "limit {limit:8f}", + "value3": "profit: {profit_amount:8f} {stake_currency} ({profit_ratio})" + }, + "webhooksellfill": { + "value1": "Sell Order for {pair} filled", + "value2": "at {close_rate:8f}.", + "value3": "" + }, + "webhookstatus": { + "value1": "Status: {status}", + "value2": "", + "value3": "" + } + },

    +

    The url in webhook.url should point to the correct url for your webhook. If you're using IFTTT (as shown in the sample above) please insert our event and key to the url.

    +

    You can set the POST body format to Form-Encoded (default) or JSON-Encoded. Use "format": "form" or "format": "json" respectively. Example configuration for Mattermost Cloud integration:

    +

    json + "webhook": { + "enabled": true, + "url": "https://<YOURSUBDOMAIN>.cloud.mattermost.com/hooks/<YOURHOOK>", + "format": "json", + "webhookstatus": { + "text": "Status: {status}" + } + },

    +

    The result would be POST request with e.g. {"text":"Status: running"} body and Content-Type: application/json header which results Status: running message in the Mattermost channel.

    +

    Different payloads can be configured for different events. Not all fields are necessary, but you should configure at least one of the dicts, otherwise the webhook will never be called.

    +

    Webhookbuy

    +

    The fields in webhook.webhookbuy are filled when the bot executes a buy. Parameters are filled using string.format. +Possible parameters are:

    +
      +
    • trade_id
    • +
    • exchange
    • +
    • pair
    • +
    • limit
    • +
    • amount
    • +
    • open_date
    • +
    • stake_amount
    • +
    • stake_currency
    • +
    • fiat_currency
    • +
    • order_type
    • +
    • current_rate
    • +
    +

    Webhookbuycancel

    +

    The fields in webhook.webhookbuycancel are filled when the bot cancels a buy order. Parameters are filled using string.format. +Possible parameters are:

    +
      +
    • trade_id
    • +
    • exchange
    • +
    • pair
    • +
    • limit
    • +
    • amount
    • +
    • open_date
    • +
    • stake_amount
    • +
    • stake_currency
    • +
    • fiat_currency
    • +
    • order_type
    • +
    • current_rate
    • +
    +

    Webhookbuyfill

    +

    The fields in webhook.webhookbuyfill are filled when the bot filled a buy order. Parameters are filled using string.format. +Possible parameters are:

    +
      +
    • trade_id
    • +
    • exchange
    • +
    • pair
    • +
    • open_rate
    • +
    • amount
    • +
    • open_date
    • +
    • stake_amount
    • +
    • stake_currency
    • +
    • fiat_currency
    • +
    +

    Webhooksell

    +

    The fields in webhook.webhooksell are filled when the bot sells a trade. Parameters are filled using string.format. +Possible parameters are:

    +
      +
    • trade_id
    • +
    • exchange
    • +
    • pair
    • +
    • gain
    • +
    • limit
    • +
    • amount
    • +
    • open_rate
    • +
    • profit_amount
    • +
    • profit_ratio
    • +
    • stake_currency
    • +
    • fiat_currency
    • +
    • sell_reason
    • +
    • order_type
    • +
    • open_date
    • +
    • close_date
    • +
    +

    Webhooksellfill

    +

    The fields in webhook.webhooksellfill are filled when the bot fills a sell order (closes a Trae). Parameters are filled using string.format. +Possible parameters are:

    +
      +
    • trade_id
    • +
    • exchange
    • +
    • pair
    • +
    • gain
    • +
    • close_rate
    • +
    • amount
    • +
    • open_rate
    • +
    • current_rate
    • +
    • profit_amount
    • +
    • profit_ratio
    • +
    • stake_currency
    • +
    • fiat_currency
    • +
    • sell_reason
    • +
    • order_type
    • +
    • open_date
    • +
    • close_date
    • +
    +

    Webhooksellcancel

    +

    The fields in webhook.webhooksellcancel are filled when the bot cancels a sell order. Parameters are filled using string.format. +Possible parameters are:

    +
      +
    • trade_id
    • +
    • exchange
    • +
    • pair
    • +
    • gain
    • +
    • limit
    • +
    • amount
    • +
    • open_rate
    • +
    • current_rate
    • +
    • profit_amount
    • +
    • profit_ratio
    • +
    • stake_currency
    • +
    • fiat_currency
    • +
    • sell_reason
    • +
    • order_type
    • +
    • open_date
    • +
    • close_date
    • +
    +

    Webhookstatus

    +

    The fields in webhook.webhookstatus are used for regular status messages (Started / Stopped / ...). Parameters are filled using string.format.

    +

    The only possible value here is {status}.

    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/2021.5/windows_installation/index.html b/en/2021.5/windows_installation/index.html new file mode 100644 index 000000000..91f0685b0 --- /dev/null +++ b/en/2021.5/windows_installation/index.html @@ -0,0 +1,1009 @@ + + + + + + + + + + + + + + + + + Windows - Freqtrade + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + + +
    + +
    + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + +
    +
    + + + + + + + +

    Windows installation

    +

    We strongly recommend that Windows users use Docker as this will work much easier and smoother (also more secure).

    +

    If that is not possible, try using the Windows Linux subsystem (WSL) - for which the Ubuntu instructions should work. +Otherwise, try the instructions below.

    +

    Install freqtrade manually

    +
    +

    Note

    +

    Make sure to use 64bit Windows and 64bit Python to avoid problems with backtesting or hyperopt due to the memory constraints 32bit applications have under Windows.

    +
    +
    +

    Hint

    +

    Using the Anaconda Distribution under Windows can greatly help with installation problems. Check out the Anaconda installation section in this document for more information.

    +
    +

    1. Clone the git repository

    +

    bash +git clone https://github.com/freqtrade/freqtrade.git

    +

    2. Install ta-lib

    +

    Install ta-lib according to the ta-lib documentation.

    +

    As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of unofficial pre-compiled windows Wheels here, which needs to be downloaded and installed using pip install TA_Lib‑0.4.20‑cp38‑cp38‑win_amd64.whl (make sure to use the version matching your python version).

    +

    Freqtrade provides these dependencies for the latest 2 Python versions (3.7 and 3.8) and for 64bit Windows. +Other versions must be downloaded from the above link.

    +

    ``` powershell +cd \path\freqtrade +python -m venv .env +.env\Scripts\activate.ps1

    +

    optionally install ta-lib from wheel

    +

    Eventually adjust the below filename to match the downloaded wheel

    +

    pip install build_helpers/TA_Lib-0.4.19-cp38-cp38-win_amd64.whl +pip install -r requirements.txt +pip install -e . +freqtrade +```

    +
    +

    Use Powershell

    +

    The above installation script assumes you're using powershell on a 64bit windows. +Commands for the legacy CMD windows console may differ.

    +
    +
    +

    Thanks Owdr for the commands. Source: Issue #222

    +
    +

    Error during installation on Windows

    +

    bash +error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

    +

    Unfortunately, many packages requiring compilation don't provide a pre-built wheel. It is therefore mandatory to have a C/C++ compiler installed and available for your python environment to use.

    +

    The easiest way is to download install Microsoft Visual Studio Community here and make sure to install "Common Tools for Visual C++" to enable building C code on Windows. Unfortunately, this is a heavy download / dependency (~4Gb) so you might want to consider WSL or docker compose first.

    +
    + + + + + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/en/versions.json b/en/versions.json index ab12cc82c..2690badf8 100644 --- a/en/versions.json +++ b/en/versions.json @@ -1,4 +1,9 @@ [ + { + "version": "2021.5", + "title": "2021.5", + "aliases": [] + }, { "version": "2021.4", "title": "2021.4",