You can try this:

A positive number means above and a negative one below.
You can try this:

A positive number means above and a negative one below.
It is not so complicated. Can you please share your project?
Let me put it this way and please confirm if I'm wrong:
Is that correct?
I see you are using MT5. I'm afraid that is the reason. I know that in MT5 the list of closed trades in your history trade tab is not acceed the same as it is in MT4. The administrator himself confirmed this to me. I guess the reason why it works in backtest is that there is no history at all there.
I'm afraid you will need a real programmer for this issue. I'm not your man for this, sorry. 
Good for you. Congratulations! 
Are you using the heikin ashi offered by default in fxDreema or are you using a custom indicator?
Hi Enrico, and welcome to fxDreema. I'll try to answer your questions.

@juanitomejiar said in I want to use my own indicators but when:
shared/JGYXbatVd
Can you please upload a screenshot of that indicator's upload window? Probably its name or any of its parameters is not matching its counterpart on the MT4 platform.
Do you mean comparing their respective open price levels?
I found the thread in which the admin explaind that problem.
I'm afraid I don't fully understand. You are opening manual trades and then you want the EA to open automatic trades? And then the EA should modify and/or close all of them?
Could ypu please share your project instead of just showing the image? That would help to find a solution.
I'm afraid fxDreema is not designed to create indocators, just EAs and scripts. You will need to find a custom indicator doing that elsewhere, sorry.
You can try a similar srtructure as I created here:
https://fxdreema.com/forum/topic/8803/daily-performance
You just need to insert all variables in a 'Comment (ugly)' block on a separated new tree on the 'on tick' tab. That should work.
Sadly those floating decimals are more common than they should. The creator said that they are a consequence of calculations executed within the block. If I remember corerctly there is a way to reduce those decimals by using a custom code block. Sadly, I'm not a programmer so I have no idea how to do it.
I don't fully understand the first error on the left. What is the exact problem?
You need to create a Constant in wich you will specify your desired performance. Then you can create several structures to stop trading. One of them can be:
https://fxdreema.com/shared/fZfo0H5td
You will need to adjust your MT4 history trade tab to one day only and run the EA every day too.
I see you created a new project with sime improvements, so I will focus on what is missing only.
https://fxdreema.com/instructions/builder/constants-and-variables
Then you need to insert that same variable here:

And here:

That would do the job. However, remember that that variable will double lot size to the infinite. You will need a condition to restart it to 0.