Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ednunezg authored Jun 15, 2021
1 parent ef69b1d commit f3e1e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ results = detect(
config={
# Force the tolerance to be derived from last candle price
"max_allowable_error_pt_to_trend": lambda candles: candles.iloc[-1].Close / 100,
"max_allowable_error_pt_to_trend": lambda candles: candles.df.iloc[-1].Close / 100,
}
)
```
Expand Down Expand Up @@ -144,4 +144,4 @@ Library can install using pip:

```
pip install trendln
```
```

0 comments on commit f3e1e94

Please sign in to comment.