Author Topic: One thing so easy for answer  (Read 25512 times)

Tags:
  • All members
  • Posts: 40
One thing so easy for answer
« on: 08 Feb 2013, 19:32 »
Hi i want to lay the 0-0 in the correct market in play in the minute 6 of the match if any team has no   score
I have put the folowwing but doesnt work


layPrice: lay_price   
Amount: var1 Cancel
Selections: All Matching Selections Markets: Soccer Games
Market Status: In-Play
Execute: once per market
Conditions are met:
Selection's Name is equal to"0 - 0"
AND Selection'sL ay Priceis less than   back_price  ****************
AND Selection'sTrigger Expression now_time-bm_backtimeis equal or greater than 01*0.000694**********

****NOT SURE IN THE LAST TWO SENTENCES
In the first i want to put that the lay in the minute 6 is less than the back when star the math
The otehr sentence its doing that in the minute 6 if no team has score
Thanks and i think it so easy for people of this forum
 

  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #1 on: 08 Feb 2013, 22:27 »
Hi
I hope I have understood correctly:
LAY 0-0
6 minutes after start of match
IF no score
AND current lay price is less than last traded back price just before inplay.

Please try the attached untested trigger in TEST MODE.
In Settings > Monitoring Options > Market Refresh > Download match score should be ticked.
Load Correct Score markets.
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: 40
Re: One thing so easy for answer
« Reply #2 on: 09 Feb 2013, 20:28 »
I have one problem markV
Sometimes your trigger does the thing correctly but other times does the folowing
If the lay price after 6 minutes its higher than the back and the start do a bet for less money in the lay

Example i do a back bet before de match at 11 with 10 pounds. After 6 minutes when the trigger must do the lay bet, if the lay its in 12 for example do the following bet only 7 for example.
This its not the thing that i want i want the trigger wait and when the lay  was in 10.5 do the bet

Sorry for my inglish.All the rest thing good but sometimes do that and dont undertand why

  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #3 on: 09 Feb 2013, 21:01 »
Hi
Please correct me if I am wrong:

You have already made a back bet on 0-0
you want to wait 6 minutes after start of game and then green-up the back bet

I see this as a simple green-up trigger with a condition to wait 6 minutes
If you want you can delete the condition and it will green-up as soon as the prices allow.

Please try the attached 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: 40
Re: One thing so easy for answer
« Reply #4 on: 10 Feb 2013, 12:21 »
No this is not the thing that i want sorry i will try to explain again and very thanks for your help

i want first back for example to the score 0-0 20 pounds

after 6 minutes lay to the score 0-0 20 pounds, plus 0.5 only if the lay bet that i am going to do its less than the back that i did before for example 2 ticks less

So now the profit its only in one selection. After for example 15 minutes do the gren up

if for example have been a gol before the 6 minutes, so the score now its not 0-0 i will lost my 20 pounds. if has been a gol before for example 15 minutes and have benn won 50 cents and if there its not gol in the first 15 minutes and will won my green up

Thanks and i hope my explain was better now

  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #5 on: 10 Feb 2013, 13:27 »
OK try this one in test mode.
I have put 20.50 in the amount, but you can change this or put a formula in there based on back matched price.
Now it will only lay 0-0 if:
6 minutes have passed since start of game
and score is 0-0
and current lay price is at least 2 ticks less than back matched price

Also have a look at this example trigger, it might be of interest
http://marketfeeder.co.uk/solutions/green-up-hedge/greenup-unequal-profit/
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: 40
Re: One thing so easy for answer
« Reply #6 on: 10 Feb 2013, 19:48 »
Now if for example i have all the winning in one result.
for green up in all selections or example in the minute 20 will be this triger



     distribuite profit
     once per market
conditions
market minuts since the offs greeter than 20

Need put something more
thanks

pd1 Sometimes do the lay bet 2 times and i dont understand why.(.


  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #7 on: 10 Feb 2013, 20:25 »
In the distribute profit trigger you can add these conditions to check there are no unmatched bets:
and selection's back unmatched is equal to 0
and selection's lay unmatched is equal to 0

for the lay trigger try adding:
and selection's back unmatched is equal to 0
and selection's lay matched is equal to 0
and selections lay unmatched is equal to 0

I think you should check the trigger logs to see why it is placing 2 lay bets.

You have now made 5 posts on the forum - you can attach files. If you want to attach the complete trigger file I will check 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: 40
Re: One thing so easy for answer
« Reply #8 on: 10 Feb 2013, 21:01 »
Yes i think its going to be better ;)
Please check me the trigger. thanks


pd1 possible to do 2 trigger for green up or profit
example in the minute 10 do a profit of 50 percent, in the minute 20 do the rest
i dont know if you understand me. its for try to improve the trigger

  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #9 on: 10 Feb 2013, 23:56 »
Hi
I have changed the trigger quite a lot to make it simpler.

You can not use an existing variable name as a constant. I have changed constant default_laya to something else.

You can do all the markets conditions in the Market Locator, so you will only load the markets you want, and therefore do not need the triggers for this.

Locator:
Markets name contains Correct Score
Markets matched volume is greater than 10000
Markets will turn inplay YES

I will look at the 2 greenup triggers later tomorrow.
The attached is untested. Let me know how you get on.
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.

  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #10 on: 11 Feb 2013, 08:04 »
Hi
Attached is a market locator file which goes in
C:\users\<username>\MarketFeeder Pro 7\mlocator\

It will find the markets for you and exclude home / away / half etc. If you find I have missed any, just add another condition to 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: 40
Re: One thing so easy for answer
« Reply #11 on: 11 Feb 2013, 12:43 »
thanks. I am going to probe the trigger. I am also learning a lot with you. i will try to do it better in my next trigger.
The improve of the trigger for green up at 15 minutes for example the 50 percent and in the 25 minutes the rest can be done.
Also i wouldd like if its possible have in the same trigger the folowwing
Do a lay match in the under/over 2.5 and if there its no goal after 6 minutes do a a back match for don loosing more money and distribuite lost.This its lost but the other its true so now i can win some little money. If the first trigger are lost because the match has been with a gol now  i can win here , and maybe lost a fifty percent less.
You undertand me. Thanks and i think this its a good idea.

I hope you can help me for try to run this strategy in test mode.

pd1 In the market locator that work good we must add under/over 2.5

  • Moderator
  • Posts: 3597
*
Re: One thing so easy for answer
« Reply #12 on: 11 Feb 2013, 15:56 »
Hi
I think it will be a good idea for you to try to make these triggers yourself, and then post the file on the forum so I / others can check them for you, just like you did with the first file. This way it will be easy to see how you you want it to work. Please don't worry about mistakes - because we are here to help you with these. We all make mistakes!

Please try the greenup triggers yourself and post the file.

Also, please confirm for the OU 2.5 you want to:
Lay in Under 1 minute before start
then if no goal after 6mins inplay distribute loss in this market
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: 40
Re: One thing so easy for answer
« Reply #13 on: 11 Feb 2013, 16:59 »
Ok Mark you are a good teacher y am going to try and put the file.
And yes the think that i want its the thing that you ask me :), but with one condition more, jaja, if there is a goal do the greeu up 90 seconds after the goal.

Thanks and i am going to do the work, but prepare yourself for a lot of mistakes >:(

  • All members
  • Posts: 40
Re: One thing so easy for answer
« Reply #14 on: 11 Feb 2013, 18:04 »
So difficult for me. i am tring but i dont know how to say that there is a goal, or wait 90 seconds. Also i would like the trigger caught the best lay or back, not the back or lay aviable.

I attach the trigger


 

Please note, BetFair is seems to be currently OFFLINE