fxDreema

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

    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
    • 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: Sharing is good!!!

      @eray-dursun Forget about M1, by the time you account for spread and it's native volatility, it's almost impossible to generate a profit.
      If you have a look around somebody did share something recently.
      hint: The Clock is your friend... 😉

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Sharing is good!!!

      @roar FAP Turbo (before the brokers worked out how to block it...) ;D

      posted in Questions & Answers
      drayzen
      drayzen
    • Condition Operator as Constant?

      It appears possible to set the Condition operator as a Constant.

      0_1528231836295_fxDreema - Condition Operator as Constant.png

      If this is possible, what type of Constant to use, string?

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Feature Requests - Indicator Rise/Fall / Buy/Sell Spread
      • So if it's set to 1pip or the minumum value of the indicator (e.g. 0.0001), which is what I want it for, does that mean 1pip/0.0001 per candle?
        Reading the description, I understood it to mean the pips/value was for the entire range of candles. i.e. 1pip change over all candles.
        If it's actually 1pip/value change between each candle e.g. C0 0.0001 AND C1 0.0001 AND C2 0.0001 AND C3 0.0001 = 0.0004, then that's exactly what I'm after so all good!
        I think reading the description in the block for 'Candles to rise' is what had me thinking the pip/value was for all candles:
        This is the number of candles that participate into the calculations.
        When I read that, I assume that the input pips/value is for the entire range (C0 - C3).
        Maybe you could add an input ? descriptor for the 'Pip/Value to rise' input that states: This is the minimum pips/value change between each candle.

      • Fair enough, don't want to break things.. 🙂
        ok, found it under Time Filters, just didn't expect it there, I've been using a standard Condition block with Market Properties < Value.
        I think this should be under the Check Trading Conditions category.
        Is the Spread Filter block more efficient or less succeptible to error than using Condition in any way?

      posted in Questions & Answers
      drayzen
      drayzen
    • Feature Requests - Indicator Rise/Fall / Buy/Sell Spread

      Hi @fxDreema ,
      Could you add the following options please?

      • Indicator Rise/Fall - An additional option in the Indicator Rise/Fall blocks Consecutive rise/fall being where the indicator's value would be:
        Rise: C0 > C1 AND C1 > C2 AND C2 > C3 ...
        Fall: C0 < C1 AND C1 < C2 AND C2 < C3 ... as specified by 'Candles to rise/fall'.
        Preferably pips or value are not specified so it is simply a consecutive >/< rise/fall regardless of specific pip movement or value change.

      • Buy/Sell Spread - An option in the Buy/Sell blocks to specify a maximum spread.

      I know how to do a Spread condition block, it's just that it would save some time and blocks in multi-currency projects...
      🙂

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Creating an EA that runs on the background

      If you'll only have one trade open for each pair at any time, then you can use the light blue No trade block at the start of each chain.
      This will then only pass if there are no trades open for the specified symbol.

      If you want to have multiple orders open for each symbol then you can create multiple chains, one for each Symbol.

      Can you post a link to your Project?
      Projects > Create a Shared Copy (web link)

      There's probably many ways this can be achieved, but the best way will depend on the design of your project.

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Find recent High/Low with specific conditions

      I did my own goof, went off visual and linked 7 -> 6 instead of 6 -> 7...
      Much better now! xD

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Find recent High/Low with specific conditions

      Even better, we make an EA that can read the future! xD

      Yeah, I'm just working my way through testing, did a build and had some strange results initially with virtual stops (some trades not getting stops set).
      Doing another ground up build testing along the way with hard stops first...

      Do you know if the exact syntax with spaces in calculations matters?
      e.g. Do these all work?
      Variable+1
      Variable +1
      Variable + 1

      cheers

      posted in Questions & Answers
      drayzen
      drayzen
    • RE: Is there server problem?

      Maybe check your JS or Cookies settings...

      Technical specifications
      fxDreema works best with Chrome and there is a plugin for easy downloads for Chrome as well. Firefox and Opera are also ok, only God knows about Internet Explorer...
      Almost all javaScript code for the browser is manually written. The connections between blocks are SVG (vector) elements
      Cookies are used to store session information and localStorage is used to store JavaScript scripts and (not yet) HTML templates

      I'm thinking that it could be it's trying to store the block position to a cookie and your browser settings, or maybe anti-virus/adblocker, are stopping it.
      You could try Chrome's sort of Safe Mode with: chrome.exe -incognito

      I'm using the following:

      • Win 10 Pro x64 1803 (Build 17134.48)
      • Java 1.8.0_171 (Both x32 & x64 installed)
      • Chrome 66.0.3359.181 x64 (No Extensions, though my daily driver is Firefox so not inconvenienced by not having any)
      posted in Bug Reports
      drayzen
      drayzen
    • 1
    • 2
    • 3
    • 1 / 3