Author Topic: Greening up with a delay  (Read 3322 times)

Tags:
  • All members
  • Posts: 22
  • Gender: Male
Greening up with a delay
« on: 04 Sep 2016, 11:34 »
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

  • Moderator
  • Posts: 3597
*
Re: Greening up with a delay
« Reply #1 on: 04 Sep 2016, 18:13 »
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.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #2 on: 05 Sep 2016, 13:39 »
 :) Thank you very much :)

  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #3 on: 06 Sep 2016, 15:27 »
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


  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #4 on: 06 Sep 2016, 15:48 »

  • Moderator
  • Posts: 3597
*
Re: Greening up with a delay
« Reply #5 on: 06 Sep 2016, 18:53 »
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
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #6 on: 06 Sep 2016, 21:50 »
Thank you very much  8)

  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #7 on: 09 Sep 2016, 20:22 »
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

  • Moderator
  • Posts: 3597
*
Re: Greening up with a delay
« Reply #8 on: 10 Sep 2016, 07:12 »
Hi
Could you attach your trigger file and I'll test it?
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #9 on: 10 Sep 2016, 12:50 »
Hello Mark

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

Thanks allot
Ray


  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #10 on: 10 Sep 2016, 13:03 »
here is also the screenshot of the games that were messed up and didn't trade out.

  • Moderator
  • Posts: 3597
*
Re: Greening up with a delay
« Reply #11 on: 10 Sep 2016, 14:52 »
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.
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 22
  • Gender: Male
Re: Greening up with a delay
« Reply #12 on: 10 Sep 2016, 17:18 »
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

  • Moderator
  • Posts: 3597
*
Re: Greening up with a delay
« Reply #13 on: 10 Sep 2016, 20:33 »
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

     
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE