I'm not completely sure I understand it. Could you please add some screenshots?
Posts made by l'andorrà
-
RE: the EA opens several positions at once and if I add the "no trade" the EA breaks down. Help me please.posted in Questions & Answers
-
RE: please help with this , is this a bug ?posted in Bug Reports
It sounds really weird. Did it happen before?
-
RE: So many lines of codes!posted in Questions & Answers
I'm not a programmer but I would say that maybe some blocks were deleted on your project but not in the resulting code?
-
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
@seb-0 said in Horizontal line movement:
@l-andorrà Sounds always good, thanks

In my case the line is updated only. Do you mean every time you restart de EA ?Not only then, but also when they are not required anymore.
-
RE: https://fxdreema.com/shared/EIhm5OB1b can someone help me to make it workposted in Questions & Answers
Try this (for buys only):

And disconnect block 7 from block 1. Trailing stop needs to be independent from buy/sell lauchers most of the time.
-
RE: https://fxdreema.com/shared/EIhm5OB1b can someone help me to make it workposted in Questions & Answers
What's the exact problem?
-
RE: Forum Search Tip.posted in General Discussions
@dani-1 said in Forum Search Tip.:
How to add three variables and print result on chart? please help
This is not the topic of this thread.
-
RE: hola quisiera que mi robot se detenga.posted in Questions & Answers
Lo que debes hacer es especificarle que funcione sólo entre las 01:00 y las 24:00 a través del bloque 'Time filter'.
-
RE: How to add three variables and print result on chart?posted in Questions & Answers
You can use two blocks for that: 'Comment' and 'Comment (ugly)'. Both will show those variables when you insert them into the block.
-
RE: When I put 0.01 in my EA is placing 0.10 in operations, does anyone know why?posted in Questions & Answers
Could you please share you project to take a look at it?
-
RE: the EA opens several positions at once and if I add the "no trade" the EA breaks down. Help me please.posted in Questions & Answers
Just write a number one on both condition blocks here:

-
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
seb 0 is right. And don't forget to delete past lines. Otherwise your chart will be plenty of them.
-
RE: How to change Variable value when a condition is met?posted in Questions & Answers
You're welcome man ;).
-
RE: "Cross width" Clarification For Indicatorsposted in Questions & Answers
@paul-5 Your trailing stop is checked between buy and sell launchers. I recommend you to exchange its ID number with block 55. That way it'll be checked after both launchers.
On the other hand, I'm afraid I'm not good at all at giving advice on profitable strategies, sorry

-
RE: Does anyone really used trading robot for Forex trading?posted in General Discussions
Ok, Great! Did you get those results with an EA made with fxDreema?
-
RE: Forum Search Tip.posted in General Discussions
I would also love that! Unfortunately, the forum doesn't offer that option right now. Maybe if many users ask for it, the admin could something about it. Is anyone else supporting this request?
-
RE: Can a constant be used in MT4 optimization?posted in Questions & Answers
Yes, you can select a constant in your optimization process.
-
RE: I need help with this please, to make ranges and operate at the break of these ranges.posted in Questions & Answers
I'm not completely sure about the forum rules for uploading stuff from outside fxDreema. I would say that you can upload it as fas as there is not any copyright infringement.
-
RE: Conditional trailing stop lossposted in Questions & Answers
No problem. Let's take a look on what you have so far. Could you please share your project?