PDA

View Full Version : Trades per session


lgarcia3
06-01-2008, 01:15 PM
I'd like to know if there is a way to control the number of trades a strategy executes per period. I could do it with flags a counters, but is there something pre-built?
Thanks!

NinjaTrader_Josh
06-01-2008, 01:45 PM
Flags and counter is the way to proceed. Alternatively, you can proceed with some built in things in regards to PnL. There is a reference sample for the PnL method of limiting your strategy in the Reference Sample section you can check out.