Hi
Your formula contains circular references, after 1 bet the result looks like this:
IF(4.00>0,IF(4.00>0,BetsPlaced+1,BetsPlaced+0)+1,IF(4.00>0,BetsPlaced+1,BetsPlaced+0)+0)
It would be better to simply update a counter: Value: BetsPlaced+1
and use conditions to fire the trigger, e.g. selections back matched is greater than 0
however, there are bet counter variables built in to the program you might find easier:
General variables, allbets_....loads of them
Market variables, market_mbnum etc...
Selections variables, bm_number, bm_backnum, bm_laynum etc...