Pages:
Actions
  • #1 by Diego Rodrigues Maldonado on 22 Jul 2018

  • ·         Bom dia ...

    ·         Eu peço ajuda no desenvolvimento de um gatilho ... Este gatilho é ir para uma certa armadilha.

    ·         EX: LAY À TRAP 1!

    ·         Constantes:

    ·         Min_odds - preço mínimo de lançamento

    ·         Max_odds - preço máximo estabelecido

    ·         Min_runners - Número mínimo de corredores

    ·         Init_liab - Tamanho da responsabilidade (% do banco atual)

    ·        Target_loss - perda máxima (% do banco) após a qual os acionadores param de apostar

    ·      Ttarget_profit - Lucro máximo (% do banco) após o qual os acionadores param de apostar

    ·   Cycicle_length - Número de etapas no ciclo de recuperação

    ·         Max_bets - Número máximo de mercados com apostas simultâneas

    ·         Min_price_dif - Diferença de preço mínimo entre o primeiro fav. e o galgo para colocar em = 2

     


  • #2 by mcbee on 23 Jul 2018
  • Hi
    Here is your trigger,in the constants you can set.
    Maximum liability
    Number of steps in the recovery cycle
    Initial bet liability% of bank  
    Selection trap number
    Minimum lay price
    Maximum lay price
    Minimum number of runners
    Target loss
    Target profit    
    Maximum number of open bets
    Minimum price difference between 1st fav and selection

    Please use test mode until you are happy with your settings

    mcbee

    download the trigger below
  • #3 by luigino on 01 Oct 2018
  • Hi mcbee,
    how can I use  this trigger in real money?
    Should I change something here? (((IF(test_mode=1,test_balance,balance)*(init_liab/100)))/(lay_price-1)) + (currentloss/steps)/(1-commission)

    I've tried with "test_mode=0.." but it doesn't work, the trigger never works if test mode off.
    Thx
    Luigino
  • #4 by Oxa (WellDoneSoft) on 02 Oct 2018
  • Hi mcbee, how can I use this trigger in real money? Should I change something here? (((IF(test_mode=1,test_balance,balance)*(init_liab/100)))/(lay_price-1)) + (currentloss/steps)/(1-commission) I've tried with "test_mode=0.." but it doesn't work, the trigger never works if test mode off. Thx Luigino

    Hello!

    For the triggers to work in real mode, you don't need to change anything. Just make sure that:

    1. You have enough money in your real account.
    2. If you are making bets below the minimum, that you have turned on "Allow small bets" in "Betting Options".
  • #5 by luigino on 02 Oct 2018
  • Hi Oxa,
    thank you for your reply!
    In the meantime i've read a little better trigger's conditions and genaral variabiles meaning in the help file, so i understood that i only have to change from Test Mode ON/OFF.
    I'm sorry for the foolish question ::)

    Now I have a problem with small bets... i need to "test" with real money since Betfair Delayed my account because of my test mode bets with marketfeeder :(  (BTW do you know how (and if) i can fix this limited position?)
    So i was thinking about working with a real bank of max 30$/€ and init_liab 1%, but the trigger seems not to work at all.
    For instance with a 1000$ bank in test mode and 1% as init_liab it works correctly.

    Oxa what am i doing wrong?
  • #6 by Oxa (WellDoneSoft) on 05 Oct 2018
  • You need to email BetFair and ask them to lift the restrictions from your account. If this happened for the first time, they usually agree to do that with a warning. Generally speaking, you need to place real bets from time to time to justify the refreshing of market data.

    With regards to real bets, please check your Program Log: it most probably contains the error messages that explain why your bets could not be placed.
Pages:
Actions