Good evening,
Im hoping to find a way for Guardian to only place a bet at a price tick that is currently empty with no bets either from me or someone else already placed there. Would there be a way to achieve this within Guardian?
Thank you
Checking for bets at current price
Yes, you can do this using 'Stored Values' to test the amounts waiting at a price
There is an example here which is a Servant but uses Stored values to test the money waiting, in your case you just need to change this to look for £0 waiting
viewtopic.php?f=58&t=18645
To test money waiting outside the best three prices there is a ready-made template that you can use here
viewtopic.php?f=56&t=26012
So between those two files you'll be able to test for £0 waiting as many ticks away from the current price as you want
There is an example here which is a Servant but uses Stored values to test the money waiting, in your case you just need to change this to look for £0 waiting
viewtopic.php?f=58&t=18645
To test money waiting outside the best three prices there is a ready-made template that you can use here
viewtopic.php?f=56&t=26012
So between those two files you'll be able to test for £0 waiting as many ticks away from the current price as you want