fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Xander
    3. Posts
    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 30
    • Posts 80
    • Best 3
    • Controversial 0
    • Groups 0

    Posts made by Xander

    • RE: Switching between EAs and timeframes

      If possible having the actual chart switch would be ideal, but the other option should work.

      I have hard entered the timeframes which seems to be working, but what this means is that I need to have 5-7 copies of the code in one EA to get the job done. Was hoping there is an easier way as the EA is rather big already. Can't figure out why the "Set current timfeframe for next blocks" block does not work.

      posted in Questions & Answers
      X
      Xander
    • RE: Switching between EAs and timeframes

      Thanks for the response guys, but I think I may have been a bit unclear in my question. Once the conditions on the 1H chart have been reached the EA determines which timeframe to go to from there and then all "timeframe" fields should be updated on this. In theory if it was a MA crossover strategy and it passes then it should drop to timeframe X, if it fails it should go to timeframe Y, both of which can change depending on the EA. The solution for this I thought was the Set current timeframe block, but as I explained above its not working, so just trying to figure out how to do this.

      posted in Questions & Answers
      X
      Xander
    • Switching between EAs and timeframes

      Hi All
      I have been struggling with multiple timeframes for a bit now. The components of current EA I am working on works perfectly on a 1h chart and 5min chart. The problem I have is that the EA requires X to happen on the 1h chart and should then drop down to a 5min chart and do Y. The solution I came up with was "Set current timfeframe for next blocks" block. But it does not seem to be working. The command to turn on the block and have it execute is working and I can see this working in the log. The block itself does however not work. I confirmed this by connecting a sell command to this block which does not trigger. When I connect the sell command to the block which should turn this one on it does trigger. Would really appreciate some help on this

      posted in Questions & Answers
      X
      Xander
    • Ignore sunday data

      Hi Guys
      Is there anyway to code an EA to ignore Sunday data. I asked towards the end of last year and have been trying to work around this but to no avail. Would really appreciate some help on this.

      posted in Questions & Answers
      X
      Xander
    • RE: Multiple time frame objects

      As an exmaple both rows of blocks above will not pass when run on a daily (which is correct), but when run on a 15 min only the 2nd row does not pass when it should't. The first row will always pass

      posted in Questions & Answers
      X
      Xander
    • Multiple time frame objects

      Hi All. Apologies if this is a noob question, its the first time I am trying to use objects on multiple time frames. I wrote an EA which draws and delete trendlines/horizomtal lines on a daily chart and it works perfectly. I made sure all timeframes in the EA refer to the daily.

      When I use the same EA on 15 min it continues to draw these levels, but will delete all lines that originate at a daily high or low before it should. For some reason the problem is not there for lines that originate from daily open and closes? In the image below the top 3 blocks pass when they should not and the bottom 3 only pass when they should. Is it some limitation with the tester and data it uses?

      0_1542804103035_5a6b6aad-55e7-4e99-8438-126d5c837cff-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: MA of accelerator oscillator

      Just a follow up on this one. Does anyone know how to work out the square root of a buffer of a custom indicator, would really appreciate it.

      posted in Questions & Answers
      X
      Xander
    • RE: Blocks within blocks

      I know I am new here, but personally I think this would be amazing and make projects much easier to manage

      posted in General Discussions
      X
      Xander
    • RE: Updating loop criteria as the loop happens

      Thanks that does work. Just one question. In the below example the loop works perfectly and keeps drawing lines lets say 10 days back. When I add the condition for a bull/bear day(using either condition blocks or bull blocks) it stops working and only passes block 26 going forward. Not sure why?
      0_1542021419876_5399f742-d7d5-4169-9af0-08c3250d0592-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: MA of accelerator oscillator

      Thanks for the response. I figured the best way to do it would then be to calculate the values using the formula blocks which is working fine. Just one question (I have no coding knowledge). I need to calculate the square root of the results of one of the formula blocks but I am unsure how to type this into a value or formula block ?

      (trying to put a standard deviation indicator on volume if anyone has an indicator for that)

      posted in Questions & Answers
      X
      Xander
    • RE: "run as administrator error"

      Thank you for the response and sorry I forgot to update this one, the project name had ":" in its name, which is fine for dreema but for some reason does not allow the EA to be created as soon as I copied the project and changed the name everything was working

      posted in Questions & Answers
      X
      Xander
    • MA of accelerator oscillator

      Hi Guys

      Any way to base a condition on the moving average of the accelerator oscillator? I found a few posts saying it is not possible, so just wanted to check if anyone has an indicator or out of the box solution?

      posted in Questions & Answers
      X
      Xander
    • RE: "run as administrator error"

      Deleted the copied block and does not solve the problem

      posted in Questions & Answers
      X
      Xander
    • RE: "run as administrator error"

      Just a slight update, this seems to be EA specific and not sure why? The EA causing the problem is much smaller than the other one for which I can generate an EA. I did copy a specific block from another EA into the small EA (just one condition), is there perhaps something I did wrong during this process?

      posted in Questions & Answers
      X
      Xander
    • "run as administrator error"

      HI Guys
      Sorry for the stupid question but here it goes. I was running the desktop version for weeks now without issue then it stopped compiling and gave the error message below. I understand what it is asking but no idea how to do it? Would also really appreciate it if someone can tell me what I did wrong in order to get this error? Rechecked all the file paths they are correct.
      0_1541471251335_f39788c6-9b54-449b-914f-b4545dcbfe82-image.png

      posted in Questions & Answers
      X
      Xander
    • Updating loop criteria as the loop happens

      Hi Guys

      So basic idea is I have a set of three conditions applied to candles 0, 1, and 2. If the conditions fail I want the conditions to run again but "shifted" one back (ie use candles 1, 2 and 3) and so on until all conditions pass. I really have no clue where to start on this one so would appreciate any suggestions.

      posted in Questions & Answers
      X
      Xander
    • RE: Ignore Sunday/alter EA variable look back

      There are a few conditions, but the basic idea is the EA references the 4h candles in the previous trading day's data which works fine when there are 6 candles as in a normal day, but the 1st 4h candle of the week is the only candle for Sunday so there are not enough candles for the EA to work which causes problems. If I can somehow to get it to ignore "Sunday" and refer tot eh last full trading day (being Friday) it should work. Not sure how to do this?

      posted in Questions & Answers
      X
      Xander
    • RE: Move confirmed with breakout above moving average of volume

      Hi Guys, apologies for the stupid question but I cannot get the cross to work for this indicator? The below EA is just supposed to buy when Buffer 0 is greater than buffer 1, but this never happens even though I can see it on my chart. The indicator is the one uploaded by Miro, just changed the name (its the same in mt4 and in FXdreema):

      0_1540377534330_5a81deb5-6772-46dd-8cce-97caad26d836-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Apply MA to volume

      Nevermind, found an older post with a solution by Miro, linking it here just for my reference and if anybody else has a similiar problem https://fxdreema.com/forum/topic/6372/move-confirmed-with-breakout-above-moving-average-of-volume/3

      posted in Questions & Answers
      X
      Xander
    • Apply MA to volume

      Hi I would like to apply the moving average indicator to volume. I know this is possible in standard mt4, but not sure how to go about it in the EA.

      posted in Questions & Answers
      X
      Xander
    • 1
    • 2
    • 3
    • 4
    • 3 / 4