Shadyzpop
|
f7f936c14f
|
Typo fix
|
2023-01-28 03:43:18 +03:00 |
|
Matthias
|
e429aa16f3
|
Add note about enter_tag handling
closes #7336
|
2022-09-24 11:21:50 +02:00 |
|
Matthias
|
b657a4df23
|
Improve hyperopt docs
part of #7088
|
2022-07-15 19:02:23 +02:00 |
|
Matthias
|
d7f76ee452
|
Update confirm_trade_exit to use sell_reason terminology
|
2022-03-25 06:37:40 +01:00 |
|
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
2022-03-22 20:28:38 +01:00 |
|
Matthias
|
e7418cdcdb
|
Remove obsolete note box
closes #6581
|
2022-03-22 19:03:22 +01:00 |
|
Matthias
|
e9c4e6a69d
|
Update derived strategy documentation
|
2022-03-20 13:21:09 +01:00 |
|
Matthias
|
49e087df5b
|
Allow Strategy subclassing in different files by enabling local imports
|
2022-03-20 13:07:06 +01:00 |
|
Matthias
|
c38f8a0e69
|
Update custom_sell() documentation
|
2022-03-20 08:33:53 +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
|
23b98fbb73
|
Update some documentation for short trading
|
2022-03-20 08:30:14 +01:00 |
|
Sam Germain
|
501f473164
|
Merge branch 'develop' into feat/short
|
2022-01-04 22:47:33 -06:00 |
|
Matthias
|
67e4dda5b3
|
Fix missing DataFrame in advanced docs
|
2022-01-04 19:54:50 +01:00 |
|
Matthias
|
edd80c3006
|
Merge branch 'develop' into feat/short
|
2021-12-09 06:34:07 +01:00 |
|
Matthias
|
e3190cf8a8
|
Update documentation
|
2021-12-04 14:44:03 +01:00 |
|
Matthias
|
36deced00b
|
Remove more buy_tag references
|
2021-11-21 09:55:10 +01:00 |
|
Matthias
|
7d77aff289
|
Add some compatibility around buy_tag
|
2021-11-21 09:24:20 +01:00 |
|
Matthias
|
0bae1471bd
|
Extract callbacks into a separate site
|
2021-11-20 11:44:56 +01:00 |
|
Matthias
|
ef67a2adfc
|
Improve callback documentation
|
2021-11-20 11:39:24 +01:00 |
|
Matthias
|
d8ee72554f
|
Improve callback documentation
|
2021-11-20 11:39:24 +01:00 |
|
Matthias
|
0e70d23bef
|
Add documentation for exit_tags
|
2021-11-13 09:13:32 +01:00 |
|
Matthias
|
1fefb132e0
|
Improve wording in documentation
|
2021-11-02 20:26:38 +01: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 |
|
Rokas Kupstys
|
d84ef34740
|
A helper to calculate stoploss value from absolute price.
|
2021-09-18 10:48:18 +03:00 |
|
JoeSchr
|
04b4deab58
|
Update strategy-advanced.md
Add `` for consistency
|
2021-08-22 20:14:36 +03:00 |
|
Matthias
|
d97fc1e484
|
Update docs/strategy-advanced.md
|
2021-08-18 19:55:11 +02:00 |
|
axel
|
9469c6dfa9
|
small cosmetic changes in doc related to custom entry and exit exemple
|
2021-08-18 05:10:29 -04:00 |
|
axel
|
2fb9f6e2f4
|
rename custom price max distance option in config, update formula and test associated
|
2021-08-18 05:07:37 -04:00 |
|
axel
|
f08d673a52
|
add details and exemple of custom_price_max_distance_percent usage in doc
|
2021-08-16 23:26:08 -04:00 |
|
Matthias
|
0f7ddabec8
|
Slightly reword documentation
|
2021-08-14 09:05:03 +02:00 |
|
axel
|
0a6c0c429a
|
add a note concerning default custom entry or exit price in documentation
|
2021-08-13 11:12:33 -04:00 |
|
axel
|
0985b11267
|
add doc for custom exit price
|
2021-08-05 18:16:16 -04:00 |
|
axel
|
5284112b69
|
fix in custom entry function output,remove changes related to outdated prices, doc exemple minor changes
|
2021-08-03 15:57:23 -04:00 |
|
axel
|
f11f5d17e9
|
add feature custom entry price for live
|
2021-08-03 15:57:23 -04:00 |
|
Matthias
|
138b126d03
|
Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name
Add buy signal name
|
2021-07-30 08:23:11 +02:00 |
|
Rik Helsen
|
1e32a3ca09
|
📝 Docs - StrategyAdvanced - Added current_time to confirm_trade_entry/exit() examples
|
2021-07-25 15:54:49 +02:00 |
|
kevinjulian
|
5fe18be4b5
|
add note buy_tag and split 3 assignment for get_signal
|
2021-07-23 01:25:15 +07:00 |
|
Kevin Julian
|
dd923c3471
|
Update docs/strategy-advanced.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-07-23 01:16:24 +07:00 |
|
Kevin Julian
|
65b4705b67
|
Update docs/strategy-advanced.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-07-23 01:16:10 +07:00 |
|
kevinjulian
|
49886874aa
|
rename to buy_tag
|
2021-07-21 20:05:35 +07:00 |
|
Kevin Julian
|
edf9c08f06
|
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name
|
2021-07-20 19:19:46 +07:00 |
|
kevinjulian
|
d31d38a85f
|
add doc
|
2021-07-20 16:39:20 +07:00 |
|
Matthias
|
7ea0a74c53
|
Default to proposed stake
|
2021-07-11 14:11:41 +02:00 |
|
Rokas Kupstys
|
0e4466ca1e
|
Implement strategy-controlled stake sizes. Expose self.wallet to a strategy.
|
2021-07-11 12:38:58 +03:00 |
|
Matthias
|
791dfd9ba3
|
Fix some doc typos
|
2021-07-04 14:02:11 +02:00 |
|
Nicolas Menescardi
|
c0d3a31ddb
|
Update strategy-advanced.md
fix some typos
|
2021-05-24 11:08:17 -03:00 |
|
JoeSchr
|
21d986710d
|
Fix missing not in empty check
See discussing here: https://github.com/freqtrade/freqtrade/pull/4963#discussion_r633457596
seems that request was only partially implemented
|
2021-05-22 13:26:59 +02:00 |
|
Matthias
|
1a30e39222
|
Move squeeze into if block
|
2021-05-21 08:06:27 +02:00 |
|