Macd trailing stop principles
-
Hello Dreemas
I have a idea about MACD. Is there a way to close a trade when its below 25 % of highest point. Its like a Trailing stop principle.
But "Check distance" and "condition" doesnt have it the percentage. Could some one help me please?

-
@william-1 There is no block doing that. You will need to do that calculation via 'formula' blocks.
-
Then i need to find the lowest value of MACD and the calculate. But there is no option to find lowest value

How is that?
-
@william-1 said in Macd trailing stop principles:
Then i need to find the lowest value of MACD and the calculate. But there is no option to find lowest value

How is that?
lowest value is always changing, how will it calculate if it forms a low, and then another low, and another...
-
@william-1 Finding the local low is very complex and no, there is no block option doing that. Shouldn't you try to find when the signal line is crossing the main one, for example? That is way easir to find and that is very close to identify a local max/min.