Oanda FIFO fixer

Aug 16, 2019 at 11:38
991浏览
11 Replies
会员从Dec 22, 2009开始   5帖子
Aug 16, 2019 at 11:38
Dear Colleagues,

You might notice the new FIFO policy at Oanda.
I made a Java API script to fix it.
It makes existing trades and orders unique size. It changes the size of the orders and decrease the size of existing trades by closing some units.

I used it on my real account.

Write me private message if you are interested.

Kind regards,
David
会员从Aug 12, 2015开始   40帖子
Aug 16, 2019 at 20:33
Did it fix numerous trades with the same unit amount. I could change the oldest but even the Oanda people I talked to couldn't figure out a fix. They finally said I need to change the profit and stop loss items.
会员从Jan 05, 2016开始   1189帖子
Aug 30, 2019 at 12:07
The reason it doesn't work, is because it breaks the FIFO rule.
You cannot reduce the newest trade, it has to be the oldest trade first, once it's gone, then the next oldest.
If it looks too good to be true, it's probably a scam! Let the buyer beware.
会员从Jan 05, 2016开始   1189帖子
Sep 01, 2019 at 20:37
ripperdave posted:
Dear Colleagues,

You might notice the new FIFO policy at Oanda.
I made a Java API script to fix it.
It makes existing trades and orders unique size. It changes the size of the orders and decrease the size of existing trades by closing some units.

I used it on my real account.

Write me private message if you are interested.

Kind regards,
David

Oanda no longer supports the Java API set.
It's REST or FIX or MT4 only now.

If it looks too good to be true, it's probably a scam! Let the buyer beware.
会员从Dec 22, 2009开始   5帖子
Sep 16, 2019 at 13:16
会员从Jan 05, 2016开始   1189帖子
Sep 16, 2019 at 17:01
Oanda no longer supports Java api.
It's on their website.



附件:

If it looks too good to be true, it's probably a scam! Let the buyer beware.
会员从Jan 05, 2016开始   1189帖子
Sep 16, 2019 at 17:05
REST API V20 isn't the same thing is JAVA API.
Regardless though of which API you are using, you CANNOT reduce NEW tickets, you have to use the FIFO rule which clearly states FIRST IN FIRST OUT, Older tickets must be closed before newer tickets can be modified.
If it looks too good to be true, it's probably a scam! Let the buyer beware.
会员从Dec 22, 2009开始   5帖子
Sep 22, 2019 at 09:05
You are right.

I made my positions unique size by REST API V20 with Java API wrapper.
https://github.com/oanda/v20-java

I applied the program on my real Oanda account (real money).

It is FACT and not theory nor opinion.

会员从Jan 05, 2016开始   1189帖子
Sep 22, 2019 at 09:47
ripperdave posted:
You are right.

I made my positions unique size by REST API V20 with Java API wrapper.
https://github.com/oanda/v20-java

I applied the program on my real Oanda account (real money).

It is FACT and not theory nor opinion.


The regulations are very clear.
You CANNOT adjust a new order before the old order.
THIS is a fact. And it's the regulatory rule.
If it looks too good to be true, it's probably a scam! Let the buyer beware.
会员从Dec 22, 2009开始   5帖子
Sep 23, 2019 at 04:00
Fact: My old trades were adjusted... See my original post for more information.





附件:

会员从Jan 05, 2016开始   1189帖子
Sep 23, 2019 at 04:29
ripperdave posted:
Fact: My old trades were adjusted... See my original post for more information.

The screenshot doesn't show you reduced a newer ticket while the older ticket was still open.

You cannot reduce a NEW ticket before before closing the older tickets first. If a broker under current US Regulations allows a US customer to do this, then it's a violation of the current regulations, and Oanda abides by all regulations as required by law.

You can set all the SL and TP to the same, but you CANNOT close or reduce a NEW ticket before closing out the older tickets first.

ALSO... The image you posted is for EUROPE based accounts which is under different regulations that US brokers.

 

If it looks too good to be true, it's probably a scam! Let the buyer beware.
会员从Dec 22, 2009开始   5帖子
Sep 23, 2019 at 14:01
I have proved my original statement.

I am sorry that you could not handle it.
That is ok.
Thank you for your cooperation and feedback.
Have a great day.

Kind regards,
David

登录 / 注册 to comment
You must be connected to Myfxbook in order to leave a comment
*商业用途和垃圾邮件将不被容忍,并可能导致账户终止。
提示:发布图片/YouTube网址会自动嵌入到您的帖子中!
提示:键入@符号,自动完成参与此讨论的用户名。