Gerald Lonlas
64504e6777
Add support of --refresh-pairs-cached param
8 years ago
Gerald Lonlas
af76d5f0e0
Breakdown the script in functions the improve maintainability
8 years ago
Gerald Lonlas
5683f9e10e
Remove hardcoded backtest-result.json in Plot scripts
8 years ago
Janne Sinivirta
5ff405b0b0
allow defining of timeframes to download
8 years ago
Janne Sinivirta
af1ba1e191
split ugly ternary to regular if
8 years ago
Janne Sinivirta
5c7899ae98
flake8 fix
8 years ago
Janne Sinivirta
6891054b84
use folder user_data/data/exchangename by default and pick pairs.json from that folder by default
8 years ago
Janne Sinivirta
a0c79bd727
make --pairs-file required
8 years ago
peterkorodi
0c051b1b7a
Make plot_dataframe able to show trades stored in database. ( #692 )
...
* Show trades stored in db on the graph
8 years ago
Samuel Husso
e0bd45efab
Scripts: fix syntax errors and flake8ify
8 years ago
Anton
2bfce64e6a
Fix conflicts
8 years ago
Anton
ceeb98dda9
Fix conflicts
8 years ago
gcarq
306885e174
Merge branch 'develop' into feat/objectify-ccxt
8 years ago
Anton
24ab1b5be5
Fix review comments, documenation update
8 years ago
Anton
2267a420a4
Fix codestyle
8 years ago
Anton
82ea56c8fd
Fix review comments. Add support of datetime timeganges
8 years ago
Anton
6675120324
Add time range support to download_backtest_data
8 years ago
Samuel Husso
53e76a89ac
convert_backtestdata: flake8 fixes
8 years ago
Samuel Husso
fded8e5117
move download_backtest_data to scripts
8 years ago
gcarq
403f59ef45
use native python logger
8 years ago
enenn
bfe1eaadcf
Adapt convert_backtestdata.py to new format
...
Also fix timezone issue and integer overflow
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
Matthias Voppichler
4ac591b076
rename logging to freqtrade
8 years ago
Matthias Voppichler
18f8686cdb
fix returncode for convert_file
8 years ago
Matthias Voppichler
8a83e050d0
use path to handle filenames
8 years ago
Matthias Voppichler
a972b8768d
Improve errorhandling for json files which are not ticker data
8 years ago
Matthias Voppichler
a4906c477e
Add handling for gzip files
8 years ago
Matthias Voppichler
756bd63e1d
whitespace fix
8 years ago
Matthias Voppichler
9d2b7c1fc0
Add convert script
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
Samuel Husso
d20e3f79be
analyze to use the ccxt OHLCV format
...
setup: remove bittrex and add requirement to ccxt
freqtradebot: update market summaries to ccxt format
8 years ago
gcarq
3553686e50
plot_dataframe: set missing typehints
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
Gerald Lonlas
9ae2491b1e
Plot_dataframe.py: make it works with the new object model
8 years ago
Janne Sinivirta
6f80aff3e2
cleanup plot scripts
8 years ago
macd2
192521523f
add an option to control vertical spacing ( #506 )
8 years ago
Janne Sinivirta
6efd744497
change buy and sell markers in plot_dataframe
8 years ago
Janne Sinivirta
9b8cb05037
convert plot_profit to use Plotly instead of matplotlib
8 years ago
Janne Sinivirta
ffb60fe8b9
replace matplotlib with Plotly in plot_dataframe.py
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
Gerald Lonlas
fcb29c6da5
Make plot_dataframe.py flake8 compliant
8 years ago
Gerald Lonlas
00f1c57279
Add support of custom strategy into plot_dataframe.py
8 years ago
kryofly
19ef682250
Merge branch 'develop' into plot_profit
8 years ago
kryofly
6171be4f46
Use dates on plot profit/dataframe
...
* plot_dataframe also support --timerange
* Both default to tkinter as matplotlib plotting backend
8 years ago
kryofly
f40d9dbb05
plot_profit uses --timerange flag
8 years ago
Jean-Baptiste LE STANG
36797cda30
Merge branch 'develop' into support_multiple_ticker
8 years ago
Jean-Baptiste LE STANG
e2e2005567
Adding 30 minutes, 1 hour, 1 day tickers
8 years ago
kryofly
524899ccbf
plot profit: export format change
8 years ago
kryofly
167483f777
plot profit: filter multiple pairs, misc fixes
8 years ago
kryofly
d8d46890b3
script: plot profit
8 years ago
kryofly
829da096e2
plotting docs
8 years ago
Gerald Lonlas
39c6e5263a
Fix plot_dataframe.py
8 years ago
Janne Sinivirta
0abc30401c
linter fixes and cleanups
8 years ago
kryofly
e6e57e47cf
plot script can take arguments
8 years ago
Janne Sinivirta
c8fb6c4661
More lint fixes ( #198 )
...
* autopep fixes
* remove unused imports
* fix plot_dataframe.py lint warnings
* make pep8 error fails the build
* two more line breakings
* matplotlib.use() must be called before pyplot import
8 years ago
Janne Sinivirta
6288adfefd
fix plotting broken by refactoring
8 years ago
gcarq
0c9993cc89
convert bash scripts to python scripts
8 years ago
gcarq
2fe11cd77a
add helper scripts for mongodb
8 years ago
gcarq
e27a6a7a91
add mongodb support for hyperopt parallelization
8 years ago
gcarq
f3ba3ddd54
move buy_price and sell_price to plotting script
8 years ago
gcarq
6ff26c561a
move plot_dataframe to scripts/ folder
8 years ago