stable/freqtrade
creslin 6748e897a5 Custom_Orders - Demo.
Early demonstration of Strategy controlling
Order Type on the Exchange, Stop / Stop_limit / Market / limit etc
The stake
The price to submit

Demo allows multiple orders to be placed, so ladding buys down to a fib
Or buying and setting stop-loss
Or Take profit in stages etc.

Included a strategy demo with stubs for
limit, market, take_profit and stop_limit orders

Obviously very early code.
Submitted as buys, stops etc are working / showing in GDAX.
and we have hte order IDs to update trade table.
2018-07-31 20:21:01 +00:00
..
exchange Custom_Orders - Demo. 2018-07-31 20:21:01 +00:00
optimize Switch from pair(str) to metadata(dict) 2018-07-29 20:56:23 +02:00
rpc Merge pull request #1069 from freqtrade/feat/movefiatconverttorpc 2018-07-26 14:25:58 +03:00
strategy Custom_Orders - Demo. 2018-07-31 20:21:01 +00:00
tests Merge pull request #1096 from freqtrade/cleaner-tests 2018-07-31 08:22:33 +03:00
vendor drop zlma implementation 2018-06-13 16:20:13 +02:00
__init__.py bump develop to 0.17.1 2018-06-23 09:38:20 -05:00
__main__.py sort imports 2018-07-04 10:31:35 +03:00
arguments.py Add multiple verbosity levels 2018-07-19 21:12:27 +02:00
configuration.py Add multiple verbosity levels 2018-07-19 21:12:27 +02:00
constants.py Merge branch 'develop' into sandbox2 2018-07-30 20:18:48 +02:00
custom_orders_strat.py Custom_Orders - Demo. 2018-07-31 20:21:01 +00:00
fiat_convert.py Catch all exceptions from fiat-convert api calls 2018-07-21 19:50:38 +02:00
freqtradebot.py Custom_Orders - Demo. 2018-07-31 20:21:01 +00:00
indicator_helpers.py sort imports 2018-07-04 10:31:35 +03:00
main.py Add multiple verbosity levels 2018-07-19 21:12:27 +02:00
misc.py sort imports 2018-07-04 10:31:35 +03:00
persistence.py Merge pull request #1018 from freqtrade/feat/sell_reason 2018-07-24 09:09:45 +03:00
state.py implement bot reconfiguration and expose it to telegram 2018-06-09 04:29:48 +02:00