mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
refactor feature details doc
This commit is contained in:
parent
9199fd5964
commit
0e9e6b3443
|
@ -22,18 +22,13 @@ Freqtrade is a crypto-currency algorithmic trading software develop in python (3
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Based on Python 3.6+: For botting on any operating system — Windows, macOS and Linux.
|
1. Download markets datas : download historical datas of the exchange and the markets your may want to trade with.
|
||||||
- Persistence: Persistence is achieved through sqlite database.
|
2. Select markets : create your list or use an automatic one based on top traded volume (not available during backtesting). You can blacklist markets you don't want to trade.
|
||||||
- Dry-run mode: Run the bot without playing money.
|
3. Backtest : Test your strategy on past datas (based on [ohcl](https://en.wikipedia.org/wiki/Open-high-low-close_chart) candles).
|
||||||
- Backtesting: Run a simulation of your buy/sell strategy with historical data.
|
4. Optimize : Find the best parameters for your strategy (use machine leaning)
|
||||||
- Strategy Optimization by machine learning: Use machine learning to optimize your buy/sell strategy parameters with real exchange data.
|
5. Run : Run the bot on exchange without playing money (dry-run) or with money (live).
|
||||||
- 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.
|
6. Run using edge (optionnal module) : the concept is to find the best historical [trade expectancy](https://www.freqtrade.io/en/latest/edge/#expectancy) by markets based on variation of the stop-loss and then allow/reject markets to trade (the sizing of the trade is based on a risk of a percentage of your capital)
|
||||||
- Whitelist crypto-currencies: Select which crypto-currency you want to trade or use dynamic whitelists based on market (pair) trade volume.
|
7. Control/Monitor/Analyse : use Telegram or a REST API (start/stop the bot, profit/loss, daily summary, current open trades results...). Futher analysis can be done as trades are saved (SQLite database)
|
||||||
- Blacklist crypto-currencies: Select which crypto-currency you want to avoid.
|
|
||||||
- Manageable via Telegram or REST APi: Manage the bot with Telegram or via the builtin REST API.
|
|
||||||
- Display profit/loss in fiat: Display your profit/loss in any of 33 fiat currencies supported.
|
|
||||||
- Daily summary of profit/loss: Receive the daily summary of your profit/loss.
|
|
||||||
- Performance status report: Receive the performance status of your current trades.
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user