Pages:
Actions
  • #1 by Oxa (WellDoneSoft) on 31 May 2013
  • Copied from a support request:
    Quote
    I will try to explain to you the trigger that I am trying to set up.

    I want the trigger to work on soccer in play correct score market

    I want the trigger to have four ranges lay prices as follow:

    trigger 1 lay on the favor if the lay price is between 2.50 - 300

    executed the trigger one time overall

    repeat again the trigger 1 immediately if the score has change or the market has finished.
    ==========================================================
    trigger 2 lay on the favor if the price is between 2.00- 2.49

    executed the trigger one time overall

    repeat again the trigger2 immediately if the score has change or the market has finished
    ===========================================================================
    trigger3 lay on the favor if the price is between 1.50 -1.99

    executed the trigger one time overall

    repeat again the trigger3 immediately if the score has change or the market has finished
    ===========================================================================
    trigger4 lay on the favor if the price is less 1.50

    executed the trigger one time overall

    repeat again the trigger4 immediately if the score has change or the market has finished
    ===========================================================================

    I have set up the trigger and work when the market is finished but I can not set it up to repeat after the score has changed and this is the most important function of the trigger

    also I would like to know if it is possible one trigger to be repeat two times over all the same time or 3 times etc and how can I do it. i have try by changing number of runs 2 or 3 but does not work

  • #2 by NIKOLAS the GREEK on 02 Jun 2013
  • #3 by NIKOLAS the GREEK on 02 Jun 2013
  • can you help me pls by answering my question
  • #4 by NIKOLAS the GREEK on 02 Jun 2013
  • Copied from a support request:


    HELP ME PLS
  • #5 by NIKOLAS the GREEK on 02 Jun 2013
  • ANY HELP
  • #6 by rubold on 02 Jun 2013
  • ANY HELP

    Well if you're so impatient that you post 4 messages in 30 min, you may not get any.  The members of this forum give their time free.  Please calm down a bit ;D
  • #7 by MarkV on 02 Jun 2013
  • Hi
    You can check when a goal is scored using this condition:
    and selections trigger expression market_score1 + market_score2 is not equal to market_pscore1 + market_pscore2

    To repeat a trigger a specific number of times:
    Execute: specific number of times x

    or
    Execute: no more often than x
    you can control number of times using this condition:
    and Trigger <triggername> number of runs is less than x
  • #8 by mcbee on 03 Jun 2013
  • hi
    i am testing the triggers.

    mcbee
  • #9 by mcbee on 09 Jun 2013
  • hi
    as per PM.

    Quote
    WHAT I REALLY WANT TO BUILT IS THE FOLLOWING:

    I WANT TO LAY IN SOCCER CORRECT SCORE MARKET THE SCORE WHICH LAY PRICE IS 2.20 - 2.30 AND I WANT THE TRIGGER TO REAPET IN THE NEXT MARKET IF THE  SCORE IN PREVIOUS MARKET HAS CHANGE .ALSO I WANT THE  TRIGGER TO FIRE ONLY IN ONE MARKET ONLY EACH TIME

    here is the trigger
    in the constants you can set
    minimum lay price
    maximum lay price
    time to start placing the bet
    time to stop placing the lay bet
    amount to bet

    the trigger will set the idle and in-play refresh rates according to how many markets you are monitoring
    it will look for a selection within your set prices and place a bet, it will then wait until a goal is scored or the max time limit is reached, then it will look for then next match to place a bet.

    please use test mode until you are happy with the results

    mcbee

    download the trigger below
  • #10 by NIKOLAS the GREEK on 09 Jun 2013
  • THANKS FOR THE TRIGGER BUT UNFORTUNETLY DOES NOT FIRE  .

    CAN YOU TAKE A LOOK ALSO CAN YOU SET THE INDEX TO BE LESS THAN 17 BCZ I DO NOT WANT TO LAY THE INDEX :ANY UNQUATED SCORE

    ALSO CAN I KNOW WHAT FUNCTIONS CAN I CHANGE FOR EXAMPLE CAN I SET MIN LAY PRICE TO 1,15 AND TIME AFTER GAME START  TO 110M

    THANKS

    NIKOLAS

     

  • #11 by mcbee on 09 Jun 2013
  • hi
    i have added the maximum index for you to set.
    you can alter any constant to what you want.
    so if you do not want to bet on index 17, then put 16, then it will bet on index 16 or less.
    your min and max price/odds are bit to fine at 2.20 to 2.30, you need to give a wider price range.

    please use test mode until you are happy with your settings

    mcbee

    download the trigger below

Pages:
Actions