KrakenBacktestGetter

Description

Gather prices data of some cryptocurrencies for testing purposes.

Code

class KrakenBacktestGetter. KrakenBacktestGetter ( apiKey , apiPrivateKey , githubToken , repoName , dataBranchName )
close ( )

Does everything needed on destruction, at the end of the execution. Like writing and sending backtesting data to Github.

getToken ( )

Gets the token delivered from Kraken.

ws_thread ( * args )

Used by the _thread.start_new_thread function to run the code of ws_thread into another thread