fxDreema

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

    Topics created by forex-research

    • forex-research

      How to get Friday quotes close time (MT5)?
      Questions & Answers • • forex-research

      2
      0
      Votes
      2
      Posts
      585
      Views

      J

      Hi

      I don´t know if as a string variable it will work or not but remind what @fxDreema has explained in the forum about this: if there is no tick coming at that time, it will not be posible to meet the condition time.

      @fxDreema suggested to use a period of time to get what you want such as if time > 23:30 --> Close positions using the condition block or a time filter block.

      0_1525208656714_807b1bca-22a9-4229-90e7-51908b093e3d-image.png

      Should work.

    • forex-research

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

      2
      0
      Votes
      2
      Posts
      776
      Views

      forex-research

      Thank you.

    • forex-research

      Add comment on partially close order (MT5)
      Questions & Answers • • forex-research

      2
      0
      Votes
      2
      Posts
      1138
      Views

      fxDreema

      If you are talking about the comment, the attribute that every order has, I'm afraid that you can't change it. Only in OrderSend() we can set that "comment" parameter (https://docs.mql4.com/trading/ordersend). For partial close OrderClose() is used, but as you can see, there is no "comment" parameter there - https://docs.mql4.com/trading/orderclose

    • forex-research

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

      4
      0
      Votes
      4
      Posts
      3097
      Views

      fxDreema

      I added this into the function, I hope this will not break something else 🙂

    • forex-research

      Possible to create rule of EA "Don't allow to backtest latest week"
      Questions & Answers • • forex-research

      1
      0
      Votes
      1
      Posts
      351
      Views

      No one has replied

    • forex-research

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

      3
      0
      Votes
      3
      Posts
      944
      Views

      fxDreema

      Delay block is the only one that requests DLL usage. This is the actual code:

      #import "kernel32.dll" bool SleepEx(int ms, bool bAlertable); #import

      So, MQL4 have native Sleep() function, which works in live, but has no effect when backtesting. But I wanted to have the ability to pause for a while when using the "Visual mode". This imported function SleepEx() allows me to pause the EA in Visual mode, and I really use this option on a regular basis. Most times I would just connect the "Delay" block after "Buy now" or "Sell now", so then the EA would wait for a while after the creation of each trade, which is very helpful when I want to analyse something.

      This DLL usage is obviously harmless. And by default SleepEx() is not even used, because you need to select in the Delay block that you want to use Realtime delay for Visual mode. But the DLL is requested anyway.

    • forex-research

      Can you make Highest Point Box to have GMT time.
      Questions & Answers • • forex-research

      2
      0
      Votes
      2
      Posts
      339
      Views

      fxDreema

      Ok, you have it. Tell me if it doesn't work correctly

    • forex-research

      Possible to make trade copier by fxdreema?
      Questions & Answers • • forex-research

      3
      0
      Votes
      3
      Posts
      1029
      Views

      fxDreema

      Not really, any EA built with fxDreema is enclosed in it's own MetaTrader and you can communicate with other EAs in the same MetaTrader at most (using Terminal Variables)

    • forex-research

      How to make mouse click on button work on backtest?
      Questions & Answers • • forex-research

      2
      0
      Votes
      2
      Posts
      874
      Views

      fxDreema

      http://docs.mql4.com/runtime/testing

      Timer and ChartEvent events are not handled in the Strategy Tester.

    • forex-research

      How to add GMT broker setting in EA
      Questions & Answers • • forex-research

      3
      0
      Votes
      3
      Posts
      518
      Views

      forex-research

      Thank you very much.

    • forex-research

      time filter have problem?
      Bug Reports • • forex-research

      2
      0
      Votes
      2
      Posts
      390
      Views

      fxDreema

      Is there something special about the times 12:01 and 12:00 or I can try it with any time... like the time that is in the next 3 minutes for example?

    • forex-research

      Why Fractal don't work with candle ID 1 ?
      Questions & Answers • • forex-research

      3
      0
      Votes
      3
      Posts
      644
      Views

      fxDreema

      Also, most (if not all) indicators that put arrows work on candle ID at least 1

    • forex-research

      When order take stoploss = stop EA immediately
      Questions & Answers • • forex-research

      3
      0
      Votes
      3
      Posts
      441
      Views

      forex-research

      Thank you very much.

    • 1 / 1