Set Trailing Stop to True/False
-
How do I set trailing stop loss as an option?
If true use trailing sl if false turn it off and use tp and sl -
There are different possibilities. You can create a bool Condition (input parameter) initiated as you prefer. Then you can use that input on a condition block immediately above the TS block. That way you'll be able to choose if TS is functional or not.
-
@l-andorrà said in Set Trailing Stop to True/False:
There are different possibilities. You can create a bool Condition (input parameter) initiated as you prefer. Then you can use that input on a condition block immediately above the TS block. That way you'll be able to choose if TS is functional or not.
Is this the right way @l-andorrà ?

-
Yes although it doesn't need to be connected to the yellow of no trade, straight under the bool condition will work
-
Thank you @jstap !