I will help you. Do you have any specific strategy in mind?
Posts made by l'andorrà
-
RE: Is there somebody how have tryed the program fully?posted in Questions & Answers
-
RE: Price reachedposted in Questions & Answers
Not sure you are talking about closed or open trades.
-
RE: how can fix this ?posted in Questions & Answers
Your timer configuration by default is 60 seconds. That doesn't match what you say on both top blocks.

That means that every 60 second what is required on the blocks will be executed. Is that the way you want it ti be executed?
-
RE: Qustion for real programmersposted in Questions & Answers
I found the solution on a different forum. Thank you all for hyour help, though.

-
RE: Take the value of the last fractalposted in Questions & Answers
Firstly you create two variables. One for fractals up and another one for fractals down:

Then you catch them here:

Don't forget to spacify candle ID 2 as per the screenshot. Fractals are vever formed on candle ID 0 and 1.
-
RE: Need help to build an EAposted in Questions & Answers
Yes, you can create the whole structure on the current 'on tick' tab. In effect this is the place to do it. You can control it by using the 'once per bar' block. That block passes just once every time a tick is arriving for the timeframe it's defined for. In your case M15.
-
RE: Donchian Channel Conditionposted in Questions & Answers
Could you please upload a screenshot showing exactly what you need?
-
RE: actual how to create indicator with drawn arrow buy or sellposted in Questions & Answers
Ok. So you want an EA behaving like an indicator? Is it supposed to open trades?
-
RE: Help me 🙏🏻🙏🏻🙏🏻posted in Questions & Answers
You need to write which specific markets are intrested into and separated by comma: EURUSD,GBPUSD,AUDUSD, etc.
On the other hand, I recommend to separate that 'trailing stop' block from its current position. Just link it under a 'Pass' block and don't connect any of them to the other threads. That way it will not be conditioned to any condition there and will work more accurately.
-
RE: actual how to create indicator with drawn arrow buy or sellposted in Questions & Answers
I'm afraid I don't fully understand. What indicator are you talking about exactly?
-
RE: Need help to build an EAposted in Questions & Answers
I'm afraid I don't fully understand. Do you mean that the current high (candle ID 0) must be at least 200 pips (or 20) above the previous one (candle ID 1)? If so, you need to write "+200 pip" instead (or "-200 pips").
On the other hand, just remove the 'for each trade' block. It is useless for launching trade. Finally, are conditions on blocks 2 and 3 supposed to happen at the same time? Or just any of them?
-
RE: Donchian Channel Conditionposted in Questions & Answers
Firstly, you need that indicator. Do you have it on a mq4 format? If so you can upload it to the builder and then we can continue.
-
RE: apply a mean to an indicatorposted in General Discussions
Sí señor, hablo español.
Vale, ya lo entiendo. Lo que pasa es que parece ser un custom indicator y no el que se ofrece directamente en fxDreema. ¿Lo puedes subir aquí para que le pueda echar un vistazo? -
RE: my EA, in the tester, does operations where there is no priceposted in General Discussions
Can you please share it here?
-
RE: How to create pullback EA?posted in Questions & Answers
Sounds good. Let me recommend you tocreate your own first EA and the share it here. I will help you to improve it.

-
RE: Qustion for real programmersposted in Questions & Answers
How can you do that? I can't see those colours on my MT4.
-
RE: Need help to build an EAposted in Questions & Answers
@jomo10 said in Need help to build an EA:
shared/Rv6aQVGJd
This is how you need to do it jomo 10.
https://fxdreema.com/shared/Rv6aQVGJd
Blocks 5 and 6 must be separated from the rest of the structure. A 'For each trade' block creates a loop for all happening below it so it needs to be usually on top of its own tree of blocks. On the other hand, what does that 200 mean on the adjust box on blocks 2 and 3?