Skip to content

Commit 6f94dd5

Browse files
authored
Merge pull request #3169 from Drakkar-Software/dev
Master update
2 parents 1b2fc4f + f11e61c commit 6f94dd5

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Are you looking for a bot you can setup from the peaceful environment of your ho
3838

3939
OctoBot is designed for crypto investors who want to automate their trading strategies in a simple way, using a graphic interface to:
4040
- Configure the details of their strategy and its traded markets and exchange(s)
41-
- Test and optimize the strategy using [backtesting](https://www.octobot.cloud/en/guides/octobot-usage/backtesting)
41+
- Test and optimize the strategy using [backtesting](https://www.octobot.cloud/en/guides/octobot-usage/backtesting?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=backtesting)
4242
- Live test it with paper money
4343
- Execute it on a real exchange account, by automatically sending orders to the exchange
4444

4545
Once started, an OctoBot can be followed using its web interface, making it reachable when running on a cloud server.
46-
OctoBot can also be connected to a Telegram bot, therefore turning OctoBot into a [Telegram trading bot](https://www.octobot.cloud/en/guides/octobot-interfaces/telegram).
46+
OctoBot can also be connected to a Telegram bot, therefore turning OctoBot into a [Telegram trading bot](https://www.octobot.cloud/en/guides/octobot-interfaces/telegram?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=telegram).
4747

4848
You can also follow your trading bot from the OctoBot mobile app, which is designed to automate [octobot.cloud](https://www.octobot.cloud/trading-bot?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_app_section) strategies, the app can also be used to follow your open source OctoBot's profits, portfolio, open orders and trades.
4949

@@ -62,7 +62,7 @@ You can also follow your trading bot from the OctoBot mobile app, which is desig
6262
OctoBot is more than just a strategy execution engine, it can also simulate investments using [risk-free paper trading](https://www.octobot.cloud/en/guides/octobot-usage/simulator?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=risk-free_paper_trading).
6363

6464

65-
Even better, the trading robot comes with its [built-in backtesting engine](https://www.octobot.cloud/en/guides/octobot-usage/backtesting?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=backtesting) to help you test and optimize your strategy over a long period of time with a simulated portfolio and historical exchange data.
65+
Even better, the trading robot comes with its [built-in backtesting engine](https://www.octobot.cloud/en/guides/octobot-usage/backtesting?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=backtesting_engine) to help you test and optimize your strategy over a long period of time with a simulated portfolio and historical exchange data.
6666

6767
<p align="middle">
6868
<img alt='Backtesting report using grid trading on eth btc with 8 percent profit' src='../assets/backtesting_report.jpg' width="630px"/>
@@ -119,7 +119,8 @@ OctoBot can also [automate market making strategies](https://github.com/Drakkar-
119119
<p align="middle">
120120
<img alt='octobot market making dashboard with buy and sell orders' src='https://raw.githubusercontent.com/Drakkar-Software/OctoBot-Market-Making/master/docs/octobot-market-making-dashboard-with-buy-and-sell-orders.png' width="630px"/>
121121
</p>
122-
Advanced market making strategies can be automated on [market-making.octobot.cloud](https://market-making.octobot.cloud/), the self-service market making platform based on OctoBot. Feel free to contact us if you have any questions about it.
122+
123+
Advanced market making strategies can be automated on [market-making.octobot.cloud](https://market-making.octobot.cloud?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=market-making), the self-service market making platform based on OctoBot. Feel free to contact us if you have any questions about it.
123124

124125
### Institutional custom strategies
125126
If you represent an institution that is interested in a commercial license or custom development to suit your specific needs or strategy please contact us at <a href="mailto:contact@drakkar.software">contact@drakkar.software</a>.
@@ -139,7 +140,7 @@ OctoBot can be easily launched in the cloud from the [DigitalOcean Marketplace](
139140

140141
### Using the OctoBot Executable
141142
This is the easiest way to download and install OctoBot on your computer or server. Here is [our executable installation guide](https://www.octobot.cloud/en/guides/octobot-installation/install-octobot-on-your-computer?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=readme_local_installation).
142-
Note: The latest release executables for Windows, MacOS, Linux and Raspberry Pi are automatically built and pushed to the [releases](releases) page.
143+
Note: The latest release executables for Windows, MacOS, Linux and Raspberry Pi are automatically built and pushed to the [releases](https://github.com/Drakkar-Software/OctoBot/releases) page.
143144

144145
### Using the OctoBot Docker image
145146
You can also install OctoBot using the [OctoBot Docker image](https://hub.docker.com/r/drakkarsoftware/octobot). Here is our [using Docker installation guide](https://www.octobot.cloud/en/guides/octobot-installation/install-octobot-with-docker-video?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=readme_docker_installation).
@@ -166,7 +167,7 @@ Please have a look at our [contributing guide](CONTRIBUTING.md) to read our guid
166167

167168
### Contribute to OctoBot from a local IDE
168169
We recommend using a [VSCode](https://code.visualstudio.com/)-based IDE to contribute to OctoBot however [PyCharm](https://www.jetbrains.com/pycharm/) can also be used.
169-
As the OctoBot code is split into different repositories, we created a [developer installation guide](https://www.octobot.cloud/en/guides/octobot-developers-environment/setup-your-environment) to help setting up a VSCode or PyCharm environment.
170+
As the OctoBot code is split into different repositories, we created a [developer installation guide](https://www.octobot.cloud/en/guides/octobot-developers-environment/setup-your-environment?utm_source=github&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=setup_your_environment) to help setting up a VSCode or PyCharm environment.
170171

171172
### Contribute to OctoBot from Ona (formerly Gitpod)
172173
Make changes and contribute to OctoBot in a single click with an **already setup and ready to code developer environment** using Ona.

full_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Drakkar-Software full requirements
2-
OctoBot-Commons[full]==1.9.91
2+
OctoBot-Commons[full]==1.9.92
33
OctoBot-Trading[full]==2.4.237
44
OctoBot-Evaluators[full]==1.9.9
55
OctoBot-Tentacles-Manager[full]==2.9.19

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Drakkar-Software requirements
2-
OctoBot-Commons==1.9.91
2+
OctoBot-Commons==1.9.92
33
OctoBot-Trading==2.4.237
44
OctoBot-Evaluators==1.9.9
55
OctoBot-Tentacles-Manager==2.9.19

0 commit comments

Comments
 (0)