binary-com / binary-bot

Visual automation for binary.com
binary-bot.binary.sx
MIT License
231 stars 516 forks source link

Problem with function: Purchase (Differs\Marches). #84

Closed sersh999 closed 7 years ago

sersh999 commented 7 years ago

Hello. Now i see exist such strange situation. If you have for example: such order commands to block# 2: Prediction=1 Purchase(Matches) Then block#4: finished order for Marches, and return to block#2: Prediction=2 Purchase(Differs)

You will be have result as open order for Differs with Prediction which will be equal 1 !!!

I hope what you can fixed it Best regards. Sersh.

aminmarashi commented 7 years ago

I'm not sure what exactly was the problem. Could you please send me your block files and one expected result set? Here's what I tried:

screen shot 2016-12-20 at 9 55 37 am

Worked without any problem:

screen shot 2016-12-20 at 9 54 25 am

You can save and load the block file I used from here

sersh999 commented 7 years ago

Hello Sir.

In attach file is script where you can look problem.

In my script is such trade: 1). Start trade with Differs 2). If Differs is Loss then Start with Marches with prediction from last order of Differs. 3). After as we have 2 losses from Maches, start new order with Differs with prediction which get random (new prediction), with open this order i see problem !!! such as order open with prediction which was with last Matches order.

In attach is my script, please look.

aminmarashi commented 7 years ago

I updated your comment to remove your private information you included by mistake. Github does not show your email attachments, so please upload your blocks somewhere (for example here) and then add the link to your comment.

sersh999 commented 7 years ago

Hello Sir.

You can download my script for next link: http://expirebox.com/download/b9e1fe9f594981f4e85691d717a8aa1c.html

Please send me messgae when you downloaded it, i will be then delete link and file from this service.

In my script is such trade: 1). Start trade with Differs 2). If Differs is Loss then Start with Marches with prediction from last order of Differs. 3). After as we have 2 losses from Maches, start new order with Differs with prediction which get random (new prediction), with open this order i see problem !!! such as order open with prediction which was with last Matches order.

Best regards, Sersh.

2016-12-20 9:54 GMT+02:00 Amin Marashi notifications@github.com:

