Commit Graph

92 Commits (f435384bf07deea86c29f7515458d9b1663cdb61)

Author SHA1 Message Date
Matthias bba8e61409 Rename function in samples
7 years ago
Matthias 6928c685a8 Add documentation sample for parallel_trade_analysis
7 years ago
Matthias 5c2682e2c9 Add startup_candle_count to sample strategy
7 years ago
hroff-1902 a4dfd77d23 Fix double comments for ADX
7 years ago
hroff-1902 36d5bb6f99 Adjust ADX placement in the comments
7 years ago
Matthias e6e35c2584 Switch samplestrategy from ADX to RSI
7 years ago
Matthias ace70510f3 Wording fixes
7 years ago
Matthias a320d4ccba Don't sell with 0 profit in samplestrategy
7 years ago
Matthias 790e6146f5 Use crossed() in sample strategy
7 years ago
hroff-1902 4d062d41cb Improve comments in the SampleStrategy; set use_sell_signal = True
7 years ago
Matthias 359b0ba088 Add samples for plotting to jupyter documentation
7 years ago
Matthias 5234f8bf28 Update jupyter notebook slightly
7 years ago
Matthias 50b572a657 Merge branch 'develop' into strategy_version
7 years ago
Matthias 8923c02222 docstring wording
7 years ago
Matthias 51fbeed71f Rename TestStrategy to SampleStrategy
7 years ago
Matthias 0e62b8bd85 Update strategy_version to INTERFACE_VERSION
7 years ago
Matthias 92011f8294 Introduce strategy_version variable
7 years ago
Matthias ad6de07d2b
Merge pull request #2155 from jraviotta/analysis
7 years ago
Matthias 0e81d7204c Clense jupyter notebook
7 years ago
Jonathan Raviotta 8cc477f353 edits
7 years ago
Matthias 0a478bc0dc Merge branch 'develop' into align_userdata
7 years ago
Jonathan Raviotta 2cffc3228a split example notebooks
7 years ago
hroff-1902 e5dcd520ba cosmetics in sample_hyperopt and default_hyperopt
7 years ago
Matthias 2c5a499a8b Merge branch 'develop' into align_userdata
7 years ago
Matthias 74e583a612
Merge pull request #2094 from hroff-1902/hyperopt-roi-stoploss
7 years ago
Jonathan Raviotta dd35ba5e81 added imports to doc code blocks.
7 years ago
Jonathan Raviotta 3cc772c8e9 added reminders
7 years ago
Jonathan Raviotta 247d7475e1 fixes to example notebook.
7 years ago
Jonathan Raviotta 51d59e673b fixed another instance of Path in docs and nb
7 years ago
Jonathan Raviotta ccf3c69874 edits to clarify backtesting analysis
7 years ago
hroff-1902 0d4a2c6c3a advanced sample hyperopt added; changes to helpstrings
7 years ago
Jonathan Raviotta 2bc67b4a96 missed a call of os.path. removed it.
7 years ago
Jonathan Raviotta 9df1c23c71 changed Path, added jupyter
7 years ago
Jonathan Raviotta 8418dfbaed edits for jupyter notebook example
7 years ago
hroff-1902 c6444a10a8 move roi_space, stoploss_space, generate_roi_table to IHyperOpt
7 years ago
Matthias c85cd13ca1 Change default backtest result to "backtest_results" - backtest_data is
7 years ago
Matthias 545ff6f9f1 Fix typo
7 years ago
Matthias b8704e12b7 Add sample hyperopt loss file
7 years ago
Matthias 639a4d5cf7 Allow importing interface from hyperopt.py
7 years ago
Matthias 0e500de1a0 Add sample loss and improve docstring
7 years ago
Matthias 2a20423be6 Allow loading custom hyperopt loss functions
7 years ago
Misagh 24f86e9ff3
Merge pull request #1931 from freqtrade/fix/trailing_stoploss_offset
7 years ago
Matthias a4d8424268 trailing_stop_positive should only be set when needed, and
7 years ago
Yuliyan Perfanov f9fe266364 check for runmode before retrieving the orderbook
7 years ago
Yuliyan Perfanov 2e6ded06a9 removed redundant print()
7 years ago
Yuliyan Perfanov c68fe7a685 example how to use best bid and ask in strategy
7 years ago
Misagh ea83b2b1d0 legacy code removed.
7 years ago
hroff-1902 c3e93e7593 fix reduce() TypeError in hyperopts
7 years ago
Matthias 9fad83bd15 Fix 1 to 0
7 years ago
Matthias f1ededf0eb Fix typo in test-strategy, add volume > 0 check to buy/sell check
7 years ago