Hi,
I understood the example you gave. Naturally an average can have values between the normal values acepted by betfair. But my problem isn´t that, i will try to explain.
I am develloping a trigger that admits more than one back and lay bets at the same time. To not let the trigger placing all the bets at similar prices i created similar conditions for both lay and back bets to place bets just when the odds move. As i don´t know how to directly refer to the lowest unmatched back bet and highest unmatched lay bet i used both bu_backp and backavp and similar lay expressions.
I created a condition that says the bet should be placed only if the diference between back price and both bu_backp and backavp is greater than 15 ticks. The problem is that bets are placed before the prices achive that diference in relation to the bets efectively opened at that time in the market (unmatched at that time).
So this is why i am asking what is the correct meaning of the bu_backp and bu_backavp. Do they refer to bets still unmatched at the present moment? Or they take in account all the bets that were placed in that market? Naturally i want it to refer just to the bets that are openned in the market at that exact time.
By the way i didn´t create an user variable. I am using the bu_backp and bu_backavp as trigger expressions directly in the trigger conditions. Should i create user variables in this case?
Thanks


