mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #2429 from hroff-1902/minor-typos-2
minor: Fix typo in docs
This commit is contained in:
commit
0b8d04d75e
|
@ -135,7 +135,7 @@ To allow the bot to trade all the available `stake_currency` in your account set
|
|||
In this case a trade amount is calclulated as:
|
||||
|
||||
```python
|
||||
currency_balanse / (max_open_trades - current_open_trades)
|
||||
currency_balance / (max_open_trades - current_open_trades)
|
||||
```
|
||||
|
||||
### Understand minimal_roi
|
||||
|
|
Loading…
Reference in New Issue
Block a user