Albert Ratajczak

Results 11 issues of Albert Ratajczak

Is there a command I can call in terminal to change the layout?

Implement calculations for Heikin-Ashi candlesticks

enhancement

Write PyTests for prices module

tests

Implement Bollinger Bands

enhancement

Implement trend finding

enhancement

Write tests for all classes/methods/functions in the file stock.py

tests

Add functionality to get tickers of stocks in a given stock market index, e.g.: get_tickers_in('WIG') ToDo: * decide on the output type (list, tuple, DataFrame...) * function (or class) should...

enhancement

Write docstrings for all classes/methods/functions. * decide on format * divide this task for more tasks if needed

documentation

At the moment, OHLC and fundamental data are saved into CSV files after they are downloaded from Stooq. The update of the data happens once a day (at 8 pm)....

enhancement

Write tests for all classes/methods/functions in the sub-package analysis

tests