Binary-bot: Please help with Even / Odd

Created on 7 May 2017  路  17Comments  路  Source: binary-com/binary-bot

Hello Admin!
Please let me ask you maybe there is a way to buy 2 Even orders, then buy 2 dd orders ... so repeat it.
Thank you admin very much.

Most helpful comment

@phucdigan its not that hard to make it like that. u can edit the bot in my comment above, just change the numbers and add few more IFs.
i cant access bot.binary.com right now, cant give u picts. so i hope u can understand with just this :
lets make a variable and name it "FRUIT", dont ask why we should name it fruit.

in T(1) block :
_set_ FRUIT _to_ 0

in P(2) block :

_if_ FRUIT < 2
_do_ Purchase Even
_else if_ FRUIT < 4
_do_ Purchase Odd
_else if_ FRUIT < 7
_do_ Purchase Even
_else if_ FRUIT < 10
_do_ Purchase Odd
_else if_ FRUIT < 14
_do_ Purchase Even
_else_ Purchase Odd

_change_ FRUIT _by_ 1

in F(4) block:

_if_ FRUIT = 18
_do_ _set_ FRUIT _to_ 0

Trade Again

All 17 comments

@phucdigan hello there, im not amin the admin. but id like to help, so that amin can be focus on more important issues in binary bot.
i dont get what u mean by "buy 2 Even orders, then buy 2 dd orders ... so repeat it"
u mean :

  1. buy even
  2. buy even
  3. buy odd
  4. buy odd
  5. buy even
  6. buy even
    like that?

@Fruitfella Yes, that's what I mean. I tried a lot but could not find a viable algorithm to execute those commands on the bot. Can you help me? If so I thank you very much....

@phucdigan try this, tell me if its work or not
evenodd

@Fruitfella Work is still not good, I tried your method and the whole bot both bought ODD.
@ @
hhhhhhhhhhhh

@phucdigan sorry, i didnt test that before. try this one. should work.
evenodd

@Fruitfella
Ok, it worked. You are wonderful! Thank you very much. Wish you have a good new week, full of energy and fun. :+1:

^-^
ur wellcome.

@Fruitfella

The 2-2 approach seems not to be very good. I would like to ask if you can have any way to bot the following command?
1.EVEN
2.EVEN
3.ODD
4.ODD
5.EVEN
6.EVEN
7.EVEN
8.ODD
9.ODD
10.ODD
11.EVEN
12.EVEN
13.EVEN
14.EVEN
15.ODD
16.ODD
17.ODD
18.ODD

  1. Return as 1....

@phucdigan its not that hard to make it like that. u can edit the bot in my comment above, just change the numbers and add few more IFs.
i cant access bot.binary.com right now, cant give u picts. so i hope u can understand with just this :
lets make a variable and name it "FRUIT", dont ask why we should name it fruit.

in T(1) block :
_set_ FRUIT _to_ 0

in P(2) block :

_if_ FRUIT < 2
_do_ Purchase Even
_else if_ FRUIT < 4
_do_ Purchase Odd
_else if_ FRUIT < 7
_do_ Purchase Even
_else if_ FRUIT < 10
_do_ Purchase Odd
_else if_ FRUIT < 14
_do_ Purchase Even
_else_ Purchase Odd

_change_ FRUIT _by_ 1

in F(4) block:

_if_ FRUIT = 18
_do_ _set_ FRUIT _to_ 0

Trade Again

@Fruitfella
OK. It worked. And the first step is good work. Thanks you very much! :)

please fruitfella help me with this bot, but with martingale added to it. thanks

hi there Fruitfella,

i need your help as i am new to these bots but trying to make bot that get tick list of digit percentage then purchase the highest percentage prediction over or under
tick list
.

Hellow !Can I get the following script?

1.EVEN
2.EVEN
3.ODD
4.ODD
5.EVEN
6.EVEN
7.EVEN
8.ODD
9.ODD
10.ODD
11.EVEN
12.EVEN
13.EVEN
14.EVEN
15.ODD
16.ODD
17.ODD
18.ODD

Please can you help me with this bot:
1.EVEN
2.EVEN
3.ODD
4.ODD
5.EVEN
6.EVEN
7.EVEN
8.ODD
9.ODD
10.ODD
11.EVEN
12.EVEN
13.EVEN
14.EVEN
15.ODD
16.ODD
17.ODD
18.ODD

Can Anyone help me to make a bot he take onlyLast even digits (0,2,4,6,8) take trade. I mean Last digit even and he purchase .
Exemple:

1 - 1028.44
2 - 1022.96
3 - 1026.30
4 - Purchase Even **
kindly create bot.
Thanks

Try it guys!

https://github.com/alanvito1/superfree-binary-bot

Best Regards and blesses!

Please, guys, help how to create such a bot:

  1. the first bet is even, if it wins, then again even, if it loses, then odd,
  2. if odd wins then again odd, if it loses, then even and so on
    The idea is to make the same bet in case of profit, and opposite bet in case of loss.
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Faemikz picture Faemikz  路  5Comments

not-sure-bot picture not-sure-bot  路  6Comments

virtusasys picture virtusasys  路  6Comments

csajkas picture csajkas  路  7Comments

buckman1974 picture buckman1974  路  5Comments