Edit Your Comment
Binary Options EA Code
Membro Desde Oct 26, 2016
14 postagens
Nov 02, 2016 at 08:02
Membro Desde Oct 26, 2016
14 postagens
Hi,
I have built on an EA that trades Binary Options. I found it really quite difficult to get information from brokers on what MQL syntax to use to send binary option orders i.e. trade size, expiry times etc... I also couldn't find much info on the www about it either. I have put the code below, hope someone finds it useful....
CALL
OrderSend(Symbol(),OP_BUY,Lots, Bid,3,0,0,"BO exp:900", MagicNumber,0,DodgerBlue);
PUT
OrderSend(Symbol(),OP_SELL,Lots, Ask,3,0,0,"BO exp:900", MagicNumber,0,DeepPink);
Where....
Lots = 0.01 would be $10 trade size for example
BO exp:900 = Expiry time in seconds so 900 would be 15 mins
Thanks
I have built on an EA that trades Binary Options. I found it really quite difficult to get information from brokers on what MQL syntax to use to send binary option orders i.e. trade size, expiry times etc... I also couldn't find much info on the www about it either. I have put the code below, hope someone finds it useful....
CALL
OrderSend(Symbol(),OP_BUY,Lots, Bid,3,0,0,"BO exp:900", MagicNumber,0,DodgerBlue);
PUT
OrderSend(Symbol(),OP_SELL,Lots, Ask,3,0,0,"BO exp:900", MagicNumber,0,DeepPink);
Where....
Lots = 0.01 would be $10 trade size for example
BO exp:900 = Expiry time in seconds so 900 would be 15 mins
Thanks
Get Rich Slow
Membro Desde Jan 01, 2015
231 postagens
Nov 02, 2016 at 21:32
Membro Desde Jan 01, 2015
231 postagens
how does EA performs?
Succeed in Forex trading
Membro Desde Oct 26, 2016
14 postagens
Nov 03, 2016 at 07:35
Membro Desde Oct 26, 2016
14 postagens
Hi - do you mean the trading strategy or the actual performance of the EA itself? Let me know and I can try and supply the info :-)
Get Rich Slow

*Não serão tolerados uso comercial ou spam. O não cumprimento desta regra poderá resultar na exclusão da conta.
Dica: Ao adicionar uma URL de imagem/youtube, você estará automaticamente incorporando-a à sua postagem!
Dica: Digite o símbolo @ para que o nome de um usuário que participe desta discussão seja completado automaticamente.