last minimum stop loss
-
Hi everyone,
I am building this robot, and I have a question.
Does anyone know how to stop the last minimum stop loss? -
what do you mean exactly? stop the stoploss? just enter 0 then there is no stoploss
-
What are those three condition blocks supposed to do? The will never been activated unless a buy is open. Is that what the EA is intended to do?
-
Look, I explain, it's triple screen strategy.
First condition: That in daily charts if the price is purchased, it is above 10 periods.
If it is not above ... the other conditions do not work and the robot does not launch operations.If the first condition is good, the second is that the MACD in 15 minutes is equal to 0 or greater.
If it is not met, the third condition is not valid, and the robot does nothing.If you meet this second condition, then the third is that the RSI in 15 minutes is above 100.
If you meet all 3 options, open a purchase-only position (because the first condition was if the price is above 10 periods
and the macd equal to or greater than 0)Then, when opening position, the stop has to put it in the last minimum, then, for example 40 stop points, the profit put it to 40 points.
I don't know if he explained to me correctly.
I put a print for example, I open a purchase on the green arrow and I want to put the stop directly at the minimum, where the red arrow is.

-

He should go look here to set stoploss as to use the indicator he want to meet the stoploss
-
@noelito1981 Here:

-
@roar @AlphaOmega Thank you very much friends!!!