como abrir ordens para opções binárias no robo?

 
pessoal gostaria de ajuda ,fiz um excelente robo para forex ,então não sei como faço para abrir ordem para binária na CLM OU GDM FX com o robo?
 
lincolnnnnn30:
pessoal gostaria de ajuda ,fiz um excelente robo para forex ,então não sei como faço para abrir ordem para binária na CLM OU GDM FX com o robo?

Olá lincolnnnnn30, acredito que são necessários no mínimo as seguintes etapas:

1) Verificar se o broker tem compatibilidade e endereço para acesso pelo MT4/MT5.

2) Identificar os ativos para operação binária (geralmente possuem um sufixo _OP). 

3) Criar o EA com tua estratégia binária operando nesse broker e com esse ativo.

 
lincolnnnnn30 :
pessoal gostaria de ajuda ,fiz um excelente robo para forex ,então não sei como faço para abrir ordem para binária na CLM OU GDM FX com o robo?
Você só pode fazer isso com MT4, esses corretores usar TradeToolsFx terceiro plugin, você precisa de uma instrução especial para enviar comércio.
 
angevoyageur:
Você só pode fazer isso com MT4, esses corretores usar TradeToolsFx terceiro plugin, você precisa de uma instrução especial para enviar comércio.
Alguem tem algum exemplo para abrir uma ordem no MT4 para Opções Binarias?
 

Ola eu li algo sobre isso uma vez em um fórum gringo e salvei em txt aqui, eu não testei mas segue o exemplo veja se funciona e depois me responda.. abraços

 Hello,


To conclude with this question, here is the solution.
The Expiry of the Binary Options take place in the comment with a specific format : "BO exp:60"
The Expiry is in seconds (900 for 15 minutes, 3600 for 1 hour, etc...)

So the full command for a Binary Option is :

OrderSend(Symbol(), Action, Investment, Price, 0, 0, 0, "BO exp:Expiry", magic, 0, Color);

where :
Symbol() is the Symbol to trade
Action is : OP_BUY for UP / OP_SELL for DOWN
Investment is the price to invest in this Binary Options (must correspond to an investment available at your broker) (format double)
Price is the price at the moment the order is sent (for example Close[0])
Expiry is the time of expiry of the Binary Options (in seconds) included in the text of the comment in the format "BO exp:60"
magic is the magic number if you want to use it
the last but one parameter must be 0 (it's the Expiration Time of the ordersend)

This syntax is not so easy to guess !! 

 

fonte: http://forum.binaryoptions.net/discussion/957/expert-advisor-in-metatrader-4-for-binary-options-how-to-give-the-expiry-in-the-ordersend