MarcellThoth

Results 2 issues of MarcellThoth

https://github.com/anfederico/gemini/blob/master/examples/mean_reversion.ipynb Could you reupload the repository for the sample strategy please?

On the V3_01a.py at ``` def send_command(self, command): self.command = command + self.authorization_code + "^" "!" self.timeout = False try: self.sock.send(bytes(self.command, "utf-8")) data_received = '' try: data_received = data_received +...