Pages:
Actions
  • #76 by MarkV on 08 Dec 2012
  • you beat me to it. - testing
  • #77 by pcal72 on 08 Dec 2012
  • you beat me to it. - testing

    LOL

    Just luck my friend, no one beat you ;)

    Only matters place this to work ;)

    pcal72
  • #78 by MarkV on 08 Dec 2012
  • Well chaps, it looks like it's almost there now. I have not fully tested it, but everything seems to be working as it should. There might be some small adjusting needed for the lay trigger. Greenup works fine, see pic. So latest file is the last one pcal72 uploaded.

    Thanks again to all who contributed.
  • #79 by mcbee on 09 Dec 2012
  • hi
    there is an error in the under 3.5 trigger.
    the last OR market score block has
    market_score2   <<< error  ( should be market_score1 )
    market_score2

    mcbee
  • #80 by MarkV on 09 Dec 2012
  • Thanks mcbee. Corrected. I have also taken out the old triggers. Updated file attached.
  • #81 by mcbee on 09 Dec 2012
  • hi
    thanks mark.
    due to having so many markets loaded and monitored
    i have added a trigger to set the inplay refresh rate to
      .3+(refr_market_num*.3)
    this limits the average requests per sec to 5

    mcbee
  • #82 by MarkV on 09 Dec 2012
  • Makes sense. I'll leave it for now. If someone else wants to put it in, they can reference your post. 
  • #83 by Nettuno on 09 Dec 2012
  • Markv, mcbee and pcal72.

    Very, very thank you!!!!

    I run test now...
  • #84 by Nettuno on 09 Dec 2012
  • Hi.

    The problem of entering a more marked is resolved.

    The output of trade after the occurrence of 1 goal, still wrong.

    After the goal is not to close apposition.

    Sorry, my bad inglish.
  • #85 by MarkV on 10 Dec 2012
  • Hi
    The LAY trigger is working (see pic). I think your problem could be in this condition:
    and markets lay book % is equal or greater than 97
    This condition waits until the market is stable. You can try delete this condition and test again, because the lay trigger is changing the lay odds anyway.
    If there is another goal after this trigger, and the lay is not matched, you will lose the full back amount. Please see mcbee’s post on page 4 regarding risk.
  • #86 by Nettuno on 10 Dec 2012
  • hummmmm.

    Maybe, I was testing in markets with little liquidity.

    Sorry.

    Run test again.
  • #87 by Nettuno on 10 Dec 2012
  • He is closing some positions, without the occurrence of goals.

    Strange, is that this only happens in some games.

    What could be causing this?
  • #88 by MarkV on 10 Dec 2012
  • Hi
    I have changed the greenup trigger conditions. Please try the attached trigger file.
  • #89 by mcbee on 10 Dec 2012
  • hi mark
    in the lay trigger i have noticed that there is a condition
    and selections trigger expression market_pcore1+market_pscore2  is not equal to market_score1+market_score2
    at 88 mins if there has been a goal or more, the pscore1+pscore2 will not be equal to score1+score2, because the prev score will be 0-0 and the current score will be 0-1 etc.
    so the lay trigger will fire as soon as the back trigger has fired.
    you might have to add 2 new triggers
    trigger 1 in position before trigger 2
    trigger 1
    variable  goals  0
    no conditions
    once per market

    trigger 2
    variable  goals  market_score1+market_score2
    conditions
    and markets number of back bets is greater than  0
    once per market

    green and lay betting triggers condition

    and market_score1+market_score2 is greater than goals


    mcbee
  • #90 by MarkV on 10 Dec 2012
  • mcbee - thanks. I think you are right about the pscore condition, but is it not overridden by the block with the OR conditions, thus making it irrelevant?

    In the latest update, I deleted the same pscore condition out of the greenup trigger and added the same block of OR conditions from the LAY trigger.

    I can't test this evening due to running something else, so waiting for Nettuno to test the latest.
Pages:
Actions