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.