Matthias
f2e4689d0c
Cleanup script
2019-05-18 10:31:50 +02:00
Matthias
70fabebcb3
Document rest api
2019-05-18 10:24:22 +02:00
Matthias
131b232155
Add sample for order_types in config (slightly different syntax)
2019-05-11 14:33:35 +02:00
Matthias
909df0d7bb
Improve doc wording
2019-05-09 08:56:27 +02:00
Matthias
0410654c2c
Add printing dataframe to documentation
2019-05-09 06:53:10 +02:00
Matthias
f506644a8c
Improve docker documentation
2019-05-04 09:10:25 +02:00
Matthias
dc12cacd50
Rename requirements-pi to requirements.common
2019-04-26 19:57:09 +02:00
Matthias
bf56e25404
Merge pull request #1746 from hroff-1902/json-defaults
...
Support for defaults in json schema
2019-04-24 12:20:39 +02:00
Matthias
d16ccd7e37
Merge branch 'develop' into json-defaults
2019-04-24 09:51:04 +02:00
hroff-1902
e3b0474901
Merge branch 'develop' into hyperopt-jobs
2019-04-23 21:34:38 +03:00
hroff-1902
7c8e26c717
-j/--job-workers option added for controlling the number of joblib parallel worker processes used in hyperopt
...
docs refreshed
2019-04-23 00:52:07 +03:00
hroff-1902
8dad8f25cf
docs refreshed
2019-04-22 22:11:56 +03:00
Matthias
9b8067cbc3
Improve developer documentation
2019-04-20 12:50:10 +02:00
Misagh
031a63d5c2
Merge pull request #1771 from freqtrade/enable_ratelimit
...
Enable ratelimit
2019-04-17 17:31:21 +02:00
Matthias
52cc2d224e
improve documentation for exchange configuration
2019-04-16 19:51:56 +02:00
Matthias
4f6df73156
Update documentation for Raspberry install since we now have a
...
rpi-requirements file
2019-04-14 15:57:44 +02:00
hroff-1902
016e8fde89
wrong rendering at freqtrade.io fixed; other cosmetics in docs/
...
* Titles render wrong both in the docs dir and at freqtrade.io
* Last list of links renders wring at freqtrade.io
2019-04-12 10:54:28 +03:00
hroff-1902
3e4dd5019d
docs adjusted
2019-04-08 11:20:15 +03:00
Misagh
acb99a03e3
adding stoploss on exchange manual cancel note
2019-04-05 20:30:54 +02:00
Matthias
ac1964edb1
Remove unnecessary comment
2019-04-05 06:49:15 +02:00
Matthias
dbb1bbf101
Fix webhook documentation
2019-04-05 06:47:03 +02:00
iuvbio
7486cb7c64
fix admonitions
2019-04-04 21:05:26 +02:00
iuvbio
e3cdc0a05b
typos and visual fixes
2019-04-04 20:53:28 +02:00
Misagh
a3b0135557
documentation added for telegram
2019-04-01 19:25:13 +02:00
Misagh
ab579587f2
adding percentage to telegram status messages
2019-04-01 19:13:45 +02:00
Matthias
12066411db
Update docs with logfile methods
2019-03-29 20:19:40 +01:00
Matthias
146d6bf7fb
Merge pull request #1698 from mishaker/edge_rpc
...
Edge RPC
2019-03-28 06:22:38 +01:00
Misagh
e5406ed3cf
typo in docs and comments
2019-03-27 21:22:25 +01:00
Misagh
753b03d581
rolback on removing MD whitespaces
2019-03-27 18:19:42 +01:00
Misagh
4e57969e4e
documentation added
2019-03-27 12:54:00 +01:00
Matthias
3bdc7b9a88
add missed "check" in docs
2019-03-27 10:51:13 +01:00
Matthias
e085fd9e95
Disable dataprovider from hyperopt.
...
Dataprovider uses weak links to initialize, which cannot be pickled, and
therefore cannot be used during hyperopt.
2019-03-25 19:49:58 +01:00
Matthias
4cf7282027
Update dataprovider docs
2019-03-25 19:31:10 +01:00
Misagh
66f1e0f4cd
help added
2019-03-25 10:25:07 +01:00
Misagh
b13735e4cc
Merge pull request #1697 from freqtrade/feat/rpc_blacklist
...
add pairs to blacklist dynamically
2019-03-25 09:44:12 +01:00
Misagh
96ea27322d
Merge pull request #1694 from freqtrade/doc/dataprovider
...
Add stake_currency to strategy, fix documentation typo
2019-03-24 17:13:03 +01:00
Misagh
71d3a7de40
Merge pull request #1692 from freqtrade/feat/scripts_flake_mypy
...
run flake8 and mypy against scripts folder as well.
2019-03-24 17:08:52 +01:00
Matthias
49559f1a1a
Improve documentation and help message
2019-03-24 16:33:21 +01:00
Matthias
f0d3901b6b
Add blacklist-pair to documentation
2019-03-24 16:29:58 +01:00
Matthias
7b99d5ebcb
Add blacklist and whitelist commands to telegram docs
2019-03-24 16:16:39 +01:00
Matthias
3a8b69d69b
also support dry_run
2019-03-24 15:37:58 +01:00
Matthias
1bba9fcc53
Update documentation to use freqtrade, not freqtrade/main.py
...
fixes #1521
2019-03-24 15:13:17 +01:00
Matthias
e60d1788b2
Add new options to docu
2019-03-24 15:06:17 +01:00
Matthias
06f4e627fc
Add stake_currency to strategy, fix documentation typo
2019-03-23 20:40:07 +01:00
Matthias
0dc96210b6
Fix formatting of boxes 2
2019-03-23 19:43:23 +01:00
Matthias
a95f30ce45
Fix custom boxes on documentation
2019-03-23 19:40:52 +01:00
Matthias
83a2427a61
Fix mypy in scripts
2019-03-23 19:37:17 +01:00
hroff-1902
00821036bb
docs for dry_run_wallet
2019-03-20 23:57:49 +03:00
Misagh
ff08416b12
Merge pull request #1674 from freqtrade/feat/stopbuy
...
Telegram `/stopbuy`
2019-03-18 09:00:47 +01:00
Matthias
37e6b262eb
Update docs to include /stopbuy
2019-03-17 19:36:25 +01:00
Matthias
2bf7f2feae
Remove duplicate backtest-result-analysi documentation
2019-03-17 16:14:49 +01:00
Misagh
b3f42dc51e
Merge pull request #1635 from freqtrade/feat/btanlaysis
...
BTAnalysis - simplify backtest result analysis
2019-03-16 21:16:59 +01:00
Matthias
e632539b61
Add 15min to documentation, fix link to "parameters in THE strategy"
2019-03-16 19:51:39 +01:00
Matthias
d7017ce1e4
Document backtest-result loading
2019-03-16 17:28:28 +01:00
Matthias
6666d31ee9
Merge pull request #1648 from hroff-1902/sd-watchdog
...
Support for systemd watchdog
2019-03-16 13:46:04 +01:00
Matthias
d596a877fa
Update docs to link to ocnfiguration piece necessary
2019-03-16 11:07:16 +01:00
Matthias
a233a8cc82
Be explicit in the documentation
2019-03-16 10:38:32 +01:00
misagh
9a226ec7e6
conflict with develop resolved
2019-03-14 07:56:21 +01:00
Misagh
2959600f52
Merge pull request #1656 from freqtrade/fix/1633
...
Default value for minimal_roi
2019-03-14 07:51:07 +01:00
iuvbio
aa2d747d8f
update docs
2019-03-13 20:08:51 +01:00
Matthias
0293a61895
Update documentation for minimal_roi, which is not really optional
2019-03-12 19:37:43 +01:00
iuvbio
299e640170
include markets_refresh_interval in docs
2019-03-12 16:39:13 +01:00
misagh
0bcf50f1b5
added to stoploss doc
2019-03-12 15:48:30 +01:00
misagh
8d5cc42ef5
configuration doc added
2019-03-12 15:46:21 +01:00
hroff-1902
8730852d6e
Support for systemd watchdog via sd_notify
2019-03-10 21:04:38 +03:00
Matthias
21cb4eafe5
Merge pull request #1632 from iuvbio/update_docs
...
update sql_cheatsheet
2019-03-08 22:19:44 +01:00
Matthias
fa4c8110e7
Rename cheatsheet header
2019-03-08 22:15:03 +01:00
hroff-1902
702153d087
exchange.sandbox parameter was missing in the docs
2019-03-08 22:24:55 +03:00
hroff-1902
9c1d4183fd
typo in doc
2019-03-08 20:18:45 +03:00
iuvbio
7b901e180a
update sql_cheatsheet
2019-03-06 21:37:52 +01:00
hroff-1902
35250eb230
one more typo fixed (by @xmatthias)
2019-03-06 01:21:38 +03:00
hroff-1902
ce46555e77
docs/configuration.md reviewed: formatting, wording, grammar, etc
2019-03-05 14:11:40 +03:00
hroff-1902
2f98dd0429
description for --dynamic-whitelist moved to new docs/deprecated.md
2019-03-05 14:09:26 +03:00
Misagh
6d63b8e71e
Merge pull request #1615 from freqtrade/fix/hyperopt_peram
...
Update documentation for --customhyperopt
2019-03-05 09:40:05 +01:00
Matthias
f6ca97d1dc
Update hyperopt doc to validate backtest results
2019-03-05 06:43:28 +01:00
hroff-1902
386abc5eba
minor: doc update index.md
2019-03-04 23:44:44 +03:00
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
Matthias
b8eb3ecb1d
Update hyperopts documentation to work and match the code
2019-03-04 07:24:49 +01:00
Matthias
2208a21a6c
Update help strings
2019-03-04 07:24:41 +01: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
misagh
827a8309d7
more links corrected
2018-12-31 14:00:36 +01:00
misagh
366980fd62
broken link corrected
2018-12-31 13:39:18 +01:00
misagh
42cc3e525e
link second try
2018-12-31 13:36:27 +01:00
misagh
361b294e43
block “==“ removed
2018-12-31 13:27:59 +01:00
misagh
dd91b5c731
links corrected
2018-12-31 13:26:25 +01:00
misagh
a07a004bb6
test relative link
2018-12-31 13:19:00 +01:00
misagh
a86b34e41c
old files removed
2018-12-31 11:52:09 +01:00
misagh
7bf1a92dc3
“inofficial” => unofficial
2018-12-31 11:12:56 +01:00
misagh
db1c9b8edf
relative links
2018-12-31 11:04:22 +01:00
misagh
79ac20636f
typo + broken link
2018-12-31 10:49:14 +01:00
misagh
04483da8df
typo corrected
2018-12-31 10:31:28 +01:00
misagh
be1969adc8
added widgets to index documents
2018-12-30 18:22:28 +01:00
misagh
689ca76456
added “ready to try?”
2018-12-30 18:06:09 +01:00
misagh
034bcd64d5
requirements added to “about”
2018-12-30 18:03:09 +01:00
misagh
faad07aa3d
changing index to about page
2018-12-30 17:58:06 +01:00
misagh
4d415205d1
about document enriched
2018-12-30 17:53:33 +01:00
misagh
f42df56a88
edge reformatted
2018-12-30 17:21:54 +01:00
misagh
87cbf6aaaa
Plotting reformatted
2018-12-30 17:20:16 +01:00
misagh
863cf303e3
hyperopt reformatted
2018-12-30 17:17:52 +01:00
misagh
b029a98980
backtesting reformatted
2018-12-30 17:14:56 +01:00
misagh
219e9d9e2b
optimization page reformatted
2018-12-30 17:14:03 +01:00
misagh
da380e6a0d
start the bot documentation reformatted
2018-12-30 17:08:21 +01:00