Files
freqtrade-strategies/user_data
Joe Schr a0f8971094 fix(TrailingSL): use integer index instead of last_updated
I fixed this as discussed, but:
- I didn't use `last()` because it's only available for `DatetimeIndex`
- I didn't use `.iloc[-1]` because there are a lot of stern warnings in the docs do don't use it and I don't want to confuse less technically aligned user by now using it in an "official" sample
- I did use `.iat[-1]` because it's supposed to be fasted by working on the Series of the requested column directly
2021-03-04 18:32:23 +01:00
..
2020-08-02 11:01:27 +02:00