fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. l'andorrà
    3. Controversial
    • Profile
    • Following 0
    • Followers 415
    • Topics 76
    • Posts 16837
    • Best 1070
    • Controversial 44
    • Groups 0

    Controversial posts made by l'andorrà

    • RE: I created MT5 EA but it doesn't work. please help me thanks

      @truongvnd Can you please share the link to the project instead? That would help more than the screenshot.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Project suddenly deleted ??

      @steven888 You can contact the admin here:

      https://fxdreema.com/contact

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: Tutorial 06 - My Indicators in fxDreema

      I found a new challeng for miro ;). In order to complete his outstanding tutorial on custom indicators I would like to suggest how to deal with a common problem for MT5 users like me. How can mq5 indicators be recognized by fxDreema? Let's see this example: the humble accellerator oscillator. This is its mq5 variant when we drag it into the chart:

      0_1564064657486_01.png

      Apparently easy. No parameters and just two buffers, green and red. However, this is what we see when we try to upload it to our custom indicator's pool:

      0_1564064886678_02.jpg

      As we can see, both colour buffers are embedded into a single buffer 0. That means we cannot choose different colours for buy/sell conditions because both are offered on the same output buffer. How can we deal with cases like this?

      BTW, this is the indicator for MT5. 0_1564065320571_accelerator.mq5

      posted in Tutorials by Users
      l'andorrà
      l'andorrà
    • RE: As the snow increases, the trail stop gets narrower

      @Hoangmai Ok. Can you please share the link to your project instead of uploading a picture? That would help.

      01.png

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: When I put 0.01 in my EA is placing 0.10 in operations, does anyone know why?

      Could you please share you project to take a look at it?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Como guardar un precio, en una variable / How to save the price inside a variable

      ¿Me confirmas la respuesta a la primera pregunta, porfa?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciated

      @behold In programming there are ALWAYS better ideas. All codes can be optimized. However, I'm not a programmed, just a fxDreema user :(. I can just recommend you what you said. Try to isolate segments of your project and test the separatedly. It will take time, but you will find the issue sooner than later. However, please try deviate as many blocks as possible to the 'on trade' tab. That will remove processing requirements to execute all those blocks on the 'on tick' tab.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciated

      @behold Wow! 367 blocks on the 'on tick' tab. 😮 That's a lot of processing requirements for your MT4. Did you consider the possibility that part of the issue is that too much time is required to process all that code every single tick?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Show indicator on chart

      Use a 'indicator is visible' block instead. That should work.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: want to create EA that put order on custom indicator(arrow,dot etc)

      Is it the same indicator used in this thread?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: for each object

      You current configuration of the 'for each object' block is searching for one object only, not many. You should remove that limitation. Then the correct order will depend on how many objects that are NOT arrows are also present on the chart. That makes the A-Z or Z-A order to search for them too when you don't need them, necessarily.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How to get the highest drawdown value on screen

      @vish You can do it this way:

      0_1620890443666_01.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: enum volume mode

      I guess it can be made via custom code. I'm interested in that too. I hope someone can help.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Error in drawing and deleting lines and picking orders

      You should select the lines via an orange 'for each object' block as a loop instead.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: My first MT5 optimization on fxDreema...and the fisrt issue!

      @Jaico Me temo que no. Cuando más indgo más veo que el problema está en los bucles usados en fxDreema. Son una auténtica pesadilla para el optimizador. Pero gracias por tu sugerencia.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: EA not taking trades or taking false trades

      @coinmaster Initially I would agree with what Tipsy says. Most of custom indicators are repainting and this is the reason why they don't work in fxDreema. If you paid for it, I understand you don't want to share it, but if you want some serious help to fix the issue we need at least a link to the EA. Do not share the indi if you do not want, but we can only guess what happens in the project if you don't share the project.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Site uploading

      What do you exactly mean?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: High/Low

      @ramimoujaes Then you will need 4 variables. Two for yesterday's high and low and the other two for today's high and low:

      0_1615548008840_01.png

      And then we can filter that price today is within yesterday's high and low by comparing them to today's high and low:

      0_1615548069363_02.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: get the total number of open trades (Solved)

      @xyon126 Exactly. You need to insert those variables in your different buttons to get each number.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Year filter

      @Hellzer I don't see the logic behind that. What's the point of changing the TF in the middle of the backtest?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 3
    • 1 / 3