Closed felixhuy closed 6 years ago
Are you trying to purchase prediction = 0, if you saw this? last digit = 1 next tick => last digit = 2
i dont understand, i am set prediction = 0 like the pics I tried like this, but it run 1 - x- x ...-2 - purchase, it's not 1 - 2 - purchase
@felixhuy
I did it, but it still not work...
@felixhuy you dont need those in the red circles on the left.
you want to purchase "Differs 0" only if after lastdigit 1 is lastdigit 2 right? like this :1st_place_medal: 11280.34 11280.31 11282.73 11279.21 11283.02 <- purchase Differs 0 11289.57 11287.91 11285.40 11286.01 11284.32 <- purchase Differs 0
the pict i attached on prev comment is enough, as for T(1) block and F(4) block you can put martingale there but no need "set digit".
sorry i made mistake. put "set digit to 0" above "purchase differ" and delete "else set digit to 0" under "set digit to 1"
yes like that, but i cant think how make it work !
@felixhuy i edited my prev comment. sorry
Can you complete it ! Help me, please ! https://gist.githubusercontent.com/felixhuy/470175b87767900c2f3242fc26a5acad/raw/5001cfe5bc585cb9362c1ac2383ec8462f18b420/binary-bot%2520(1).xml
ill try
Because it always work like this 11280.34 11280.31 <- 11282.73 11279.22 <- purchase Differs 0 11283.02 11289.57 11287.91 <- 11285.40 11286.02 <- purchase Differs 0 11284.31
it is not check 11279.21 11283.02 <- purchase Differs 0
done! how do i send it to you?
You can take picture desktop and upload here
I recieved it.
you can also make it like this
btw, this strategy rarely make a purchase. you want to trade with it?
This will not work !
its work. im testing it. i got 3 wins already
Have you change it ?
Finally, I tried and tried to during a month, but you can find it in some minute, you are awesome bro
just got my 4th win. btw, the profit only 9% which means with 1 loss your 10 wins will be gone. isnt it a bit risky?
I think this method will decrease number of max loss. Because i used to run it with random prediction and i max loss 4 times and lost $512. So i think a method to check number to decrease max loss
you can add more. Ex: 1 -2 -3 <- purchase, it will a long time, but it will have not more max loss. If who have much money, they can trade with 2-3 times a day .
i dont get it, my english is terrible. can you explain it on detail?
And thank you so much bro ^^.
Ok. They make bot digit bot like this 11280.34 purchase differ random 11280.31 purchase differ random 11282.73 purchase differ random 11279.22 purchase differ random 11283.02 purchase differ random 11289.57 purchase differ random
Always purchase, but it will make max loss 4 time if you run 24h a day
well your wellcome @felixhuy, i actually still learning on how to make a bot. i also still trying to find a good strategy, its okay a little profit as long as low risk. cause i dont have much money.
you run that bot 24h? may i use this bot? i want to test it first though.
I lost $512 by lost max 4 times 0.35 -> 3.85 -> 42. ->512 So, i think a method, if we check last digit Ex: 1-2-purchase or 3-4-purchase or x-x-purchase. It can down max loss. because it not work random, it work base on check last digit you set !
that is my strategy i think, so i still not sure how many percent, but i wish it will ok.
If you have $1100 and purchase with $100 , you can make $60 a day then stop and do something you like ^^
So i always think and find a method, a strategy can run 24h.
actually im testing my bot these 3 days, 7 times touched the stoploss with 4 losses and 3 profits, and 3 times touched the takeprofit. but i still afraid to use it on real account. not to mention i still dont have money for trading. if my bot did well, im planning on selling it to get some money.
this is my setting stoploss = 16 takeprofit= 50 trailling stop =2 initial/win amount =0.35 1 minute Rise/Fall
What do you use strategy ?
some price action with martingale for losses and semi martingale for wins
@felixhuy its rarely got 5 consecutive losses, when that happen, its touch the stoploss. the problem is martingale makes the loss sometimes more than the stoploss, i need to fix that. well if trade on the good market (not the choppy one) it rarely get 4 consecutive losses so it will touch the takeprofit for sure. but i want it to make good trades 24h/day even on choppy market.
believe me dude, I saw 14 loses in a row. of course it depends on a timeframe , strategy etc, but martingale - it is just matter of the time if you believe it wont reach a certain number. at some point, it would.
On Wed, May 3, 2017 at 11:10 PM, Fruitfella notifications@github.com wrote:
its rarely got 5 consecutive losses, when that happen, its touch the stoploss. the problem is martingale makes the loss sometimes more than the stoploss, i need to fix that. well if trade on the good market (not the choppy one) it rarely get 4 consecutive losses so it will touch the takeprofit for sure. but i want it to make good trades 24h/day even on choppy market.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/binary-com/binary-bot/issues/203#issuecomment-299088051, or mute the thread https://github.com/notifications/unsubscribe-auth/ABoK_YPr2soeg_mexlyeQYQbDlgP44lmks5r2UHBgaJpZM4NF7AU .
-- "Success is simple. Do what's right, the right way, at the right time."
best regards, tradakad
i know, whats make my new bot rarely got that much consecutive loses (just 3 days test though and not 24h/day) is the modified price action strategy not the martingale. also my bot will never ever got 14 loses in a row, why? stoploss and traillingstop. its stop after 5 loses in a row. well if i change the stoploss and traillingstop that would be another matter.
well, if you want you could share your xml so I would translate it to javascript code, so you would be able to run it via npm component, and since you know that strategy really well, that would be a good example for you to learn js code and how to use console version of the bot. for me that would be fun, I like to implement different ideas for practise.. again it is up to you if you want to..
On Thu, May 4, 2017 at 1:32 AM, Fruitfella notifications@github.com wrote:
i know, whats make my new bot rarely got that much consecutive loses (just 3 days test though and not 24h/day) is the modified price action strategy not the martingale. also my bot will never ever got 14 loses in a row, why? stoploss and traillingstop. its stop after 5 loses in a row. well if i change the stoploss and traillingstop that would be another matter.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/binary-com/binary-bot/issues/203#issuecomment-299100069, or mute the thread https://github.com/notifications/unsubscribe-auth/ABoK_fWkuKXVFAQN-bBmwxtJXu-4V7RYks5r2WMCgaJpZM4NF7AU .
-- "Success is simple. Do what's right, the right way, at the right time."
best regards, tradakad
im still perfecting it, still make few changes here and there since it didnt do exactly like what i want, didnt do my strategy correctly. also i made unnecessary things like stoploss and traillingstop, while a simple maxlosingstreak could do the same job. lol how do i send it to you? i tried to attach xml file on this comment box but cant. @okovalov
you idea is good, but not work. i tested. lost 5 consecutive trades.
@Fruitfella just rename xml to txt and you would be able to attach it
thanks @okovalov , but i think its better for me to use the UI bot. since i dont understand the console, i would get problems in revising the bot later. thanks anyway, i appreciate it. :+1
On 6/12/17, Oleksandr Kovalov notifications@github.com wrote:
@Fruitfella just rename xml to txt and you would be able to attach it
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/binary-com/binary-bot/issues/203#issuecomment-307668472
Anybody that can help me with bot for my trading. I will be very grateful. Rise and fall with martingale precisely. Pls help me oo. @fruitfella, im counting on ur help
@nobleb2007 u r everywhere huh?
Sure, I have sent the bot sirSent from my Huawei Mobile-------- Original Message --------Subject: Re: [binary-com/binary-bot] digit differ analyzer (#203)From: Fruitfella To: binary-com/binary-bot CC: nobleb2007 ,Mention @nobleb2007 u r everywhere huh?
—You are receiving this because you were mentioned.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/binary-com/binary-bot","title":"binary-com/binary-bot","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/binary-com/binary-bot"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Fruitfella in #203: @nobleb2007 \r\nu r everywhere huh?"}],"action":{"name":"View Issue","url":"https://github.com/binary-com/binary-bot/issues/203#issuecomment-311480664"}}}
Sir, are u there, have u seen the attachment
Hi @aminmarashi
Sorry for any an inconvenient
Can you help me fix this. I tried many method but it still not work.
I want the bot check last dgit =1 next last dgit =2 then purchase, but it not work.