mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: Update import for qtpylib to technical
This commit is contained in:
parent
5bc8b02b0f
commit
e7b57d8dee
|
@ -37,5 +37,5 @@ from freqtrade.strategy import (
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
# Add your lib to import here
|
# Add your lib to import here
|
||||||
import talib.abstract as ta
|
import talib.abstract as ta
|
||||||
import freqtrade.vendor.qtpylib.indicators as qtpylib
|
from technical import qtpylib
|
||||||
```
|
```
|
||||||
|
|
|
@ -29,7 +29,7 @@ from freqtrade.strategy import (
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
# Add your lib to import here
|
# Add your lib to import here
|
||||||
import talib.abstract as ta
|
import talib.abstract as ta
|
||||||
import freqtrade.vendor.qtpylib.indicators as qtpylib
|
from technical import qtpylib
|
||||||
|
|
||||||
|
|
||||||
# This class is a sample. Feel free to customize it.
|
# This class is a sample. Feel free to customize it.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user