- ago
I'd like to be able to backtest scenarios in which I can create a split in the stop loss, i.e. 50% of the position retains the original stop loss value, and 50% of the position have an adjusted value and/or can be closed out at certain profitability.
1
124
Solved
3 Replies

Reply

Bookmark

Sort
Glitch8
 ( 12.85% )
- ago
#1
It’s already possible in a C# Coded Strategy.
0
- ago
#2
Right, but I guess it's a follow-up to my invitation to discuss this in another topic:

Adjusting S/L value after trade becomes profitable with Blocks
0
Cone8
 ( 24.10% )
- ago
#3
Forget about splitting. Just set up two entry blocks that have the same conditions. Then, you can apply different exits to each one.

"Splitting" positions in a WL8 C# strategy is pretty easy, but more logic is required to track if the split condition occurred and what to do if it did or did not. I don't think it would be trivial to integrate with existing building block logic.
1
Best Answer

Reply

Bookmark

Sort