Skip to content

Commit

Permalink
Update bot-basics.md
Browse files Browse the repository at this point in the history
Term usage mistake (The first in the pair is the base and second is the quote)
  • Loading branch information
yehya-dev authored Aug 31, 2021
1 parent ab9a437 commit 4cc1f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bot-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page provides you some basic concepts on how Freqtrade works and operates.
* **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).
* **Pair**: Tradable pair, usually in the format of Base/Quote (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.
Expand Down

0 comments on commit 4cc1f2b

Please sign in to comment.