Fruitfella / ROBOT-binary

Membuat robot opsi biner yang profitable dan rendah resiko
79 stars 115 forks source link

Digit differ #111

Open nobleb2007 opened 6 years ago

nobleb2007 commented 6 years ago

Fruitfella, pls can u help me to implement this idea into bot on digit differ Details If the last digit is even, it should pick odd number 9, If even again pick next odd which is 7, repeating the logic like that until last odd Then if odd pick even 8, If the last digit is odd again pick 6. Repeating the sequence until last even is pick.

I have been using this manually and the result was not bad.

Fruitfella commented 6 years ago

❓ is it Even/Odd or digit match?

nobleb2007 commented 6 years ago

Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [Fruitfella/ROBOT-binary] Digit differ (#111)From: Fruitfella To: Fruitfella/ROBOT-binary CC: nobleb2007 ,Author For Digit differ if possible.❓ is Even/Odd or digit match?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/Fruitfella/ROBOT-binary","title":"Fruitfella/ROBOT-binary","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/Fruitfella/ROBOT-binary"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #111: ❓ is Even/Odd or digit match?"}],"action":{"name":"View Issue","url":"https://github.com/Fruitfella/ROBOT-binary/issues/111#issuecomment-340126438"}}}

Fruitfella commented 6 years ago

digit differ? why do ppl like to bet on digit differ? its a bad deal in my opinion. anyway, i put this on queue

nobleb2007 commented 6 years ago

Thanks boss. Anyway I have not gotten a bot that work on fall and rise to work with effectively. If u get one u can kindly give me. God bless u. Sent from my Huawei Mobile-------- Original Message --------Subject: Re: [Fruitfella/ROBOT-binary] Digit differ (#111)From: Fruitfella To: Fruitfella/ROBOT-binary CC: nobleb2007 ,Author digit differ? why do ppl like to bet on digit differ? its a bad deal in my opinion. anyway, i put this on queue

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/Fruitfella/ROBOT-binary","title":"Fruitfella/ROBOT-binary","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/Fruitfella/ROBOT-binary"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #111: digit differ?\r\nwhy do ppl like to bet on digit differ? its a bad deal in my opinion.\r\nanyway, i put this on queue"}],"action":{"name":"View Issue","url":"https://github.com/Fruitfella/ROBOT-binary/issues/111#issuecomment-340155244"}}}

Fruitfella commented 6 years ago

sorry, for some reason, i can't give you my rise/fall bot (and the other bots too) for free. but i can give you some advices, and it is 100% free 😄 :

nobleb2007 commented 6 years ago

Pls, dont forget me. I am on quene boss

Fruitfella commented 6 years ago

capture

nobleb2007 commented 6 years ago



(1) FRUITFELLA's Management FRUITFELLA's Management ver. 4.0 info silent FRUITFELLA's Martingale ver. 4.0 FirstStake _First_Stake_ _stake _First_Stake_ TargetProfit _Target_Profit_ Stoploss NEG 9 ABS 9 _Stop_Loss_ MartiFactor _Martingale_Factor_ profit 0 fund _Stop_Loss_ win_count 0 loss_count 0 loss_level 0 volidx random_index R_100 digits matchesdiffers DIGITDIFF 60 FALSE TRUE 100 100 1 10 t USD 10 prediski FRUITFELLA's stake FRUITFELLA's Management ver. 4.0 by _stake (4) FRUITFELLA Trade again FRUITFELLA's Management ver. 4.0 by profit 1 put [Contract Detail : profit] here profit DIVIDE 1 ROUND 3.1 MULTIPLY 1 profit 100 100 put [Result is Win] here fund 1 put [Contract Detail : profit] here success silent Won $ put [Contract Detail : profit] here win_count 1 loss_count 0 _stake FirstStake fund 1 MULTIPLY 1 ABS 9 put [Contract Detail : profit] here -1 error silent Lost $ ABS 9 put [Contract Detail : profit] here loss_count 1 win_count 0 GT loss_count loss_level loss_level loss_count _stake 1 MULTIPLY 1 _stake 1 MartiFactor LT fund _stake info silent [FM] Martingale reset _stake FirstStake GT loss_count loss_level loss_level loss_count notiFund DIVIDE 1 ROUND 3.1 MULTIPLY 1 fund 100 100 GTE profit TargetProfit abc Take profit $ profit -Loss Level loss_level Continue FALSE LTE profit Stoploss abc Stop loss $ profit -Loss Level loss_level Continue FALSE LT fund _stake abc Insufficient fund! $ fund -Loss $ profit -Loss Level loss_level Continue FALSE GT profit 0 info silent [FM] Profit $ profit warn silent [FM] Loss $ ABS 9 profit info silent [FM] Fund $ notiFund info silent Loss Level loss_level info silent Loss Count loss_count Continue TRUE Continue EVEN 0 ODD 0 prediski prediski -2 prediski 9 LT prediski 0 prediski 9 EVEN 0 prediski prediski -2 prediski 8 win 4 2

nobleb2007 commented 6 years ago

Thanks sir, after combine the strategy, it was showing parameter error or integer range from 0-9. Pls help me out.

Fruitfella commented 6 years ago

i think you put the blocks in the wrong place. make it exactly same as my pic, then test it. if the result is okay, you then can combine it with other blocks/strategy without changing the existed blocks.

On 11/12/17, nobleb2007 notifications@github.com wrote:

Thanks sir, after combine the strategy, it was showing parameter error or integer range from 0-9. Pls help me out.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/Fruitfella/ROBOT-binary/issues/111#issuecomment-343750351

