fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fideld003
    F
    • Profile
    • Following 4
    • Followers 0
    • Topics 12
    • Posts 64
    • Best 3
    • Controversial 1
    • Groups 0

    fideld003

    @fideld003

    3
    Reputation
    530
    Profile views
    64
    Posts
    0
    Followers
    4
    Following
    Joined Last Online

    fideld003 Unfollow Follow

    Best posts made by fideld003

    • RE: After closing trade no trade on same day

      Hi @BHovens and @trader-philipps,

      • Were you referring to this one?
        0_1610082636621_2a967e80-6598-4219-bcb2-af5d76cea5e2-image.png

      • If it's not such a hassle, could you kindly provide an example of how you used it?

      • Did you connect it to "Check age" block?

      • 0_1610082749301_b032fb5a-9520-4714-9c9a-4f9d12b17630-image.png

      posted in Questions & Answers
      F
      fideld003
    • RE: Variable uses and examples

      @roar ohhh, I got it. Yeah, the example was nicely done so I was able to grasp at least 80% of it. Thank you for this awwweeeesome example. đŸ™‚

      posted in Questions & Answers
      F
      fideld003
    • RE: Variable uses and examples

      @roar Thanks for the example.

      0_1610694196393_7ebd0625-003f-4148-b7b0-baa9eb42bd74-image.png

      Let's see if I got it right ...

      1. So you've created three variables which are, "buys, sells, and lotA" with a value of zero.
      • Zero meaning that's the starting value, right?
      1. On the "For each Trade" block, there's this orange field that says buys+1
      • This is where the counting happens right? So meaning 0 +1(count of buy) +1(count of buy)
      • The white box there is related to what we defined on the variables tab right?
      • What's the use of the yellow box?
      1. On the "Custom MQL code" block, there's kind of an equation. Upon checking https://docs.mql4.com/math/, these seem to be Math Functions available on MQL4.
      • In layman's term could you describe to me how these lines work? I tried to read the description of those two functions but I just couldn't get it.
        lotA = 0.01*MathLog(buys)*2;
        lotA = MathMax(lotA, 0.01);

      For reference as well, this is the closed trades for Buy.
      0_1610696505855_9e87f58e-fa62-47a0-8704-ef6ebadeb1bb-image.png

      posted in Questions & Answers
      F
      fideld003
    • RE: Variable uses and examples

      @roar Yeah, that 100x possibilities are what I'm actually looking for. The kind of like the, "Ahhh" moment. Maybe I'm looking for how to use variables because ... Where I am right now is kind of the basic stuff. I know if I get more examples using variables then maybe I could get ideas or inspiration that I could use on my current project or future project. Do you have some kind of a variable related example on how to open trade or close a trade?

      posted in Questions & Answers
      F
      fideld003

    Latest posts made by fideld003

    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      @jstap Yeah, I actually tried to separate them, but I don't think I got the syntax of it right.

      0_1636320081794_49d3ad9f-6c73-41f8-9182-97d20e601c5d-image.png !

      posted in Questions & Answers
      F
      fideld003
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      Hi @jstap and @TipsyWisdom,

      I got a question, so I would like to also get the H1, H0, L1, and L0 Awesome Oscillator values. I just wanted to make sure as when I temporarily turned off the Original Draw Text H2 and so on and turned on my version for testing, it is not showing any text on the chart. Do you think what I did was correct or there should be a better approach to this?

      The original was like this:
      0_1636316319673_d875815c-c061-4c89-9308-2b4f634979bc-image.png

      My version is something like this, I boxed them in red for faster reference.
      0_1636316420551_aaee5fdc-04d3-4b9b-afaa-14d23eecb44a-image.png

      posted in Questions & Answers
      F
      fideld003
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      @jstap I'm painfully waiting. Hahaha! It iz what it iz.

      posted in Questions & Answers
      F
      fideld003
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      @jstap "Skip to" to do a fast backtest. Not sure if zigzag is really not compatible with backtesting. So what I do is look for different patterns and run it there.

      0_1635783551494_842fe398-2358-4095-8830-09e3fe7bffc0-image.png

      posted in Questions & Answers
      F
      fideld003
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      @jstap Though, my current issue right now is doing backtesting. When I do the "Skip to," the EA stops unless I drag it to go forward. lol.

      posted in Questions & Answers
      F
      fideld003
    • RE: ZigZag compare H1 vs H2 and L1 vs L2

      Hi @jstap @TipsyWisdom,

      Just wanted to update you that I found the latest version of Zigzag by Miro. That was the project I needed as it was more detailed and clear. Also, I was able to do what I wanted to happen. Anyways, I just wanted to thank you for responding.

      Miro's latest project(2 years ago)
      https://fxdreema.com/forum/topic/8898/zizzag-trendlines

      Regards,

      posted in Questions & Answers
      F
      fideld003
    • ZigZag compare H1 vs H2 and L1 vs L2

      Hi FxDreema Community,

      I would like to seek your assistance again relating to this Zigzag indicator. What I want to happen is to get the value of H1, H2, L1, L2, and so on. Use their values to determine the trend of the market whether it is going up or down. I know this may involve variables and such, so I do hope for your help as I am just an ordinary person.

      0_1635280782739_0c85fd30-8542-4cd1-ac5d-2612e5ce7fda-image.png

      I saw two post relating to Zigzag, but it is for another use case.
      https://fxdreema.com/forum/topic/6412/aaaaand-the-zigzag-indicator-again
      https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced

      Also, I know that the current leg is repainting. Thus, I am only interested on the previous legs at the moment.

      Regards,

      posted in Questions & Answers
      F
      fideld003
    • RE: Notification Ringer

      @l-andorrĂ  Well, would you look at that. It actually worked. Thanks for the assist as always.
      0_1635255306500_5feda778-d4a8-44e8-b388-f0eaa24cca8e-image.png

      posted in Questions & Answers
      F
      fideld003
    • RE: Notification Ringer

      @l-andorrĂ  Do you have an example? Not exactly sure what to add there. Should it be something like Symbol = 0?

      posted in Questions & Answers
      F
      fideld003
    • Notification Ringer

      Hi FxDreema Community,

      Seeking your insights on how I can use a one generic template EA that I could put into AUDUSD, GBPCAD, EURCHF, etc. It would indicate that the trigger happened on that exact currency pair?
      I already enabled phone notifications for this and it is working. However, I do not know how to set it to also indicate what currency pair it triggered. I know I could just customize the comment, but if for example I put that to a lot of pairs, then I would need to create multiple EAs.

      0_1635088915041_714ffecd-0464-4c54-a11a-e5146c8e16b4-image.png

      I also tried something like this, but it is not working as I hoped for.
      0_1635161910088_cc15c9b8-3b9a-40fa-9c00-7266e81e03b8-image.png

      posted in Questions & Answers
      F
      fideld003