Fixed.
Posts made by flaavio
-
RE: GTCposted in Questions & Answers
It worked today, after that change in the web version.
Thank you very much! Really appreciate!
-
RE: GTCposted in Questions & Answers
Look, in demo account all works well.
Doing backtest, at least.
Problem happens only when sending real orders.
-
RE: GTCposted in Questions & Answers
I am preparing something else to try when the market opens.
Will try DEAL instead of PENDING orders, and replace all instances of _GTC for _DAY
-
RE: Brazilian futuresposted in Questions & Answers
My EA does backtest perfectly, but when I try to trade WINJ15 in real world, I get the following error:
(WINJ15,H1) OrderCheck() failed: Invalid expiration (10022)
Any ideas?
-
RE: GTCposted in Questions & Answers
No easy way.
I found that I would need to go really deep on MQL5 or hire someone to help me, and if this is the case I don't need fxdreema.
Maybe for backtesting, not for real world.
-
RE: GTCposted in Questions & Answers
This is future IBOVESPA, Brazilian stock exchange index. You probably will find something if you google it.
I understand that fxDreema was designed for forex and I am trading something else.
I will do some research, learn more about MQL5, and find a way.
-
RE: GTCposted in Questions & Answers
I am using pending orders and "close positions".
Even setting expiration as "Today" in fxdreema I have GTC in the code.
I am not very skilled with the code, then I would ask the following:
Can I simply open the .mq5 file with MetaEditor and replace all "GTC" with "DAY" and then compile? I don't mind in doing that, if it works.
-
RE: GTCposted in Questions & Answers
I am getting the following error:
OrderCheck() failed: Invalid Expiration (10022)
I found out that this happens because the market I am trying to trade (WINJ15) accepts only 'Today' for expiration, not 'GTC'.
How to fix this? Should I use MetaEditor to replace all GTC's by DAY's and then compile?
Or there is a way in fxDreema?