Pages:
Actions
  • #1 by joliveira on 24 Mar 2014
  • Hello!

    Is there a way to find in a specific market what was the biggest bet?
    Or a way to find, for example, if a bet of 256 euros was match on this market?

    Regards
  • #2 by MarkV on 25 Mar 2014
  • Hi
    Are you referring to your bets or everyone's bets (market volume)?
  • #3 by joliveira on 25 Mar 2014
  • I'm referring to everyone bets.
    I don't know if this is possible because what I can make is to compare the selection volume of money in a short amount of time and see if in a 0.05 second was a difference more than 200 euros on that selection. But this doesn't tell me if it was a back or a lay that entered on the market on that specific time.
    Hope I could explain my point of view.
  • #4 by MarkV on 25 Mar 2014
  • Hi
    Thanks for your reply. No, we cannot identify a specific amount in market volume is the short answer.
    The following selection variables might be of help to you:
    traded_{price}
    most_traded_price
    traded_last
    most_traded_volume
    all the above need the ladder open on the selection.

    If you are wanting the unmatched back and lay volume you can use:
    back_volume
    lay_volume
    and you can do your comparison every 0.05 seconds. The problem with this is you will need to do it in user variables for every selection and it will slow the trigger down a lot.
  • #5 by joliveira on 25 Mar 2014
  • Thanks for the help MarkV.

    I think I can work with these formulas on my trigger.

    Regards
Pages:
Actions