Commit Graph

68 Commits

Author SHA1 Message Date
Matthias 82d4051a39 Add --fee to documentation 2019-10-05 15:33:44 +02:00
Matthias 60e3e626e4 Improve timerange section of the docs 2019-09-26 11:00:26 +02:00
Matthias cc91ccad3e Improve documentation wording 2019-09-25 06:26:28 +02:00
Matthias 6aa1ec2a4c Some small restructuring 2019-09-24 07:05:30 +02:00
Matthias cc9fc41318 Rename section to data-downloading, implement some feedback 2019-09-24 06:56:31 +02:00
Matthias b1a3e213ae Improve backtesting docs 2019-09-21 10:13:00 +02:00
Matthias 3e0edc7ee2 Update backtesting section about correct data used 2019-09-08 19:05:51 +02:00
Matthias 51fbeed71f Rename TestStrategy to SampleStrategy 2019-08-27 06:42:10 +02:00
Matthias 91b0394433
Merge pull request #2156 from freqtrade/remove_live
Remove deprecated option live  - deprecate -r
2019-08-22 15:33:39 +02:00
Matthias aaeeb9c0c6 Merge branch 'develop' into align_userdata 2019-08-21 19:41:10 +02:00
Matthias 210f66e48b
Improve wording 2019-08-20 19:34:18 +02:00
Matthias be308ff914
Fix grammar error in documentation 2019-08-20 09:45:28 +02:00
Matthias 4ee35438a7 Improve deprecated docs 2019-08-20 07:07:05 +02:00
Matthias e9e2a83436 remove `--live` references 2019-08-20 07:00:43 +02:00
Matthias 8d1a575a9b Reword documentation 2019-08-20 06:39:28 +02:00
Matthias 5e440a4cdc Improve docs to point to `freqtrade download-data` 2019-08-18 06:55:19 +02:00
Matthias 219d0b7fb0 Adjust documentation to removed download-script 2019-08-16 15:27:48 +02:00
Matthias 2c5a499a8b Merge branch 'develop' into align_userdata 2019-08-10 20:15:07 +02:00
Matthias 9d471f3c9a Fix documentation for strategy-list 2019-08-06 06:32:31 +02:00
Matthias c85cd13ca1 Change default backtest result to "backtest_results" - backtest_data is
misleading
2019-07-28 14:55:19 +02:00
Matthias c4fb0fd6ca Don't run the bot with python3 freqtrade
* we can either use `python3 -m freqtrade ...` or `freqtrade ...` - and
shorter should be better.
2019-07-08 17:01:25 +02:00
Matthias 17800c8ca5 Remove folder references (it's directory!) 2019-07-04 19:57:38 +02:00
Matthias 8758218b09 Add data-analysis documentation 2019-06-22 16:18:22 +02:00
hroff-1902 1add432673 docs adjusted 2019-05-30 23:00:19 +03:00
Matthias 1bba9fcc53 Update documentation to use freqtrade, not freqtrade/main.py
fixes #1521
2019-03-24 15:13:17 +01:00
Matthias 2bf7f2feae Remove duplicate backtest-result-analysi documentation 2019-03-17 16:14:49 +01:00
Matthias d7017ce1e4 Document backtest-result loading 2019-03-16 17:28:28 +01:00
Gianluca Puglia 38d293cc26 Updated doc 2019-01-24 15:24:38 +01:00
misagh 42cc3e525e link second try 2018-12-31 13:36:27 +01:00
misagh dd91b5c731 links corrected 2018-12-31 13:26:25 +01:00
misagh db1c9b8edf relative links 2018-12-31 11:04:22 +01:00
misagh 79ac20636f typo + broken link 2018-12-31 10:49:14 +01:00
misagh b029a98980 backtesting reformatted 2018-12-30 17:14:56 +01:00
Matthias c648e2acfc Adjust documentation to strategy table 2018-07-31 21:04:03 +02:00
Matthias 4ea6780153 Update documentation with --strategy-list 2018-07-31 21:04:03 +02:00
Janne Sinivirta 0b3190552e
Merge pull request #1018 from freqtrade/feat/sell_reason
Record sell reason
2018-07-24 09:09:45 +03:00
Matthias 0775a371fe rename sellreason to sell_Reason, fix typos 2018-07-23 00:54:20 +01:00
Matthias ad98c62329 update backtest anlaysis cheatsheet 2018-07-19 19:34:14 +02:00
Matthias b29eed32ca update documentation 2018-07-17 20:29:53 +02:00
xmatthias e70cb963f7 document what to do with exported backtest results 2018-06-24 17:00:00 +02:00
xmatthias 5c3e37412e update docs 2018-06-14 21:20:16 +02:00
xmatthias e22da45474 update documentation with forcesell at the end of the backtest period 2018-06-13 07:00:39 +02:00
xmatthias 6e68c3b230 fix backtesting.md formatting 2018-06-13 06:52:17 +02:00
Janne Sinivirta 5ff405b0b0 allow defining of timeframes to download 2018-06-04 15:08:45 +03:00
Janne Sinivirta d4b431a335 update documentation about download_backtesting_data.py script 2018-06-04 12:37:06 +03:00
Janne Sinivirta eeda93a359 Fix folder names in custom datadir documentation 2018-06-04 10:04:26 +03:00
xmatthias 5ef2654eb4 replace references to old url
replace garq with freqtrade
2018-06-03 23:07:00 +02:00
xmatthias 482d063638 update documentation for --export-filename 2018-06-03 19:41:34 +02:00
creslin 9dbe5fdb85 Update back testing document to include example using Posix timestamps
as timerange

e.g
--timerange=1527595200-1527618600
2018-06-02 19:49:23 +03:00
creslin 280e8b3208
Update backtesting.md - correct instructions
Correct instructions for calling a custom strategy file
To paraphrase the change:

Prior - to call a custom strategy -s the strategy file name within users_data/strategies/ directory
After - to call a custom strategy -s the class name within the strategy within users_data/strategies/ directory
2018-05-26 20:14:33 +03:00