You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2024. It is now read-only.
- Make sure you have a [binance account](#binance-account) with [API credentials](#binance-api).
47
+
- Make sure you have [docker installed](#req)
48
+
- Copy and paste your [API credentials](#binance-api) into [/pynance-webinterface/backend/config/production.py](#pynance-config)
49
+
- Open a terminal in the root folder of the project and [deploy the containers](#pynance-installation)
50
+
- profit.
51
+
45
52
# <aname="why"></a>Why PyNance
46
53
47
54
Binance is a crypto exchange which allows you to trade crypto currency. I got tired of looking at graphs all day to manage my stop limits so naturally I tried to figure out ways to automate this process. I found a couple of Python libraries which talked to the Binance api. The required dependencies looked a little weird to me so I decided to make my own Binance library. This library only has one dependency: `requests`. After playing around with it I created the very first PyNance bot based on this library. Some friends got interested but didn't knew how to code. I took this as one of my weekend projects which I usually schedule to not get bored and created this complete webinterface around it. The goal of PyNance is to swingtrade crypto currency. Create buy orders when the price is low, and sells when the price is high. This bot is more patient than you do!
@@ -223,13 +230,6 @@ And your done! It's that simple. Open up your favorite browser (recommended: goo
223
230
224
231
The docker environment is configured so the data in the `MySQL` database is stored on disk and not locked away in docker itself. This should mean that whenever you `git pull` the latest version you should keep your data in the database. The data can be found in `/pynance-webinterface/backend/config/docker/database/backup`.
225
232
226
-
# <aname="Community"></a>Quick start
227
-
- Make sure you have a [binance account](#binance-account) with [API credentials](#binance-api).
228
-
- Make sure you have [docker installed](#req)
229
-
- Copy and paste your [API credentials](#binance-api) into [/pynance-webinterface/backend/config/production.py](#pynance-config)
230
-
- Open a terminal in the root folder of the project and [deploy the containers](#pynance-installation)
231
-
- profit.
232
-
233
233
# <aname="faq"></a>Frequently Asked Questions
234
234
235
235
- I recieve the error: `standard_init_linux.go:190: exec user process caused "no such file or directory"`. What should I do?
0 commit comments