Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 310d33d

Browse files
author
0x78f1935
committed
Fixed readme
1 parent 6730522 commit 310d33d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.MD

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ This tool makes use of docker. Once a running container has been established and
1313
# <a name="table-of-contents"></a>Table of Contents
1414
1. [Table of Contents](#table-of-contents)
1515
2. [Disclaimer](#Disclaimer)
16-
3. [Why PyNance](#why)
17-
4. [Requirements & Dependencies](#req)
16+
3. [Quick Start](#quick-start)
17+
4. [Why PyNance](#why)
18+
5. [Requirements & Dependencies](#req)
1819
* [Production Req and Dep](#req-prod)
1920
- [Binance Account](#binance-account)
2021
- [Binance API Credentials](#binance-api)
@@ -29,19 +30,25 @@ This tool makes use of docker. Once a running container has been established and
2930
- [(win10) PyNance Listener](#install-pynance-listener)
3031
- [(win10) MySQL](#install-mysql)
3132
- [PyNance Configuration](#install-configuration)
32-
5. [Get Started](#get-started)
33+
6. [Get Started](#get-started)
3334
- [Binance Account](#binance-account)
3435
- [Binance API Credentials](#binance-api)
3536
- [PyNance Configuration](#pynance-config)
3637
- [PyNance Installation](#pynance-installation)
37-
6. [PyNance Configuration](#install-configuration)
38+
7. [PyNance Configuration](#install-configuration)
3839
* [Localization](#localization)
3940
* [Database Password](#database-pass)
40-
7. [PyNance Backups](#pynance-backups)
41-
8. [Quick Start](#quick-start)
41+
8. [PyNance Backups](#pynance-backups)
4242
9. [Frequently Asked Questions](#faq)
4343
10. [Community](#community)
4444

45+
# <a name="Community"></a>Quick start
46+
- 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+
4552
# <a name="why"></a>Why PyNance
4653

4754
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
223230

224231
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`.
225232

226-
# <a name="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-
233233
# <a name="faq"></a>Frequently Asked Questions
234234

235235
- 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

Comments
 (0)