Author Topic: Placing a bet where a decent sum of money exists  (Read 1264 times)

Tags:
  • All members
  • Posts: 23
  • Gender: Male
Hi

I'm aware there is an option to display minimum amounts in the settings menu but I would like a trigger action that can place my money where there is a significant amount of money whilst still viewing all amounts. In this example I wish to lay on the back side where a minimum of £100 exists; 

Does anyone know how to express this within the price field within a trigger? 

Any help will be much appreciated. 


  • Tim Vetrov
  • Administrator
  • Posts: 4873
  • Gender: Male
*
Re: Placing a bet where a decent sum of money exists
« Reply #1 on: 23 Apr 2023, 10:32 »
There are back_amount and lay_amount trigger variables.
Also you can use sum of 3 best ones while you placing at "best price":
back_amount + back_amount2 + back_amount3
Proud to be 🇺🇦
I'm happy to help Monday - Friday, 08:00-18:00 GMT
Буду рад помочь с понедельника по пятницу, 08:00-18:00 GMT

  • All members
  • Posts: 23
  • Gender: Male
Re: Placing a bet where a decent sum of money exists
« Reply #2 on: 23 Apr 2023, 10:40 »
So if best back price is at 3 how do I request the trigger to go in with a lay at say 3.75 if this is the only price with £100 or over as a total amount- this would be 5 ticks below the 3 best prices?

what expression would I use in this instance please? 

  • All members
  • Posts: 23
  • Gender: Male
Re: Placing a bet where a decent sum of money exists
« Reply #3 on: 23 Apr 2023, 11:17 »
sorry 2.75 lol

  • All members
  • Posts: 23
  • Gender: Male
Re: Placing a bet where a decent sum of money exists
« Reply #4 on: 23 Apr 2023, 14:53 »
Hi...........
Was hoping for a response back on this. Is this trigger expression/variable possible? 

  • Moderator
  • Posts: 3605
*
Re: Placing a bet where a decent sum of money exists
« Reply #5 on: 23 Apr 2023, 18:52 »
Hi
It's much easier to stick with the best 3 prices because all the variables are available in MFP and you can just write conditions to check the amounts offered as Tim suggests.

If you want to check amounts offered outside of best 3 prices it needs a lot of conditions to check each price backwards:

LAY at r_ticks(back_price, -3)
selections trigger expression b_offered_r_ticks(back_price, -3) is greater than 100
OR
LAY at r_ticks(back_price, -4)
selections trigger expression b_offered_r_ticks(back_price, -4) is greater than 100
etc..

Attached is a trigger which will scan the prices downwards from best back price looking for a specified amount.
When it finds the amount it will write the price to a user variable "tonup"

The trigger will cycle though the prices downwards to a maximum number of ticks you can set
in the constant and then it will start scanning again from back price

There is also a constant for the amount to look for.

Add your lay trigger below this and use tonup for the price.

For this to work you need to turn on Download All Price Offers in the settings.

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: 23
  • Gender: Male
Re: Placing a bet where a decent sum of money exists
« Reply #6 on: 23 Apr 2023, 22:00 »
Hi Guys

Thank you for the trigger, much appreciated. Ill give it a go. 

 

Please note, BetFair is seems to be currently OFFLINE