fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. forex-research
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    forex-research

    @forex-research

    Professional trading system research and development.
    Forex market trend analysis.
    Technical and fundamental analysis
    Market research project.

    0
    Reputation
    433
    Profile views
    19
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website forexnew.org/ Location Singapore Age 35

    forex-research Unfollow Follow

    Latest posts made by forex-research

    • How to get Friday quotes close time (MT5)?

      l want to get Friday quotes close time

      Example : l want to get that 23:58 to string input

      My requirements is l want to set Expiration time of pending order on Friday at market end quotes time

      0_1525201126110_111.png

      Thank you.

      posted in Questions & Answers
      forex-research
      forex-research
    • RE: Can't set minute Expiration (MT5)

      Thank you.

      posted in Bug Reports
      forex-research
      forex-research
    • Can't set minute Expiration (MT5)

      Sorry my mistake it work fine please delete this topic

      l confuse because i choose model OHLC to do backtest

      when choose Model "Every tick based on real tick" it work fine.

      posted in Bug Reports
      forex-research
      forex-research
    • Add comment on partially close order (MT5)

      l want to add comment on partially order when it open like MT4

      to tell us what from order id

      Thanks

      posted in Questions & Answers
      forex-research
      forex-research
    • RE: Unsupported filling mode (10030). XM Broker , Partially Close Block

      I have already fixed the problem , Now it work fine.

      Just add this code on bool CloseTradePartial(int ticket, double lots, double deviation)

      • // filling type
        if (IsFillingTypeAllowed(symbol, SYMBOL_FILLING_FOK))
        request.type_filling = ORDER_FILLING_FOK;
        else if (IsFillingTypeAllowed(symbol, SYMBOL_FILLING_IOC))
        request.type_filling = ORDER_FILLING_IOC;
        else if (IsFillingTypeAllowed(symbol, ORDER_FILLING_RETURN)) // just in case
        request.type_filling = ORDER_FILLING_RETURN;

          int success = OrderSend(request, result);
        
      posted in Bug Reports
      forex-research
      forex-research
    • RE: Unsupported filling mode (10030). XM Broker , Partially Close Block

      Please help me this project very important to me , l have tested on some another broker it work fine , but error happen only on XM Broker.

      posted in Bug Reports
      forex-research
      forex-research
    • Unsupported filling mode (10030). XM Broker , Partially Close Block

      It happen when use "partially close block" on XM Broker

      Please help.

      Thank you.

      0_1517872846517_12.png

      posted in Bug Reports
      forex-research
      forex-research
    • Possible to create rule of EA "Don't allow to backtest latest week"

      I want to protect signal from user who do backtest.

      Possible to create rule make the EA can't backtest latest week.

      • Example today time = 14-May-2017

      So EA will able to do backtest any period , except 7 - 14 May 2017.

      Thank you.

      Regards.

      posted in Questions & Answers
      forex-research
      forex-research
    • RE: If l delete import dll mq4 code. It will have problem?

      0_1488720454717_non delay.png

      Never have delay block.

      posted in Questions & Answers
      forex-research
      forex-research
    • If l delete import dll mq4 code. It will have problem?

      My EA have create by fxdreema it make import dll code inside.

      Can l delete ? , lt will have problem (l never use delay block).

      Regards

      posted in Questions & Answers
      forex-research
      forex-research