white07S / Fibonacci-Retracement

Machine learning model for finding Retracement,Support and Resistance
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Format date and time #16

Closed white07S closed 1 year ago

white07S commented 1 year ago
white07S commented 1 year ago

US holidays were added to format the data to deal with usual but non-trading days (#missing values)

bujowskis commented 1 year ago

not sure how to integrate that with the datasplit puller

white07S commented 1 year ago

We will be using date or datetime column as index or x-axis

You pass the index as nd.array or pd.dataframe and it returns a datetime type of object that will be used to adjust the index column.

bujowskis commented 1 year ago

I'll add the naive script and we'll adjust it then

bujowskis commented 1 year ago

this one's finished, related work in data split issue