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
currently, we fetch data as it comes and sometimes there are gaps in the information between the close of day 1 and the open of day 2. this is not a normal behavior for daily data as close of day 1 should always be the open of day 2.
issues current behavior cause:
there are unexplained gaps between days where the candles are not aligned in a continuous way
when the open != previousDay.close, the candle can incorrectly be colored in the wrong way to indicate incorrect direction of trades.
currently, we fetch data as it comes and sometimes there are gaps in the information between the close of day 1 and the open of day 2. this is not a normal behavior for daily data as close of day 1 should always be the open of day 2.
issues current behavior cause:
expected behavior:
The text was updated successfully, but these errors were encountered: