Matthias
|
e818797427
|
Minor fix in amount_to_precision logic
|
2022-08-15 20:29:05 +02:00 |
|
Matthias
|
09ee9089fb
|
Merge pull request #6832 from freqtrade/feat/freqai
Freqai: an interface for users to build/train/backtest predictive models and run them live
|
2022-08-15 20:03:08 +02:00 |
|
Matthias
|
22ac291c3a
|
Merge pull request #7211 from ecoppen/rpc/whitelist_options
Optional /whitelist args - sorted, nobase
|
2022-08-14 08:26:21 +02:00 |
|
Matthias
|
61acbf21d0
|
Fix broken telegram tests
|
2022-08-13 15:46:06 +02:00 |
|
Matthias
|
902afc2f02
|
Use FtPrecise in interest calculation
|
2022-08-13 08:43:56 +02:00 |
|
Matthias
|
df701b5862
|
Merge branch 'develop' into feat/freqai
|
2022-08-13 08:43:24 +02:00 |
|
ecoppen
|
ccc0ad6f64
|
fix - reload whitelist
Should fix the issue, if not I'll move development to a different computer and get local testing running properly.
|
2022-08-12 19:58:41 +01:00 |
|
Matthias
|
dd4e44931e
|
Improve NAN handling in RPC module
|
2022-08-11 15:02:52 +00:00 |
|
ecoppen
|
ace9626483
|
Update tests for sorted and nobase
Tests for PR #7211
|
2022-08-10 15:04:24 +01:00 |
|
Matthias
|
53251e7140
|
Merge pull request #7194 from freqtrade/rpc/partial_forceexit
Partial forceExit
|
2022-08-10 07:12:40 +02:00 |
|
Matthias
|
9a82898d6b
|
Merge branch 'develop' into feat/freqai
|
2022-08-09 06:22:57 +02:00 |
|
Matthias
|
e48e82232d
|
Force response API to js to fix faulty system configs
closes #7147
|
2022-08-07 10:42:56 +02:00 |
|
Matthias
|
6ded2d5b7c
|
Improve forceexit API test
|
2022-08-07 09:47:11 +02:00 |
|
robcaulk
|
eb8bde37c1
|
Add lightgbm classifier, add classifier check test, fix classifier bug.
|
2022-08-06 17:51:21 +02:00 |
|
Matthias
|
2687633941
|
Test iterative sending of /status
|
2022-08-06 09:16:04 +02:00 |
|
Matthias
|
b12dd15f4f
|
Send multiple messages in /status if required
|
2022-08-06 09:10:12 +02:00 |
|
Matthias
|
7675187c37
|
Use telegram message length to avoid constants
|
2022-08-05 07:31:19 +02:00 |
|
Matthias
|
cffc769549
|
Fix /profit endpoint calculations for partial sells
* don't recalculate for closed trades
* include realized_profit in the calculation
part of #7178
|
2022-08-05 07:26:41 +02:00 |
|
Matthias
|
c6e121ffb4
|
Update tests with correct usdt mock trades
|
2022-08-05 07:21:46 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
fc31c890e3
|
Merge pull request #7135 from freqtrade/rpc/sendmsg
Strategy allow rpc messages
|
2022-07-30 16:15:00 +02:00 |
|
Matthias
|
3273881282
|
Merge branch 'develop' into feat/freqai
|
2022-07-28 06:36:38 +02:00 |
|
Matthias
|
2595e40e47
|
Remove unused test-strategy
|
2022-07-27 06:47:16 +02:00 |
|
Matthias
|
0adfa4d9ef
|
Add tests for dataprovider send-message methods
|
2022-07-27 06:34:15 +02:00 |
|
robcaulk
|
e213d0ad55
|
isolate data_drawer functions from data_kitchen, accommodate tests, add new test
|
2022-07-26 10:24:14 +02:00 |
|
Matthias
|
61c41fd919
|
Merge branch 'develop' into feat/freqai
|
2022-07-24 16:18:58 +02:00 |
|
Matthias
|
83cac7bee2
|
Improve some more tests by adding proper orders
|
2022-07-24 10:51:13 +02:00 |
|
Matthias
|
24a786bedd
|
Update rpc test to contain sell order
|
2022-07-23 15:23:24 +02:00 |
|
robcaulk
|
286bd0c40b
|
follow string for adding a strat to tests/strategy/strats
|
2022-07-20 15:00:02 +02:00 |
|
Matthias
|
29efe75a6f
|
Update hyperoptable strategy to use V3 interface
|
2022-07-16 11:47:32 +02:00 |
|
Matthias
|
bf992fd9df
|
Add test for newly added functionality
|
2022-07-11 14:09:44 +02:00 |
|
Matthias
|
0809f9aef6
|
Add offset to trade response
|
2022-06-18 19:27:05 +02:00 |
|
Matthias
|
0168343b76
|
Add trading-volume to api schema
|
2022-06-18 16:53:25 +02:00 |
|
Matthias
|
40c9abc7e1
|
Add trading volume to /profit output
|
2022-06-18 11:40:32 +02:00 |
|
Matthias
|
6a15d36d14
|
Add Drawdown and profit_factor to /profit
#6816
|
2022-06-18 11:14:28 +02:00 |
|
Matthias
|
d77ce468ea
|
Add "dry" hint to buy/sell messages
part of #6962
|
2022-06-18 09:40:53 +02:00 |
|
Matthias
|
76cae8e8e3
|
Update tests to always provide rate to profit calculations
|
2022-06-17 06:55:31 +00:00 |
|
Matthias
|
ec40e79362
|
Merge pull request #6874 from froggleston/buy_reasons
Buy reasons
|
2022-06-15 19:06:00 +02:00 |
|
Matthias
|
e67d29cd2f
|
Update more trades to use create_mock_trades
|
2022-06-13 07:17:13 +02:00 |
|
Matthias
|
43c871f2f4
|
Use time-machine to stabilize time-sensitive tests
|
2022-06-13 06:49:31 +02:00 |
|
Matthias
|
390e600f55
|
Update statistics output
|
2022-06-13 06:46:34 +02:00 |
|
Matthias
|
7619fd08d6
|
Update telegram tests to use mock_trades
|
2022-06-12 19:41:28 +02:00 |
|
Matthias
|
dff83ef620
|
Update telegram profit test to USDT
|
2022-06-12 17:30:01 +02:00 |
|
Matthias
|
2e1ed132f7
|
Merge pull request #6964 from freqtrade/rpc_rel_daily
Telegram / api daily relative profit
|
2022-06-11 19:31:32 +02:00 |
|
Matthias
|
9c65fad73f
|
Merge Pull request #6919 into develop
|
2022-06-11 17:49:32 +02:00 |
|
Matthias
|
4b70e03daa
|
Add some rudimentary tsts for discord webhook integration
|
2022-06-11 17:49:23 +02:00 |
|
Matthias
|
9ba11f7bcc
|
Update docs and tests for new daily command
|
2022-06-11 11:26:49 +02:00 |
|
Matthias
|
76827b31a9
|
Add relative profit to daily/weekly commands
|
2022-06-11 11:18:21 +02:00 |
|
Matthias
|
0a801c0223
|
Simplify daily RPC test
|
2022-06-11 08:58:36 +02:00 |
|
Matthias
|
1a5c3c587d
|
Simplify weekly/monthly tests, convert to usdt
|
2022-06-11 08:53:37 +02:00 |
|
Matthias
|
ab6a306e07
|
Update daily test to USDT
|
2022-06-11 08:31:59 +02:00 |
|
Matthias
|
76f87377ba
|
Reduce decimals on FIAT daily column
|
2022-06-10 20:18:53 +02:00 |
|
Matthias
|
88f8cbe172
|
Update tests to reflect new naming
|
2022-06-09 19:38:18 +02:00 |
|
Matthias
|
43b7955fc2
|
Fully rely on pathlib
|
2022-05-26 19:37:55 +02:00 |
|
froggleston
|
22b9805e47
|
Fix all tests
|
2022-05-24 21:04:23 +01:00 |
|
Matthias
|
26d394ca74
|
Add liquidation Price to api response
|
2022-05-22 08:54:27 +02:00 |
|
Matthias
|
4a7515e66a
|
Add test for 0.0 case
|
2022-05-08 16:04:06 +02:00 |
|
Matthias
|
0c921e0116
|
Reorder api_backtesting test sequence
|
2022-04-30 20:08:40 +02:00 |
|
Matthias
|
21df1b0db3
|
Use ORJSON for http responses
|
2022-04-29 07:17:31 +02:00 |
|
Matthias
|
9bb0f1f675
|
Move legacy strategy to "broken strats" folder
|
2022-04-25 07:11:32 +02:00 |
|
Matthias
|
f89b64c972
|
Improve test by having multistrat.meta file available
|
2022-04-13 07:09:26 +02:00 |
|
Matthias
|
4ac54a76af
|
Add strategy as mandatory argument
|
2022-04-13 06:47:39 +02:00 |
|
Matthias
|
0c87702545
|
test for backtest history
|
2022-04-12 06:28:37 +02:00 |
|
Matthias
|
68fe7476c9
|
Update more terminology to forceexit
|
2022-04-10 15:56:29 +02:00 |
|
Matthias
|
2653d83fee
|
Merge branch 'develop' into pr/cyberjunky/6615
|
2022-04-10 09:24:53 +02:00 |
|
Matthias
|
46c18dfce2
|
Merge pull request #6670 from freqtrade/store_asset
store base and quote currency separately in the database
|
2022-04-10 08:42:28 +02:00 |
|
Matthias
|
139b65835c
|
Only show long/short signals on telegram for non-spot markets
|
2022-04-09 17:09:17 +02:00 |
|
Matthias
|
8e98a2ff9f
|
api - provide assset_currency via API
|
2022-04-09 16:42:18 +02:00 |
|
Matthias
|
f385e2c2b6
|
Update test to also cover "no trade found" scenario
|
2022-04-09 10:04:10 +02:00 |
|
Matthias
|
ebcb530d4f
|
Log if no stake-amount is left for trade
|
2022-04-09 09:58:03 +02:00 |
|
Matthias
|
ddfc68d533
|
Add test case for interactive telegram exit
|
2022-04-09 09:41:01 +02:00 |
|
Matthias
|
967bbe99bb
|
Merge branch 'develop' into pr/cyberjunky/6615
|
2022-04-08 18:05:27 +02:00 |
|
Matthias
|
aee0cfd17a
|
forcebuy_enable -> force_entry_enable
|
2022-04-08 13:39:41 +02:00 |
|
மனோஜ்குமார் பழனிச்சாமி
|
f7020df097
|
Updating requested changes in PR #6653
|
2022-04-08 07:07:51 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
b751dd339a
|
Update test_rpc_telegram.py
|
2022-04-06 07:23:43 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
28f4a3b373
|
updated for PR #6653
|
2022-04-06 07:05:43 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
5fa96174e1
|
Update test_rpc.py
|
2022-04-05 16:58:30 +05:30 |
|
மனோஜ்குமார் பழனிச்சாமி
|
8442fb915f
|
renamed
|
2022-04-05 16:01:53 +05:30 |
|
Matthias
|
0db5d9f7fa
|
Update telegram message formatting
|
2022-04-04 19:37:23 +02:00 |
|
Matthias
|
7d3116f9fb
|
webhookbuy -> webhookentry
|
2022-04-04 19:32:27 +02:00 |
|
Matthias
|
eff636ba53
|
Update RPC message types to ENTRY
|
2022-04-04 19:29:15 +02:00 |
|
Matthias
|
125dff1dad
|
Properly deprecate webhook settings (with transition)
|
2022-04-04 19:21:13 +02:00 |
|
Matthias
|
8a9839fb6d
|
Update telegram notification settings
|
2022-04-04 19:10:44 +02:00 |
|
Matthias
|
0b88185c2c
|
Sell-fill -> exit_fill
|
2022-04-04 19:08:50 +02:00 |
|
Matthias
|
8b33d9cdb2
|
sell_cancel -> exit_cancel
|
2022-04-04 19:07:20 +02:00 |
|
Matthias
|
6a0110aa3c
|
Update webhook configuration
|
2022-04-04 19:05:36 +02:00 |
|
Matthias
|
54ad130bb9
|
Update force_sell to force_exit
|
2022-04-04 16:59:27 +02:00 |
|
Matthias
|
2d2bea17e7
|
sell_order_status -> exit_order_status
|
2022-04-03 11:17:01 +02:00 |
|
Matthias
|
cd78792f48
|
Improve some telegram terminology
|
2022-04-03 10:40:13 +02:00 |
|
Matthias
|
543aa74278
|
update sell_reason to exit_reason
|
2022-04-02 20:04:29 +02:00 |
|
Ron Klinkien
|
f89265e0fb
|
Merge branch 'develop' into cyber-forcesell-tg
|
2022-04-02 20:02:42 +02:00 |
|
topscoder
|
60d52f0a20
|
Consistent CoinGecko naming in test_fiat_convert.py
|
2022-04-01 20:57:09 +02:00 |
|
Ron Klinkien
|
3d8cfa7ea5
|
Several fixes
Code optimizations
|
2022-03-31 08:30:20 +02:00 |
|
Ron Klinkien
|
c42af7d095
|
Fixed typo in test file
|
2022-03-30 12:41:41 +02:00 |
|
Ron Klinkien
|
3ed7f3f2df
|
Display all trade info in buttons
First step to fix tests for changed forcesell code
|
2022-03-30 12:28:30 +02:00 |
|
Matthias
|
bcf326a035
|
Initial steps to change bid/ask pricing to enter/exit
|
2022-03-27 18:03:49 +02:00 |
|
Matthias
|
743a7b7849
|
Merge branch 'develop' into feat/short
|
2022-03-25 10:04:18 +01:00 |
|
Matthias
|
dcfa3e8648
|
Update SellType to ExitType
|
2022-03-25 06:55:37 +01:00 |
|
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
2022-03-22 20:28:38 +01:00 |
|
Matthias
|
8556e6a053
|
Automatically assign buy-tag to force-buys
closes #6544
|
2022-03-20 09:33:47 +01:00 |
|