stable/freqtrade/strategy
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
..
__init__.py refactor Analyze class methods to base Strategy class 2018-07-16 08:23:39 +03:00
default_strategy.py Switch from pair(str) to metadata(dict) 2018-07-29 20:56:23 +02:00
interface.py Custom_Orders - Demo. 2018-07-31 20:21:01 +00:00
resolver.py don't use __annotate__ 2018-07-29 20:55:40 +02:00