I
I have made a trigger that amazingly I have managed to get to work.
I am now trying to add a bet counter so that when a back bet is made 1 is added to the constant I have set as max_b in the constant with an initial value of 0. Using set variable max_b value max_b+1.
Then when the green up occurs I want to take one away from the max_b value. I have used set variable max_b value max_b-1.
In the back bet conditions I have set, selection's trigger expression max_b is equal or less than 5.
This is not working as the trigger is still making more than 5 back bets before any are greened up. Presently I have the Globally value chosen do I need Individually for each market instead or is there another problem anybody can see?
I hope somebody can help with this many thanks in advance