MACD true signal line cross
-
@trader-philipps the third condition ( MACD) is not under first and second condition. everytime that first and second condition is meet together, then when MACD condition is meet the arrow must be release.
-
@amin I took a look here https://fxdreema.com/shared/F8uJEfSye as mentioned before in this thread. If this is not your actual setting, please update.
If it is, my post is still right, as follows ..

It will draw a line when
- RSI(7) < 25
- STO(5,3,3) <= 25
- MACD blue crosses up MACD red
-> All conditions have to take place at the last closed candle.
In your screenshot at the time the MACD cross took place when RSI already traveled above 25 and hence the EA did not draw a line.

Right?
-
@trader-philipps you are right. but it seems that with this situation the signals decrease . is it possible that keep the third condition ( MACD) for next several candle? for example when first and second condition met, then for next 5 candle the last condition is valid.
-
@amin On cross over confition you might check the "cross width". If you specify 3 for exapmle the condition may have occured the last 3 candles (as I understand it).
-
@trader-philipps No. i mean that after 2 first condition , third condition be valid for 4-5 next candle.
-
@amin In that case you would check first for thir condition to occur. Then check the other 2 according to the way they have to happen in the meaning of at the same tim (same candle) or in a range of candles.
If a range and independent crossing conditions are sufficient, you may work with the "cross width" condition on both of it.
If they have to occur at the same time within the last n candles, you'd probably need to create a loop and check back both condition per last n bars. Does that make sense? -
@trader-philipps Dear Philipps. Thank you so much for your help.
I need more help for my Position Manager that i need in my daily trading.
I need to Break even and trail my trades and patial closing as well.
Trailing stopn and Breakeven are working well. but partial closing is not working properly. most of times does not work at all.
Could you please help for this one again?
https://fxdreema.com/shared/EA0DObzgc -
@amin Is your trade manager "managing" manual opened trades or opened by an EA?