Pages:
Actions
  • #1 by Deivid on 13 May 2017
  • Hi, please make me a trigger like described below

    1- Put back bet on over 0.5FT 
    Condition 1 : back_price between min_price (constant) and max_price (constant)
    Condition 2 : Status In Play

    2 - Can put more of one bet on the same time, but must have one constant to set the maximum 

    3 - Trigger must stoping bet(like stop profit) if total_green-(total_red*10) >= target

     total_green    is an constant that is incremented each green 
     total_red         is an constant that is incremented each red
     target               is the objective green (cause i supose that 10 green recover 1 red on odd 1.10 ) 


    Ex, stop proffit 

    Total green  30
    Total red  2
    targer 10

    30-(2*10) = 10 ( can stop but bet)

    I will redoal every day.
  • #2 by Deivid on 14 May 2017
  • Hi, please make me a trigger like described below

    1- Put back bet on over 0.5FT
    Condition 1 : back_price between min_price (constant) and max_price (constant)
    Condition 2 : Status In Play

    2 - Can put more of one bet on the same time, but must have one constant to set the maximum

    3 - Trigger must stoping bet(like stop profit) if total_green-(total_red*10) >= target

     total_green    is an constant that is incremented each green
    total_red         is an constant that is incremented each red
    target               is the objective green (cause i supose that 10 green recover 1 red on odd 1.10 )


    Ex, stop proffit

    Total green  30
    Total red  2
    targer 10

    30-(2*10) = 10 ( can stop put bet)

    I will redoal every day.
  • #3 by Deivid on 14 May 2017
  • Hi, please make me a trigger like described below

    1- Put back bet on over 0.5FT
    Condition 1 : back_price between min_price (constant) and max_price (constant)
    Condition 2 : Status In Play

    2 - Can put more of one bet on the same time, but must have one constant to set the maximum

    3 - Trigger must stoping bet(like stop profit) if total_green-(total_red*10) >= target

     total_green    is an constant that is incremented each green
    total_red         is an constant that is incremented each red
    target               is the objective green (cause i supose that 10 green recover 1 red on odd 1.10 )


    Ex, stop proffit

    Total green  30
    Total red  2
    target 10

    30-(2*10) = 10 ( can stop but bet)

    I will redoal every day.
  • #4 by Oxa (WellDoneSoft) on 17 May 2017
  • Hello!

    Please explain what you mean by this:

    Quote
    total_green    is an constant that is incremented each green 
     total_red         is an constant that is incremented each red

    Specifically, what do "each green" and "each red" mean in this context?
  • #5 by Deivid on 17 May 2017
  • Hi,

    is't Only de count of total lost and total win,
    because how I will use odd 1.10 10 wins recover 1 lost,
    then:

    Each game that trigger put bet ends on loss

    total_red  = total_red + 1

    Each game that trigger put bet ends on profit

    total_greens = total_greens + 1

    example :

    if total_greens =  20 and total_lost = 1
    then 10 greens "pay" 1 red 
    and i have 10 greens of profit.
  • #6 by Oxa (WellDoneSoft) on 19 May 2017
  • Please see your triggers attached. Use the constants to adjust the triggers. Please turn off the setting to automatically delete settled markets if this setting is on.

    Make sure you've tested the triggers in Test Mode.
Pages:
Actions