Binary Options Expert for GO Markets

 

Hello,

Can you help with setting an EA for trading Binary Options with GO Markets?

What is the format of the order comment for setting the option's expiry?

 

 
Miroslav Popov:

Hello,

Can you help with setting an EA for trading Binary Options with GO Markets?

What is the format of the order comment for setting the option's expiry?

 

Hi, 

This is the code I use with GDMFX that also allow MT4 Binary Options trading 

OrderSend(Symbol(),OP_SELL,Lots, Bid,3,0,0,"BO exp:900",MagicNumber,0,DeepPink); 

 

Not sure if it will work with GoMarkets but worth a go :-) 

 
David Woolrich:

Hi, 

This is the code I use with GDMFX that also allow MT4 Binary Options trading 

OrderSend(Symbol(),OP_SELL,Lots, Bid,3,0,0,"BO exp:900",MagicNumber,0,DeepPink); 

 

Not sure if it will work with GoMarkets but worth a go :-) 


Hi,

Passing comment as "BO exp:900" means placing Call/Put order with expiration equal to 900 seconds.

Is it possible to place a Higher/Lower or Touch or No-Touch orders in MT4 Binary Option Brokers? if yes, what will be desired comment for OrderSend function?