Commit Graph

368 Commits

Author SHA1 Message Date
hroff-1902 460e0711c6
How to use multiple configuration files
Description of multiple config command line options added.

Concrete examples to the bot-configuration page (something like "Hiding your key and exchange secret") will follow.

Please review grammar, wording etc.
2019-03-04 11:05:12 +03:00
iuvbio df79098adc update docs 2019-03-03 13:37:54 +01:00
Matthias 5c3177cc79 Adapt documentation to remove market_url 2019-02-26 19:27:28 +01:00
hroff-1902 5fac4f7b45 Edge doc file minor improvements, typos, formatting 2019-02-24 13:19:01 +03:00
hroff-1902 9c54886f14
minor: formatting math expression in FAQ 2019-02-22 19:33:05 +03:00
hroff-1902 a1b00f9053
Edge question added; minor improvements (sections for Hyperopt and Edge) 2019-02-22 17:37:59 +03:00
gautier pialat ba23f58ff3
change the way to clone git rep for Window with docker 2019-02-20 18:09:26 +01:00
gautier pialat dffb27326e
prevent convert LF->CRLF line ending on window
During docker built on windows if in  global git config  core.autocrlf = true then when have this message :

Step 6/12 : RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
 ---> Running in c0a626821132
/tmp/install_ta-lib.sh: 4: /tmp/install_ta-lib.sh: Syntax error: "&&" unexpected

this behave is because file is in the wrong line ending format

Has script files run on linux they need to use LF lines ending so we need to ensure they are not converted to CRLF lines ending if global git config is at  core.autocrlf = true.
2019-02-18 17:16:27 +01:00
hroff-1902 df8067d6c4
add description of the new configuration option amount_reserve_percent 2019-02-17 12:56:28 +03: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 02d13645b0 Merge branch 'develop' into feat/dataprovider 2019-01-26 19:29:41 +01:00
Matthias ba07348b82 Rename additional_pairs to informative_pairs 2019-01-26 19:22:45 +01:00
Matthias da5210ef5b
Merge branch 'develop' into feature/plot_df_refactoring_multiple_pairs 2019-01-26 11:04:35 +01:00
AxelCh eec7276393 fix crash when backtest-result.json not exist 2019-01-26 11:00:04 +01:00
Matthias 5e7ba85dbe Fix typo 2019-01-25 19:17:44 +01:00
Matthias 56a3d78128 Fix typo 2019-01-25 19:14:29 +01:00
Matthias 3afe54790e
Merge pull request #1510 from gianlup/add_totprofit_to_bt
Added total profit column to backtest result
2019-01-25 06:38:39 +01:00
Gianluca Puglia 38d293cc26 Updated doc 2019-01-24 15:24:38 +01:00
Matthias ac199b626a Drop mandatory column 2019-01-24 07:03:25 +01:00
Matthias 8750f1be3f Add strategy-override options 2019-01-24 06:43:28 +01:00
Matthias 05d65b81da Fix typo 2019-01-23 21:05:07 +01:00
Matthias d136cac181 Merge branch 'develop' into feat/dataprovider 2019-01-23 21:01:19 +01:00
Samuel Husso 372c5d813a
Merge pull request #1508 from freqtrade/improve_strategy_docs
Add information about dataframe
2019-01-23 10:15:43 +02:00
Matthias c412cd9e57 Add information about dataframe
fix #1192
2019-01-22 19:44:56 +01:00
Matthias fc92491a47 Add documentation for additional_pairs 2019-01-22 07:07:15 +01:00
Matthias 7b138ef3b4 Add warning about strategy/backtesting 2019-01-22 07:07:15 +01:00
Matthias 6525a838d1 Adjust documentation to tuple use 2019-01-22 07:07:15 +01:00
Matthias a9abc25785 Improve data-provider tests 2019-01-22 07:07:15 +01:00
Matthias 646e98da55 Always return dataframe 2019-01-22 07:04:19 +01:00
Matthias 9edb88051d Add dataprovider documentation 2019-01-22 07:04:19 +01:00
Matthias 1be3d57b60 Improve developer docs 2019-01-21 19:53:14 +01:00
macd2 6fb50e35c9
JSON standard does not allow single quoted strings 2019-01-20 14:21:42 +01:00
misagh 89eddfd349 refactoring english … 2019-01-18 12:00:53 +01:00
misagh 1c4ee35eca using italic for “off exchange” 2019-01-18 12:00:02 +01:00
misagh e41e45413f adding tailing_stop to docs 2019-01-18 11:58:23 +01:00
misagh 9d6c54791b added note for only binance 2019-01-16 19:23:55 +01:00
misagh e682eceae4 stop loss documentation added 2019-01-16 19:22:06 +01:00
misagh 2533112254 added referral to stop loss documentation 2019-01-16 19:12:52 +01:00
misagh 08d98773f3 added SL interval to configuration document 2019-01-16 19:10:13 +01:00
gautier pialat 399d2d89a3
Win rate formula was wrong (but not the definition) 2019-01-15 15:02:01 +01:00
Matthias 99e2d795c5
Merge pull request #1475 from freqtrade/feat/hyperopt_sell
Feat/hyperopt sell
2019-01-08 21:19:53 +01:00
Matthias b5adfcf51a
Fix documentation typo 2019-01-08 17:07:32 +01:00
Matthias 5dd1f9b38a improve hyperopt docs 2019-01-06 14:47:53 +01:00
Gianluca Puglia 13800701ce Fix custom db_url ignored if provided by conf.json 2019-01-06 13:47:36 +01:00
Matthias 798ae460d8 Add check if trigger is in parameters 2019-01-06 13:29:14 +01:00
Matthias 5e08769366 Update hyperopt documentation with sell-stuff 2019-01-06 13:29:14 +01:00
Matthias f32232ba96 Add documentation for stoploss in strategy 2019-01-05 07:32:35 +01:00
misagh afffa2f313 changed to “Free, open source …” 2019-01-03 14:38:38 +01:00
Matthias b55994cb71 Clarify documentation 2019-01-01 16:33:02 +01:00
misagh 7b1f4aec76 typo 2018-12-31 14:01:55 +01:00