Binary Options?
-
@Gabestar Hello Gabestar, may I ask how can I make the Buy and Sell block/entries has an expiry time? I am trying to make a binary ea to but I cannot find how to make expiration time for the entries. Thank you!
-
Did anyone make an EA for Binary Options with this?
Is there anything I need to know for the settings to make it work?
If I add two or three indicators and want it to make a new buy/sell with a higher % if the last trade was a loss. Maybe 2.5% for the next time it gets a signal.What bits and pieces would work for this?
And what do I use to set the time frame? If I want it to make a trade if it gets a signal and the time frame of the trade should be 15 mins. -
We have separate e-mail conversation, but I will tell that I tried that and...
- Normal EA cannot place order in binary options mode, error 133 (Trade is disabled) is returned and that's all
- The tester also does not work
What's specific for Binary Options brokers is that the normal "New Order" panel is replaced with another one that looks like this http://prntscr.com/4rvjnu and probably communicates in different way with the broker.
If somebody have more information about this topic, feel free to share

-
Hi there I#m trading binary options with clmforex directly in my meta trader and the Syntax for binary options there is as follows ( I put it as a custom mql in my ea and it works).
OrderSend(Symbol(), OP_BUY, Investment, 0, 0, 0, 0, "BO exp:60", magic number, 0, color);
Where OP_BUY is a call and OP_SELL is a put option.
The Expiry has to be as comment in that form and has to work with your broker(seconds)
The Investment also has to be ok with your broker. The zeros are for stop/Loss, Take Prof, etc which you don`t need because of the binary thing.
So they stay as they are ... Hope I could help you.Gabriel
-
This was already done, now fxDreema is capable of doing that. I used another broker, but I think the rules are the same. The only thing is that I always forget to make a fix to set SL and TP to 0 automatically when working with BO, but everyone can (and probably should) do this manually.
Gabestar, thank you for the help anyway. There is actually no information on the internet of how to create a new BO trade in MetaTrader 4, or at least it was impossible for me to find such weeks ago.
And my small opinion about BO. Well, I only put few trades while working on the compatibility for fxDreema, but I think it's fun to play like this. Unfortunately the "spread" is really big compared to Forex
If the chance to win or lose is 50%, you can lose 100% of the investment or win something like 85% of the investment. The difference between these numbers is quite big if you ask me 
-
Did any one find out how to place a binary order on MT4 with a time limit?
Many thanks
-
Isn't it working? There is expiration option. Make sure that no stops are used. It worked before for that broker... what was it's name, something with C...
-
Got it thanks :0)
-
It's Core Liquidity Markets.
-
@ellemitless I replied to your other question. Please don't duplicate your questions.