Commit Graph

52 Commits (8ab07e0451d1205eb4ebee2f2043f9df56cc2e13)

Author SHA1 Message Date
hroff-1902 7af24dc486 cleanup Arguments: name attrs and methods as non-public
7 years ago
hroff-1902 007703156b do not export ARGS_* from configuration
7 years ago
hroff-1902 1bdffcc73b make configuration a sep. module, including arguments
7 years ago
Matthias db59d39e2c Don't use class for plotting
7 years ago
Matthias 587d71efb5 Test generate_profit_plot
7 years ago
Matthias c7a4a16eec Create generate_plot_graph
7 years ago
Matthias 0b517584aa Use add_profit in script
7 years ago
Matthias 6b387d320e extract combine_tickers to btanalysis
7 years ago
Matthias 88545d882c Use FTPlots class in plot-scripts
7 years ago
Matthias c87d27048b align plot_profit to plot_dataframe
7 years ago
Matthias c3db4ebbc3 Revise plot_profit to use pandas functions where possible
7 years ago
Matthias 4506832925 Update docstring
7 years ago
Matthias ca5093901b Use build_args for plot script
7 years ago
Matthias ee312ac230 Use build_args for plot_dataframe script
7 years ago
hroff-1902 8c40a406b6 arguments cleanup
7 years ago
hroff-1902 9fbe573cca limit usage of ccxt to freqtrade/exchange only
7 years ago
hroff-1902 ebf1126351 cosmetic: rename interval, tick_interval, etc --> ticker_interval
7 years ago
hroff-1902 6913bce6a1 flake8, import in script/plot_profit.py
7 years ago
hroff-1902 2aa1b43f01 get rid of TICKER_INTERVAL_MINUTES dict, use ccxt's parse_timeframe() instead
7 years ago
Matthias 83a2427a61 Fix mypy in scripts
7 years ago
Matthias 184b13f2fb Flake8 for scripts
7 years ago
Matthias 02d13645b0 Merge branch 'develop' into feat/dataprovider
7 years ago
AxelCh eec7276393 fix crash when backtest-result.json not exist
7 years ago
Matthias 1340b71633 Add RunMode setting to determine bot state
7 years ago
Matthias f261911285 replace os.path with pathlib.Path
7 years ago
Matthias 4ca6aad99a Adjust imports in scripts
7 years ago
Matthias 21a093bcdb extract resolvers to IResolvers and it's own package
7 years ago
Janne Sinivirta 4a26eb34ea fix plot_profit to use strategy instead of Analyze
8 years ago
xmatthias 1f6b9c332b fix default datadir not working in plot-script
8 years ago
gcarq bea9a3304e use correct return code on error
8 years ago
Gerald Lonlas 5683f9e10e Remove hardcoded backtest-result.json in Plot scripts
8 years ago
Samuel Husso e0bd45efab Scripts: fix syntax errors and flake8ify
8 years ago
Anton 2bfce64e6a Fix conflicts
8 years ago
gcarq 306885e174 Merge branch 'develop' into feat/objectify-ccxt
8 years ago
gcarq 403f59ef45 use native python logger
8 years ago
enenn db46ad6502 Change ticker interval from minutes as integer to string (1m, 5m, 1h,...)
8 years ago
enenn c1c6ed6ed7 Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files
8 years ago
gcarq fa7f74b4bc use native python logger
8 years ago
gcarq 3f8d7dae39 make name a required argument and add fallback to getEffectiveLevel
8 years ago
gcarq bc554faffb plot_profit: add missing typehints and fix mutable argument issue
8 years ago
Gerald Lonlas cf78da5fae Plot_profit.py: Fix Flake8 warnings
8 years ago
Gerald Lonlas 45341bb246 Plot_profit.py: fix it and make it works with the new object model
8 years ago
Janne Sinivirta 6f80aff3e2 cleanup plot scripts
8 years ago
Janne Sinivirta 9b8cb05037 convert plot_profit to use Plotly instead of matplotlib
8 years ago
kryofly fe2f779c47 Merge branch 'develop' into plot_profit
8 years ago
Gerald Lonlas 5c499d16a5 Make plot_profit.py flake8 compliant
8 years ago
Gerald Lonlas 6d8252e2b6 Add support of custom strategy in plot_profit.py
8 years ago
kryofly 6171be4f46 Use dates on plot profit/dataframe
8 years ago
kryofly f40d9dbb05 plot_profit uses --timerange flag
8 years ago
kryofly 524899ccbf plot profit: export format change
8 years ago