hi mcbee,
I would like to load up horse races and lay one two or three
favs in the same race.
I will decide later which ones to lay and can filter by conditions.
But for a start, let me just lay the fav in every race and to lay
according to Kelly Criterion.
I'd written down a formula in my notebook a while back which
started me out with this enquiry, not sure how I came across it but
here it is:
IF(hist_1_layp>1.0, 1, 0) + IF(hist_2_layp>1.0, 1, 0) + IF(hist_3_layp>1.0, 1, 0)
If I just lay one horse how can this be written? and can this trigger just be duplicated for as many horses as needed? eg: 1st 2nd and 3rd fav. ??
Hope this is understandable !
Thanks
R