Forum Replies Created
-
AuthorPosts
-
Ashley Regan
ParticipantI figured it out on my own.
in the source code change
ENUM_ORDER_TYPE_FILLING GetOrderFillingType()
{
const int oftIndex=(int) SymbolInfoInteger(_Symbol,SYMBOL_FILLING_MODE);
const ENUM_ORDER_TYPE_FILLING fillType=(ENUM_ORDER_TYPE_FILLING)(oftIndex>0 ? oftIndex-1 : oftIndex);return (fillType);
}to
ENUM_ORDER_TYPE_FILLING GetOrderFillingType()
{
return (ORDER_FILLING_IOC);
}USDJPY trades can now trade for me without error
Ashley Regan
Participanthere is a link to the ea, the complied version and the settings I am using:
https://drive.google.com/drive/folders/1Iq6ONeTIfDfcGJLUiuoWVw23PWLNxEym?usp=drive_link
The account size is 20000 gbp
April 28, 2024 at 12:14 in reply to: Expert Advisor is turned off. Equity Protection Activated #252081Ashley Regan
ParticipantOne of your robots is not working for me, the 30051010 USDJPY 5M (April 2024) is not trading. In the experts tab within MT5 I get the message “Error: actionTrade::ManageOrderSend(): OrderCheck(): Invalid order filling type” I have tried restart the robot but still get the same error message. Is there anything I can do to get it working or is the issue with the robot?
Ashley Regan
ParticipantDo you have an email address?
Ashley Regan
ParticipantHello Miroslav. It is odd the other robots work for me. The broker is FTMO. How would you like me to send the robot? Do you have an email address?
-
AuthorPosts