Pages:
Actions
  • #1 by jmbt on 10 Jun 2014
  • Let's say my starting bank is 2000€ and my starting bet is 5% of that.

    I ave the following set up, as you can see in the image:

    constants:
    bank_perc 0.05
    bookies_profit 0


    So if I loose a 100€ bet, the next bet should be (2000+100)*.05

    But in my log it shows this:

    Selection: St Moritz, initial expr.: (starting_bank + bookies_profit)*bank_perc, intermediate: (2000.00+1200)*.05, final: 160.

    THEN I won the 160€ bet the trigger made at 1.10.

    And the next bet was, Selection: Bridie Ffrench, initial expr.: (starting_bank + bookies_profit)*bank_perc, intermediate: (2000.00+1063.20000000)*.05, final: 153.16000000.



    So the bookies_profit is not updating right, what is wrong in the trigger?
  • #2 by Angelito20 on 10 Jun 2014
  • Can you explain that a littlmore. For example if you start with 2000 the first bet its 5% , but what happend if you win and what happend if you lost

    if you win the 5% fot the next net will be 2000 + profit???

    and if you lost???

    Thanks
  • #3 by mcbee on 10 Jun 2014
  • hi Angelito20
    the bookies staking plan is explained here.

    http://www.thestakingmachine.com/bookiesbank.php


    mcbee
  • #4 by jmbt on 10 Jun 2014
  • Tks mcbee,

    Any hints on how I got it wrong?

    I have no Ideia where thoose 1200 in the bookie_profit came from
  • #5 by mcbee on 10 Jun 2014
  • hi
    i would have to test your triggers to see what happened.

    mcbee
  • #6 by jmbt on 10 Jun 2014
  • Here it is
  • #7 by jmbt on 12 Jun 2014
  • Hi any news?
  • #8 by jmbt on 17 Jun 2014
  • Guess not  :(
  • #9 by mcbee on 24 Jun 2014
  • hi
    sorry, i have been very busy.
    the trigger   Update Lucro Bookie
    is set to   All Matching Selections, so the trigger multiplies the profit by the number of selections.
    change the All Matching Selections to   Favourite
    now the trigger will only do one calculation.


    mcbee
Pages:
Actions