Apply suggested documentation changes from code review

Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias
2020-07-04 09:43:49 +02:00
committed by GitHub
parent c2a6f70b4c
commit c4a9a79be0
4 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
# Freqtrade basics
This page will try to teach you some basic concepts on how freqtrade works and operates.
This page provides you some basic concepts on how Freqtrade works and operates.
## Freqtrade terminology
* Trade: Open position
* 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"`, ...).