Commit Graph

159 Commits

Author SHA1 Message Date
Nicolas Menescardi 9537d9f4e2
Update strategy-customization.md
Fix typo: 'This will method will...' -> 'This method will...'
2021-05-21 11:27:22 -03:00
Matthias d495ea3693 Update docs about availability of get_analyzed 2021-05-09 19:53:41 +02:00
Rokas Kupstys 6af4de8fe8 Remove dataframe parameter from docs. 2021-05-08 10:29:47 +03:00
Matthias dbf33271b5 Small doc changes 2021-04-26 19:52:26 +02:00
Matthias 066dd72210 add orderbook structure documentation 2021-03-20 08:34:15 +01:00
Matthias b6e9e74a8b Add link between stoploss_from_open and custom_stop documentation 2021-03-18 06:46:08 +01:00
Brook Miles aee2591490 add stoploss_from_open() as a strategy_helper 2021-03-17 17:58:23 +09:00
Matthias 0db5c9746f
Merge pull request #4454 from freqtrade/backtest_compound_speed
Backtest compound, wallet, ...
2021-03-10 10:07:40 +01:00
JoeSchr dfeafc2204
Update docs/strategy-customization.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2021-03-04 20:05:27 +01:00
Joe Schr b52698197b refactor(docs/strategy-advanced): extract "Storing information" section from `strategy-customization.md` 2021-03-04 20:03:42 +01:00
Joe Schr cc4e84bb70 feature(docs/strategy-customization): add example how to store indicator with DatetimeIndex into custom_info 2021-03-04 20:03:42 +01:00
Joe Schr 5cf3194fab chore(docs/strategy-customization): clean up left over trailing whitespaces 2021-03-04 20:03:42 +01:00
Joe Schr d5993db064 refactor(docs/strategy-customization): change variable name for better readability
`cust_info` -> `custom_info`
2021-03-04 20:03:42 +01:00
Matthias 20455de2a9 Small enhancements to docs 2021-02-27 09:32:59 +01:00
Alberto del Barrio 188d7aaf8c
Fix example in storing-information docs 2021-02-21 18:50:11 +01:00
Matthias 327c23618f Improve documentation for get_analyzed_dataframe 2021-02-18 09:30:35 +01:00
Matthias 5ab8cc56a4 Update docs to also work for postgres 2021-01-26 08:13:43 +01:00
Matthias f235ab8cf4 Fix some typos in docs 2020-12-19 11:39:21 +01:00
bigchakalaka ca9fd08991
Update strategy-customization.md 2020-12-17 21:40:54 +01:00
Matthias 89ea8dbef2 Update slack invite 2020-11-21 11:13:44 +01:00
Matthias 6c913fa617 Fix locking - should round before storing to have a consistent picture 2020-10-27 08:01:31 +01:00
Matthias e513871fd5 Persist pairlocks
closes #3034
2020-10-20 19:21:13 +02:00
Matthias d1db847612 Fix "storing information" documentation
closes #3843
2020-10-08 19:27:00 +02:00
Matthias 6a08fee25b Fix wrong import in documentation 2020-09-10 08:04:04 +02:00
Matthias 4480b3b393 Fix error in documentation (wrong sequence of steps) 2020-09-09 15:39:35 +02:00
Matthias 7852feab05 support smaller timeframes 2020-09-07 09:06:43 +02:00
Matthias cc684c5141 Correctly handle identical timerame merges 2020-09-04 20:09:02 +02:00
Matthias 7bc8927914 Add documentation for merge_informative_pair helper 2020-09-04 20:02:31 +02:00
Matthias 79ea8cf771 Improve wording 2020-09-02 20:02:41 +02:00
Matthias e268bd192e Fix informative sample documentation 2020-09-02 19:59:04 +02:00
Matthias bca24c8b6b Clarify hyperopt dataprovider usage 2020-08-20 19:35:40 +02:00
Matthias 2afe1d5b11 Add link to full sample 2020-08-08 17:30:31 +02:00
Matthias 09aa954b68 Update strategy-customization documentation 2020-08-08 17:24:19 +02:00
Matthias 5e1032c4af Simplify strategy documentation, move "substrategies" to advanced page 2020-08-08 17:08:38 +02:00
Matthias 49395601e9 Improve informative pair sample 2020-07-19 10:02:06 +02:00
Matthias c4a9a79be0
Apply suggested documentation changes from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-07-04 09:43:49 +02:00
Matthias 8472fcfff9 Add empty to documentation 2020-06-18 06:50:06 +02:00
Matthias e5f7610b5d Add bot basics documentation 2020-06-18 06:50:06 +02:00
Matthias de676bcaba Document get_analyzed_dataframe for dataprovider 2020-06-18 06:50:06 +02:00
Matthias a3506f4d8e Merge branch 'develop' into timeframe 2020-06-15 06:35:55 +02:00
CoDaXe ab2f5579d8
Update strategy-customization.md
Fix typo "the an"
2020-06-11 20:34:14 -04:00
Theagainmen ac92834693 reload_conf & reload_config now both accepted, code is more consistent now 2020-06-10 19:28:02 +02:00
Matthias 33b7046260 Update more documentation 2020-06-02 10:06:42 +02:00
Matthias febc95dcdf Update documentation to remove ticker_interval 2020-06-02 10:03:23 +02:00
hroff-1902 ac076ee0af
Update docs/strategy-customization.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-05-15 21:51:33 +03:00
hroff-1902 06b12c0a70
Add warning to docs for ticker data 2020-05-15 18:46:28 +03:00
hroff-1902 323b491962
Add description and example for dp.ticker() to the docs 2020-05-15 16:35:48 +03:00
hroff-1902 ced812660b
Minor fix in the strategy docs 2020-05-13 22:37:50 +03:00
Paul D. Mendes 6e86a47764 updated docs 2020-05-13 14:49:16 +04:00
Paul D. Mendes 63dfe3669f Updated docs for #3267 2020-05-13 00:25:57 +04:00
Matthias a1bbeaa668 Merge branch 'develop' into interface_ordertimeoutcallback 2020-03-15 14:56:14 +01:00
hroff-1902 3208faf7ed Do not use ticker where it's not a ticker 2020-03-08 20:47:02 +03:00
Matthias e5a9c81412 Add 0 entry to enhanced ROI example 2020-02-27 14:04:12 +01:00
Matthias af4469f073 Convert to str to avoid errors 2020-02-26 06:43:15 +01:00
Matthias df49b98c25
Implement wording-changes
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-02-26 06:40:13 +01:00
Matthias cfc22577be Add timeframe_to_minutes to ROI documentation 2020-02-25 16:54:48 +01:00
Matthias bc30162a31 Add some documentation 2020-02-21 20:54:21 +01:00
hroff-1902 634bf2b15c
Docs: Fix checking of runmode 2020-02-13 01:44:46 +03:00
hroff-1902 f57bd6b616
Keep the docs clean for unexperienced users 2020-02-06 21:53:03 +03:00
hroff-1902 2034527faa
Update docs/strategy-customization.md
Co-Authored-By: Matthias <xmatthias@outlook.com>
2020-02-06 17:45:15 +03:00
hroff-1902 2846f9454f
Add description in the docs 2020-02-06 17:02:11 +03:00
Matthias 2195ae59d6 Use different time offsets to avoid confusion 2019-12-22 12:49:01 +01:00
Matthias 43c25c8a32 add documentation for is_pair_locked 2019-12-22 09:59:25 +01:00
Matthias a71deeda94 Document lock-pair implementation 2019-12-22 09:55:40 +01:00
Matthias 89b4f45fe3 Remove section about strategy template - use new-strategy intead 2019-12-22 09:47:37 +01:00
hroff-1902 17e03559dc
minor: fix typo in docs 2019-12-03 12:51:52 +03:00
Matthias a374df7622 some minor fixes from feedback 2019-11-24 09:55:34 +01:00
Matthias f7322358cf Update documentation 2019-11-21 06:32:45 +01:00
Matthias 8cf8ab089e Add note about create-datadir to install instruction 2019-11-21 06:32:45 +01:00
Matthias 9b050523e9
Merge pull request #2397 from freqtrade/feat/new_args_system
require subcommand for all actions
2019-11-14 06:28:42 +01:00
Matthias 334ac8b10c Adapt documentation for timeframe 2019-11-12 15:13:06 +01:00
Matthias 6f01d7f8ea Merge branch 'develop' into feat/new_args_system 2019-11-03 10:09:49 +01:00
hroff-1902 3149c12a14
Merge pull request #2444 from freqtrade/sql_cleanup
Fix scoped_session and add Documentation for strategy
2019-10-31 23:19:30 +03:00
Matthias 7a96d3c9ae Update raspbian install documentation
Fix "box" titles ... they need to be in quotes!
2019-10-30 13:27:04 +01:00
Matthias b7b1e66c6e Convert to % as part of RPC to allow users to use unrounded ratio 2019-10-30 11:12:49 +01:00
Matthias 5ed7771148 Update documentation to include get_trades
fixes #1753
2019-10-30 11:12:49 +01:00
Matthias a368646745 Merge branch 'develop' into feat/new_args_system 2019-10-29 19:33:56 +01:00
Matthias 61c037f2cf Fix some typos and comment mistakes 2019-10-28 13:05:54 +01:00
Matthias 132a4da7cf Small style fixes and adjusted tests 2019-10-27 10:56:38 +01:00
Matthias c4cb098d14 Update documentation with indicator_startup_period 2019-10-27 10:26:17 +01:00
hroff-1902 4ce278a06e
Merge branch 'develop' into feat/new_args_system 2019-10-23 22:45:06 +03:00
Matthias bedbd964fc slightly rephrase strategy docs 2019-10-21 06:51:48 +02:00
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system 2019-10-20 19:32:34 +02:00
Matthias 20dd3f2d67 Clearly highlight potential problems with looking into the future 2019-10-20 16:22:11 +02:00
Matthias e6e35c2584 Switch samplestrategy from ADX to RSI 2019-10-15 19:45:01 +02:00
Matthias ace70510f3 Wording fixes 2019-10-15 14:50:51 +02:00
Matthias 790e6146f5 Use crossed() in sample strategy 2019-10-14 20:17:40 +02:00
Matthias bba5f54722
Merge pull request #2335 from hroff-1902/dataprovider-market
Allow to use market data in the strategies
2019-10-10 16:54:04 +02:00
hroff-1902 69c23c00e0
Fix minor typos in the docs 2019-10-08 22:07:38 +03:00
hroff-1902 613300c61d Add short description of the market() method into docs 2019-10-08 00:38:20 +03:00
Matthias 2710226326 Update documentation to use subcommands 2019-09-29 19:18:52 +02:00
Matthias 637ec60644 Update slack link 2019-09-26 19:36:09 +02:00
Matthias 88f823f899 Improvements to documentation 2019-09-04 06:56:25 +02:00
Matthias 514860ac3b Improve documentation 2019-09-01 10:17:02 +02:00
Matthias 50b572a657 Merge branch 'develop' into strategy_version 2019-08-28 19:29:53 +02:00
Matthias 51fbeed71f Rename TestStrategy to SampleStrategy 2019-08-27 06:42:10 +02:00
Matthias d66fb86449 Add documentation for interface_version 2019-08-27 06:32:01 +02:00
Matthias 81925dfadf Fix some doc inconsistencies 2019-08-22 13:01:10 +02:00
hroff-1902 70b1a05d97 example in the docs changed 2019-08-20 01:32:02 +03:00
Matthias 8d206f8308 Fix wrong warning box 2019-08-16 06:57:46 +02:00