Matthias
7e5fd82f25
Merge pull request #1269 from freqtrade/feat/force_buy
...
add /forcebuy to telgram handler
2018-11-04 09:25:13 +01:00
Matthias
7e4a0baef2
improve hyperopt.md
2018-10-27 17:38:15 +02:00
Matthias
a4fc5afb66
Add hyperopt ROI documentation, add note on methology for hyperopt
2018-10-27 17:35:08 +02:00
misagh
346e155dd9
Merge branch 'develop' into mac_install_talib
2018-10-23 19:34:34 +02:00
wingsgb
91dc8644bf
Update hyperopt.md
2018-10-22 14:30:01 +13:00
misagh
fb3fd7cb15
setup script and documentation fixed for TA-Lib and MacOS
2018-10-11 19:26:19 +02:00
misagh
912e9bd15c
mac installation path
2018-10-11 19:12:12 +02:00
Matthias
3de3c246b4
add warning-message when forcebuy_enable is true
2018-10-10 20:23:25 +02:00
Matthias
6ff4c9b888
Update docs for /forcesell
2018-10-10 20:08:29 +02:00
fapaydin
b1f016b9c0
Update hyperopt.md
...
Invalid argument in description.
Replace --timeperiod with --timerange correct format.
2018-10-09 11:49:25 +03:00
Matthias
21480d4219
be more expressive on what "this value" is
2018-10-08 15:41:07 +02:00
Matthias
2cd7b40b38
Fix spelling in stoploss.md
2018-10-08 15:39:21 +02:00
Matthias
3973d3697c
deprecate ccxt_rate_limt
2018-10-04 20:35:28 +02:00
Matthias
d1edcf9dcd
Add documentation for ccxt_config
2018-10-04 20:17:19 +02:00
Matthias
3ed486f3a0
update documentation for raspberry
...
to match as shown in #1236
2018-10-03 19:32:14 +02:00
Matthias
30ae5829f5
Fix SED command for macos
...
Mac uses the bsd version, where -i without backup is not allowed.
2018-09-16 11:26:20 +02:00
Matthias
e57be10772
Document ccxt_rate_limit
2018-09-08 13:01:33 +02:00
Matthias
4e847f26bc
explicitly ask for more ressources in hyperopt documentation
2018-09-06 20:12:16 +02:00
Matthias
3fd00c9a9c
Merge branch 'develop' into ta_on_candle
2018-09-01 20:01:18 +02:00
Matthias
d35d3bb38c
rename ta_on_candle to process_only_new_candles
...
be more expressive
2018-09-01 19:52:40 +02:00
Samuel Husso
9945b97595
Merge pull request #1175 from freqtrade/doc/installation
...
installation documentation update
2018-08-31 23:05:12 +03:00
Matthias
a1bd30aa60
Fix documentation string
2018-08-29 19:59:25 +02:00
Matthias
9f8e68ce02
Merge branch 'develop' into order-book
2018-08-29 19:32:44 +02:00
Matthias
f7b67cec5b
Fix missing docstring
2018-08-29 19:16:41 +02:00
Nullart2
b6b89a464f
move order_book config out of experimental
2018-08-29 17:38:43 +08:00
Matthias
c9ee528050
Add section about raspberry / conda to install.md
2018-08-28 22:06:46 +02:00
Matthias
9bce6c5f48
Add error-section for windows
2018-08-28 19:30:26 +02:00
Matthias
1a9c085f10
Restructure install documentation
2018-08-26 20:09:12 +02:00
Matthias
c5efcace47
change pip3.6 to pip3
2018-08-26 12:49:39 +02:00
Matthias
029d61b8c5
Add ta_on_candle descripton to support strategy
2018-08-09 13:12:12 +02:00
Matthias
c9580b31d0
parametrize outdated_offset to simplify sandbox usage
2018-08-07 09:25:21 +02:00
Axel Cherubin
a5554604e0
add sed command in doc, fix travis error
2018-08-05 16:59:18 -04:00
Nullart2
4a9bf78770
Order Book with tests
2018-08-05 12:41:06 +08:00
creslin
71b0e15182
updated configuration.md
2018-08-03 08:45:24 +00:00
creslin
c38d94df2d
Resubmitting - because GIT.
...
This is the last cut that was in #1117 before i closed that PR
This PR allows a user to set the flag "ta_on_candle" in their config.json
This will change the behaviour of the the bot to only process indicators
when there is a new candle to be processed for that pair.
The test is made up of "last dataframe row date + pair" is different to
last_seen OR ta_on_candle is not True
2018-08-03 07:33:34 +00:00
Janne Sinivirta
3a5b435dfa
Merge pull request #1089 from freqtrade/feat/backtest_multi_strat
...
Allow multi strategy backtest without data reload
2018-08-02 12:35:47 +03:00
Matthias
038e97667f
Merge branch 'develop' into BASE64
2018-08-01 07:26:13 +02:00
Matthias
c648e2acfc
Adjust documentation to strategy table
2018-07-31 21:04:03 +02:00
Matthias
4ea6780153
Update documentation with --strategy-list
2018-07-31 21:04:03 +02:00
Janne Sinivirta
2d7ef30185
Merge pull request #1093 from freqtrade/fix/talib-install
...
install numpy before ta-lib to fix build errors
2018-07-31 08:19:35 +03:00
Matthias
5a55cd25ff
Merge branch 'develop' into sandbox2
2018-07-30 20:18:48 +02:00
Matthias
787d6042de
Switch from pair(str) to metadata(dict)
2018-07-29 20:56:23 +02:00
Matthias
941879dc19
revert docs to use populate_* functions
2018-07-29 20:55:40 +02:00
Matthias
fa48b8a535
Update documentation with advise-* methods
2018-07-29 20:55:32 +02:00
Matthias
ebfcc0fc13
install numpy before ta-lib to fix build errors
2018-07-29 14:01:50 +02:00
creslinux
c85c7a3a77
Documentation fixes.
2018-07-29 09:12:05 +00:00
Samuel Husso
187e039a58
Merge pull request #1034 from freqtrade/feat/positive_sl_limit
...
add offset for positive trailing stop loss
2018-07-29 08:30:29 +03:00
Gert
b3df1b1ba7
added documentation:
2018-07-28 21:31:20 -07:00
creslinux
8648ac9da2
Update documentation with hot to sandbox test.
...
Allowing end-to-end GDAX API use without risking real money.
2018-07-28 17:42:56 +00:00
creslinux
b2b81c8b2d
Update documentation with hot to sandbox test.
...
Allowing end-to-end GDAX API use without risking real money.
2018-07-27 20:18:12 +00:00