Matthias
|
bdd9f584fa
|
Update some docs terminology
|
2022-04-07 20:04:16 +02:00 |
|
Matthias
|
4897731030
|
use_sell_signal -> use_exit_signal
|
2022-04-05 20:10:20 +02:00 |
|
Matthias
|
d94b73b396
|
Update some documentation
|
2022-04-03 10:44:27 +02:00 |
|
Matthias
|
2f967f6df9
|
Slightly change wording, fix links
|
2022-04-01 20:01:57 +02:00 |
|
Sam Germain
|
476c6416cc
|
docs/strategy-customization enter_short and exit_short
|
2022-04-01 05:59:59 -06:00 |
|
Stefano Ariestasia
|
02aded68f9
|
Update strategy-customization.md
|
2022-03-30 08:37:35 +09:00 |
|
Stefano Ariestasia
|
4d5f6ed5e2
|
Update strategy-customization.md
|
2022-03-30 08:37:11 +09:00 |
|
Stefano Ariestasia
|
c615e4fcc2
|
updates
|
2022-03-30 08:35:49 +09:00 |
|
Stefano Ariestasia
|
05db0067ee
|
Add few missing info on shorting setup
|
2022-03-29 10:51:36 +09:00 |
|
Matthias
|
a004bcf00f
|
Small refactor to backtesting
|
2022-03-25 08:03:32 +01:00 |
|
Matthias
|
5f71232d6f
|
Fix doc typo
|
2022-03-25 07:03:50 +01:00 |
|
Matthias
|
d27a37be0d
|
Update docs for populate_exit_trend
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
59791b0659
|
Update populate_buy_trend to populate_entry_trend
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
e51a1e1b20
|
Improve documentation, add "can_short"
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
c89a68c1ab
|
Alternative candle types
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
36287a84cb
|
enhance migration documentation
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
23b98fbb73
|
Update some documentation for short trading
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
72fd937a74
|
INTERFACE_VERSION to 3
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
819b35747d
|
Minor documentation updates
|
2022-03-03 20:24:06 +01:00 |
|
Matthias
|
13978e9893
|
Merge pull request #6276 from clover-es/feat/short
Add support for shorts in strategy.stoploss_from_absolute()
|
2022-01-25 19:11:05 +01:00 |
|
Matthias
|
4389ce1a8f
|
Update helpers documentation for is_short
|
2022-01-24 19:12:28 +01:00 |
|
Matthias
|
f090dcc597
|
Merge branch 'develop' into feat/short
|
2022-01-22 17:56:01 +01:00 |
|
Matthias
|
33cb9e9002
|
Fix erroneous import in docs
|
2022-01-12 09:11:42 +01:00 |
|
Matthias
|
7d77aff289
|
Add some compatibility around buy_tag
|
2021-11-21 09:24:20 +01:00 |
|
Matthias
|
b36fe8fe0f
|
Simplify strategy documentation
|
2021-11-20 11:48:11 +01:00 |
|
Matthias
|
ef67a2adfc
|
Improve callback documentation
|
2021-11-20 11:39:24 +01:00 |
|
Matthias
|
a239e5f725
|
Add segment on colliding signals
|
2021-11-20 11:35:48 +01:00 |
|
Matthias
|
37d461c6c2
|
Improve strategy dataframe documentation
|
2021-11-13 11:48:31 +01:00 |
|
Matthias
|
0e2b5ef6d4
|
Simplify custom strategy file wording
|
2021-11-13 09:03:58 +01:00 |
|
Matthias
|
84261237a0
|
Improve doc wording
|
2021-11-08 08:09:33 +01:00 |
|
Matthias
|
de4bc7204d
|
Update documentation to clarify new behaviour
|
2021-11-07 15:36:43 +01:00 |
|
Matthias
|
1fefb132e0
|
Improve wording in documentation
|
2021-11-02 20:26:38 +01:00 |
|
Matthias
|
c34b8a95d7
|
Merge pull request #5798 from incrementby1/personal-branch
Add function to unlock PairLocks by reason
|
2021-10-30 10:15:21 +02:00 |
|
Matthias
|
c579fcfc19
|
Add tests and documentation for unlock_reason
|
2021-10-30 09:51:09 +02:00 |
|
Matthias
|
92130837a9
|
Improve and clarify informative pairs documentation
|
2021-10-27 19:58:29 +02:00 |
|
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 |
|