nobleb2007 commented 6 years ago

I have tried it only, but bot did not run. Thanks for ur prompt response.

opbinbr66 commented 6 years ago

Hi @nobleb2007 I had some free time today do look at this bot. What @Fruitfella said is correct, you're probably putting the things in the incorrect order. You just have to fix the little bug where you set the "predisk", after a few trades, to be more precisely 5, the condition doesn't enter in the correct else statement, causing the bug.

In order to help you in your learning path, I've just fixed the bot. You can check in the following link: https://gist.github.com/opbinbr66/afddb9620af43e04783bcbf2aa42f45f

Thanks for the repository @Fruitfella

Best regards, opbinbr66

nobleb2007 commented 6 years ago

Thanks alot, I will give u feed back after testing it

nobleb2007 commented 6 years ago

Hi, @obpinbr66, so grateful for your time and support in building the bot. Pls can u send it to my email directly as txt or xml file.

I tried to copy the one u send but I does not paste.

Nobleb2007@gmail.com. I will be very grateful. My regard to fruitfella as well.

opbinbr66 commented 6 years ago

Hi @nobleb2007! Get the xml here: https://gist.githubusercontent.com/opbinbr66/afddb9620af43e04783bcbf2aa42f45f/raw/2f3239647754df87c43fe83f8896967c81705cd2/digit_differ_repo_Fruitfella.xml

If you have some trouble, feel free to contact me.

Best regards, opbinbr66

Fruitfella commented 6 years ago

i tested it and it works. if you want to add other strategy/management, do it without changing these blocks. capture

nobleb2007 commented 6 years ago



volidx random_index R_100 digits matchesdiffers DIGITDIFF 60 FALSE TRUE 100 100 0.5 10 EVEN 0 ODD 0 prediski prediski -2 prediski 9 LT prediski 0 prediski 9 EVEN 0 prediski prediski -2 prediski 8 LT prediski 0 prediski 8 t USD 5 prediski (1) FRUITFELLA's Management FRUITFELLA's Management ver. 4.0 by rudika.fx@gmail.com info silent FRUITFELLA's Martingale ver. 4.0 FirstStake _First_Stake_ _stake _First_Stake_ TargetProfit _Target_Profit_ Stoploss NEG 9 ABS 9 _Stop_Loss_ MartiFactor _Martingale_Factor_ profit 0 fund _Stop_Loss_ win_count 0 loss_count 0 loss_level 0 FRUITFELLA's stake FRUITFELLA's Management ver. 4.0 by rudika.fx@gmail.com _stake (4) FRUITFELLA Trade again FRUITFELLA's Management ver. 4.0 by rudika.fx@gmail.com profit 1 put [Contract Detail : profit] here profit DIVIDE 1 ROUND 3.1 MULTIPLY 1 profit 100 100 put [Result is Win] here fund 1 put [Contract Detail : profit] here success silent Won $ put [Contract Detail : profit] here win_count 1 loss_count 0 _stake FirstStake fund 1 MULTIPLY 1 ABS 9 put [Contract Detail : profit] here -1 error silent Lost $ ABS 9 put [Contract Detail : profit] here loss_count 1 win_count 0 GT loss_count loss_level loss_level loss_count _stake 1 MULTIPLY 1 _stake 1 MartiFactor LT fund _stake info silent [FM] Martingale reset _stake FirstStake GT loss_count loss_level loss_level loss_count notiFund DIVIDE 1 ROUND 3.1 MULTIPLY 1 fund 100 100 GTE profit TargetProfit abc Take profit $ profit -Loss Level loss_level Continue FALSE LTE profit Stoploss abc Stop loss $ profit -Loss Level loss_level Continue FALSE LT fund _stake abc Insufficient fund! $ fund -Loss $ profit -Loss Level loss_level Continue FALSE GT profit 0 info silent [FM] Profit $ profit warn silent [FM] Loss $ ABS 9 profit info silent [FM] Fund $ notiFund info silent Loss Level loss_level info silent Loss Count loss_count Continue TRUE Continue DIGITDIFF win 4 2

nobleb2007 commented 6 years ago



volidx random_index R_100 digits matchesdiffers both 60 FALSE TRUE LDP 1 gap 5 num_of_ticks 3 wait_for_analysis TRUE error silent abc LDP LDP t USD 5 1 LDP wait_for_analysis Purchase_OK FALSE AND EQ GET FROM_END 1 GET FROM_END 6 EQ GET FROM_END 1 GET FROM_END 11 LD GET FROM_END 1 Purchase_OK TRUE Purchase_OK NEQ LD LDP LDP LD error silent abc LDP LDP DIGITDIFF

MUZE81 commented 5 years ago

good job..

humbertodani commented 5 years ago

Hello, I am Itapema - SC - Brazil. I would like to add counter function to my BOT, but I don't know how to do it. I'm trying but I can't. If anyone of you is interested in trying to solve this problem for me, I am very happy and grateful. BOT works with DIGITS (DIFFERS) and TICKS 1 and counts digits to be able to input. I would like the input to occur only if there is a sequence followed by the same digit (ex: 2,6,3,8,8,8 = three 8 in a row, then in this case there would be the input. BOT is attached. I'll be very happy, if you guys help me out thank you very much. I really want to just count the sequence, if you count the first 0 and the next number is from 1 to 9, then the counter resets and starts again. Only count if it's two, three, etc. or leading zeros in a row. Hugs friend. binary-bot DIGIT SEQUENCE.txt