Pages:
Actions
  • #1 by Jimmy on 08 Dec 2019
  • 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
  • #2 by MarkV on 09 Dec 2019
  • 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 
  • #3 by Jimmy on 15 Dec 2019
  • 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
  • #4 by MarkV on 15 Dec 2019
  • 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

  • #5 by Jimmy on 15 Dec 2019
  • Thank you i will try it out
Pages:
Actions