You can share here your new conditions and we'll try to help you.
Posts made by l'andorrà
-
RE: Trying to teach my kids but need help starting this indicator (any help is appreciated)posted in Questions & Answers
-
RE: Close trades upon hitting targetposted in Questions & Answers
Do you have any initial project to begin with? If so, can you please share it?
-
RE: AND command blockposted in Questions & Answers
Sorry, I forgot that 'wait to pass' feature. Why do you exactly need it?
-
RE: new to fxdreema have two questionsposted in Questions & Answers
Here you will find how to do all types of crossovers:
https://fxdreema.com/instructions/builder/crossover
And here how to upload custom indicators:
-
RE: please help me, I'm new here ..posted in Questions & Answers
I'm afraid I don't fully understand. Do you mean using both a MA and the stochastic indicators in the same block? Or do you mean on the MT4 platfrom?
-
RE: how Activate one deal in direction without no trade?posted in Questions & Answers
That's exactly the same initial project. Could you please share the latest version?
-
RE: how Activate one deal in direction without no trade?posted in Questions & Answers
Could you please share the las version of your project again?
-
RE: Trying to teach my kids but need help starting this indicator (any help is appreciated)posted in Questions & Answers
Hi David. My first recommendation is reading ALL tutorials and intructions pages. That will give you a first glance on what is fxDreema. Then you should begin with small parts of your EA, not the whole of it. That way you will begin to try the builder. Finally you can ask everything you need the in the forums. We will help you.

Welcome onboard.
-
RE: (buy/sell expiration mode) Not Working...posted in Bug Reports
Does it work well for you in mq4, Rupp? Can you please confirm it?
-
RE: AND command blockposted in Questions & Answers
Why not duplicating the structure and then connect the results at the end?
-
RE: HOW CAN I REVERSE A NEGATIVE TRADEposted in Questions & Answers
Are you talking about martingale. I do not recommend it. You will lose for sure. However, if you are still interested, you can read this:
Betting: Martingale/Paroli
https://fxdreema.com/instructions/builder/money-management -
RE: Mark/flag a trade?posted in Questions & Answers
I'm afraid I don't follow you now. Can you please explain a bit more?
-
RE: I need a loop, but don't know which oneposted in Questions & Answers
@paragorundu said in I need a loop, but don't know which one:
Hello @l-andorrà ,
I am working on something that really has similar parts as what you are trying to do.
I now do not have time to explain in detail (using screenshots etc.) but please be aware that can be accomplished.
I will be happy to provide as much info as I can when I have time but for now you can start working with this idea.
I hope it's useful and works for you.
Regards.
Sounds like a very interesting idea, my friend. Please don't hesitate to share it when you have propely slept.
Thank you. -
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
@zackry said in Horizontal line movement:
@tcanuto i havent looked at your project but from the
@tcanuto said in Horizontal line movement:
How to make? For me it still does not work.
I need that when the price reaches the historical high of the asset, if the price exceeds this line, move the line up once per candle.
See my project: https://fxdreema.com/shared/auJ90pfcc
i dont understand what you did in the project but , what you are trying to achieve can easily be achieved via : https://fxdreema.com/shared/FE38aqULc
Would that fix your problem, tcanuto?
-
RE: how Activate one deal in direction without no trade?posted in Questions & Answers
Just a few questions.
- Conditions in blocks 30 and 31 are based on cnadle ID 0. Are they working properly? Are they behaving as you want?
- Those 'Once per seconds' blocks will not work as designed, They are on the 'On tick' tab. That means that is there are not ticks arriving to the platform, they will not be executed.
- You need a variable to be reset regularly on order to get a new 0.01 lot size. You are using a Constant instead.
Let's begin with this, if you don't mind.

-
RE: how Activate one deal in direction without no trade?posted in Questions & Answers
Could you please share your project?
-
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
Thank you very much for the explanation. I finally found the solution by reading other forum threads.

-
RE: EA based on Price distance from ZigZagposted in Questions & Answers
It depends on the indicator. Can you please share it here in its mq4 version?
-
RE: CUSTOM TRAILING-STOPposted in Questions & Answers
Interesting. In that case just try what you suggested in your first post. That should work. If not, let us know.