PDA

View Full Version : Strategy to monitor my positions


JangoFolly
08-19-2007, 10:16 PM
Hi. I would like to create a strategy that simply monitors positions I open manually through the DOM. Basically, I want to use the strategy as a babysitter for my discretionary trading to remind me (through an audio signal or changing the chart background) to look for a good exit once a certain adverse price level has been reached.

For example, if I open a long position through the DOM, and the price falls back eight ticks, I want the strategy to play a sound file that says "It's not doing what you thought: Exit!" (or something similar) and then repeat at the beginning of each new bar. The position would be closed manually through the DOM (i.e., the strategy would submit no orders).

After reading the distinctions between an ATM and a NinjaScript strategy, I am little confused as to which method (if either) is appropriate for what I want to do.

Thank you.


Regards,

NinjaTrader_Dierk
08-19-2007, 10:24 PM
>> I would like to create a strategy that simply monitors positions I open manually through the DOM
Unfortunately this is not supported, since a strategy only can monitor position(s) entered by this very strategy.

JangoFolly
08-19-2007, 10:42 PM
>> I would like to create a strategy that simply monitors positions I open manually through the DOM
Unfortunately this is not supported, since a strategy only can monitor position(s) entered by this very strategy.

By "entered by this very strategy" you mean that the entry is automated (programatically entered), as opposed to entered manually while the strategy is running.

Thank you.


Regards,

NinjaTrader_Dierk
08-19-2007, 10:49 PM
This is correct