PDA

View Full Version : Simple Strategy


Oli
03-02-2007, 05:40 AM
I want a Strategy that uses only profit targets no stops.

Bascially my ATI scripts in eSignal submit all the buy/sell order and handle bailing out. But I would like something internal to NT that puts in profit target orders (I would like to pass a Strategy name as parm with orders).

Something realy simple like:

Sell half position at 1 point profit

Sell remainder position at 2 point profit

I thought I could use the "wizard" to come up with something but it is proving more difficult than simply adding code to my scripts!

Any suggestions or even better sample Ninja scripts would be appreciated...

NinjaTrader_Ray
03-02-2007, 06:39 AM
Did you try just adding SetProfitTarget()?

Ray

Oli
03-05-2007, 11:42 PM
Is that an eSignal DLL function?