Pages:
Actions
  • #1 by liltbrockie on 10 Jun 2019
  • Is there a way to see how much money is waiting to be matched above/below a certain price?
  • #2 by mcbee on 10 Jun 2019
  • 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
  • #3 by Matt Ayres on 11 Jun 2019
  • Yep aware of that... wanted to see sum of ALL money above a certain price.
  • #4 by mcbee on 11 Jun 2019
  • 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
  • #5 by Matt Ayres on 11 Jun 2019
  • I know tradedh and tradedl...

    Not the same as money waiting to be matched though!
  • #6 by mcbee on 11 Jun 2019
  • 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
  • #7 by Radfrod on 12 Jun 2019
  • As expected
  • #8 by liltbrockie on 12 Jun 2019
  • 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....???
Pages:
Actions