I am trying to have multiple offsets to close out my position in drips
For example:
I have a bot that lays the fav when the price gets under 1.50 for £10. I want to offset that with five £2 batches every 5 ticks in order to green up gradually if the price on the fav drifts higher. Just not sure how to do that ?
Offset with Greening
You could place 5 individual £2 bets, each with its own offset. Or you could place the £10 lay and calculate the backs individually: £3 / 1.55, £3 / 1.6, etc.Archangel wrote: ↑Fri Nov 11, 2022 2:36 pmI am trying to have multiple offsets to close out my position in drips
For example:
I have a bot that lays the fav when the price gets under 1.50 for £10. I want to offset that with five £2 batches every 5 ticks in order to green up gradually if the price on the fav drifts higher. Just not sure how to do that ?
It needs to be done using a Servant, there is a ready-made one hereArchangel wrote: ↑Fri Nov 11, 2022 2:36 pmI am trying to have multiple offsets to close out my position in drips
For example:
I have a bot that lays the fav when the price gets under 1.50 for £10. I want to offset that with five £2 batches every 5 ticks in order to green up gradually if the price on the fav drifts higher. Just not sure how to do that ?
viewtopic.php?f=58&t=15195