GreedyBoy

Description

GreedyBoy is the main class where every decisions will be taken.

Code

class GreedyBoy. GreedyBoy ( apiKey , apiPrivateKey , githubToken , repoName , dataBranchName , limitTime )
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

GreedyBoy. main ( event , context )