Mart van de Ven
46f4fd79af
Fix anchor for missing heading
3 years ago
Matthias
bedd3688d0
Properly format proxy configuration
3 years ago
Antonio Della Fortuna
192f75254f
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
3 years ago
Matthias
684de1937a
Fix link syntax to actually work
3 years ago
Joe Schr
4abf06119b
docs: fix broken link to quickstart
3 years ago
Antonio Della Fortuna
5fd85368a9
Added support for max_open_trades hyperopting
3 years ago
Matthias
5a489ce71b
Fix docs typo
4 years ago
Matthias
8cb2b4666d
Improve proxy docs
...
closes #7769
4 years ago
Matthias
30b467906c
Delist FTX, following ccxt's delisting.
4 years ago
robcaulk
1e9e7887aa
fix constants.py, fix freqai test
4 years ago
Matthias
942840da2d
Improve setting wording to keep future possibilities open
4 years ago
robcaulk
214c622475
move dataframe converter to converter.py
4 years ago
Matthias
ed12cddf3f
Update docs with new wording for webhook settings
4 years ago
froggleston
8fcb80df69
Add support for dp.send_msg() to webhooks
4 years ago
Timothy Pogue
255ff000af
typo in configuration.md
4 years ago
Matthias
1db8421b9d
Merge pull request #7303 from wizrds/feat/externalsignals
...
Producer/consumer mode
4 years ago
Matthias
06a5cfa401
Update "branding" to producer/follower mode
4 years ago
Matthias
e6c5c22ea0
Update websocket/follower docs
4 years ago
Timothy Pogue
0811bca8b4
revise docs, update dp method docstring
4 years ago
paranoidandy
366c6c24d8
Add docs for External Signals API
4 years ago
Matthias
6c18fa0847
Update proxy docs
4 years ago
Matthias
efc3b39fb8
Improve config overwriting wording
...
#7181
4 years ago
Matthias
c61b986c3d
FTX - support time_in_force (and PO ordertype)
...
closes #7175
4 years ago
Matthias
104a73025d
Uppercase TimeInForce (align with ccxt)
4 years ago
Matthias
29e41cc817
Update docs to reflect correct result
...
closes #7181
4 years ago
Matthias
5c4f60f376
Improve configuration table formatting and ordering
4 years ago
robcaulk
5c4014ee62
Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs
4 years ago
Matthias
eb5fe9e3ae
Merge pull request #6857 from froggleston/develop
...
Add support for fudging unavailable funding rates, allowing backtesti…
4 years ago
Matthias
0e158b66b0
Update docs link
4 years ago
Matthias
46ea135b6b
Update dry-run considerations
4 years ago
froggleston
736f9f4972
Fix docs and add outer join support for merging funding rates across full timerange
4 years ago
froggleston
bb758da940
Add support for fudging unavailable funding rates, allowing backtesting of timeranges where futures candles are available, but rates are not
4 years ago
Matthias
d4e12371c2
Merge pull request #6558 from samgermain/recursive-strategy-folder
...
Recursively search subdirectories in config['user_data_dir']/strategies for a strategy
4 years ago
Matthias
f1f4846053
Merge branch 'develop' into pr/samgermain/6558
4 years ago
Matthias
dff9d52b30
Remove hints on no longer used option, add very primitive test
4 years ago
froggleston
9421d19cba
Add documentation
4 years ago
Sam Germain
64e6729ae9
docs for recursive_strategy_search
4 years ago
Matthias
9556af1e6c
Improve documentation for config imports
4 years ago
Matthias
16e64ddf97
Update docs for multi-config loading
4 years ago
Matthias
aee0cfd17a
forcebuy_enable -> force_entry_enable
4 years ago
Matthias
075fc6d35e
Apply suggestions from code review
4 years ago
மனோஜ்குமார் பழனிச்சாமி
ca400b8195
Updated requested changes in PR #6653
4 years ago
மனோஜ்குமார் பழனிச்சாமி
9417bb01dc
Merge branch 'develop' into renaming-forceentry-forceexit
4 years ago
Matthias
a659bcb60b
Update some docs terminology
4 years ago
Matthias
b1378efdeb
ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
4 years ago
Matthias
4897731030
use_sell_signal -> use_exit_signal
4 years ago
Matthias
5ce5c70be6
sell_profit_offset -> exit_profit_offset
4 years ago
Matthias
bba9629a2a
Rename sell_profit_only to exit_profit_only
4 years ago
மனோஜ்குமார் பழனிச்சாமி
8442fb915f
renamed
4 years ago
Matthias
7d3116f9fb
webhookbuy -> webhookentry
4 years ago
Matthias
6a0110aa3c
Update webhook configuration
4 years ago
Matthias
8ebef914e2
Update pricing documentation
4 years ago
Matthias
2d740230f7
price_last_balance renaming
4 years ago
Matthias
bcf326a035
Initial steps to change bid/ask pricing to enter/exit
4 years ago
Matthias
0624817242
update unfilledtimeout settings to entry/exit
4 years ago
Matthias
95f69b905a
Remove ticker_interval support
4 years ago
Matthias
23b98fbb73
Update some documentation for short trading
4 years ago
Matthias
93a91bdeee
Update order_Types documentation
4 years ago
Matthias
e492bf3159
Update order_types to use entry/exit definition
4 years ago
Matthias
3ff261e22c
Update order time in force to use entry/exit wording
4 years ago
Sam Germain
3c3675ea1a
moved liquidation_buffer to exchange class, add check for valid liquidation_buffer values
4 years ago
Matthias
ac04d5852a
change to margin_mode also in documentation
4 years ago
Matthias
463714832d
Merge branch 'develop' into feat/short
4 years ago
Stefano Ariestasia
b8f29802e5
another typo
4 years ago
Stefano Ariestasia
cbd213bc0a
fix typo
4 years ago
Matthias
002226f5fd
Update setting to max_entry_position_adjustment
4 years ago
Matthias
7429f535c1
Imrpove code by reusing available properties
4 years ago
Matthias
f090dcc597
Merge branch 'develop' into feat/short
4 years ago
Stefano Ariestasia
ac93eea585
update
4 years ago
Stefano Ariestasia
5525fdae1a
add max_buy_position_adjustment as attribute
4 years ago
Matthias
ddfbe55e7c
Merge branch 'develop' into feat/short
4 years ago
Matthias
045225beef
Slightly improve doc formatting
4 years ago
Reigo Reinmets
3cbb2ff31f
Fix up documentation.
4 years ago
Reigo Reinmets
de79d25caf
Refactoring to use strategy based configuration
4 years ago
Reigo Reinmets
7df3e7ada4
Add base_stake_amount_ratio config param to support unlimited stakes.
4 years ago
Reigo Reinmets
c6256aba35
Improve documentation.
4 years ago
Reigo Reinmets
8dacd987b9
Merge branch 'freqtrade:develop' into dca
4 years ago
Reigo Reinmets
f11a40f144
Improve documentation on adjust_trade_position and position_adjustment_enable
4 years ago
Matthias
e729fad99c
Add unknown_fee_rate parameter
4 years ago
Matthias
fb1599d21b
Merge branch 'develop' into feat/short
5 years ago
Matthias
294c98ed5e
Document exchange.uid
...
part of #6016
5 years ago
Matthias
ce0593c0e1
Merge branch 'develop' into feat/short
5 years ago
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.
5 years ago
Matthias
f40221dd9f
Merge branch 'develop' into feat/short
5 years ago
Matthias
d3d17f9f8b
Only allow min-stake adjustments of up to 30%
...
fix #5856
5 years ago
Matthias
e3a368a74e
Merge pull request #5668 from samgermain/docs
...
Docs for leverage
5 years ago
Matthias
4f5c5b6982
Clarify timeout documentation
5 years ago
Matthias
7a907a7636
Add Emergencyselling after X timeouts have been reached
5 years ago
Matthias
60a5ded532
Don't convert telegram chat_id
...
closes #5840
5 years ago
Matthias
ca2e888801
improve documentation formatting
5 years ago
Sam Germain
4a0a215c45
moved lev docs to own file, updated config
5 years ago
Sam Germain
449710d662
Added collateral example
5 years ago
Sam Germain
2714c02842
Added docs for leverage and trading mode
5 years ago
Matthias
7f4baab420
Remove explicit rateLimits, improve docs
5 years ago
Matthias
19ad165483
Add time_in_force for kucoin
5 years ago
axel
ffd60f392b
add custom price max distance ratio option in configuration.md
5 years ago
Matthias
dda8276589
Update documentation for sell_profit_offset
...
As highlighed in #5393
5 years ago
Matthias
6f8519d0a3
Add environment variable support
5 years ago
Fausto Gutierrez
986aafcdf9
Fix configuration.md typos
5 years ago
Sam Germain
804bc8134f
Merge branch 'develop' into example_json_filename_extensions
5 years ago