Author Topic: Money waiting above a certain price  (Read 3136 times)

Tags:
  • All members
  • Posts: 347
Money waiting above a certain price
« on: 10 Jun 2019, 17:18 »
Is there a way to see how much money is waiting to be matched above/below a certain price?

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Money waiting above a certain price
« Reply #1 on: 10 Jun 2019, 19:12 »
hi
back_amount = current back price amount waiting

back_amount2 = the next back price amount waiting

back_amount3 = the next back price amount waiting

and so on for the lay bets
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: 14
  • Gender: Male
Re: Money waiting above a certain price
« Reply #2 on: 11 Jun 2019, 06:45 »
Yep aware of that... wanted to see sum of ALL money above a certain price.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Money waiting above a certain price
« Reply #3 on: 11 Jun 2019, 09:02 »
hi
tradedh_2.5 , will show how much is traded from 2.5 to 1000
tradedl_2.5 , will show how much money is traded from 1.01 to 2.5
alter the 2.5 to whatever price you want , please check the manual for full info
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: 14
  • Gender: Male
Re: Money waiting above a certain price
« Reply #4 on: 11 Jun 2019, 09:04 »
I know tradedh and tradedl...

Not the same as money waiting to be matched though!

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Money waiting above a certain price
« Reply #5 on: 11 Jun 2019, 10:50 »
hi
the only way is to have 3 triggers
1 trigger to set the variables to 0 per market
1 trigger to set the price in 1 tick increase (to a maximum number of ticks set by you) to be checked above your set price and then record the b_offered_(variable) or l_offered_(variable) using a formula to check if the price is less than the current price or above.
1 trigger to set the price in 1 tick decrease (to a maximum number of ticks set by you) to be checked below your set price and then record the b_offered_(variable) or l_offered_(variable) using a formula to check if the price is less than the current price or above.
this would then record the value per tick above and below your set price
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: 2
  • Gender: Male
Re: Money waiting above a certain price
« Reply #6 on: 12 Jun 2019, 03:49 »
As expected

  • All members
  • Posts: 347
Re: Money waiting above a certain price
« Reply #7 on: 12 Jun 2019, 07:07 »
Could you not just use..(in the case of calculating the sum of all money waiting to lay, below a certain price).....


b_offered_back_price  +   (b_offered_r_ticks(back_price,-1) +   (b_offered_r_ticks(back_price,-2) +   (b_offered_r_ticks(back_price,-3) +   (b_offered_r_ticks(back_price,-4) etc etc etc....???

 

Please note, BetFair is seems to be currently OFFLINE