personal-coding

Results 10 issues of personal-coding

Anytime I try to change the dates of the data files in the main.R file, I receive this error: ``` > # assign zig-zag to top states > zig$topstate for...

Your test and train datasets are the same

Were you able to test this model against financial time series? Does the model work well with more-complex time series, such as FOREX or stock market forecasting?

Isn't your label and return_next column showing the next row's return?

Can you walk through running the code? Is it just copying [this code](https://github.com/zbanga/FXCM_currency/blob/master/Automated%20Algo.ipynb) into a python script? If that is the case, my results after commission are much lower than...

Luke, Your random forest is using a randomized train / test split. Your technical indicators embed prior day information into the calculations, which is leaking data into your randomized splits....

Is the user guide plot still accurate? My tests are generally showing break-even return.

I receive the below error when running this line `test_dataset.add_technical_indicator(random_forest)` `Traceback (most recent call last): File "C:/Users/russi/PycharmProjects/stock-market-prediction-master/Stock Master.py", line 59, in test_dataset.add_technical_indicator(random_forest) File "C:\Users\russi\AppData\Local\Programs\Python\Python36\lib\site-packages\nowtrade\dataset.py", line 127, in add_technical_indicator technical_indicator.results(self.data_frame) File...

Was there any data preprocessing you did before running the deeptrends code? Can you share the datasets you used?

I think the objective of the prediction should be different. If you compare the predicted ups and downs of the stock against the model, they are 50% which is no...