Author Topic: Functions inside Formulas error  (Read 262 times)

Tags:
  • All members
  • Posts: 12
Functions inside Formulas error
« on: 18 Mar 2026, 07:20 »
Hello, maybe someone knows how to express functions like r_ticks(back_price, 1) inside Formulas. For example: IF(lay_amount>50, r_ticks(back_price, 1), back_price). In this case MF doesn't initialize r_ticks(back_price,1). So, in Log I get: IF(40>50, r_ticks(back_price, 1), 4.50)

 

Please note, BetFair is seems to be currently OFFLINE