Matthias
|
7ae9b90174
|
Further clarify backtesting trailing stop logic
part of #5816
|
5 years ago |
Matthias
|
053fb076e4
|
Add documentation for breakdown command
|
5 years ago |
Matthias
|
47bba331c1
|
Merge branch 'develop' into pr/rextea/4606
|
5 years ago |
Matthias
|
b0c4f079c2
|
Merge branch 'develop' into feat/backtest_detail
|
5 years ago |
Matthias
|
1cbe303434
|
Add documentation for --detail-timeframe
|
5 years ago |
Matthias
|
1f3ccc2587
|
DefaultStrategy does not need to be limited
|
5 years ago |
Matthias
|
77293b1f1e
|
Remove Zero duration Trades
after the recent backtesting fixes, this metric no longer makes sense, as it can't really be 0 any longer.
|
5 years ago |
Matthias
|
8bb464bd64
|
Merge pull request #5108 from rokups/rk/pessimistic-trailing-stoploss
Implement most pessimistic handling of trailing stoploss.
|
5 years ago |
Matthias
|
b38ab84a13
|
Add documentation mention about new behaviour
|
5 years ago |
barbarius
|
1bb04bb0c2
|
Moved daily avg trade row next to total trades on backtest results
|
5 years ago |
Matthias
|
cf7394d01c
|
Export backtesting results by default
closes #4977
|
5 years ago |
Matthias
|
a39860e0de
|
Add tests for rejected signals
|
5 years ago |
Matthias
|
08c707e0cf
|
Update docs with new format
|
5 years ago |
Rokas Kupstys
|
e1dc1357ce
|
Add drawdown column to strategy summary table.
|
5 years ago |
Rokas Kupstys
|
edcfa94093
|
Include zero duration trades in backtesting report.
|
5 years ago |
Matthias
|
6a9c47d15f
|
Update docs with new options
|
5 years ago |
Matthias
|
c2be9b971c
|
Improve backtest assumptions with fill rules
|
5 years ago |
Matthias
|
6555454bd2
|
Remove more ticker_interval occurances
|
5 years ago |
rextea
|
2bed41da5d
|
Add days breakdown table to backtesting
|
5 years ago |
Matthias
|
bc05d03126
|
Make best / worst day absolute
|
5 years ago |
Matthias
|
d9d5617432
|
UPdate backtesting doc for total profit calc
|
5 years ago |
Matthias
|
6018a05343
|
Improve backtest documentation
|
5 years ago |
Matthias
|
f5bb5f56f1
|
Update documentation with backtesting compounding possibilities
|
5 years ago |
Matthias
|
d3fb473e57
|
Improve backtesting documentation
|
5 years ago |
Matthias
|
f04f07299c
|
Improve backtesting metrics
|
5 years ago |
Matthias
|
72f21fc5ec
|
Add trade-volume metric
|
5 years ago |
Matthias
|
35e6a9ab3a
|
Backtest-reports should calculate total gains based on starting capital
|
5 years ago |
Matthias
|
959ff99046
|
Add Dry-run wallet CLI option
|
5 years ago |
Matthias
|
b41078cc46
|
Don't include plugin documentation in Configuration page
|
5 years ago |
Matthias
|
3e3c9e99c7
|
Move command references to their respective subpages
|
5 years ago |
Matthias
|
c659150d9f
|
Also print trade_duration in seconds to json
|
5 years ago |
Matthias
|
62e43539c9
|
Limit max_open_trades to maximum available pairs
closes #4008
|
5 years ago |
Samaoo
|
b45c2fb1d0
|
Update backtesting.md
|
5 years ago |
Samaoo
|
af53dfbfab
|
Update backtesting.md
|
5 years ago |
Samaoo
|
f5817063b7
|
Update backtesting.md
|
5 years ago |
Matthias
|
22595e6f92
|
Merge pull request #3929 from radwayne/roi_trailing_backtest
change backtesting behaviour if roi and trailing-stop happen at the same time
|
5 years ago |
Matthias
|
e40d97e05e
|
Small formatting improvements
|
5 years ago |
Matthias
|
5d3f59df90
|
Add best / worst trade
|
5 years ago |
Matthias
|
a00f852cf9
|
Add best / worst pair to summary statistics
|
5 years ago |
Matthias
|
c69ce28b76
|
Update backtest assumption documentation
|
5 years ago |
Matthias
|
57461a59f3
|
Update backtesting documentation with new logic
|
5 years ago |
Matthias
|
730c9ce471
|
Add Max_open_trades to summary metrics
|
5 years ago |
Matthias
|
d8e1f97465
|
Fix documentation typo
|
6 years ago |
Matthias
|
9982ad2f36
|
Add profit to backtest summary output
|
6 years ago |
Matthias
|
aa866294cd
|
Reformulate documentation
|
6 years ago |
Matthias
|
bdf611352e
|
Update summary-metrics output
|
6 years ago |
Matthias
|
2417898d00
|
Apply documentation suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
987188e41f
|
Add avgduration for winners and losers
|
6 years ago |
Matthias
|
42868ad24a
|
Add best / worst day to statistics
|
6 years ago |
Matthias
|
804c42933d
|
Document summary-statistics
|
6 years ago |
HumanBot
|
61ae471eef
|
fixed --export trades command
refers to issue 3413 @ https://github.com/freqtrade/freqtrade/issues/3413
|
6 years ago |
Matthias
|
33b7046260
|
Update more documentation
|
6 years ago |
Matthias
|
69b44234a4
|
Update docs/backtesting.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Matthias
|
74281a16fd
|
Move to the last point and clarify further
|
6 years ago |
Matthias
|
1a6ddfcaeb
|
Be clear on evaluation logic during backtesting
|
6 years ago |
Matthias
|
57345476ab
|
Document pairlists for backtesting
|
6 years ago |
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
6 years ago |
Yazeed Al Oyoun
|
ff819386e1
|
added draws to backtesting tables, reduced len of some labels to help fit this without increasing total width
|
6 years ago |
Yazeed Al Oyoun
|
5b00eaa42d
|
Updated Strategy Summary table to match other backtesting tables (#2864)
|
6 years ago |
hroff-1902
|
24aa596e3c
|
Minor: Refine fee example in the docs
Taken from https://github.com/freqtrade/freqtrade/issues/2738#issuecomment-570687230. slightly reworded.
|
6 years ago |
Matthias
|
e1f89e3ad3
|
Reword Note in backtesting fee docs
|
6 years ago |
Matthias
|
55041878ae
|
Update Backtesting fee documentation
|
6 years ago |
Matthias
|
63f41cf1c6
|
Update documentation with new result
|
6 years ago |
Matthias
|
189835b963
|
Add documentation for ROI-1 case
|
6 years ago |
Matthias
|
b33e47a49e
|
Update documentation with test-pairlist
|
6 years ago |
Matthias
|
a368646745
|
Merge branch 'develop' into feat/new_args_system
|
7 years ago |
Matthias
|
c4cb098d14
|
Update documentation with indicator_startup_period
|
7 years ago |
hroff-1902
|
4ce278a06e
|
Merge branch 'develop' into feat/new_args_system
|
7 years ago |
Matthias
|
f3cfe147b5
|
Merge branch 'develop' into feat/new_args_system
|
7 years ago |
Matthias
|
20dd3f2d67
|
Clearly highlight potential problems with looking into the future
|
7 years ago |
Matthias
|
16e10d99b9
|
Remove timeframe logic for non-date entries
|
7 years ago |
Matthias
|
00a95945e1
|
Improve assumptions
|
7 years ago |
hroff-1902
|
edfbb56749
|
Merge pull request #2344 from freqtrade/backtest_nofees
Backtest no fees / custom fees
|
7 years ago |
Matthias
|
ad35a3d7ab
|
Small wording improvements
|
7 years ago |
Matthias
|
82d4051a39
|
Add --fee to documentation
|
7 years ago |
Matthias
|
73e9cbdea1
|
Fix #2338
|
7 years ago |
Matthias
|
2710226326
|
Update documentation to use subcommands
|
7 years ago |
Matthias
|
60e3e626e4
|
Improve timerange section of the docs
|
7 years ago |
Matthias
|
cc91ccad3e
|
Improve documentation wording
|
7 years ago |
Matthias
|
6aa1ec2a4c
|
Some small restructuring
|
7 years ago |
Matthias
|
cc9fc41318
|
Rename section to data-downloading, implement some feedback
|
7 years ago |
Matthias
|
b1a3e213ae
|
Improve backtesting docs
|
7 years ago |
Matthias
|
3e0edc7ee2
|
Update backtesting section about correct data used
|
7 years ago |
Matthias
|
51fbeed71f
|
Rename TestStrategy to SampleStrategy
|
7 years ago |
Matthias
|
91b0394433
|
Merge pull request #2156 from freqtrade/remove_live
Remove deprecated option live - deprecate -r
|
7 years ago |
Matthias
|
aaeeb9c0c6
|
Merge branch 'develop' into align_userdata
|
7 years ago |
Matthias
|
210f66e48b
|
Improve wording
|
7 years ago |
Matthias
|
be308ff914
|
Fix grammar error in documentation
|
7 years ago |
Matthias
|
4ee35438a7
|
Improve deprecated docs
|
7 years ago |
Matthias
|
e9e2a83436
|
remove `--live` references
|
7 years ago |
Matthias
|
8d1a575a9b
|
Reword documentation
|
7 years ago |
Matthias
|
5e440a4cdc
|
Improve docs to point to `freqtrade download-data`
|
7 years ago |
Matthias
|
219d0b7fb0
|
Adjust documentation to removed download-script
|
7 years ago |
Matthias
|
2c5a499a8b
|
Merge branch 'develop' into align_userdata
|
7 years ago |
Matthias
|
9d471f3c9a
|
Fix documentation for strategy-list
|
7 years ago |
Matthias
|
c85cd13ca1
|
Change default backtest result to "backtest_results" - backtest_data is
misleading
|
7 years ago |
Matthias
|
c4fb0fd6ca
|
Don't run the bot with python3 freqtrade
* we can either use `python3 -m freqtrade ...` or `freqtrade ...` - and
shorter should be better.
|
7 years ago |
Matthias
|
17800c8ca5
|
Remove folder references (it's directory!)
|
7 years ago |
Matthias
|
8758218b09
|
Add data-analysis documentation
|
7 years ago |
hroff-1902
|
1add432673
|
docs adjusted
|
7 years ago |