Problem with take profit
-
hi guys, sorry if this is a noob question, i intend to take profit for every 6 pips, somehow i did a visualization during the backtest and the ea will never take profit even though the conditions are met.

below is a shared link of the project.
https://fxdreema.com/shared/aDVaNE4ac -
@tedhor07 in blocks 15 and 17 , the profit and filter are set to 7 pips. that could be your problem
-
@q8carpenter ahh sorry , wanted to write 7 pips, typed wrongly.. still it didnt take profit during backtest, regardless of which profit taking level.. but is there any problems with the blocks arrangement though?
-
@q8carpenter when i did visualization, all the opening orders will never be closed even when it reached the profit taking level..
-
@tedhor07 if you're trying to close a group of trades with a sum total of 7 pips, then try removing the "filter trades with certain profit" within the blocks.
-
