- ago
I would like to test strategies with different weights in opposing trades. Specifically, I would like to enter a lower % of equity on a short signal vs. a long signal.

Is that possible with building blocks and/or code?
0
196
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
Yes, it's possible in C# code using the Transaction.Quantity property:

Is it possible to indicate order size in PlaceTrade?
Dynamically increase position
Adjusting Quantity on a Sell Transaction
1
Best Answer
- ago
#2
Thanks, Eugene.
0

Reply

Bookmark

Sort