Pages:
Actions
  • #1 by NIKOLAS the GREEK on 14 Aug 2016
  • Can any one help me to set a trigger that will fire when the lay price decreased by 40% compare to the price of 1 min before the race in one   refresh

    i need the help of the  decreased in on refresh

    thanks
  • #2 by MarkV on 14 Aug 2016
  • Hi
    I don't think you can compare the price difference in one refresh to the price 1min before the off, so I've done it on one refresh only.

    lay price difference over 1 refresh = l_growth

    percentage difference according to google: "First: work out the difference between the two numbers you are comparing. Then: divide the difference by the original number and multiply the answer by 100."

    so I think your condition for 40% decrease in lay price over 1 refresh is:
    and selections trigger expression l_growth/(l_growth+lay_price)*100 is equal or less than -40

    please use test mode when testing it.
  • #3 by Oxa (WellDoneSoft) on 26 Aug 2016
  • Nikolas, also see the trigger you requested under "Make me a trigger".
Pages:
Actions