Best Of
Re: Martingale Strategy
Let me just stop you right there ... Look I'll send you my 2 year research on Martingale strategy and put/call strategy ... but to sum it up ... it's pointless ... I have made it so that with 5500 dollars it can make up to 14 losses in a row ... man trust me it's a waste of time. If you want to go on ... Please do, but DO NOT INVEST real money on it ... instead invest time in testing ... I had my bot (not on this platform) run for 22 days and it failed ... I wasn't as smart in start and lose about 500 dollars ... but that was a long time a go ... so if you want experience, sure ... hit that crap and you will get some that you will not forget any time soon ... just, let me say it one more time... DON"T invest real money ... Btw my offer about some inf and research I have is still on ... but i del. most of it.
Re: Can open Forex Order(Like MetaTrader5) with Binary API?
Different contracts can be used with different symbols, The attribute that determines if it is a forex contract or not is the symbol
being used in my example frxUSDJPY
Important TLS version support Change
In order to maintain the highest possible security of our systems we will no longer be supporting TLS versions lower than 1.2 from Thursday the 16th of July 2020
For most developers this will have no impact and things will continue as per usual. If however your apps are compiled and are using older libraries they may not be able to connect after this date. Please refer to the documentation for you language, libraries and platform to ensure they support TLS version 1.2 or higher.
API changes - landing_companies
Dear developers,
We will be making changes to the ‘landing_company’ and ‘landing_company_details’ API responses starting the week of the 24th of August . We are updating the ‘name’ field to reflect the changes in our company names, following our rebrand from Binary.com to Deriv.com.
Before the change
API call:
{ "landing_company": "id" }
Response:
{ "echo_req": { "landing_company": 1 }, "landing_company": { "name": "Binary (SVG) Ltd." ... } ... }
The ‘name’ attribute contains one of these company names:
- Binary (SVG) Ltd
- Binary (IOM) Ltd
- Binary (Europe) Ltd
- Binary Investments (Europe) Ltd
- Binary Ltd
- Binary (V) Ltd
- Binary (FX) Ltd
After the change
While the API call remains the same, we will be updating the company names in the response:
{ "landing_company": "id" } { "echo_req": { "landing_company": 1 }, "landing_company": { "name": "Deriv (SVG) LLC" ... } ... }
The ‘name’ attribute will contain one of these company names:
- Deriv (SVG) LLC
- Deriv (MX) Ltd
- Deriv (Europe) Limited
- Deriv Investments (Europe) Limited
- Deriv Limited
- Deriv (V) Ltd
- Deriv (FX) Ltd
Please make any necessary changes to your code.
Thank you.
API changes - Removal of proposal_array call
Dear developers,
We are removing the proposal_array API call. This will happen in the week beginning 31/08/2020 . After this date, this API call will not be available anymore.
The proposal_array API call has been previously marked as deprecated and is no longer in use.
Please make the necessary changes to your code.
Thank you.
Team Deriv.com
[email protected]
Re: No further trading is allowed on this contract type for the current trading session.
It has reached an internal limit possibly there was an unusual large volume of trades, not necessarily related to anything you have done. There is nothing you can do but wait until the next trading session.
Re: Values above 1.000,00(1k+) - Format unknow
Can you give me an example of what you are sending and the message you are receiving?
I can enter 10000 for the amount and it works fine (there should be no formating applied)
If any bot is successful...
If I run my bot and this is successful (always earn money), Binary.com can view the source blocks and logic for detect my strategy and block it ? Or Binary.com can apply software changes on the operations server to avoid my bot strategy?

Re: How do I check order results?
@rikardoms Do you mean via the API?
If so you can use Proposal Open Contract https://developers.binary.com/api/#proposal_open_contract with the contract Id .
like. Even though the contract is no longer open you should still see the closing result.
{ "proposal_open_contract": 1, "contract_id": 39 }
Re: Binary bot set up
Hey @misterzeb,
You could use the blocks as per the below screenshot:
I've attached the strategy to this post (make sure to remove the .txt extension before importing).
Regards,
Aaron
