Matt Stone
Matt Stone
Just adding to this.. something does look a bit broken with the trend identification algorithm. This is the test data I've used. test = investpy.get_stock_historical_data(stock='AAPL', country='united states', from_date='01/04/2020', to_date='20/07/2020') df...
Thank you for that!
worked for me.. also should.. - (void) sendEvent:(NSString *)eventName withData:(id)data { also be changed to.. - (void) sendEvent:(NSString *)eventName withData:(NSArray *)data { as well?