Oon Arfiandwi
8b38f44da6
Update installation reference for Raspbian
...
Add `libffi-dev` as an additional package to install before process installation with `pip`.
Add recommendation to use (mini)conda and remove package `scipy`, `pandas`, and `numpy` from `requrements.txt`.
2018-12-27 14:56:35 +08:00
Matthias
5b30815d7b
Move "following section" part
2018-12-27 07:03:28 +01:00
Matthias
37cde77e18
Fix typo
2018-12-27 07:01:57 +01:00
Matthias
1fc0dcb9d8
Fix typo in link
2018-12-27 06:58:59 +01:00
Matthias
5e3e7b6928
correct TOC for bot-optimization.md
2018-12-26 13:42:52 +01:00
Matthias
f2beaf101c
Add strategy documentation ( fixes #818 )
2018-12-26 13:42:46 +01:00
Matthias
d951289862
Refactor strategy documentation
2018-12-26 13:42:37 +01:00
Pan Long
1483593e65
Fix instructions on building a dev Docker image.
2018-12-17 07:54:28 -08:00
Pan Long
1372095c66
Seperate requirements to run the bot and to develop.
...
- Add a requirements-dev.txt file which includes additional deps for development.
- Add a Dockerfile.develop which installs all deps for development and also enables dev commands.
- Change related documentations on how to run/dev the bot.
2018-12-16 22:15:45 -08:00
Matthias
b3bb98777b
Merge branch 'develop' into time_in_force
2018-12-17 06:37:46 +01:00
Matthias
c21bf7d6bb
Merge pull request #1414 from mishaker/add_link_order_type
...
Adding order type explanation link to doc.
2018-12-17 06:09:48 +01:00
misagh
7357d6b089
adding order type explanation link to doc.
2018-12-16 22:13:50 +01:00
misagh
c784b829e5
typo
2018-12-16 22:11:51 +01:00
misagh
213155e6d3
typo
2018-12-16 22:09:46 +01:00
misagh
f756f1ad28
unnecessary explanation removed.
2018-12-16 22:08:50 +01:00
misagh
2e7028442d
reformatting
2018-12-16 22:07:03 +01:00
misagh
a967b8918a
broken link corrected
2018-12-16 22:05:15 +01:00
misagh
9d8a3b4ec5
docs added
2018-12-16 22:02:29 +01:00
Matthias
6b4bab272f
Add link to edge documentation in bot-usage
2018-12-12 20:20:07 +01:00
misagh
df5a280169
fix edge doc broken link
2018-12-12 20:11:27 +01:00
Matthias
2c27736dfe
Merge pull request #1390 from freqtrade/feat/dynamic_provider
...
Dynamic Pairlist provider
2018-12-09 08:39:53 +01:00
Matthias
aa579bafa4
Merge pull request #1365 from mishaker/edge_position
...
Fix edge position sizing.
2018-12-06 20:02:31 +01:00
Matthias
8f19c83f6b
Refrase documentation
2018-12-06 19:39:25 +01:00
Matthias
a63f123b6d
Check if number_assets is defined, as it's required by VolumePairList
2018-12-06 19:36:33 +01:00
Matthias
3e2fa58029
load pairlists via resolver
2018-12-05 20:44:56 +01:00
Matthias
1a10e12861
Documentation and developer documentation
2018-12-05 19:48:59 +01:00
Matthias
1c3ce265f1
documentation for pairlists
2018-12-04 20:24:52 +01:00
Matthias
33e9ed5a5e
Print sellreason in sell-message
2018-12-04 19:58:26 +01:00
Pan Long
99f7c3752a
Correct Edge links
...
It was pointing to a fork instead of freqtrade/freqtrade
2018-12-03 07:21:01 +08:00
misagh
7ddbaa70ad
USDT to ETH conversion. 1 USDT = 1 ETH
2018-12-01 12:06:48 +01:00
misagh
237dc8290f
conflict resolved0
2018-12-01 12:00:03 +01:00
misagh
ee62adf4f7
highlight
2018-12-01 11:41:30 +01:00
misagh
4431e3bdb6
position size explanation enriched
2018-12-01 11:40:13 +01:00
misagh
4a2d60370c
adding dots at the end of sentences
2018-11-30 18:28:18 +01:00
misagh
c61ede4182
documentation updated
2018-11-30 18:20:29 +01:00
misagh
9d005678c3
Merge branch 'develop' into stoploss_on_exchange
2018-11-30 15:13:43 +01:00
Matthias
5fa3548dbe
Merge pull request #1145 from freqtrade/feat/improve_travis
...
improve travis integration, add test for Docker
2018-11-27 07:04:38 +01:00
misagh
86354ed258
conflict resolved
2018-11-26 19:08:58 +01:00
misagh
17004a5a72
documentation corrected
2018-11-26 18:29:41 +01:00
misagh
5e1fb11124
documentation added for stop loss on exchange
2018-11-25 17:30:06 +01:00
misagh
e4744c1ba4
stop loss on exchanged removed from doc
2018-11-25 11:31:30 +01:00
Matthias
3e8de28b51
Add Note about order types support
2018-11-24 13:26:36 +01:00
misagh
6f0025c6de
documentation written
2018-11-22 21:07:33 +01:00
Matthias
64028647a0
Merge pull request #571 from stephendade/userhyper
...
Separated out custom hyperopts
2018-11-21 19:14:30 +01:00
Matthias
5a550ef2af
Fix docs typo in hyperopt
2018-11-20 17:36:17 +01:00
Matthias
e69f943911
Add missing semicolon
2018-11-19 20:07:35 +01:00
Matthias
d72e605cb7
Merge pull request #1330 from freqtrade/feat/diff_order_types
...
Add support for different order types
2018-11-19 19:55:30 +01:00
Matthias
6e78efd971
Document "order_types" setting
2018-11-17 10:24:42 +01:00
Matthias
de57da3249
Merge pull request #1328 from mishaker/edge_cli
...
Edge cli
2018-11-15 20:14:03 +01:00
misagh
d05c671a7e
adding edge args to bot-usage
2018-11-15 19:54:17 +01:00