Not right now, working on more control to execution strategy (market orders, limit orders, or sticky etc) right now. So hopefully asap.
You can edit your local Gekko to do this quite easily: a sticky order can be passed a limit, if you set that to the current BBO you basically have a limit order (since Gekko won't reposition it when the BBO moves the other way).
- Docs on how to set a limit: https://gekko.wizb.it/docs/gekko-broker/...mple-usage
- Code within Gekko that creates a sticky order: https://github.com/askmike/gekko/blob/de...er.js#L262
Quote:In fact, is there a way to issue your own limit orders at specified price as opposed to just waiting for candle to close?
You can edit your local Gekko to do this quite easily: a sticky order can be passed a limit, if you set that to the current BBO you basically have a limit order (since Gekko won't reposition it when the BBO moves the other way).
- Docs on how to set a limit: https://gekko.wizb.it/docs/gekko-broker/...mple-usage
- Code within Gekko that creates a sticky order: https://github.com/askmike/gekko/blob/de...er.js#L262