Ok, that helped a little.
Now take a look at this.
Here is the element section.
[[0],[1],[0],1,
['Red_Odd_Low',
'Red_Even_Low',
'Red_Odd_High',
'Red_Even_High',
'Black_Odd_Low',
'Black_Even_Low',
'Black_Odd_High',
'Black_Even_High'],
[0,1,2,4,8,16,32,64,128,256,512,1024,2048],
3,{6}
[-1],0,[1],
'EC_Combo3'],
Here is the bet_on_x section.
{Even Chances Combos x3}
'Red_Odd_Low':begin
click_red();click_odd();click_low();
end;
'Red_Even_Low':begin
click_red();click_even();click_low();
end;
'Red_Odd_High':begin
click_red();click_odd();click_high();
end;
'Red_Even_High':begin
click_red();click_even();click_high();
end;
'Black_Odd_Low':begin
click_black();click_odd();click_low();
end;
'Black_Even_Low':begin
click_black();click_even();click_low();
end;
'Black_Odd_High':begin
click_black();click_odd();click_high();
end;
'Black_Even_High':begin
click_black();click_even();click_high();
end;
Here is the in array section.
{Even Chances Combos x3}
'Red_Odd_Low':if in_array(number,
[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36,
1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]) then result:=True;
'Red_Even_Low':if in_array(number,
[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36,
2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]) then result:=True;
'Red_Odd_High':if in_array(number,
[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36,
1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,
19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]) then result:=True;
'Red_Even_High':if in_array(number,
[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36,
2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,
19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]) then result:=True;
'Black_Odd_Low':if in_array(number,
[2,4,6,8,10,11,13,15,17,20,22,24,26,28,29,31,33,35,
1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]) then result:=True;
'Black_Even_Low':if in_array(number,
[2,4,6,8,10,11,13,15,17,20,22,24,26,28,29,31,33,35,
2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]) then result:=True;
'Black_Odd_High':if in_array(number,
[2,4,6,8,10,11,13,15,17,20,22,24,26,28,29,31,33,35,
1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,
19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]) then result:=True;
'Black_Even_High':if in_array(number,
[2,4,6,8,10,11,13,15,17,20,22,24,26,28,29,31,33,35,
2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,
19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]) then result:=True;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I think the problem lies here.
amount:=amount+(unit_value*sa_elements[k,9,k1]*sa_elements[k,5,sa_elements[k,2,k1]]*(sa_elements[k,3]-(sa_elements[k,6]-1)));//in case the red win we increase the amount
Now here is a video of it in action.
http://rouletteprofesor.com/vids/b1a/b1a.mp4