How to Hide my TP & SL
-
please I want my EA to hide TP & SL
any help will be appreciated ... -
@luckybest Go to options -> Project options and activate virtual stops there.
-
ok.
thanks I will try it -
Are they really hidden from the chart when the option is selected? If so that means they are not really included in the trade, but simply calculated by the algorithm as a pips distance and then closed when the price is hit. Am I right?
-
@l-andorrà If you just switch it on, you see just horizontal lines drawn to the chart where your SL or TP would be. Therefore if someone uses the hidden SL/TP I strongly recommand to also enable the emergency stop feature that allows to set eg. SL a bit higher/lower than the one the EA uses in case that connection is lost or MT platform freezes or so.
Btw. I use that feature in the Tutorial EA. -
Great. Thank you.