Home Forums 21 Day Program 30051010 USDJPY 5M (April 2024)not trading

BlackBull Markets 2

Tagged: 

  • This topic has 6 replies, 1 voice, and was last updated 4 months ago by Anonymous.
Viewing 4 reply threads
  • Author
    Posts
    • #250588
      Anonymous
      Inactive

      in the experts tab 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?

    • #250985
      Anonymous
      Inactive

      This is unusual.

      Please send me your robot to inspect it.

      What is your broker?

       

      • #251360
        Anonymous
        Inactive

        Do you have an email address?

    • #250997
      Anonymous
      Inactive

      Hello 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?

    • #252259
      Anonymous
      Inactive

      Upload your strategy on Google Drive and post a shared link. I’ll check it.

    • #254118
      Anonymous
      Inactive

      I 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

Viewing 4 reply threads
  • You must be logged in to reply to this topic.
Shopping Cart