dscotese / kraken-grid

A bot that extends grid trading once you use it to create a grid.
GNU General Public License v3.0
9 stars 3 forks source link

Feature Request - allow custom conditional close prices. #7

Closed dscotese closed 2 years ago

dscotese commented 2 years ago

Update buy and sell commands so that if the last price seen should be used as the conditional close price, the last parameter is "roundtrip" and if the last parameter is a number instead, and works (a buy lower than the opening sell or a sell higher than the opening buy), then it is used as the conditional close price.

dscotese commented 2 years ago

A fix for this is in the custom_close branch. I will merge it after I use it for a while.