tr8dr / tseries-patterns

trend / momentum and other patterns in financial timeseries
MIT License
244 stars 71 forks source link

Add new column name for times and prices #11

Open coolsnake opened 3 years ago

coolsnake commented 3 years ago

In label function, times = columnFor (prices, ["time", "date", "Date","Datetime", "stamp", "timestamp"]) prices = columnFor (prices, ["Adj Close", "_adjustedclose","Close", "close", "price", "Price"])

Thanks.