I updated your comment to remove your private information you included by mistake. Github does not show your email attachments, so please upload your blocks somewhere (for example here https://gist.github.com/) and then add the link to your comment.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/binary-com/binary-bot/issues/84#issuecomment-268178360, or mute the thread https://github.com/notifications/unsubscribe-auth/AXRrygT9pdOLqYwZSu9vItmK9S16OwP9ks5rJ4nSgaJpZM4LPnuo .

--

Live Victoriously Through Him ,

Best regards, Sergii Kalutskyi

E-mail: sersh.kalutskyi@gmail.com %20sersh.kalutskyi@gmail.com

Contact me: [image: Skype] sersh_alfa_777

NOTICE: This communication and any documents, or files, attached to it, constitute an electronic communication within the scope of the Electronic Communication Privacy. This communication may contain non-public, confidential, or legally privileged information intended for the sole use of the designated recipients(s). The unlawful interception, use, or disclosure of such information is strictly prohibited under and any applicable laws. If you have received this e-mail in error, please immediately notify us via reply email OR permanently delete the original and any copy of any e-mail, file or attachment and destroy any printout thereof.

aminmarashi commented 7 years ago

Thanks, downloaded.

aminmarashi commented 7 years ago

Your blocks were too complex for me to understand, but I think your problem is that you need the last digit after the contract is finished, which is not possible in the current version of Binary Bot, I made a not-very-good solution for you until I add the last digit block scope to the after purchase block (4). You can download the blocks from here and drop it to your existing code. Then get the last digit in the after purchase block (4) like below:

screen shot 2016-12-20 at 4 43 11 pm

I'll let you know the moment I added support for tick blocks in the 4th block.

Btw, if this block does not solve your problem, please create a minimal block file that shows only this problem, that I can use to reproduce the problem.

carloscarraro commented 7 years ago

Olá aminmarashi, estou com dificuldades o modulo predectiom no bloco 1, como esta em seu print de tela. voce pode me ajudar? obrigado

aminmarashi commented 7 years ago

@carloscarraro You can download the workaround I uploaded in the above comment while this problem is being fixed.

aminmarashi commented 7 years ago

Actually after a deeper look, I believe there's a very simple solution for this using variables: Add the tick block like below (under Binary -> Tick Analysis -> This block is called on every tick), which runs independently and updates the current last digit variable, then set the result last digit in the after purchase block (4) to the current last digit variable like below (keeping the last digit when the purchase is finished which is the last digit of the exit tick).

screen shot 2016-12-21 at 3 49 25 pm
carloscarraro commented 7 years ago

Good morning Amin! I'm trying to improve two scripts I got from a friend, but since I'm not a programmer, it's difficult to set up and improve to have security to operate in real. I believe that patching this one will not give good results I saw that you posted some script examples on the page Is it possible for me to get this script from you so I can trade in real more safely? If you need email let me know Thank you!

carloscarraro commented 7 years ago

Good morning Amin!

I'm trying to improve two scripts I got from a friend, but since I'm not a programmer, it's difficult to set up and improve to have security to operate in real.

I believe that patching this one will not give good results

I saw that you posted some script examples on the page

Is it possible for me to get this script from you so I can trade in real more safely?

If you need email let me know

Thank you!

assinatura_email

De: Amin Marashi [mailto:notifications@github.com] Enviada em: quarta-feira, 21 de dezembro de 2016 05:38 Para: binary-com/binary-bot Cc: carloscarraro; Mention Assunto: Re: [binary-com/binary-bot] Problem with function: Purchase (Differs\Marches). (#84)

@carloscarraro https://github.com/carloscarraro You can download the workaround I uploaded in the above comment while this problem is being fixed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/binary-com/binary-bot/issues/84#issuecomment-268456704 , or mute the thread https://github.com/notifications/unsubscribe-auth/AXi4Y42f1SbRIlhjbdt1GjSs6Te2RewTks5rKNdxgaJpZM4LPnuo .Imagem removida pelo remetente.

sersh999 commented 7 years ago

Hello.

Thank you, this is fine solution.

Best regards, Sersh.

2016-12-21 9:56 GMT+02:00 Amin Marashi notifications@github.com:

Actually after a deeper look, I believe there's a very simple solution for this using variables: Add the tick block like below (under Binary -> Tick Analysis -> This block is called on every tick), which runs independently and updates the current last digit variable, then set the result last digit in the after purchase block (4) to the current last digit variable like below (keeping the last digit when the purchase is finished which is the last digit of the exit tick). [image: screen shot 2016-12-21 at 3 49 25 pm] https://cloud.githubusercontent.com/assets/6560964/21381291/508f210a-c795-11e6-9a46-8a96ab1154a5.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/binary-com/binary-bot/issues/84#issuecomment-268459385, or mute the thread https://github.com/notifications/unsubscribe-auth/AXRrys0XX3CO1ZS7ncGXMcxFxqolfbZRks5rKNvLgaJpZM4LPnuo .

--

Live Victoriously Through Him ,

Best regards, Sergii Kalutskyi

E-mail: sersh.kalutskyi@gmail.com %20sersh.kalutskyi@gmail.com

Contact me: [image: Skype] sersh_alfa_777

NOTICE: This communication and any documents, or files, attached to it, constitute an electronic communication within the scope of the Electronic Communication Privacy. This communication may contain non-public, confidential, or legally privileged information intended for the sole use of the designated recipients(s). The unlawful interception, use, or disclosure of such information is strictly prohibited under and any applicable laws. If you have received this e-mail in error, please immediately notify us via reply email OR permanently delete the original and any copy of any e-mail, file or attachment and destroy any printout thereof.

carloscarraro commented 7 years ago

Olá Senhor, Pelo que percebi, o link é do módulo em separado. Eu tenho esse script completo e não consigo encontrar os blocos para poder montar. É possivel me enviar esse script com todos os blocos? Obrigado antecipadamente pela ajuda e paciencia! Atenciosamente

aminmarashi commented 7 years ago

@carloscarraro please note that all the Binary Bot block files shared with users are for demonstration purposes only, including the trading strategies. Their purpose is to help users to create their own strategies, so if you have a strategy which you want to test in our system we'll do our best to help you create it. You can download this and drop it to Binary Bot to load the above blocks.

carloscarraro commented 7 years ago

Boa tarde Sr. Aman! Montei o módulo prediction, mas não esta fazendo a transição de operação de Differs para Matches. Quando coloco manualmente para operar em Matches, ele só erra Pode me ajudar na configuração? Grato!

carloscarraro commented 7 years ago

Boa tarde Sr. Amin! Montei o módulo prediction, mas não está fazendo uma transição de operação de Differs para Matches. QUANDO coloco Manualmente Para operar em Jogos, ELE Só erra PoDE me Ajudar na configuracao? Grato!

Novo Documento de Texto (2).txt

aminmarashi commented 7 years ago

Hi @carloscarraro,

The block I created for this issue is not needed in your case. It was only meant to be used in the after purchase (4) block. If you need it in the before purchase (2) you just use the simple last digit block:

screen shot 2016-12-23 at 10 01 54 am

I saw your blocks and didn't understand what exactly is your strategy, but I created the blocks for you with the closest guess I could. Anyway, you can ask in our vanilla community for help. There are people that can help you create a strategy.

carloscarraro commented 7 years ago

Boa noite Amin! Realmente falta uma boa estratégia para que eu possa operar no Bot Binary Não sou programador, conserto brinquedos no interior de SP Brasil, e estou a alguns meses buscando informações para entrar nesse mercado de operações. Obrigado pela ajuda e pela dica sobre a comunidade Vanilla, vou me cadastrar na comunidade e pedir ajuda na elaboração de uma estratégia Caso tenha alguma novidade sobre script me passe por favor Abraços, Carraro

carloscarraro commented 7 years ago

Bom dia Amin! Obrigado pelas dicas Agora esta funcionando melhor... Ja solicitei ajuda para a comunidade Vanilla, vou aguardar a resposta de alguem da comunidade que possa me ajudar em uma estrategia de ganho. Qualquer coisa que precisar daqui é só entrar em contato carraro@oficinadosbrinquedos.com.br Fico no aguardo de mais novidades Obrigado!!

carloscarraro commented 7 years ago

Boa tarde Sr. Amin!!

Antes de mais nada, quero desejar um feliz Natal ao senhor e familia.

Fiz a alteração que o sr me passou e o módulo funcionou muito bem...

Seria possivel eu inserir os modulos de limite de perda e limite de ganho em valor ?

Se é possivel, o sr. pode me enviar os módulos e onde inserir

Em anexos segue o novo script ja alterado

Meus cumprimentos e mais uma vez Feliz Natal! Carraro

Novo Documento de Texto.txt

carloscarraro commented 7 years ago

Olá Amin! Voce pode me dizer por favor qual é a configuração correta do módulo 2

rise fall

carloscarraro commented 7 years ago

Hello Amin, Can you give me the correct configuration of module "2" Grateful!!

aminmarashi commented 7 years ago

What's wrong with it?

carloscarraro commented 7 years ago

Boa noite Amin!! Acho que nada de errado, desistindo disso tudo Vi que voce é moderador da comunidade de Vanilla Imaginei que fosse uma comunidade onde poderia encontrar ajuda e bom senso Nem deram atençao... fui atendido Teve um cara que foi de pronto para atender, ja no dia seguinte estava com um bot Fiquei frustrado, o cara me vendeu 5 bots que nada tem haver com Binary Bot....não funciona, e só vou poder ver se funciona e se me lucro, quando eu colocar em operaçao real Como....... Existe isso...

carloscarraro commented 7 years ago

Seeu quiser ver os Bots funcionando em demo, não é possivel Somente em Real Pior ainda que são Bots estranhos e não do Binary Bot, completamente diferente

carloscarraro commented 7 years ago

Voce modera a comunidade..... Estou distande de voces em idioma e quilometros, mas sou gente boa em busca de uma fonte de renda para ajudar as crianças atingidas pela crise

carloscarraro commented 7 years ago

Claro, voce não tem culpa Imaginei que ali na comunidade tivesse como maioria pessoas decentes e com boas itençoes mas me deparei com um cidadao que logo de cara que passou a perna

Eu so estava querendo uma estrategia no Binary Bot......só isso......sem ganancia nenhuma

carloscarraro commented 7 years ago

Comprei 5 bots dele, se eu quiser ver funcionando tenho que pagar mais um certo valor, que não é pouco, e fazer o teste em conta real Isso significa ver o meu pouco dinheiro voando pelo sistema fiquei Inconformado e decepcionado com a postura de certas pessoas Abraço Desculpa ter te incomodado

carloscarraro commented 7 years ago

Bom dia Amin! Voce pode me ajudar na configuração do modulo 2 desse Bot? Ele não esta operando em Call e Put Opera somente em um ou somente em outro Grato

sem titulo

aminmarashi commented 7 years ago

@carloscarraro you're selecting the Open Time of candles to run RSI. It's a time value, therefore it's always increasing and therefore always gives you the same RSI value. Change it to Open or Close and you're good to go:

screen shot 2017-01-04 at 9 18 11 am
carloscarraro commented 7 years ago

ok, obrigado Amin

carloscarraro commented 7 years ago

Bom dia Amin! Fiz a alteração, mas continua operando sómente Rise ou somente Fall Voce pode verificar o que mais tem de errado? Obrigado antecipadamente!! Carraro

Max Loss Amount 5 Expected Profit 5 Win Amount 1 Initial Amount 1 Loss Limit -5 volidx random_index R_100 callput risefall both 60 t stake USD TRUE 5 Initial Amount 7 RSI close 14 success RSI: RSI GTE RSI 70 CALL LTE RSI 30 CALL win success Won: 4 Initial Amount Win Amount warn Lost: ABS 9 4 Initial Amount 1 DIVIDE 1 ABS 9 4 1 1 GTE ABS 9 4 Max Loss Amount Initial Amount Win Amount info Total Profit: LT Expected Profit abc Done! Total profit:
carloscarraro commented 7 years ago

Novo Documento de Texto (3).txt

carloscarraro commented 7 years ago

Olá Amin! Voce pode me enviar o bloco ( oscars_grind_remoteupdate )

aminmarashi commented 7 years ago

@carloscarraro You selected both purchases to be Rise by mistake. You can download the fixed package here