- ago
Is it possible to create OCO orders using the building block? my focus is on the building block. I hope that the team's greatest efforts will be to improve the structure and options of the building block to help people who, like me, don't know how to program in C#.

Thank you
0
328
3 Replies

Reply

Bookmark

Sort
Cone8
 ( 23.52% )
- ago
#1
There's nothing special you need to do for OCO. For a long trade, you just need to add 2 blocks that Sell At Limit or Stop (or Stop Loss) below the entry block.

The implementations for TDA and IB brokers both support OCO.
1
- ago
#2

Sorry, I didn't express myself correctly. Is it possible, for example, for me to make a 50% partial when the price hits the EMA 9 and at the same time put the stop (from the remainder) to breakeven?
0
- ago
#3
You can come up with things like partial exits in C# code based strategies, not in Blocks.
1

Reply

Bookmark

Sort