fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. EAbaer
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 1
    • Topics 15
    • Posts 31
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by EAbaer

    • E

      Delete terminal value (global value)
      Questions & Answers • • EAbaer

      1
      0
      Votes
      1
      Posts
      79
      Views

      No one has replied

    • E

      Alert if equity ... and stop then
      Questions & Answers • • EAbaer

      2
      0
      Votes
      2
      Posts
      813
      Views

      fxDreema

      You can play with some Variables or blocks from the Flags category to switch between "above" and "below". I think you want to remember that you reached the "above" or "below" level, so you at any time you can check for the correct side (above or below). Variables are used to remember values, and also those Flags blocks do the same job. You can even use some object on the chart as a memory.

    • E

      Only open new trade if last trade is closed x minutes before
      Questions & Answers • • EAbaer

      4
      0
      Votes
      4
      Posts
      1364
      Views

      fxDreema

      I will suggest this combination of blocks:
      0_1530213992097_44076f93-fc2b-4ee6-bb57-c5ac6dd73cc0-image.png

      The first block loads the last closed trade. Then "check age" checks the close time of that trade. And then after "check age" you do whatever you want.

    • E

      Martingale over all pairs
      Questions & Answers • • EAbaer

      10
      0
      Votes
      10
      Posts
      2997
      Views

      E

      @fxDreema
      Thank you very much.

      What do you mean with "So if you have another block for another Symbol, then it works on a different Martingale"?

    • E

      Color for custom indicator
      Bug Reports • • EAbaer

      1
      0
      Votes
      1
      Posts
      801
      Views

      No one has replied

    • E

      GAP
      Questions & Answers • • EAbaer

      2
      0
      Votes
      2
      Posts
      983
      Views

      roar

      formula:

      candle close (ID 1) - candle open (ID 0) remember to use daily timeframe in the formula

      then condition: formula result > yourGap

    • E

      EA that can stop/exit other EA?
      Questions & Answers • • EAbaer

      7
      0
      Votes
      7
      Posts
      1851
      Views

      fxDreema

      Here is how the code of the "Delay" block works in the studio - http://prntscr.com/ig6otk This is the only block where I use .dll and the #import code can be seen at the bottom. Normally I don't want to write code that uses .dll file

    • E

      "Terminal connected"-Block does not work
      Questions & Answers • • EAbaer

      3
      0
      Votes
      3
      Posts
      1011
      Views

      E

      I understand. Thank you. How would you use it?

    • E

      Indicator with 100 Input Parameters
      Questions & Answers • • EAbaer

      2
      0
      Votes
      2
      Posts
      1135
      Views

      M

      edit indicator in metaeditor, open it and save it with different name, than somewhere in begin of code you can find "input" or "extern" ... for parameters, which should be non visible in fxdreema, delete all "input" or "extern" words and leave rest of code ...

      0_1517349185453_4ef6a95d-a1b5-4d53-b45f-ce36afd27509-image.png

      as example:
      original: input int adxPerioda = 14;
      edited: int adxPerioda = 14;

      or original: extern int adxPerioda = 14;
      edited: int adxPerioda = 14;

      or you can change their default value, as this:
      edited: int adxPerioda = 34;

      click on compile button in metaeditor and import your new indicator into fxdreema, now only desirable parameters are visible

    • E

      Indicator without Buffer
      Questions & Answers • • EAbaer

      4
      0
      Votes
      4
      Posts
      2103
      Views

      timmyhanke

      @eabaer

      See what the flow of the object name is , if it's hard to tell what the next object will be just use the specific color on select object by name .

      Attach the ea on chart that looks for the object names /colors and also the indicator that draws them. Then you don't have to spend so much time.

    • E

      Read if textfile exists (from another application)
      Questions & Answers • • EAbaer

      2
      0
      Votes
      2
      Posts
      960
      Views

      M

      hi, using these functions you can do it:
      https://docs.mql4.com/files
      ...
      look at this function:
      https://docs.mql4.com/files/fileisexist
      it is what you need, it checks existence of specific file
      so take condition block and try this:
      0_1495288391433_upload-42bfc0da-546a-4834-a532-6322c554c7bd

    • E

      Two indicators at the same time
      Questions & Answers • • EAbaer

      4
      0
      Votes
      4
      Posts
      1096
      Views

      fxDreema

      AND is almost never needed, but many people use it and I don't know why. Connecting 2 Condition blocks one after another is a natural AND. Here is something about Once per bar: https://fxdreema.com/demo/mt4-once-per-bar

    • E

      Binary options
      Questions & Answers • • EAbaer

      10
      0
      Votes
      10
      Posts
      2808
      Views

      fxDreema

      I don't have experience with BO even with one EA. I told you how the EA works - it places the trade by the rules of the BO broker, which means that some information is added to the Comment attrubute of the trade request. MetaTrader is not BO oriented naturally, that's why they are using the Comment as some kind of hack. What happen after that... I don't know, but all the other blocks have the same code as if the EA is made for Forex. Only Buy now/Sell now blocks have small difference (that the trade is sent with special comment)

    • E

      Close trade after 20 Minutes
      Questions & Answers • • EAbaer

      2
      0
      Votes
      2
      Posts
      555
      Views

      fxDreema

      If you are in the web version, try the Expiration settings in Buy now/Sell now

    • E

      How to get message only once?
      Questions & Answers • • EAbaer

      4
      0
      Votes
      4
      Posts
      723
      Views

      fxDreema

      https://fxdreema.com/demo/mt4-once-per-bar

    • 1 / 1