mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
typo in docs and comments
This commit is contained in:
parent
4d9ca71c82
commit
e5406ed3cf
|
@ -182,7 +182,7 @@ Use `/reload_conf` to reset the blacklist.
|
||||||
|
|
||||||
### /edge
|
### /edge
|
||||||
|
|
||||||
Shows pairs accepted by pais along with their corresponding winrate, expectancy and stoploss values.
|
Shows pairs validated by Edge along with their corresponding winrate, expectancy and stoploss values.
|
||||||
|
|
||||||
> **Edge only validated following pairs:**
|
> **Edge only validated following pairs:**
|
||||||
```
|
```
|
||||||
|
|
|
@ -494,7 +494,7 @@ class Telegram(RPC):
|
||||||
def _edge(self, bot: Bot, update: Update) -> None:
|
def _edge(self, bot: Bot, update: Update) -> None:
|
||||||
"""
|
"""
|
||||||
Handler for /edge
|
Handler for /edge
|
||||||
Shows informaton related to Edge
|
Shows information related to Edge
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
edge_pairs = self._rpc_edge()
|
edge_pairs = self._rpc_edge()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user