Pages:
Actions
  • #1 by benko on 18 Jun 2018
  • My trigger logs show:

    17:20:12Selection: 4. Wild Fusion, initial expr.: IF(test_mode=1, test_funds, total_funds)*0.4*((imported_2*(back_price-1)-(1-imported_2))/(back_price-1)), intermediate: IF(1=1,817.23,22.80)*0.4*((0.22280000*(5.40-1)-(1-0.22280000))/(5.40-1)), final: 15.09052788.
    17:20:12Selection: 3. The Delorean, initial expr.: back_price, intermediate: 7.80, final: 7.80.
    17:20:12Selection: 3. The Delorean, initial expr.: IF(test_mode=1, test_funds, total_funds)*0.4*((imported_2*(back_price-1)-(1-imported_2))/(back_price-1)), intermediate: IF(1=1,817.23,22.80)*0.4*((0.23340000*(7.80-1)-(1-0.23340000))/(7.80-1)), final: 39.44432511.
    17:20:12Going to BACK on 2 selections:

          4. Wild Fusion, $ 15.09 at 5.40;
          3. The Delorean, $ 39.44 at 7.80;Unmatched bets will be cancelled at In-Play.
    These are Kelly-type bets: imported_2 is the rated probability for the selection in my selection file and the 0.40 signifies I am using less than the full Kelly bet fraction.
    In test mode the trigger chooses the test bank otherwise the real bank which is currently only 22.85.
    My question relates to the bank size 1,817.23 as I cannot see how this relates in any way to the current bank which was around 762 at the time the bet was placed.
    This inflated figure creates much larger bet sizes and based on this I would be nervous about switching to real money bets!
    BTW,I have three other profiles (not all running) but they all have test banks set to 0.01 to avoid any interactions.
    All markets are settled.
    Any clues as to why the test bank is so out of whack?
  • #2 by benko on 19 Jun 2018
  • Again today:

    14:05:17Selection: 2. Al Cubana, initial expr.: IF(test_mode=1, test_funds, total_funds)*0.4*((imported_2*(back_price-1)-(1-imported_2))/(back_price-1)), intermediate: IF(1=1,742.51,22.80)*0.4*((0.59360000*(2.50-1)-(1-0.59360000))/(2.50-1)), final: 95.83329314.
    14:05:17Going to BACK on 1 selections:

          2. Al Cubana, $ 95.83 at 2.50;Unmatched bets will be cancelled at In-Play.
    Here the back bet was made with a test bank of 1,742.51 when the actual test bank should be about 700.
    It seems the test bank is adding 1000 for some reason.

    Could this happen with real money?
  • #3 by LarpHager on 19 Jun 2018
  • Best Guess, corrupted profile!

    Load the trigger onto a new profile and it should work correctly.
    • LarpHager
  • #4 by Oxa (WellDoneSoft) on 19 Jun 2018
  • Hello!

    The bank size is not 1,817.23, it is 817.23. The log expression reads:

    IF(1=1,817.23,22.80)

    Just put spaces between commas and it'll get clearer:

    IF(1=1, 817.23, 22.80)

    So if 1=1, then 817.23, otherwise 22.80.
  • #5 by benko on 20 Jun 2018
  • Thanks Larp and Oxa!

    I will check out both of your answers.

    Creating a fresh profile seems a useful idea anyway.

    The "," misinterpretation seems to be my mistake!!

    Thank you both for your assistance.
Pages:
Actions