Author Topic: Help on formulas  (Read 949 times)

Tags:
  • All members
  • Posts: 37
Help on formulas
« on: 08 Dec 2019, 19:21 »
Good day Guys

Please could someone help on some formulas.

In Engineer Mode - I guess the Green block is Back and yellow block in Lay.

What formula can i use to Lay a specific horse for example 1 min before event starts with 5% of my total Balance?

Maybe this has been asked before, if it has my apologies for asking it again.

Jimmy

  • Moderator
  • Posts: 3605
*
Re: Help on formulas
« Reply #1 on: 09 Dec 2019, 08:57 »
Hi
I believe the colours in Engineer Mode are for ease of viewing, the cells are for displaying information using your own formulas etc.

To bet a percentage of your bank you can use this formula, for example in a trigger:
IF(test_mode=1, test_funds, total_funds)*(perc/100)
replace perc with the % e.g. 5 
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.

  • All members
  • Posts: 37
Re: Help on formulas
« Reply #2 on: 15 Dec 2019, 11:57 »
Good day

Thank you for the reply.

So if i wanna lay a specific horse at 1 min before start of the event. What formula and which block should i input the formula?

Regards
Jimmy

  • Moderator
  • Posts: 3605
*
Re: Help on formulas
« Reply #3 on: 15 Dec 2019, 12:21 »
Hi
If your specific horse is for example the second favourite:

lay
price: lay_price
amount: IF(test_mode=1, test_funds, total_funds)*(5/100)
selections: second favourite
markets: horse races
market status: idle or suspended
execute: once per market
conditions: markets minutes before the off is equal or less than 1.00

please test triggers in test mode

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.

  • All members
  • Posts: 37
Re: Help on formulas
« Reply #4 on: 15 Dec 2019, 12:38 »
Thank you i will try it out

 

Please note, BetFair is seems to be currently OFFLINE