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
@@ -28,11 +28,11 @@ This repository contains all the features of the bot (trading tools, evaluation
28
28
29
29
To install OctoBot with its tentacles, just use the [latest release for your system](https://github.com/Drakkar-Software/OctoBot/releases/latest) and your OctoBot is ready !
30
30
31
-
Find the answers to the most common questions in [our FAQ](https://octobot.info/usage/frequently-asked-questions-faq).
31
+
Find the answers to the most common questions in [our FAQ](https://www.octobot.info/usage/frequently-asked-questions-faq).
OctoBot is highly customizable using its configuration and tentacles system.
38
38
You can build your own bot using the infinite [configuration](https://www.octobot.online/guides/#trading_modes) possibilities such as
@@ -41,7 +41,7 @@ You can build your own bot using the infinite [configuration](https://www.octobo
41
41
OctoBot is **AI ready**: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries such as [Tensorflow](https://github.com/tensorflow/tensorflow) or
42
42
any other lib and take advantage of all the available data and create a very powerful trading strategy.
43
43
44
-
Octobot's main feature is **evolution** : you can [install](https://octobot.info/advanced_usage/tentacle-manager),
44
+
Octobot's main feature is **evolution** : you can [install](https://www.octobot.info/advanced_usage/tentacle-manager),
45
45
[modify](https://developer.octobot.info/guides/customize-your-octobot) and even [create](https://developer.octobot.info/guides/developer-guide) any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions!
46
46
47
47
## Hardware requirements
@@ -52,13 +52,13 @@ Octobot's main feature is **evolution** : you can [install](https://octobot.info
52
52
## Installation
53
53
OctoBot's installation is **very simple**... because **very documented** ! See the [installation guides](https://www.octobot.online/guides/#installation) for more info.
Follow the [python installation guide](https://www.octobot.online/python_installation/)
86
86
87
87
In short :
@@ -93,30 +93,30 @@ python3 start.py
93
93
```
94
94
95
95
#### One click deployment
96
-
Follow the [Digital Ocean installation guide](https://www.octobot.online/digital_ocean_installation/)
96
+
Follow the [Digital Ocean installation guide](https://octobot.click/gh-do-install)
97
97
98
98
In short :
99
99
100
-
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Drakkar-Software/OctoBot/tree/master&refcode=40c9737100b1)
100
+
[](https://octobot.click/gh-do-deploy)
101
101
102
102
- Get 60-day free Digital Ocean hosting by registering with [OctoBot referral link](https://m.do.co/c/40c9737100b1).
103
103
104
-
[](https://cloud.okteto.com/deploy?repository=https://github.com/Drakkar-Software/OctoBot&branch=master)
104
+
[](https://octobot.click/gh-okteto-deploy)
105
105
106
106
- Free 24-hour demo repeatable indefinitely on Okteto simply using your Github account
Octobot supports many [exchanges](https://exchanges.octobot.info/) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
119
+
Octobot supports many [exchanges](https://octobot.click/gh-exchanges) thanks to the [ccxt library](https://github.com/ccxt/ccxt).
120
120
To activate trading on an exchange, just configure OctoBot with your api keys as described [on the exchange documentation](https://www.octobot.online/guides/#exchanges).
121
121
122
122
## Disclaimer
@@ -132,7 +132,7 @@ Do not hesitate to read the source code and understand the mechanism of this bot
132
132
## License
133
133
GNU General Public License v3.0 or later.
134
134
135
-
See [LICENSE](https://github.com/Drakkar-Software/OctoBot/blob/master/LICENSE) to see the full text.
135
+
See [LICENSE](https://octobot.click/gh-license) to see the full text.
0 commit comments