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

    • How to draw an object on another active chart

      Hi

      Busy trying to have an EA (as part of one of its outputs) draw an arrow on another chart. For example if the EA is running on GBP and the conditions are met I would like it to draw an arrow on the EUR chart. I tried modifying the draw object block to specify the symbol but does not seem to work. I know the conditions leading up to this because all other outputs before and after this block ruin. Any advice?

      0a004d26-8a92-4df3-9725-1ed8a0699b3f-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Line showing price for other currency pairs

      Yeah same was have tried looping it with candle IDs etc and can't get it to work

      posted in Questions & Answers
      X
      Xander
    • RE: Line showing price for other currency pairs

      image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Line showing price for other currency pairs

      Thanks for the suggestion I tried that one, but the problem is that solution is it only traces from the point you load/initiate and does not populate/trace historic data:

      image.png

      posted in Questions & Answers
      X
      Xander
    • Line showing price for other currency pairs

      Hi All

      Trying add something which will (for example) draw a line for the high and low of the GBPUSD on the EURUSD chart. I would like this to include price points for historic bars as well (should look like a moving average line with period set to 1 for the other forex pair, GBPUSD in the above example)

      I found this on the forum: iMA(NULL,0,13,8,MODE_SMMA,PRICE_MEDIAN,i)

      My understanding is I can just replace the NULL with the currency pair needed but not sure which blocks to use and if I need to do anything more than copy and paste the above code - hoping there is a simpler way.

      posted in Questions & Answers
      X
      Xander
    • RE: Referencing other charts

      Doesn't seem like it., but hoping to be wrong. Running it in backtester, but dont think that the issue because the indexes are working.
      0_1621929793894_ee9e73ca-7a60-46c5-a0d3-c3b1cbd60627-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: variable and currency name

      Thanks for the help, just two questions.

      1. Is it a string type variable like I"andorra suggested (not sure where to find it on your version, using the mt4 version)
      2. Ideally I would like to be able to type these in as inputs when loading the EA but I receive an error when making them adjustable string variables (using a modify variables block).

      Thanks again for going through the effort of responding all.

      posted in Questions & Answers
      X
      Xander
    • RE: Referencing other charts

      If it has to do with a weird naming convention for Forex pairs I am not sure where to find this in my platform and woul appreciate any guidance

      posted in Questions & Answers
      X
      Xander
    • Referencing other charts

      Hi All

      Busy working on an EA for dow theory and basically trying to have it look at two separate assets at the same time. It is working brilliantly for indexes such as US_100 and US_500, but when I put it on the EURUSD and reference the GBPUSD it does not work. It recognizes the EURUSD part but not the GBPUSD. Really hoping someone can point out my mistake below using the US_30 as an example of something that works and the GBPUSD as something that does not:

      0_1621844315737_f8bc23fe-3a6f-457a-89a5-96b8c14ae54a-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: variable and currency name

      Ok thanks might drop this one into the main area and see if anyone knows, but will give you suggestion a go as well

      posted in Questions & Answers
      X
      Xander
    • RE: variable and currency name

      Hi

      Is it possible to manually enter this into the variable when creating the code as a string or something similar? Just not sure what the type would need to be?

      0_1621586108912_9077071b-a084-4025-acdc-133448f40d51-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Drawing lines at all 00, 20, 50 and 80 levels below bid

      Just refreshing this one to seem if someone maybe has an answer?

      posted in Questions & Answers
      X
      Xander
    • Drawing lines at all 00, 20, 50 and 80 levels below bid

      Hi All

      Going to be honest here. I have no idea how to do this.

      What I am trying to do is get the EA to draw a horizontal line at price levels 00 20 50 and 80 once certain conditions are met. So for example if the EURUSD is trading at 1.1136 when the conditions are met I want to draw a line at 1.1120 and 1.1150.

      Any tips or advice would be really appreciated.

      posted in Questions & Answers
      X
      Xander
    • RE: Bug in time value block?

      Great thanks, and to do that do I just type in "string" instead of "double" in the variable fields (like in the last one in the below screenshot)?

      0_1610227352505_557e339f-307f-4d79-a9c9-bf6fd8e64fc9-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Bug in time value block?

      Might also be worth noting that if you change the variable to time stamp format it does not trigger at all?

      0_1610149794172_85758561-06ec-4832-a1f9-ef5a364c7de3-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Condition " if current market = EURUSD"

      Not really trying to set it to "EURUSD". It is more of a test to see if it is "EURUSD".

      posted in Questions & Answers
      X
      Xander
    • Bug in time value block?

      Hi All

      Hoping I am wrong on this one and that someone might be ale to help. I have created the following two blocks:

      0_1610148823384_b93b23c5-4fbb-4290-b30f-cf23e25a1f8c-image.png

      When I change the values in the back tester for MT4 to 07:45 to 10:00. The block will pass from 07:00 to 10:00. It seems to only look for the hour and not the minutes. Ideally I would like it to run from 07:45 to 10:00 not 07:00 to 10:00 as it currently does. Would be really interested in possible solutions?

      0_1610148949602_c7d56fa5-5fd4-4cc0-a2c7-65234e533534-image.png

      posted in Questions & Answers
      X
      Xander
    • Condition " if current market = EURUSD"

      Hi All
      Just trying to set a condition to test if the current market = EURUSD for example. Tried the below but does not seem to work. (Tried "EURUSD" and a few other variations as well so guessing I am using the wrong block?)

      0_1609365351489_bbe0d42e-13ab-48dd-ac73-6f48ae066dac-image.png

      posted in Questions & Answers
      X
      Xander
    • RE: Bug - All conditions reset to MA?

      Is there an option to recreate it from an MQL file?

      posted in Questions & Answers
      X
      Xander
    • RE: Bug - All conditions reset to MA?

      0_1602060717267_1bbedf3d-e365-41ec-baff-7d85de7266c0-image.png

      On a side note after this experience is there anyway to create multiple versions of a project or even backups which can be imported?

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