hi
on further testing and checking the logs I found a flaw in the all selections average price , the average of all selections will always be greater than x as 3.00 to 500.00 = 251.5.
I have remade the trigger to use separate values for number of selections from 2 to 10+
this will make it a bit easier for you to check/follow the ave prices + your set amount.
in the variable screen type or copy and paste.
r_ticks((maxbp_ave_tm+minbp_ave_tm)/2,r1_tdb)
r_ticks((r_2_maxbp_ave_tm+r_2_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_3_maxbp_ave_tm+r_3_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_4_maxbp_ave_tm+r_4_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_5_maxbp_ave_tm+r_5_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_6_maxbp_ave_tm+r_6_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_7_maxbp_ave_tm+r_7_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_8_maxbp_ave_tm+r_8_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_9_maxbp_ave_tm+r_9_minbp_ave_tm)/2,ao_tdb)
r_ticks((r_10_maxbp_ave_tm+r_10_minbp_ave_tm)/2,ao_tdb)
there is no point in going above 10 as the 10 is for 10 or more so it will work in all races , greater than 10 at x seconds before the finish the higher ones are mainly 500.00 to 1000
please use test mode until you are happy with your settings
mcbee
download the trigger below
If you need to have your triggers adjusted or add a new option / function to them after you have been supplied with a trigger file, please start a new topic.