Hello Jasp, maybe my explanation was not clear. The robot completes all the construction steps. The problem is generated when the operations are closed by reaching the take profit (when the operations are closed by trailing stop, the trend has reversed and the conditions are surely already in place to open contrary orders) but if the trend continues, Example : the take profit was 150 pips and the trend continues up to 500 pips; Not only does it not reopen orders in favor of the trend; sometimes it opens orders to the contrary. I wanted to know if I can build a module that tells the robot that if the conditions that generated the first orders are maintained, it should open more orders in the same direction. Thanks for answering
Posts made by Campero
-
RE: Add module.posted in Questions & Answers
-
Add module.posted in Questions & Answers
Hello. To this construction I want to add a module that allows you to return to buy or sell (depending on the situation) if the orders have been closed by tacke profit (not by trailing stop) and the trend is maintained. Currently it does not open more orders in the same direction and sometimes opens them in the opposite direction to the trend. Example saw sales and opens purchases, which causes losing what has been gained if the trend continues. I explain, open contrary operations without the signal (crossover of averages) telling the robot to do so. Add module it's possible?
https://fxdreema.com/shared/LJ1hh2q3d
Thanks for your help . -
RE: How to configure the "No trade" blockposted in Questions & Answers
@jstap Thanks for your help Jasp
-
How to configure the "No trade" blockposted in Questions & Answers
Hello. I want to add a grid of 10 trades after the robot makes the first purchase. What should I put in the no trade block? All the numbers of the operations? example 0,1,2,3,4,5,6,7,8,9,10, or just the group number (1), or I don't put anything Thanks for your help
https://fxdreema.com/shared/Bmtu6Txpc -
RE: How the -period for the¨on Timer¨ event- option worksposted in Questions & Answers
@Ipod said in How the -period for the¨on Timer¨ event- option works:
Every 60 seconds it runs the blocks within the timer section.
Thanks for your help
-
RE: How the -period for the¨on Timer¨ event- option worksposted in Questions & Answers
@l-andorrà Hello, thanks for answering. My question refers to the red box in the image, in the "project options" section.

-
How the -period for the¨on Timer¨ event- option worksposted in Questions & Answers
Hello. I don't understand the function (period for the¨on Timer¨ event) in the Project Option description. I want to make a robot for the H1 time frame (ONE HOUR). What should I put there? thanks for your help
-
Block for close pending operationsposted in Questions & Answers
Hello.
I want to achieve that when one or several operations are closed due to loss (stop loss) or profits due to trailing stop, the pending operations (open in grid) are also closed. Which of these blocks is right or if both are wrong, how should I do it? Links
https://fxdreema.com/shared/on2VspKjd
https://fxdreema.com/shared/7UtQQLpwd
Thanks for your help. -
RE: Take profit with indicators.posted in Questions & Answers
@l-andorrà Sorry. I couldn’t explain. What I need is a block that runs the reverse operation for the take profit Example: Two indicators, moving average 8 (fast) and moving average 50 (slow). When the fast moving average crosses upwards, buy, I need a block that when the fast moving average crosses down closes the operation, which works as a take profit. Thanks for your help.
-
RE: Take profit with indicators.posted in Questions & Answers
@l-andorrà Hi I do not know how to do it. Any explanatory video or example?
-
Take profit with indicators.posted in Questions & Answers
Hello everyone. How can I build a trade close block with two indicators substituting for take profit in pips? Any explanatory video? thanks for your help
-
RE: Construction errorposted in Questions & Answers
@l-andorrà said in Construction error:
Ok, so if I understand it correctly, you want the EA to program just one buy or one sell pending order and moving it as price is evolving. Is that correct? There will never be two pendiong buys or two pending sells. Correct?
Hi. I've been a little sick. If that's exactly what I want. That when opening an operation (purchase or sale) the robot opens a hedging operation (pending order,
purchase or sale) and that this pending order moves with the price thank you for your help. -
RE: Construction errorposted in Questions & Answers
I want a single pending order (cover) that moves following the price. The robot I built creates an order and when it moves to a new price it creates a new order and does not delete the previous one. There are 2 coverage orders left and I only want one.
-
RE: Construction errorposted in Questions & Answers
I want to create a single pending order (cover), which follows the price at x distance. This is done by the robot but it does not delete the pending order that it created earlier. That means that after a few hours there are many pending orders created. I only want one, the first. Thanks for your help
-
Construction errorposted in Questions & Answers
Hello everyone. How should I do so that this robot, when moving the pending order, eliminates the previous pending order that it created. This configuration creates an order each time it moves but does not delete the previous one. Am I missing a block or is it misconfigured? Thanks for your help.
https://fxdreema.com/shared/yX7tHmV0e -
Robot based on the Parabolic Sarposted in Questions & Answers
Hello everyone.
I am trying to build a robot that will open and close trades with the parabolic sar but I have not succeeded. Can you tell me if there is a video that shows how to do it or if there is a robot that serves as a vessel for the construction. Thanks everyone for your help. -
RE: Add coverage order.posted in Questions & Answers
Thanks for your understanding. It is the whole project, very simple, I open the manual operation and the bot adds the pending operations, so far I have achieved it. I got stuck in the hedges. Ideally, it would also add stop loss, take profit and coverage. All automatic and optimized according to torque. Thanks.