status failure

For software support - get help from Cymatic and the community

status failure

Postby wbabc » Fri Jul 03, 2026 11:35 am

why does my formula for stake not work in live mode - it works in training mode
command line is IF(AND(BB$25<10,BB$24<=BB$23,BB$32<BB$21,I8=SMALL(I$8:I$13,1)),"back",IF(AND(BB$25<10,BB$24<=BB$23,BB$32<BB$21,I8=SMALL(I$8:I$13,2)),"back",""))
stake line is IF(AND(I8=SMALL(I$8:I$13,1),BA8="back"),BB$34,IF(AND(I8=SMALL(I$8:I$13,2),BA8="back"),BB$35,""))

hopeful for correction or explanation if possible
thanks
wbabc
 
Posts: 3
Joined: Mon Dec 18, 2023 7:08 am

Re: status failure

Postby Gavin » Fri Jul 03, 2026 12:21 pm

Hi wbabc,

I'm guessing that you might have forgotten to round the stake sizes to whole currency units (for example, up to the next nearest pence).

Your formula for stake should be surrounded by the ROUND() function, with comma 2 just inside the closing bracket, for example:
=ROUND(IF(AND(I8=SMALL(I$8:I$13,1),BA8="back"),BB$34,IF(AND(I8=SMALL(I$8:I$13,2),BA8="back"),BB$35,"")),2)

Kind regards,

Gavin
User avatar
Gavin
Site Admin
 
Posts: 3933
Joined: Wed Jan 23, 2013 9:11 pm
Location: United Kingdom

Re: status failure

Postby wbabc » Mon Jul 06, 2026 3:54 am

Thanks Gavin for your prompt and spot on observation - rounding was the answer 10/10
wbabc
 
Posts: 3
Joined: Mon Dec 18, 2023 7:08 am


Return to General Help / Support

Who is online

Users browsing this forum: No registered users and 0 guests

cron