Matthias
|
bd27993e79
|
Add documentation segment about indicator libraries
|
2021-09-30 06:42:42 +02:00 |
|
Matthias
|
ff9c8fe234
|
Merge pull request #5496 from LoveIsGrief/docs/performance-warning
Docs: Mention Performance Warning for strategies
|
2021-09-23 20:16:58 +02:00 |
|
Matthias
|
d7903f012f
|
Move PerformanceWarning to advanced section
rewrite to use strategy parameters instead of plain range
|
2021-09-23 07:25:11 +02:00 |
|
Matthias
|
c1895a0fc2
|
Remove warning related to legacy hyperopt
|
2021-09-18 15:30:33 +02:00 |
|
Rokas Kupstys
|
7e6aa9390a
|
[SQUASH] Unconditionally include quote currency when asset is explicitly specified. Added docs suggesting to use string formatting to make strategy independent of configured stake currency.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
e88c4701bb
|
[SQUASH] Address PR comments.
|
2021-09-18 10:48:53 +03:00 |
|
Matthias
|
bb6ae682fc
|
Small simplifications
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
dfa61b7ad2
|
[SQUASH] Fix informatives for each pair not being created because dataprovider was not available.
Fix not being able to have informative dataframe of a pair in whitelist.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
f2a1d9d2fc
|
[SQUASH] Address PR comments.
|
2021-09-18 10:48:18 +03:00 |
|
Rokas Kupstys
|
1fdb656334
|
Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
|
2021-09-18 10:48:18 +03:00 |
|
Rokas Kupstys
|
d84ef34740
|
A helper to calculate stoploss value from absolute price.
|
2021-09-18 10:48:18 +03:00 |
|
LoveIsGrief
|
c17595b314
|
Docs: Mention Performance Warning for strategies
Related to #5408
|
2021-08-29 20:00:59 +02:00 |
|
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 |
|