I am in the process of building an ATM strategy ( either dom or chart based) to achieve this functionality.
This is more around - Simulated Stop strategy in NT
Requirements;
- When a specific price is reached, it should trigger the following events
1 contract - It should be purchased at the trigger price
Stop - 15 ticks(from the entry price)
1 contract - This should be purchased at trigger price - 5 ticks
Stop - 10 ticks(from the entry price)
2 contracts - This should be purchased at trigger price - 10 ticks
stop - 5 ticks from the entry price
Targets;
- If position = 1 contract - Move the stop to BE on +5 ticks
- If position = 2 contracts - Sell contract 1 at +5 ticks, move the second position to BE
- If position = 4 contracts - sell 2 contracts at +5 ticks, move the 2 to BE
Would it be possible to achieve this functionality from NT? If so, would you please help me build this strategy.
PS: Doesn't really matter if it can be fired from Chart or DOM.
I am little bit familiar with the programming language and if there are any pointers to achieve this, I should be able to pick it up as well.
Thanks in advance!!

Comment