With the block (check distance) can I create a condition between an open operation and the current price so that there will not be another operation if there is no x distance between the two?

Posts made by Juan Manuel Quiñonero
-
Distance between operation and priceposted in Questions & Answers
-
Do not repeat Lotsposted in Questions & Answers
Hi.
How can I do so that I do not repeat the batches using the Martingale / Paroli block?
That is to say, as long as the operations are positive, there will be no operations, even if the condition is the same, in this example a crossing of Moving Averages.

-
RE: Add a constant to each operation.posted in Questions & Answers
When I use martingale for purchases and sales together I have the problem that the operation loses, in the next one that opens I add the lot.
Example Operations closed at the same time in group (buy 0.01 sell 0.03 buy 0.05) sell loses, then in the next operation (sell) opens with lot 0.05, I would like to reset the three and start selling 0.01.
-
Reset Martingaleposted in Questions & Answers
When I use martingale for purchases and sales together I have the problem that the operation loses, in the next one that opens I add the lot.
Example Operations closed at the same time in group (buy 0.01 sell 0.03 buy 0.05) sell loses, then in the next operation (sell) opens with lot 0.05, I would like to reset the three and start selling 0.01.
-
Open another operation followed by another.posted in Questions & Answers
Hi.
How can I do if an operation (Buy) has closed in profit and the same conditions continue to open another operation (Buy).
Thank you. -
Distance between EMAs in PIPposted in Questions & Answers
Hi.
How can I create a condition of a minimum separation between EMAS in PIPs?
-
RE: Two conditions are met.posted in Questions & Answers
Not in the same candle.
First one and then the other, but not in consecutive candles.
There may be a separation of x candles. -
Two conditions are met.posted in Questions & Answers
Hi. How can I do, if two conditions are met, open an operation?
These conditions are separated by an indeterminate number of candles.
For example a junction of EMAS and a stocahastic level.
-
Errorposted in Questions & Answers
When I try to run my EA in MT4 strategy test it does not work and I get the following error: 2018.08.30 22: 10: 04.542 2017.01.01 11:00:00 Testing pass stopped due to critical error in the EA.

Thank you. -
Add a constant to each operation.posted in Questions & Answers
How can I add a constant to each new opening operation?
Example:
Constant = 2
First buy 0.01
Second buy 0.03
Third buy 0.05
and so on.
Thank you. -
RE: A TP for multiple operations.posted in Questions & Answers
I do not know how to make an example?
Thank you. -
Add a number of lots to the last operationposted in Questions & Answers
Add a number of lots to the last operation.
Constant=21ª Buy 0.01
2ª Buy 0.03
3ª Buy 0.05
successively. -
A TP for multiple operations.posted in Questions & Answers
Does anyone know how to do for a TP for multiple operations?
Thank you. -
RE: Open new operation if the price goes against the end of the candle.posted in Questions & Answers
The idea is to add x lots to the last open type grid operation.
-
RE: TP for a group of operationsposted in Questions & Answers
How can I do to have a TP from a group of grid operations?
-
TP for a group of operationsposted in Questions & Answers
How can I do to have a TP from a group of operations?
-
Open new operation if the price goes against the end of the candle.posted in Questions & Answers
How can I do .
Example: I have an operation (BUY) with a certain TP, I want that when the price goes back below the line (Buy) there will be another operation (Buy) adding x lots to the previous operation.