How to stop bot from trading on certain PnL
-
i want my bot to stop trading when it reach a certain total profit and loss
https://fxdreema.com/shared/Nnc6qJqhb
this is my bot
-
You need something like this instead:
https://fxdreema.com/shared/LHZfs3gvb
This structure closes all open trades when daily profit is hit and no new trades until next day.
-
@l-andorrà
okay what about for loss boss -
@l-andorrà
also i feel this is for a running tradei need for a closed trade
to calculate profit or loss -
i figured it out with consecutive loss & profit block
-
Sorry, I didn't see your replies before. I'm glad you fixed it.