xmatthias
482d063638
update documentation for --export-filename
8 years ago
creslin
9dbe5fdb85
Update back testing document to include example using Posix timestamps
...
as timerange
e.g
--timerange=1527595200-1527618600
8 years ago
creslin
280e8b3208
Update backtesting.md - correct instructions
...
Correct instructions for calling a custom strategy file
To paraphrase the change:
Prior - to call a custom strategy -s the strategy file name within users_data/strategies/ directory
After - to call a custom strategy -s the class name within the strategy within users_data/strategies/ directory
8 years ago
creslin
607c895065
Update backtesting.md: how to call a custom strat
...
Corrected instructions, to paraphrase the PR
prior - to call a custom strategy -s the custom strategy file name in user_data/strategies
after - to call a custom strategy -s the class name within the custom strategy file name in user_data/strategies
8 years ago
Anton
24ab1b5be5
Fix review comments, documenation update
8 years ago
Anton
82ea56c8fd
Fix review comments. Add support of datetime timeganges
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
480d3876b8
Align calling of freqtrade in backtesting and plotting docu ( #554 )
8 years ago
seansan
fe730a3db0
Update backtesting.md
8 years ago
seansan
3a905e3d59
BAcktest with **With a (custom) strategy file**
8 years ago
kryofly
4a9e1cb345
Merge branch 'develop' into backtest-export
8 years ago
Gerald Lonlas
861e065d08
Fix markdown mistakes in backtesting doc
8 years ago
kryofly
0e58ab7e01
more advanced use of --timerange
8 years ago
kryofly
71bb348698
rename --timeperiod to --timerange
8 years ago
kryofly
f61012097c
Merge branch 'develop' into timeperiod
8 years ago
kryofly
3277e491f1
support download for multiple testdata sets
8 years ago
kryofly
ed47ee4e29
backtest export json2
8 years ago
kryofly
94883202b8
docs: --timeperiod argument
8 years ago
kryofly
0c9d862a49
docs: --datadir documentation
9 years ago
Gerald Lonlas
cb7c36a512
Add Backtesting and Hyperopt documentation
9 years ago