Matthias
|
123971d271
|
Don't change passed in parameter variable
|
2021-08-14 16:02:31 +02:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
Matthias
|
2ec22f1d97
|
Add Sorting to available pair list
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
129c7b02d0
|
Not all config values are mandatory in webserver mode
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
804d99cce9
|
Move backtesting api to it's own file
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
134c61126e
|
Properly track bt progress ...
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
03140a0ecb
|
Run webserver in main thread when using webserver mode
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
37b15e830a
|
Add trade count to progress
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
048008756f
|
Add progress tracking for backtesting
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
06b6726029
|
Support compounding key
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
f96d7dfe6d
|
Allow backtesting to reuse data
Allow activating / deactivating protections dynamically
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
5c18c8726d
|
Implement backtesting with fastapi
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
df55259737
|
Add start_trading endpoint
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
f7c09ba63a
|
Log endpoint should use static rpc class
|
2021-06-24 18:17:40 +02:00 |
|
Matthias
|
515c73f399
|
Don't hard-limit trades endpoint for now
|
2021-04-22 06:51:26 +02:00 |
|
Matthias
|
bd92ce938c
|
trade_history should paginate through results
this avoids huge results
|
2021-04-20 21:04:44 +02:00 |
|
Matthias
|
c52edcff4d
|
Merge pull request #4677 from mads03dk/get_trade
Add API endpoint for getting a specific trade
|
2021-04-16 19:57:58 +02:00 |
|
Matthias
|
aeb81f90ff
|
Implement errorhandling for /trade endpoint
|
2021-04-16 19:35:56 +02:00 |
|
Matthias
|
4b902d6eb8
|
Don't use response-model on trades endpoint for now
|
2021-04-13 06:23:11 +02:00 |
|
Mads Sørensen
|
c176e277f1
|
Add a REST endpoint for getting a specific trade
|
2021-04-05 19:31:34 +02:00 |
|
Matthias
|
007ac7abb5
|
Add telegram pair unlocking
|
2021-03-01 20:09:40 +01:00 |
|
Matthias
|
6640156ac7
|
Support deleting locks via API
|
2021-03-01 19:50:39 +01:00 |
|
Matthias
|
bba9b9e819
|
Don't use __root__ directly for api response
|
2021-03-01 07:08:44 +01:00 |
|
Matthias
|
aba034ff40
|
Fix mypy problem after mypy 0.800 upgrade
|
2021-02-28 11:04:30 +01:00 |
|
Matthias
|
843fb204e9
|
Fix problem with inf values returned from dataframe for api methods
|
2021-02-11 20:21:31 +01:00 |
|
Matthias
|
cff50f9f66
|
Add response-model for show_config
|
2021-01-03 06:49:10 +01:00 |
|
Matthias
|
ca0bb7bbb8
|
Don't require RPC for strategy
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
e6176d43f3
|
Optional RPC dependency
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
336dd1a29c
|
Rename api_models to api_schemas
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
84ced92002
|
Fix mock-tests missing some fields
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
29f4dd1dcd
|
Enhance some response models
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
718f2b24d2
|
Don't use relative imports
|
2021-01-03 06:49:07 +01:00 |
|
Matthias
|
b2ab553a31
|
Rename api_server2 module to apiserver
|
2021-01-03 06:49:04 +01:00 |
|