From 7e463b209c99162f2213cf75d16bf0fe1400b405 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 15 Dec 2018 13:28:00 +0100 Subject: [PATCH 1/3] Add link to contributing for "wanna help" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571709e3b..30ca839a9 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ hesitate to read the source code and understand the mechanism of this bot. - [Requirements](#requirements) - [Min hardware required](#min-hardware-required) - [Software requirements](#software-requirements) -- [Wanna help?] +- [Wanna help?](https://github.com/freqtrade/freqtrade/blob/develop/CONTRIBUTING.md) ## Quick start From b4f1a80dc13a5a12fab1f32f4c4457fb307be1ae Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 15 Dec 2018 14:21:14 +0100 Subject: [PATCH 2/3] Add edge oneliner to index --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ca839a9..858611d3b 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,15 @@ hesitate to read the source code and understand the mechanism of this bot. - [x] **Dry-run**: Run the bot without playing money. - [x] **Backtesting**: Run a simulation of your buy/sell strategy. - [x] **Strategy Optimization by machine learning**: Use machine learning to optimize your buy/sell strategy parameters with real exchange data. -- [x] **Whitelist crypto-currencies**: Select which crypto-currency you want to trade. +- [x] **Risk Reward calculation based trading**: Builtin win rate and risk reward ratio using [edge](https://github.com/freqtrade/freqtrade/blob/develop/docs/edge.md). +- [x] **Whitelist crypto-currencies**: Select which crypto-currency you want to trade or use dynamic whitelists. - [x] **Blacklist crypto-currencies**: Select which crypto-currency you want to avoid. - [x] **Manageable via Telegram**: Manage the bot with Telegram - [x] **Display profit/loss in fiat**: Display your profit/loss in 33 fiat. - [x] **Daily summary of profit/loss**: Provide a daily summary of your profit/loss. - [x] **Performance status report**: Provide a performance status of your current trades. + ## Table of Contents - [Quick start](#quick-start) @@ -51,6 +53,7 @@ hesitate to read the source code and understand the mechanism of this bot. - [Backtesting](https://github.com/freqtrade/freqtrade/blob/develop/docs/backtesting.md) - [Hyperopt](https://github.com/freqtrade/freqtrade/blob/develop/docs/hyperopt.md) - [Sandbox Testing](https://github.com/freqtrade/freqtrade/blob/develop/docs/sandbox-testing.md) + - [Edge](https://github.com/freqtrade/freqtrade/blob/develop/docs/edge.md) - [Basic Usage](#basic-usage) - [Bot commands](#bot-commands) - [Telegram RPC commands](#telegram-rpc-commands) @@ -63,6 +66,7 @@ hesitate to read the source code and understand the mechanism of this bot. - [Min hardware required](#min-hardware-required) - [Software requirements](#software-requirements) - [Wanna help?](https://github.com/freqtrade/freqtrade/blob/develop/CONTRIBUTING.md) + - [Dev - getting started](https://github.com/freqtrade/freqtrade/blob/develop/docs/developer.md) (WIP) ## Quick start From d421e4e8afb7b345363f5732d4171b4d355ba59a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 15 Dec 2018 19:15:38 +0100 Subject: [PATCH 3/3] update edge description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 858611d3b..0d0724d3a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ hesitate to read the source code and understand the mechanism of this bot. - [x] **Dry-run**: Run the bot without playing money. - [x] **Backtesting**: Run a simulation of your buy/sell strategy. - [x] **Strategy Optimization by machine learning**: Use machine learning to optimize your buy/sell strategy parameters with real exchange data. -- [x] **Risk Reward calculation based trading**: Builtin win rate and risk reward ratio using [edge](https://github.com/freqtrade/freqtrade/blob/develop/docs/edge.md). +- [x] **Edge position sizing** Calculate your win rate, risk reward ratio, the best stoploss and adjust your position size before taking a position for each specific market. [Learn more](https://github.com/freqtrade/freqtrade/blob/develop/docs/edge.md) - [x] **Whitelist crypto-currencies**: Select which crypto-currency you want to trade or use dynamic whitelists. - [x] **Blacklist crypto-currencies**: Select which crypto-currency you want to avoid. - [x] **Manageable via Telegram**: Manage the bot with Telegram