You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider removing the above line as TR is not calculated if same dataframe is passed with new rows as it happens in realtime situation. Hence ATR gets calculated incorrectly. I am calling ST / ATR post creation of each 2 min candle (dataframe row), so every 2 mins ST / ATR function gets called with new dataframe rows appended.
The text was updated successfully, but these errors were encountered:
Technical-Indicators/indicator/indicators.py
Line 163 in c3f9e09
Consider removing the above line as TR is not calculated if same dataframe is passed with new rows as it happens in realtime situation. Hence ATR gets calculated incorrectly. I am calling ST / ATR post creation of each 2 min candle (dataframe row), so every 2 mins ST / ATR function gets called with new dataframe rows appended.
The text was updated successfully, but these errors were encountered: