2020vision wrote:Timstertoo,
The above example simply meant that I layed first and then put the back
bet in three ticks higher than the price I was matched at.
Hope this at least helps - I am only just above a newbie myself!
Ttfn - Michael

I've already noticed that hands on is the only way to learn this. Every mistake gives you a chance to learn a new solution.
I thought that was what your bit did and it's less complex because you can use the tickoffset tool which will also manage the stake.
For me I need to set odds first. Then after it gets matched the odds have to change to x ticks above best price.
But also the trigger needs to fire twice.
What I have up till now is this:
odds
=IF(T14="",odds,IF(T14=MATCHED,plusTicks(H14,3),"" ))
T14 is where the bet reference is. So if there's no reference he should just use "odds". But if the bet reference says it's MATCHED I want him to use plusTicks and use odds 3 ticks above current best price.
I let Gruss start at A10 so T14 is Bet ref of the 1st runner and H14 is Lay Odds 1.
Then I have the trigger like so:
=IF(AND(time_off>bet_finish,time_off<bet_bet),"BACK",IF(T14=MATCHED,CLEAR-LAY,""))
This is work in progress. The first bet just fires in a back bet at a certain time. I had this working before. Starting from the 2nd if I let him check if the bet reference is matched. Because if it is it needs to fire in the 2nd bet it needs to clear the bet reference first. I know CLEAR-LAY won't work but it's the best I could come up with and it let's me know what I intend to do there. Also I'm still stuck with staking as it won't put in a profit level amount on the lay and even worse if I just get partially matched on the backside it will fire in a full stake on the layside!
My head is spinning from all the new info I'm trying to get under control. I really need to step away for a bit every now and again just to clear my head and get stuck in again fresh
