refactor: Update import in t_atr_ema.py to use data_utils module
This commit is contained in:
parent
c2ac523d83
commit
0f60515442
@ -4,7 +4,7 @@ from datetime import datetime, timedelta
|
||||
import pandas as pd
|
||||
from db.db_connection import create_client
|
||||
from trading.position_calculator import PositionCalculator
|
||||
from screener.t_sunnyband import get_stock_data
|
||||
from utils.data_utils import get_stock_data
|
||||
from indicators.three_atr_ema import ThreeATREMAIndicator
|
||||
|
||||
def check_atr_ema_bullish_signal(df: pd.DataFrame) -> bool:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user