Reigo Reinmets
8dacd987b9
Merge branch 'freqtrade:develop' into dca
2021-12-12 08:31:38 +02:00
Reigo Reinmets
f11a40f144
Improve documentation on adjust_trade_position and position_adjustment_enable
2021-12-11 17:14:04 +02:00
Matthias
e729fad99c
Add unknown_fee_rate parameter
2021-12-11 15:26:08 +01:00
Matthias
fb1599d21b
Merge branch 'develop' into feat/short
2021-12-02 20:20:35 +01:00
Matthias
294c98ed5e
Document exchange.uid
...
part of #6016
2021-12-02 06:55:08 +01:00
Matthias
ce0593c0e1
Merge branch 'develop' into feat/short
2021-11-23 07:35:26 +01:00
Aldán Creo
43dab3ee60
Changed the wording of the documentation to be clearer
...
The sentence I've changed was continued on a different paragraph before, even though they were connected ideas. I have changed it so that they are part of the same paragraph now.
2021-11-22 19:08:06 +01:00
Matthias
f40221dd9f
Merge branch 'develop' into feat/short
2021-11-18 20:20:01 +01:00
Matthias
d3d17f9f8b
Only allow min-stake adjustments of up to 30%
...
fix #5856
2021-11-10 06:57:22 +01:00
Matthias
e3a368a74e
Merge pull request #5668 from samgermain/docs
...
Docs for leverage
2021-11-06 15:42:32 +01:00
Matthias
4f5c5b6982
Clarify timeout documentation
2021-11-06 15:29:05 +01:00
Matthias
7a907a7636
Add Emergencyselling after X timeouts have been reached
2021-11-06 11:48:49 +01:00
Matthias
60a5ded532
Don't convert telegram chat_id
...
closes #5840
2021-11-05 19:27:54 +01:00
Matthias
ca2e888801
improve documentation formatting
2021-11-05 01:59:36 -06:00
Sam Germain
4a0a215c45
moved lev docs to own file, updated config
2021-11-05 01:56:16 -06:00
Sam Germain
449710d662
Added collateral example
2021-11-05 01:56:16 -06:00
Sam Germain
2714c02842
Added docs for leverage and trading mode
2021-11-05 01:56:16 -06:00
Matthias
7f4baab420
Remove explicit rateLimits, improve docs
2021-10-04 20:14:22 +02:00
Matthias
19ad165483
Add time_in_force for kucoin
2021-09-03 08:48:53 +02:00
axel
ffd60f392b
add custom price max distance ratio option in configuration.md
2021-08-18 05:22:45 -04:00
Matthias
dda8276589
Update documentation for sell_profit_offset
...
As highlighed in #5393
2021-08-15 20:01:54 +02:00
Matthias
6f8519d0a3
Add environment variable support
2021-07-31 19:26:56 +02:00
Fausto Gutierrez
986aafcdf9
Fix configuration.md typos
2021-07-22 14:16:50 +02:00
Sam Germain
804bc8134f
Merge branch 'develop' into example_json_filename_extensions
2021-07-16 02:05:08 -06:00
Matthias
288c92301f
Improve docs wording
2021-07-14 06:50:14 +02:00
Sam Germain
362436f7d2
Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
2021-07-13 19:39:23 -06:00
Matthias
29e2b858ca
Improve wording in docs
2021-07-13 20:40:06 +02:00
Matthias
40db424363
Add documentation for available capital setting
2021-07-12 07:11:56 +02:00
Matthias
ce69abc06e
Update docs and tests for newly deprectated settings
2021-06-26 17:11:15 +02:00
Matthias
ae6a5c908e
Update documentation to reflect new setting for sell price
2021-06-25 20:37:17 +02:00
Matthias
3d9336459f
Merge pull request #5180 from mohammad-hekmat/patch-2
...
Update configuration.md
2021-06-25 18:27:40 +02:00
Matthias
40545e62af
Merge pull request #5082 from freqtrade/dry_run_order
...
Dry run order filling
2021-06-25 18:26:01 +02:00
mohammad sadegh hekmat
fef73b1b6a
Update configuration.md
2021-06-25 20:42:44 +04:30
mohammad sadegh hekmat
ea236abf18
Update configuration.md
2021-06-25 19:19:51 +04:30
Matthias
39b876e37a
Log exchange responses if configured
2021-06-19 09:07:42 +02:00
Matthias
8562e19776
Document protections to come from the strategy
2021-06-17 20:15:53 +02:00
Matthias
c76848e089
Update dry-run description with new filling logic
2021-06-06 13:51:42 +02:00
Matthias
42b6d28b3c
Update warning about order_time_in_force
...
as pointed out in #3009
2021-06-03 19:20:04 +02:00
Matthias
1594402312
Add note about signal expiry
2021-06-01 19:39:41 +02:00
axel
75f88b466a
add ability to choose unit in unfilled timeout
2021-05-18 19:30:36 -04:00
Matthias
185d754b8b
Improve documentation to suggest config-private.json
2021-04-24 13:39:20 +02:00
grillzoo
01b303e0f9
Aligning the doc
2021-04-15 21:58:07 +01:00
Matthias
43d7f9ac67
Add bid_last_balance parameter
...
to interpolate sell prices
closes #3270
2021-03-20 14:38:26 +01:00
Matthias
7ffe1fd36a
Fix calculation error for min-trade-stake
2021-03-20 07:21:22 +01:00
Matthias
b05de6d468
Move advanced exchange config to exchange page
2021-03-17 19:36:35 +01:00
Matthias
0b35c0571f
Allow custom fee to be used during dry-run
...
closes #3696
2021-03-14 19:37:57 +01:00
Matthias
ef9977fc1e
Make stake_amount + stake_currency mandatory for backtesting
2021-03-10 10:43:44 +01:00
Matthias
0db5c9746f
Merge pull request #4454 from freqtrade/backtest_compound_speed
...
Backtest compound, wallet, ...
2021-03-10 10:07:40 +01:00
Matthias
a405d578da
Introduce forcebuy ordertype to allow specifiying a different ordertype for forcebuy / forcesells
2021-03-05 20:22:04 +01:00
Matthias
a13dc3cdde
Use sensible defaults for balance_dust_level
2021-02-28 09:57:52 +01:00
Matthias
f5bb5f56f1
Update documentation with backtesting compounding possibilities
2021-02-27 09:33:00 +01:00
Matthias
959ff99046
Add Dry-run wallet CLI option
2021-02-27 09:32:59 +01:00
Matthias
7d87c44c35
Merge pull request #4436 from Th0masL/forcesell_type
...
Allow changing the order_type for forcesell
2021-02-26 19:42:00 +01:00
Matthias
6d38a2e659
Small enhancements to docs
2021-02-25 19:57:09 +01:00
Th0masL
117f0064ed
Allow changing the order_type for forcesell
2021-02-25 05:02:08 +02:00
Matthias
aec22c5c3d
introduce skip_open_order_update parameter
...
skips startup-open-order-update
closes #4128
2021-02-05 20:17:53 +01:00
Alberto del Barrio
f36c61e32f
Fix documentation links pointing to pairlists
2021-02-03 18:12:48 +01:00
Matthias
43986d3f73
Move Pricing to subpage
2021-02-02 20:26:01 +01:00
Matthias
b41078cc46
Don't include plugin documentation in Configuration page
2021-02-02 20:23:30 +01:00
Matthias
dabe456d65
Improve wording of configuration doc
...
remove unneeded sections
2021-02-02 20:20:34 +01:00
Matthias
16dad8b6d4
Allow custom_stoploss to cooperate with stoploss on exchange
2021-01-30 20:11:18 +01:00
Matthias
bec9b580b0
sell_profit_offset should be documented in the strategy override section
2021-01-22 17:38:55 +01:00
Matthias
86b3306a3b
Small doc refactoring
2021-01-19 22:07:10 +01:00
Matthias
53c208197d
Add bot_name setting
...
allows naming the bot to simply differentiate when running different
bots.
2021-01-16 16:19:49 +01:00
Matthias
baef8b4f79
Merge pull request #4197 from nas-/develop
...
Added support for regex in whitelist
2021-01-15 07:34:49 +01:00
Matthias
bf5868c96d
Add testcase for nonexisting pairs on whitelist
2021-01-15 07:10:17 +01:00
nas-
f72d53351c
Added ability to keep invalid pairs while expanding expand_pairlist
2021-01-15 06:37:57 +01:00
Matthias
60ea32e398
Improve wording
2021-01-12 19:05:25 +01:00
Matthias
6007d5182a
Merge pull request #4147 from hoeckxer/ignore_expired_candle
...
Ignoring candles that have expired within timeframe
2021-01-12 19:04:16 +01:00
hoeckxer
e328182bd7
Changed workings so it only needs to timing-parameter, instead of also requiring a boolean value
2021-01-12 07:30:39 +01:00
Matthias
63a579dbab
Add sell_profit_offset parameter
...
Allows defining positive offsets before enabling the sell signal
2021-01-11 19:30:25 +01:00
Matthias
c9e477214f
Allow protections to be set in the strategy
2021-01-06 16:37:09 +01:00
hoeckxer
5c34140a19
Adjusted documentation to reflect sub-key configuration
2021-01-05 20:59:31 +01:00
Erwin Hoeckx
eaaaddac86
Update docs/configuration.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
2021-01-05 11:10:00 +01:00
hoeckxer
614a996597
First commit about ignoring expired candle
...
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
2021-01-04 20:49:24 +01:00
Matthias
47cd856fea
Include protection documentation
2020-12-07 08:23:10 +01:00
Leif Segen
98118f5e95
Fix parameter name
...
Correct which parameter name was referred to within the 2nd Note under "Amend last stake amount"
2020-11-26 18:46:36 -06:00
Matthias
aa0c3dced8
Improve order types documentation
2020-11-20 13:14:02 +01:00
Matthias
97e58a42f4
Update documentation with new options
2020-11-19 19:17:31 +01:00
Matthias
2e7367d647
Merge pull request #3881 from apneamona/unfilledtimeout.buy/sell-addition
...
Update configuration.md
2020-10-22 15:18:37 +02:00
Matthias
f43bd250a2
Extract pairlists from configuration
2020-10-09 09:02:44 +02:00
apneamona
72cf3147b8
Update configuration.md
2020-10-06 20:17:05 +02:00
Matthias
2b1d0b4ab5
Rename references to "master" branch to "stable"
...
closes #2496
2020-09-20 11:45:08 +02:00
Matthias
c2707bdd9b
Merge pull request #3688 from freqtrade/Fredrik81-stoploss.md
...
Update stoploss.md
2020-08-23 09:09:26 +02:00
Fredrik81
4619a50097
Update configuration.md
2020-08-17 02:07:25 +02:00
Matthias
cc91d51389
Fix wording in configuration.md
2020-08-15 09:18:00 +02:00
Matthias
9dd2800b98
Apply some review changes
2020-08-15 09:08:50 +02:00
hroff-1902
a1e292f56a
Improve docs
2020-07-22 22:09:30 +03:00
hroff-1902
daee414d7a
Fix docs formatting
2020-07-22 21:51:25 +03:00
Matthias
ea1ddeb87d
Merge pull request #3570 from gambcl/develop
...
Added range checks to min_days_listed in AgeFilter
2020-07-19 09:37:17 +02:00
HumanBot
f0a1a1720f
removed duplicate
...
removed duplicate word using using
2020-07-11 15:21:54 -04:00
gambcl
14eab9be04
Added min_price, max_price to PriceFilter
2020-07-08 22:02:04 +01:00
gambcl
ab7f5a2bcf
Added pairslist AgeFilter
2020-06-24 23:58:12 +01:00
Matthias
a3506f4d8e
Merge branch 'develop' into timeframe
2020-06-15 06:35:55 +02:00
Matthias
f80b5f9410
Merge pull request #3438 from freqtrade/ftx_stoploss
...
Ftx stoploss
2020-06-14 07:02:15 +02:00
Matthias
a198b91b87
align Spaces in commented config section
...
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-06-10 06:36:35 +02:00
Matthias
bd942992ef
Add documentation about pricing related to market orders
2020-06-09 20:47:52 +02:00
Mister Render
05deb5ba05
Fixed typo and missing {
...
This should help with copy pasting the pairlists code block.
Also fixed minor typo on line 594 (was: "I selects" and is now: "It selects")
2020-06-09 16:08:20 +00:00
Matthias
2f07d21629
Update documentation with FTX Stoploss on exchange
2020-06-03 20:20:39 +02:00
hroff-1902
64881a94e2
Merge branch 'develop' into timeframe
2020-06-02 15:56:34 +03:00