From 1c330ae1773dd490ae8766afa8b3ee0a59a32f5d Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Mon, 20 Nov 2017 13:31:41 +0100 Subject: [PATCH] Initial commit --- .idea/crypto-arbitrage-bot.iml | 12 + .idea/inspectionProfiles/Project_Default.xml | 15 + .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 534 ++++++++++++++----- README.rst | 4 +- bot/core.py | 144 +++-- bot/market_data_analyzer.py | 70 --- bot/market_data_crawler.py | 159 ------ bot/shared_config.py | 9 - docs/conf.py | 16 +- requirements.txt | 8 +- setup.py | 10 +- 14 files changed, 552 insertions(+), 450 deletions(-) create mode 100644 .idea/crypto-arbitrage-bot.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml delete mode 100644 bot/market_data_analyzer.py delete mode 100644 bot/market_data_crawler.py diff --git a/.idea/crypto-arbitrage-bot.iml b/.idea/crypto-arbitrage-bot.iml new file mode 100644 index 0000000..4577a78 --- /dev/null +++ b/.idea/crypto-arbitrage-bot.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..280893b --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,15 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..40adb60 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..01aeb6c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 093d036..6f69d16 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,16 @@ - + + + + - + + + - - - + + + - - - - - - - - - - - - - + + + + + @@ -48,33 +45,13 @@ - - - - - - - - - - - - - - - - - - - - - - + + - + @@ -90,35 +67,61 @@ - - + + - - - - - + + + - - + + - - - - - + + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -133,6 +136,14 @@ + + + bids + order_book + symbol + ask + + @@ -142,24 +153,51 @@ - + + + + + + + + + Python + + + + + PyCompatibilityInspection + + + + + + @@ -175,26 +213,47 @@ - - - + + - - + + + + + + + + + + + +