fxDreema

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

    Xander

    @Xander

    3
    Reputation
    1410
    Profile views
    80
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Xander Unfollow Follow

    Best posts made by Xander

    • RE: Conflicting conditions

      Thanks and slap on my face

      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
    • 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

    Latest 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