Matthias
|
104a73025d
|
Uppercase TimeInForce (align with ccxt)
|
2022-08-27 10:30:06 +02:00 |
|
Matthias
|
d6773bc32c
|
Merge pull request #6886 from freqtrade/fix/typing
Fix/typing
|
2022-05-24 19:41:59 +02:00 |
|
Matthias
|
f1a72e448a
|
Align interfaces and strategy templates
|
2022-05-24 06:54:16 +02:00 |
|
robcaulk
|
5c4014ee62
|
Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs
|
2022-05-23 10:24:58 +02:00 |
|
Matthias
|
5b3eaa3003
|
Ensure advanced strategy template is runnable
|
2022-05-06 06:42:08 +02:00 |
|
Matthias
|
b1378efdeb
|
ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
|
2022-04-05 20:21:39 +02:00 |
|
Matthias
|
4897731030
|
use_sell_signal -> use_exit_signal
|
2022-04-05 20:10:20 +02:00 |
|
Matthias
|
bba9629a2a
|
Rename sell_profit_only to exit_profit_only
|
2022-04-05 20:00:35 +02:00 |
|
Matthias
|
bcf326a035
|
Initial steps to change bid/ask pricing to enter/exit
|
2022-03-27 18:03:49 +02:00 |
|
Matthias
|
72fd937a74
|
INTERFACE_VERSION to 3
|
2022-03-20 08:30:14 +01:00 |
|
Matthias
|
28046c6a22
|
Change populate_buy_trend to populate_entry_trend
|
2022-03-12 09:38:28 +01:00 |
|
Matthias
|
efc313b28b
|
Merge pull request #6512 from freqtrade/short_order_types
Short order types renamal
|
2022-03-12 09:32:16 +01:00 |
|
Matthias
|
12c909d8a8
|
Add can_short to sample strategies
|
2022-03-12 07:00:57 +01:00 |
|
Matthias
|
93a91bdeee
|
Update order_Types documentation
|
2022-03-09 07:44:21 +01:00 |
|
Matthias
|
3ff261e22c
|
Update order time in force to use entry/exit wording
|
2022-03-07 19:55:15 +01:00 |
|
Matthias
|
c51603b110
|
Slightly improve formatting, Point to documentation
|
2022-02-23 20:16:52 +01:00 |
|
Guillermo Rodríguez
|
95b63ea496
|
Add short signal to base strategy template
|
2022-02-22 19:33:52 +01:00 |
|
Matthias
|
67f3570bf3
|
Merge branch 'develop' into feat/short
|
2021-12-01 07:21:36 +01:00 |
|
Matthias
|
cf5ff9257d
|
Add plotconfig as property documentation and sample
|
2021-11-28 19:39:43 +01:00 |
|
Matthias
|
97ff7d1223
|
Merge branch 'develop' into feat/short
|
2021-11-21 09:13:53 +01:00 |
|
Matthias
|
f8f7d81fc2
|
Update strategy template to use parameters
|
2021-11-20 11:39:21 +01:00 |
|
Matthias
|
a89c67787b
|
Replace some more occurances of 'buy'
|
2021-09-18 09:23:53 +02:00 |
|
Matthias
|
ad0e4a8567
|
Add BooleanParameter
|
2021-08-04 20:52:56 +02:00 |
|
Matthias
|
41cb2a6451
|
Merge branch 'develop' into pr/rokups/4596
|
2021-04-03 17:00:37 +02:00 |
|
Matthias
|
771fc05749
|
Update sample strategy with hyperoptable Parameters
|
2021-04-03 16:32:16 +02:00 |
|
Matthias
|
fc8478111e
|
Improve strategy template
|
2021-03-28 20:06:30 +02:00 |
|
Matthias
|
e8e5acc2e2
|
Fix import in strategy template
|
2021-02-03 20:15:08 +01:00 |
|
Matthias
|
164105acf2
|
Adjust startup_candle_count of sample strategies
|
2020-11-14 08:25:57 +01:00 |
|
Matthias
|
cadc50ce9b
|
Replace more occurances of ticker_interval with timeframe
|
2020-06-01 20:49:40 +02: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
|
791148176c
|
Add callback functions to new-strategy --template advanced
|
2020-03-01 09:35:53 +01:00 |
|
Matthias
|
c9b0b4c7a4
|
Add plot_config to optional plot
|
2020-01-08 19:35:00 +01:00 |
|
Matthias
|
de23f3928d
|
Add trailing_only_offset to template and sample
|
2019-12-30 09:58:20 +01:00 |
|
Matthias
|
f23f659ac5
|
Use strings instead of subtemplates
|
2019-11-21 19:28:53 +01:00 |
|
Matthias
|
b3dbb81838
|
Add subtemplates
|
2019-11-21 07:13:56 +01:00 |
|
Matthias
|
5e5ef21f61
|
Align example imports
|
2019-11-21 06:49:16 +01:00 |
|
Matthias
|
be4a4180ae
|
Use single line comments for samples
|
2019-11-21 06:40:30 +01:00 |
|
Matthias
|
37f8139432
|
Small stylistic fixes
|
2019-11-21 06:32:45 +01:00 |
|
Matthias
|
8a1d02e185
|
Update numpy imports in sample strategies
|
2019-11-21 06:32:45 +01:00 |
|
Matthias
|
e3cf6188a1
|
Add first version of new-strategy generation from template
|
2019-11-21 06:32:45 +01:00 |
|