Matthias
|
b77a105778
|
Add CORS_origins key to configuration
|
6 years ago |
hroff-1902
|
64881a94e2
|
Merge branch 'develop' into timeframe
|
6 years ago |
Matthias
|
18913db992
|
Replace ticker_interval with timeframe in sample configs
|
6 years ago |
Matthias
|
dc7f0f1187
|
Add api-server to default config samples
|
6 years ago |
jpribyl
|
bd51cd332b
|
Cancel all open orders after receiving /stop or ctrl+c
|
6 years ago |
Matthias
|
5da63d399b
|
Reduce default order_book_max to 1
|
6 years ago |
hroff-1902
|
0ba8d13de9
|
Merge pull request #2831 from xmatthias/feat/new_config
introduce new-config subcommand
|
6 years ago |
hroff-1902
|
a893f70e49
|
Replace NXT with XRP in config.json.example
|
6 years ago |
Matthias
|
9f29128205
|
Fix small json formatting issue
|
6 years ago |
Matthias
|
71dd038664
|
add tradable_balance_ratio to to all config samples
|
6 years ago |
Matthias
|
f3beaa3374
|
Deprecate capital_available_percentage
|
6 years ago |
Matthias
|
c3b4a4dde1
|
Update sample configurations
|
6 years ago |
Matthias
|
6fe7b13e37
|
Replace coins in whitelist with existing ones
|
6 years ago |
hroff-1902
|
9b23376415
|
Move experimental settings to ask_strategy
|
7 years ago |
Matthias
|
5db10bdcc7
|
Add rateLimit parameters for different exchanges
|
7 years ago |
misagh
|
c4f17f1c45
|
config json updated
|
7 years ago |
misagh
|
23d3a7f31e
|
capital after dots and default values corrected
|
7 years ago |
misagh
|
714ac6dd08
|
Merge branch 'develop' into money_mgt
|
7 years ago |
misagh
|
b6d4e11e88
|
added minimum win rate to config
|
7 years ago |
misagh
|
25daf3a0f7
|
Merge branch 'develop' into money_mgt
|
8 years ago |
Matthias
|
6ff4c9b888
|
Update docs for /forcesell
|
8 years ago |
Matthias
|
ddc1513286
|
Add ccxt_config to both config_samples
|
8 years ago |
misagh
|
c8d06e2b0e
|
filter pairs according to expectancy + bug at the end of array resolved
|
8 years ago |
misagh
|
f1b4e4b36c
|
stop loss range “start, end, step” configurable for Edge
|
8 years ago |
misagh
|
3e3ed947cc
|
added “max_trade_duration” config + using “remove_dumps” config
|
8 years ago |
misagh
|
61095db071
|
edge config enriched
|
8 years ago |
misagh
|
ef52c7b510
|
edge positioning put into package
|
8 years ago |
Nullart2
|
b6b89a464f
|
move order_book config out of experimental
|
8 years ago |
Nullart2
|
4a9bf78770
|
Order Book with tests
|
8 years ago |
misagh
|
74fa4ddca4
|
CCXT rate limit config default to => true
+ adding config to config_full.json.example
|
8 years ago |
misagh
|
be1298dbd2
|
Initializing CCXT with rate_limit parameter optional (default to false)
|
8 years ago |
xmatthias
|
782570e71e
|
Address PR comment
|
8 years ago |
Matthias
|
ed2a1becef
|
Merge branch 'develop' into feat/stop_loss
|
8 years ago |
xmatthias
|
2dc881558d
|
address PR comments
|
8 years ago |
xmatthias
|
14e12bd3c0
|
Fix missing comma in example.json
|
8 years ago |
Nullart
|
98108a78f1
|
separating unfulfilled timeouts for buy and sell
|
8 years ago |
xmatthias
|
da5be9fbd0
|
add stop_loss based on work from @berlinguyinca
|
8 years ago |
xmatthias
|
3e167e1170
|
update sample configs
|
8 years ago |
xmatthias
|
8a44dff595
|
don't sell if buy is still active
|
8 years ago |
Samuel Husso
|
7552c912a2
|
config.json.example: add ticker_interval
|
8 years ago |
Matthias Voppichler
|
4dc1d7538e
|
switch currencies to new format
|
8 years ago |
mijgame
|
7bf88333dd
|
Fix typos (#497)
* Update config_full.json.example
Typo
* Update config.json.example
|
8 years ago |
Jordy
|
c9f97149e1
|
Update config.json.example
Typo fix
|
8 years ago |
Gerald Lonlas
|
f69adc1894
|
Add setup.sh script to install and update the bot
|
8 years ago |
Samuel Husso
|
757a46ab12
|
ticker_interval as int (instead of string)
|
8 years ago |
Jean-Baptiste LE STANG
|
8e5de365a5
|
Ticker in the conf is now an enum string
|
8 years ago |
Jean-Baptiste LE STANG
|
e2e2005567
|
Adding 30 minutes, 1 hour, 1 day tickers
|
8 years ago |
Stephen Dade
|
b5d2cfecc7
|
Unfilled Order timeout - better documentation and variable naming
|
8 years ago |
Stephen Dade
|
b4d6250d55
|
Added order timeout handling
|
8 years ago |
Samuel Husso
|
fd5497cfc7
|
Merge pull request #265 from gcarq/feature/experimental/force_profit_sell
Add experimental feature to sell only if we make a profit
|
8 years ago |