Matthias
8e8f026ea7
Telegram candle message should be configurable
4 years ago
Matthias
f1f4846053
Merge branch 'develop' into pr/samgermain/6558
4 years ago
Matthias
ba92e09b7b
list-strategies should find recursively as well
4 years ago
Matthias
238ff6c9fe
Use better naming
4 years ago
Matthias
3427df0653
Add simple test for recursive loading
4 years ago
Matthias
aee0cfd17a
forcebuy_enable -> force_entry_enable
4 years ago
மனோஜ்குமார் பழனிச்சாமி
9417bb01dc
Merge branch 'develop' into renaming-forceentry-forceexit
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
eff636ba53
Update RPC message types to ENTRY
4 years ago
Matthias
8a9839fb6d
Update telegram notification settings
4 years ago
Matthias
0b88185c2c
Sell-fill -> exit_fill
4 years ago
Matthias
8b33d9cdb2
sell_cancel -> exit_cancel
4 years ago
Matthias
6d9218cb34
sell_signal -> exit_signal
4 years ago
Matthias
1917527179
custom_sell -> custom_exit
4 years ago
Matthias
cd146bfa8f
emergency_sell -> emergency_exit
4 years ago
Matthias
54ad130bb9
Update force_sell to force_exit
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
de6519eb05
Update config builder to include okx for futures
4 years ago
Matthias
efc313b28b
Merge pull request #6512 from freqtrade/short_order_types
...
Short order types renamal
4 years ago
Matthias
cb9da78a27
Merge branch 'develop' into feat/short
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
Matthias
17041b78fc
Add stoploss-limit-ratio to full config sample
4 years ago
Matthias
4988e56bfe
Full config should still default to spot markets
4 years ago
Matthias
8952829adc
Merge branch 'develop' into feat/short
4 years ago
Stefano Ariestasia
b043697d70
Update config_full.example.json
4 years ago
Matthias
0c6d92a7a6
Merge branch 'develop' into feat/short
4 years ago
Matthias
380e383eee
Add log_Responses to full config example
...
#6374
4 years ago
Sam Germain
179947fa72
New config ( #6333 )
...
* updated new-config to add trading_mode and margin_mode
* added trading_mode and margin_mode to config examples
* added okex config example
* new file: config_examples/config_binance_futures.example.json
* removed trading_mode and margin_mode from base_config and binance and okex example
* deleted okex and futures config files
* updated full config file
* updated new-config command to add trading_mode and margin_mode to config
* new file: config_examples/config_okex_futures.example.json
* removed config_okex_futures.example.json
* added trading_mode to test_start_new_config
* new-config asks exchange before asking futures
* Simplify trading_mode selection
* margin_mode is empty string for spot new configs
* build_config_commands sorted exchanges
* isort
Co-authored-by: Matthias <xmatthias@outlook.com>
4 years ago
Matthias
b96b0f89bd
improved unfilledtimeout defaults
4 years ago
Stefano Ariestasia
e3181748dc
Add ignore_buying_expired_candle to config_full example
4 years ago
Matthias
7a907a7636
Add Emergencyselling after X timeouts have been reached
5 years ago
Matthias
7f4baab420
Remove explicit rateLimits, improve docs
5 years ago
Matthias
dd0db7ee5d
Split protection-notification into global and per-pair
5 years ago
Matthias
1f3ccc2587
DefaultStrategy does not need to be limited
5 years ago
Matthias
74a5cb3c21
Remove protections from full config
...
They are supposed to be configured in the strategy
5 years ago
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
5 years ago