Pages:
Actions
  • #1 by Rayhd63 on 04 Sep 2016
  • Hello everyone,

    I would like to know if it is possible to set a delay of 30 seconds before the greening up starts ?
    The greening itself works great, but on a late goal I would like the market to settle down a bit before greening up.

    Thanks for any help
    Raymond
  • #2 by MarkV on 04 Sep 2016
  • Hi
    try this condition in your greenup trigger
    and selections trigger expression (now_time-last_inplay)/mf_second is greater than 30

    this should wait 30 seconds after the market was last turned in-play

    please test in test mode.
  • #3 by Rayhd63 on 05 Sep 2016
  •  :) Thank you very much :)
  • #4 by Rayhd63 on 06 Sep 2016
  • Hello Mark,

    I have addet it

    <condition AndOr="1" Body="1" Param="61" CondIndex="3" Value2="" Value1="60" TriggerID="0" SecondParam="(now_time-last_inplay)/mf_seconds" Overall="0" RereadFile="0" Order="2"/>

    but now it does not trade out at 70% or at a late goal at all ?!?

    Any help `

    Ray

  • #5 by Rayhd63 on 06 Sep 2016
  • #6 by MarkV on 06 Sep 2016
  • Hi
    you have:
    and selections trigger expression (now_time-last_inplay)/mf_seconds is greater than 60
    should be:
    and selections trigger expression (now_time-last_inplay)/mf_second is greater than 60
  • #7 by Rayhd63 on 06 Sep 2016
  • Thank you very much  8)
  • #8 by Rayhd63 on 09 Sep 2016
  • Hello Mark,

    after putting in the line , I noticed that the greening up at 70% doen not work all the time.
    Today there were 3 games at the same time and it just greened up 1 game.
    I played them manually as well and now that it should have greened up.
    Does this hast to do something with the greening up in front of the delay ?

    Ray
  • #9 by MarkV on 10 Sep 2016
  • Hi
    Could you attach your trigger file and I'll test it?
  • #10 by Rayhd63 on 10 Sep 2016
  • Hello Mark

    Here is my trigger file,
    hope you can find the fault.
    Also the marketlocater selection

    Thanks allot
    Ray

  • #11 by Rayhd63 on 10 Sep 2016
  • here is also the screenshot of the games that were messed up and didn't trade out.
  • #12 by MarkV on 10 Sep 2016
  • Hi
    the trigger named "laying on the Draw" is actually backing. Are you backing or laying The Draw?

    Because there is a recovery formula, the trigger should wait until the previous triggered market has been settled in order to update the step counter, there seems to be no provision for this, so the step counter remains at 1 for all markets.

    Looking at the statement, and the constant settings:
    you are looking for 70% green-up on a back bet on The Draw
    The only game where there was an opportunity to do this was Auxerre v Sochaux which ended 0 - 0, so greenup must have been in last 15 minutes.
    the other games there was no opportunity for 70% greenup on The Draw, e.g. here are the goal minutes for one of the games:
    KuPS 57 Mariehamn 59 KuPS 63
    70% greenup on The Draw would not be possible here.

    I hope this makes sense.

    Please use test mode when testing triggers.
  • #13 by Rayhd63 on 10 Sep 2016
  • Hello Mark,

    this is Backing the Draw at the start of the game. And laying when there is a possibility of trading out at 70% during a draw.
    should there be a late goal giving us a draw, lets say 81 minutes then there would be a Lay the draw but waiting xx seconds for the market to settle down.

    Could you verify that this is the case on the triggers ?!?

    Thanks alot for the Help

    Ray
  • #14 by MarkV on 10 Sep 2016
  • Hi
    Yes, your triggers are backing The Draw and greening up at 70%.
    Regarding the delay, if you search the forum you will find lots of discussion. It is possible the program will miss a market suspension after a goal if the suspension is very short duration. There is a possible workaround on this here:
    https://community.welldonesoft.com/marketfeeder-announcements/version-8-2-2-1-min_stake-and-traded_r_ticks/msg50006/#msg50006

    as a suggestion, you could use other methods to wait until the market has re-formed after a suspension, for example:
    selections trigger expression g_ticks(s_3_back_price,s_3_lay_price) is less than 6
    will make sure the gap between best back and best lay price for The Draw is less than 6 ticks

    or you can check the lay book % is getting closer to 100%
    markets lay book % is greater than 95

         
Pages:
Actions