Can you give some examples of the possible Trailing Stoploss Combinations?
The examples below describe the combinations of these 3 settings: UseTrailingStoploss / RemoveFixedTakeProfitWhenTrailingStarts / Trail only buy or sell positions on the winning side
- True / False / False: This combination will trail the stoploss, it will not remove the fixed take profit and it will trail all positions: as soon as the TP or SL line is touched, all positions will be closed.
- True / False / True: This combination will trail the stoploss, it will not remove the fixed take profit, and it will ONLY trail the winning positions. If the SL line is touched when the losing position is still open, all positions will be closed. In case the losing position hits it's SL line (which was the original TP line), only the losing positions will be closed, and the winning positions will continue to be trailed.
- True / True / True: This combination will trail the stoploss, it will remove the fixed take profit, and convert the TP as Fixed SL line on the losing positions.
- True / True / False: This combination will trail the stoploss, it will remove the fixed take profit on all positions and trail all positions together.