robcaulk
|
4b7e640f31
|
reduce code duplication, optimize auto data download per tf
|
2022-08-26 13:56:44 +02:00 |
|
Timothy Pogue
|
d474111a65
|
Renamed to external signals, controller class refactored
|
2022-08-24 22:42:29 -06:00 |
|
robcaulk
|
ac42c0153d
|
deprecate indicator_max_period_candles, automatically compute startup candles for FreqAI backtesting.
|
2022-08-22 18:19:07 +02:00 |
|
Timothy Pogue
|
6f5478cc02
|
DataFrame transmission, strategy follower logic
|
2022-08-21 22:45:36 -06:00 |
|
Matthias
|
adc8ee88e2
|
Move periodicCache to Utils package
|
2022-08-10 08:57:19 +00:00 |
|
Matthias
|
7bac054668
|
Add documentation and clarity for send_msg
|
2022-07-26 20:24:52 +02:00 |
|
Matthias
|
229e8864bb
|
Add send_msg capability to dataprovider
|
2022-07-26 20:15:49 +02:00 |
|
Matthias
|
ab932d8398
|
Properly detect default candle type
|
2022-01-29 14:31:58 +01:00 |
|
Wade Dyck
|
5743b3a0b7
|
When getting analyzed dataframes, use candle_type_def in the pair_key as that's how they're cached.
|
2021-12-27 13:29:25 -07:00 |
|
Matthias
|
222c293602
|
Add "defaultCandletype"
|
2021-12-08 13:17:20 +01:00 |
|
Matthias
|
dda7283f3e
|
Remove unnecessary default parameters
|
2021-12-08 11:32:58 +01:00 |
|
Matthias
|
2f17fa2765
|
Update more to use candleType
|
2021-12-03 14:15:35 +01:00 |
|
Matthias
|
5493212672
|
More candletype changes
|
2021-12-03 13:04:31 +01:00 |
|
Matthias
|
cb4efa6d56
|
Revert unnecessary formatting changes
|
2021-11-28 15:53:13 +01:00 |
|
Sam Germain
|
8761649fd7
|
Added candle_type in doc strings
|
2021-11-27 02:55:42 -06:00 |
|
Sam Germain
|
920151934a
|
Added candle_type to a lot of methods, wrote some tests
|
2021-11-21 17:48:14 -06:00 |
|
Sam Germain
|
e2f98a8dab
|
replaced candle_type: Optional[str] = '' with candle_type: str = ''
|
2021-11-21 17:48:14 -06:00 |
|
Matthias
|
6319c104fe
|
Fix unreliable backtest-result when using webserver mode
|
2021-09-26 15:07:48 +02:00 |
|
George Muravei-Alkhavoi
|
ab786abf7f
|
Fix intendation.
|
2021-07-19 00:47:51 +03:00 |
|
George Muravei-Alkhavoi
|
f705293353
|
Dataprovider caching and trimming to timerange of historical informative.
|
2021-07-19 00:25:24 +03:00 |
|
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
2021-06-08 21:20:35 +02:00 |
|
Matthias
|
92186d89a2
|
Add some changes to strategytemplate
|
2021-05-09 09:56:36 +02:00 |
|
Rokas Kupstys
|
8d8c782bd0
|
Slice dataframe in backtesting, preventing access to rows past current time.
|
2021-05-08 18:40:49 +03:00 |
|
Rokas Kupstys
|
1b01ad6f85
|
Make exchange parameter optional and do not use it as parameter in backtesting.
|
2021-05-08 10:29:47 +03:00 |
|
Matthias
|
4b6cd69c81
|
Add test for no-exchange dataprovider
|
2021-05-08 10:29:47 +03:00 |
|
Rokas Kupstys
|
d344194b36
|
Fix dataprovider in hyperopt.
|
2021-05-08 10:29:47 +03:00 |
|
Rokas Kupstys
|
cdfa6adbe5
|
Store pair datafrmes in dataprovider for backtesting.
|
2021-05-08 10:29:47 +03:00 |
|
Matthias
|
9b23be4021
|
Return a copy from current_whitelist
this avoids manipulating of the pair whitelist from within a strategy
|
2021-04-13 06:49:53 +02:00 |
|
Matthias
|
887d78171c
|
Merge pull request #3857 from freqtrade/arrow_deprecation_timestamp
Convert timestamp to int_timestamp for all arrow occurances
|
2020-11-02 16:40:43 +01:00 |
|
Matthias Spiller
|
78874fa865
|
informative_pairs does not honor dataformat
|
2020-10-31 10:53:51 +00:00 |
|
Matthias
|
adffd402ea
|
Replace some pointless occurances of arrow
|
2020-10-20 20:11:38 +02:00 |
|
Matthias
|
253b7b763e
|
Apply isort to freqtrade codebase
|
2020-09-28 19:40:46 +02:00 |
|
Matthias
|
284d39930f
|
Allow using pairlists through dataprovider in backtesting
|
2020-08-30 10:07:28 +02:00 |
|
Matthias
|
c2a6f70b4c
|
Merge branch 'develop' into keep_dataframe_noapi
|
2020-06-30 07:46:52 +02:00 |
|
Matthias
|
bf61bc9d83
|
Introduce ExchangeError
|
2020-06-28 16:01:40 +02:00 |
|
Matthias
|
ab9382434f
|
Add test for get_analyzed_dataframe
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
8166b37253
|
Explicitly check if dp is available
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
9794914838
|
store dataframe updated as tuple
|
2020-06-18 06:50:05 +02:00 |
|
Matthias
|
fd97ad9b76
|
Cache analyzed dataframe
|
2020-06-18 06:50:05 +02:00 |
|
Matthias
|
cadc50ce9b
|
Replace more occurances of ticker_interval with timeframe
|
2020-06-01 20:49:40 +02:00 |
|
Matthias
|
16cd1f06b2
|
Rename get_order_book to fetch_l2_order_book (aligning to ccxt)
|
2020-05-26 20:27:35 +02:00 |
|
Matthias
|
046202fdda
|
Fix typing circular dependency
|
2020-05-22 20:56:34 +02:00 |
|
hroff-1902
|
115586a50f
|
Introduce freqtrade.typing
|
2020-05-18 21:59:50 +03:00 |
|
hroff-1902
|
627c5059f0
|
Move create_pair_list to pairlistmanager
|
2020-05-18 13:54:21 +03:00 |
|
hroff-1902
|
e7c11ed2cf
|
Fix fetching timeframe (failed in backtesting)
|
2020-05-16 12:27:56 +03:00 |
|
hroff-1902
|
f8b01f5a43
|
Make flake happy
|
2020-05-16 12:27:56 +03:00 |
|
hroff-1902
|
035a12ce61
|
Move _create_pair_whitelist to dataprovider
|
2020-05-16 12:27:56 +03:00 |
|
hroff-1902
|
bf25746965
|
Introduce datatype for informative pairs
|
2020-05-16 12:27:56 +03:00 |
|
hroff-1902
|
aae096c6ae
|
Handle fetching ticker for non-existing pair safe way
|
2020-05-14 13:36:48 +03:00 |
|
hroff-1902
|
3079e18239
|
Merge branch 'develop' into dataprovider-add-ticker
|
2020-05-14 13:22:52 +03:00 |
|
Paul D. Mendes
|
9fbe135790
|
attached pairlist manager onto dataprovider init for unified access to dynamic whitelist
|
2020-05-11 20:17:03 +04:00 |
|
Paul D. Mendes
|
bc9efc31ad
|
Added Method for accessing current pair list on initialization for dynamic informative pairs
moved import into function to avoid circular import with hyperopt
|
2020-05-11 19:45:15 +04:00 |
|
hroff-1902
|
63b55658ac
|
Add ticker to dataprovider
|
2020-05-01 05:11:30 +03:00 |
|
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
2020-03-08 20:47:02 +03:00 |
|
Matthias
|
bb8acc61db
|
Convert datadir within config to Path
(it's used as Path all the time!)
|
2019-12-23 15:11:29 +01:00 |
|
Matthias
|
6ac73f7cde
|
Update missed strings
|
2019-11-13 11:28:26 +01:00 |
|
Matthias
|
08aedc18e1
|
Exchange ticker_interval with timeframe in some more places
|
2019-11-12 15:13:06 +01:00 |
|
Matthias
|
e4bdb92521
|
Replace some occurances of ticker_interval with timeframe
|
2019-11-12 15:13:06 +01:00 |
|
Matthias
|
5e23cc719d
|
Add tests for orderbook and market in dataprovider
|
2019-10-10 19:38:01 +02:00 |
|
hroff-1902
|
3ac5b91899
|
Add market() method to dataprovider
|
2019-10-03 02:58:45 +03:00 |
|
Matthias
|
1cd8ed0c1a
|
Remove --refresh-pairs
|
2019-09-20 20:02:07 +02:00 |
|
hroff-1902
|
dda513c923
|
Minor class cosmetics
|
2019-09-12 12:13:20 +03:00 |
|
Matthias
|
972b8a1726
|
Remove defaulting to test_data folder when no datadir is present
|
2019-09-07 21:06:20 +02:00 |
|
hroff-1902
|
407a3bca62
|
implementation of ohlcv optimized
|
2019-08-18 13:00:37 +03:00 |
|
hroff-1902
|
310e438706
|
logging message improved
|
2019-08-18 12:55:31 +03:00 |
|
hroff-1902
|
8a2a8ab8b5
|
docstring for ohlcv improved
|
2019-08-18 12:47:19 +03:00 |
|
hroff-1902
|
84a0f9ea42
|
get_pair_dataframe helper method added
|
2019-08-17 12:57:44 +03:00 |
|
Matthias
|
4238ee090d
|
Cleanup some code
after deepcode.ai suggestions
|
2019-07-14 20:05:28 +02:00 |
|
Yuliyan Perfanov
|
199426460a
|
implemented DataProvider.orderbook()
|
2019-06-02 13:25:09 +03:00 |
|
hroff-1902
|
ebf1126351
|
cosmetic: rename interval, tick_interval, etc --> ticker_interval
|
2019-04-07 16:28:53 +03:00 |
|
Matthias
|
bfd8609352
|
Fix comment
|
2019-01-26 19:16:33 +01:00 |
|
Matthias
|
e66808bb02
|
Add additional pairs to refresh call
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
d6cdfc58af
|
Fix mypy hickup after changing list to tuples
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
6525a838d1
|
Adjust documentation to tuple use
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
f0af4601f9
|
Adopt plot_dataframe to work with --live
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
0aa0b1d4fe
|
Store tickers by pair / ticker_interval
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
a206777fe5
|
Rename refresh_tickers to refresh_latest_ohlcv
|
2019-01-22 07:05:09 +01:00 |
|
Matthias
|
646e98da55
|
Always return dataframe
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
2b029b2a86
|
Only return ohlcv if available (Live and dry modes)
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
35c8d1dcbe
|
Update comment
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
8f3ea3608a
|
some cleanup
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
d3a37db79a
|
Provide available pairs
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
f034235af4
|
Tests for RunMode
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
1340b71633
|
Add RunMode setting to determine bot state
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
84cc4887ce
|
Add copy parameter
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
e38c06afe9
|
Small fixes
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
f1a5a8e20e
|
provide history
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
4ab7edd3d6
|
small adaptations
|
2019-01-22 07:04:19 +01:00 |
|