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

Add documentation and references to the Calculations code #25

Closed bujowskis closed 1 year ago

bujowskis commented 1 year ago
bujowskis commented 1 year ago

@white07S is this commit the explanations?

also, what's up with cython and the changes in the testing (in the commit here)

white07S commented 1 year ago

@bujowskis Indded this commit is the explanations for those calculations.

I am not sure why Cython automatically created that file but I will try to fix it asap.

bujowskis commented 1 year ago

@white07S I mean, I'm not sure if there's anything wrong they are being created, the question is - should cython be committed?

also, did you check and make sure the learn_code.py stuff runs and works for you? It throws some errors, as if no data was found for any of the tickers provided

- AMD: No data found for this date range, symbol may be delisted

and then the index is out of bounds for iloc

I'm not sure if that's just me or there's sth wrong with the code you've commited, let me know

bujowskis commented 1 year ago

@white07S also, there seem to have risen some errors with the imports/structure and the tests are failing?