Commit Graph

46 Commits

Author SHA1 Message Date
hroff-1902 a4dfd77d23 Fix double comments for ADX 2019-10-15 22:35:14 +03:00
hroff-1902 36d5bb6f99 Adjust ADX placement in the comments 2019-10-15 21:11:41 +03:00
Matthias e6e35c2584 Switch samplestrategy from ADX to RSI 2019-10-15 19:45:01 +02:00
Matthias ace70510f3 Wording fixes 2019-10-15 14:50:51 +02:00
Matthias a320d4ccba Don't sell with 0 profit in samplestrategy 2019-10-14 20:42:08 +02:00
Matthias 790e6146f5 Use crossed() in sample strategy 2019-10-14 20:17:40 +02:00
hroff-1902 4d062d41cb Improve comments in the SampleStrategy; set use_sell_signal = True 2019-10-08 01:07:22 +03:00
Matthias 50b572a657 Merge branch 'develop' into strategy_version 2019-08-28 19:29:53 +02:00
Matthias 8923c02222 docstring wording 2019-08-28 06:07:18 +02:00
Matthias 51fbeed71f Rename TestStrategy to SampleStrategy 2019-08-27 06:42:10 +02:00
Matthias 0e62b8bd85 Update strategy_version to INTERFACE_VERSION 2019-08-26 20:16:03 +02:00
Matthias 92011f8294 Introduce strategy_version variable 2019-08-26 19:44:33 +02:00
Misagh 24f86e9ff3
Merge pull request #1931 from freqtrade/fix/trailing_stoploss_offset
Fix/trailing stoploss offset
2019-06-14 14:32:32 +02:00
Matthias a4d8424268 trailing_stop_positive should only be set when needed, and
none/undefined otherwise
2019-06-13 19:34:46 +02:00
Yuliyan Perfanov f9fe266364 check for runmode before retrieving the orderbook 2019-06-06 18:52:14 +03:00
Yuliyan Perfanov 2e6ded06a9 removed redundant print() 2019-06-06 18:25:58 +03:00
Yuliyan Perfanov c68fe7a685 example how to use best bid and ask in strategy 2019-06-02 13:27:44 +03:00
Misagh ea83b2b1d0 legacy code removed. 2019-05-29 14:17:09 +02:00
Matthias 9fad83bd15 Fix 1 to 0 2019-02-17 15:55:47 +01:00
Matthias f1ededf0eb Fix typo in test-strategy, add volume > 0 check to buy/sell check 2019-02-17 15:40:08 +01:00
Misagh 421be5da86
Merge pull request #1511 from freqtrade/fix/more_settings_strategy
add more settings to strategy
2019-01-30 11:22:10 +01:00
Matthias ba07348b82 Rename additional_pairs to informative_pairs 2019-01-26 19:22:45 +01:00
Matthias 9960fe07bc Add experimental settings to sample strategy 2019-01-24 07:08:21 +01:00
Matthias ad8b1bbb79 Change default for positive_offset in sample 2019-01-23 20:57:31 +01:00
Matthias 6e2de75bcb Add additional_pairs to strategy 2019-01-22 07:07:15 +01:00
Matthias f7b96d839d Add trailing options to sample-strategy 2019-01-05 09:03:26 +01:00
misagh b7aa77acdd conflict resolved 2018-12-04 20:28:07 +01:00
misagh 9f26022ce5 copy/paste corrected 2018-11-25 22:08:42 +01:00
misagh 962b02b079 one last step before tests 2018-11-25 22:02:59 +01:00
misagh 92930b2343 test fixed 2018-11-25 19:03:28 +01:00
Matthias 3ab0cf49af Add order_types to sample strategy 2018-11-17 10:26:15 +01:00
Matthias c4e43039f2 Allow control from strategy 2018-08-09 19:24:00 +02:00
Matthias 787d6042de Switch from pair(str) to metadata(dict) 2018-07-29 20:56:23 +02:00
Matthias 82680ac6aa improve docstrings for strategy 2018-07-29 20:55:40 +02:00
Matthias f286ba6b87 overload populate_indicators to work with and without pair argumen
all while not breaking users strategies
2018-07-29 20:55:40 +02:00
Matthias 4ebd706cb8 improve comments 2018-07-29 20:55:32 +02:00
Matthias 2f905cb696 Update test-strategy with new methods 2018-07-29 20:55:06 +02:00
Janne Sinivirta 06d024cc46 make pytest ignore this file 2018-07-17 11:07:27 +03:00
Samuel Husso 7cc36eee0f Docs: point links to freqtrade org 2018-06-05 13:27:24 +03:00
gcarq a5c1547251 user_data: change ticker_interval to new format 2018-05-02 22:56:29 +02:00
gcarq b4d2a3f495 refactor StrategyResolver to work with class names 2018-03-25 15:12:39 +02:00
Janne Sinivirta 30abebfe65 remove hyperopt things from test_strategy 2018-01-23 17:01:13 +02:00
Gerald Lonlas 41aa8f18fb Add ticker_interval support in strategy class 2018-01-22 20:51:39 -08:00
Gerald Lonlas 04010548f8 Update hyperopt params in test_strategy.py 2018-01-22 20:51:39 -08:00
Gerald Lonlas a5853681e3 Update documentation 2018-01-22 20:51:39 -08:00
Gerald Lonlas c46d78b4b9 Decouple strategy from analyse.py 2018-01-22 20:51:39 -08:00