fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. dcg
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 16
    • Best 2
    • Controversial 0
    • Groups 0

    dcg

    @dcg

    2
    Reputation
    163
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dcg Unfollow Follow

    Best posts made by dcg

    • RE: HMA MQL5 Buffer Issues

      Hi,

      I just modified a HMA indi for mq5 (and included 2 ATR bands 😉 )
      It seems to do what it needs to do.
      Will try to attach it via the upload button.

      Cheers,

      F0_1614092470548_hma.mq5

      posted in Questions & Answers
      D
      dcg
    • RE: [MQL5] Dynamic level based stop

      @roar Yes, this is indeed quite useful. I had completely missed the loop block (although i would not have come up with the way to access the array with the loop_index 😉 ).
      Guess i still have to write a custom block to test if a level was crossed by a certain bar and determine which level it was. As well as getting the next level going up or down.

      posted in Questions & Answers
      D
      dcg

    Latest posts made by dcg

    • RE: MT5 - How is the "Set current market" block supposed to work??

      Yes, all was available.
      Fortunately (or so i convince myself) i made a silly mistake with regards to one of the blocks used. The culprit turned out to be the once per day block. Apparently it works across all assets used during the run. Once 1 asset got 'hit' the rest is skipped.
      I solved it via the time block and a once per bar block.
      Thank you however for taking the time to reply.

      posted in Questions & Answers
      D
      dcg
    • RE: MT5 - How is the "Set current market" block supposed to work??

      The line is actually solely there for visual confirmation purposes.
      In the strategy tester the charts are actually open so that should not be an issue, as far as placing a line is concerned.
      However, storing the H and L in a variable and then feeding it to the comment again shows just one asset being displayed instead of >1. This suggests that there is another requirement to get this working ..?
      Btw, your input is appreciated .. 😉

      posted in Questions & Answers
      D
      dcg
    • RE: MT5 - How is the "Set current market" block supposed to work??

      That is indeed what it says in the description.
      However, this is not what it actually does! When de code is executed i would expect a line to be placed at 06:00 (tz is not relevant) in the chart of each currency in the list, within the strategy tester. Obviously this does not happen.
      Trying to get the high and low for each does not work either.
      So the question remains. How does one use the block so it actually does what it states .. 😉

      posted in Questions & Answers
      D
      dcg
    • MT5 - How is the "Set current market" block supposed to work??

      Hi,
      I'm trying to get my EA to work with multiple currencies at the same time.
      However, what i'm seeing is not what i'm expecting based on the description of the block in question. It opens the various currencies and then stays locked into/onto the currency on which chart the EA runs. As can be seen in the example i never get a handle on the proper values of the various currencies which are supposed to be "active".
      Example project

      Hopefully someone can help me out on this one .. Tia
      Fermin

      posted in Questions & Answers
      D
      dcg
    • RE: Get a proper Heiken Ashi bull/bear bar

      @max-c Tried that as well, no go ..

      posted in Questions & Answers
      D
      dcg
    • Get a proper Heiken Ashi bull/bear bar

      Hi,

      I'm looking to detect a full Heiken Ashi bull/bear bar after which i can do something.
      What i'v currently got is here https://fxdreema.com/shared/W7gt9i3eb

      As one can see it will act on a bar with a wick which is not what i want. I'm looking for the HA-Open to equal (or < ) than the low of the 'normal bar'.

      Any help would be appreciated.

      Tia,
      Fermin DCG

      posted in Questions & Answers
      D
      dcg
    • RE: Fxdreema KO

      Still out @ 13:15 CET ..

      posted in Bug Reports
      D
      dcg
    • RE: [MQL5] Dynamic level based stop

      Following is the link to a sample prj containing a way to properly fill an array.
      Array fill example

      posted in Questions & Answers
      D
      dcg
    • RE: [MQL5] Dynamic level based stop

      @roar
      Filling a static array will indeed work in the way you described.
      To make the whole setup complete one can add a condition block to the modify block that tests for the last index value, thus determining the end of the loop.

      posted in Questions & Answers
      D
      dcg
    • RE: [MQL5] Dynamic level based stop

      @roar Yes, this is indeed quite useful. I had completely missed the loop block (although i would not have come up with the way to access the array with the loop_index 😉 ).
      Guess i still have to write a custom block to test if a level was crossed by a certain bar and determine which level it was. As well as getting the next level going up or down.

      posted in Questions & Answers
      D
      dcg