marketools icon indicating copy to clipboard operation
marketools copied to clipboard

Tools for stock market analysis.

Results 13 marketools issues
Sort by recently updated
recently updated
newest added

Implement calculations for Heikin-Ashi candlesticks

enhancement

Write PyTests for prices module

tests

This will compare a stock's performance to other stocks within the same index and analyze the correlation.

enhancement

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