Author Topic: Functions inside Formulas error  (Read 300 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)

  • Moderator
  • Posts: 3714
*
Re: Functions inside Formulas error
« Reply #1 on: 19 Mar 2026, 06:28 »
Hi
Do you have a constant or user variable with "back_price" in its name - that would mess up parsing the formula.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE