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
The flags for Weekly and Monthly intervals is not working when Polygon is the source. Polygon allows any interval to be used, so this shouldn't be the result of the API limitations.
The sort fields for the --raw flag are not valid for Polygon as a source. There are different columns, and there is no column for LogRet and Returns.
Also, related to #2032 - sorting the raw data using candle --raw does not allow you to use the descending flag -d to show the tail of the data frame, i.e., the earliest date first.
The text was updated successfully, but these errors were encountered:
…lygon as source. (#2051)
* fixed polygon timespan, it wasn't using the montly/weekly flags
* validate if the column exists before proceeding with the sort
* if the stock dataframe is empty we'll keep the previous behaviour. also, added quotes to keep the formatting the same as the original message.
Co-authored-by: Chavithra <[email protected]>
The flags for Weekly and Monthly intervals is not working when Polygon is the source. Polygon allows any interval to be used, so this shouldn't be the result of the API limitations.
The sort fields for the
--raw
flag are not valid for Polygon as a source. There are different columns, and there is no column forLogRet and Returns
.Also, related to #2032 - sorting the raw data using
candle --raw
does not allow you to use the descending flag-d
to show the tail of the data frame, i.e., the earliest date first.The text was updated successfully, but these errors were encountered: