PDA

View Full Version : Indicator driven, dynamic ATM Strategies


vlc
09-24-2007, 04:15 PM
I have a third-party indicator that plots the entry price, lot size, stop and profit target for a trade.
Would it be possible (via script) to assign a keyboard shortcut key which accesses those values and generates, or better, amends an existing ATM Strategy in real-time, then have it pop-up a dialogue box to confirm the order?
If yes, how long would it likely take to code such a script?

NinjaTrader_Ray
09-24-2007, 04:21 PM
Unfortunately this is not supported.

vlc
09-24-2007, 04:30 PM
Just noticed how to get a scipt to reference an indicator dll and gain access to its methods. Is there some sort of introspection technique to discover what methods are available, etc.?

NinjaTrader_Ray
09-24-2007, 06:24 PM
Please check out the Help Guide > NinjaScript section. All the information on properties and methods are located there.