For example,
Enter 1 contract long manually and then automatically submit
1 contract stop @ -5 ticks
1 contract stop limit long 3 ticks above entry
1 contract stop limit long 6 ticks above entry
1 contract stop limit long 9 ticks above entry.
The idea is that I leverage into a position if it moves my way. Of course I would like to change the numbers according to what instrument I am trading but the automatic stop limit entries in front of the market are the bit I cant achieve. At the moment I am just doing it manually in the DOM and quite often I'm not quick enough so I am missing out on profits.
From the reading I have done, I need a custom coded ATM but since this isn't possible, is there another way? Possibly a pre running strategy that looks for my initial entry and submits orders automatically?

Comment