Small doc-reorg adding "advanced topics" as main header

This commit is contained in:
Matthias
2021-02-02 20:03:01 +01:00
parent fa8156b321
commit f0532f28cf
2 changed files with 11 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ 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).