fxDreema

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

    drayzen

    @drayzen

    5
    Reputation
    1559
    Profile views
    56
    Posts
    3
    Followers
    4
    Following
    Joined Last Online
    Location AU

    drayzen Unfollow Follow

    Best posts made by drayzen

    • RE: Here, take this profitable ea

      I thought there'd be a few thank you's here by now, so cheers from me! 😄
      I'd planned to come back after playing with it for a bit, but thinking I won't have time for a while.
      Initially wondering if a 'No Trade' instead of the 'Once per bar' would enable more opening opportunities? (just thinking of my own issues with having it first)
      ... and Buy/Sell % of x.

      Gonna take me some time just to work out what you're doing...
      Can you outline the basic principles?
      I can see BB, ATR and RSI. Is it Buy/Sell when all meet High/Low conditions?
      Is there also a calculated BB signal in there? High/Low against default?
      Most of the Variables are on/off toggles correct?

      Sounds like you haven't been trading with it, any reason?

      p.s. I was right about you being a Variable junkie! ;D

      posted in Tutorials by Users
      drayzen
      drayzen
    • RE: Is there server problem?

      Hi @eray-dursun ,
      Knok knock... ;D

      Are you still having problems, it's working ok for me...

      Couple of things I'd suggest:

      1. If you aren't using Chrome (https://www.google.com/chrome/) switch to it.
        I normally use Firefox but came across a few quirks using it with fxDreema.
        This is developed on Chrome so best to stick with that.
        (If you're using IE/Edge go give yourself a slap!)

      2. If you're already using Chrome, I came across this cache clearing trick recently.
        a) Press F12 and you'll see the DevTools panel appear.
        b) With the DevTools Panel open, Right-Click on the Reload button and you'll see a few more aggressive page Reload options.

        0_1525946153456_Chrome Reload.png

        https://superuser.com/questions/220179/how-can-i-do-a-cache-refresh-in-google-chrome

      posted in Bug Reports
      drayzen
      drayzen
    • RE: Find recent High/Low with specific conditions

      Hi @roar ,
      Thanks so much for this, incredibly useful!
      I'm sure I'll use this for many projects...
      I had an idea of the blocks required but couldn't get it sorted in my head how to connect them.
      I never would have thought about the limiter either, nice how it's path is also a double redundancy.

      Though does the value in Block 7 need to be '+1'?
      ...or does that need to be done by the Adjust field?
      Do the Condition blocks 2 & 3 looking at the candles also need to be '+1' so they head backwards through the candles?

      I'll need to increment the start points of everything anyway because my trade indicator appears at ID1.

      cheers! 😄

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Calculation to close all trades not triggered

      Yep, that's got it sorted, thanks. 😉
      Always check the obvious...

      posted in Questions & Answers
      drayzen
      drayzen

    Latest posts made by drayzen

    • RE: Here, take this profitable ea

      Been away from here for a while..but still sub'd to this. Good to see the 'ol girl still has some life in her! 😉
      ..need to get my sub going again as I've got some ideas to build.
      Have you had any Myfxbook results for this one?

      I've been using a combo of these two for some manual trading lately and had some really clean signals.
      Keltner_Chanel: https://www.mql5.com/en/code/8591
      Keltner ATR Bands: https://www.mql5.com/en/code/7315
      Might give an improvement over the Bollingers..?

      posted in Tutorials by Users
      drayzen
      drayzen
    • Indicator above High for n Candles

      Hi Guys,
      I'm wanting to test if an EMA(8) has stayed above the Highs for n candles.
      If I use Indicator moves within limits like this and check for the Otherwise output will this work?

      0_1544344975439_fxDreema - Indicator above High for n Candles.png

      Provided this works.. I was also curious if there's any difference between using the Upper or Lower level when using it like this?

      thanks! 😄

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Custom lot size sequence

      How many lot levels do you want to have maximum?

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Calculation to close all trades not triggered

      Yep, that's got it sorted, thanks. 😉
      Always check the obvious...

      posted in Questions & Answers
      drayzen
      drayzen
    • Calculation to close all trades not triggered

      I have the below Condition to close all trades that didn't work.

      0_1529372733428_fxDreema Close All Condition.png

      TPPct = 0.1
      I have it running on a demo account and there's currently 22 trades open.
      So it should have closed all trades when Equity reached Balance + 2.2%.
      Equity is currently in profit by 4.9% and the 22 trades are still open.

      I have the same calculation being output in the Comment so I know it's being calculated correctly.
      Any ideas why it didn't close the trades once the condition was met?

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Are Variables restricted to Magic Number?

      Yes, fxDreema Variables.
      The thing is I've built an EA that trades the 28 majors and crosses in a single instance (one chart).
      So there's potentially a lot of trades going on if I load it on multiple timeframes (one chart per timeframe).
      Want to be sure they're not going to get confused with one another...

      I'd been thinking about it a little further, and I'd expect that Variables would be restricted (essentially sandboxed) by each chart, but would like confirmation.

      posted in Questions & Answers
      drayzen
      drayzen
    • Does a Partial Close incur spread?

      I see that the close (partially) block's description says it actually closes the whole trade and opens a new one with lower volume.
      I'm guessing this then incurs the current hit with spread again every time this is done, correct?
      I gather this is different to when it is done in the MT4 terminal where it appears that it actually reduces the size of the original trade.

      posted in Questions & Answers
      drayzen
      drayzen
    • Are Variables restricted to Magic Number?

      If I have multiple instances of an EA on a single account are Variables for each instance restricted to it's Magic Number?

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Here, take this profitable ea

      Maybe ticks over time period(s)?
      I guess it could then also be used to stay out during quiet times... ?:\

      posted in Tutorials by Users
      drayzen
      drayzen
    • RE: Condition Operator as Constant?

      If you read all of my post you'd see I was asking what data type to use, and if it will actually work or not.
      That OrderPct Constant is a double and wouldn't save.
      I tried another as a string and it still wouldn't save.
      ... so I'm asking if it's even possible, and if there's any tricks to make it work like using quotes or something.
      Did you test this yourself before telling me how to do it?

      @fxDreema , any help with this?

      posted in Questions & Answers
      drayzen
      drayzen