07-11-2018, 08:38 PM
I like the idea of adding more order types. These are the ones Binance lists in their API Docs
Order types:
There is also some code that looks like it might help with adding stop loss to any order located here:
https://github.com/askmike/gekko/pull/1317/files
I have modified a simple strategy that uses an EMA cross to identify an exit which seems to function similarly to a trailing stop loss.
I will end up posting that strategy separately when I have verified a couple settings for optimal conditions.
Thanks again for all your work ...
TC Mabe
Order types:
- LIMIT
- MARKET
- STOP_LOSS
- STOP_LOSS_LIMIT
- TAKE_PROFIT
- TAKE_PROFIT_LIMIT
- LIMIT_MAKER
There is also some code that looks like it might help with adding stop loss to any order located here:
https://github.com/askmike/gekko/pull/1317/files
I have modified a simple strategy that uses an EMA cross to identify an exit which seems to function similarly to a trailing stop loss.
I will end up posting that strategy separately when I have verified a couple settings for optimal conditions.
Thanks again for all your work ...
TC Mabe