View Full Version : Strategy Development
- Enter Long at the Low of last 6 bars
- AtmStrategyChangeStopTarget
- &&High[0] > Swing(10).SwingLow[0]
- there has been a LH bar within last 10 bars
- Testing condition Higher High, Lower Low
- ExitShortLimit , ExitShortStop
- .NET framework 3.5 service pack
- Multi-time period session times
- Exit on close - late
- position of [0] when CalculateOnBarClose=true
- Trailing Stop using wizard
- enter only between 700 - 1615
- Live yesterday, some issues
- Call all orders
- How CancelOrder() work?
- SetProfitTarget("", CalculationMode.Ticks, Tp_ticks);
- BackTest bug using Multi-timeframe
- Exit from position not intended
- Help with Range Based Strategy
- Reversing Positions
- Moving average slope
- Plotting Profit Target & Stop Loss Prices
- How to get the fill price of a signalName?
- EnterLongLimit & Backtesting
- Default Account Size...
- Programming a Pullback
- How to program a compound instrument (pair trade)
- double exit strategy
- Multi Time EMA not working
- Unigue Entries with unique responses
- Simultaneous Positions
- ninja tech. analysis
- Drawing on Chart
- Multi instrument
- Entering Trade on Signal Bar
- Max Position Profit...
- CCI and Strategy Wizard
- Adding Indicator Color Lines to Strategy
- How to place All Or Nothing order??
- Is it possible to popup a confirmation dialog from strategy?
- Session begins and end in script.
- Syntax for multi time frame rising MACD
- Move "backtest results" option
- MACD Trigger Immediately?
- Leasing strategies
- How to tell the last tick of the Range Bar
- Auto Scale Option
- Scaling out of a trade...
- Strategy Wizard Question
- Easiest way to program "Is the market up or down"
- Hard code timeframe
- set commission in code behind
- How to move my stop to be+1 after so many ticks
- Running Multiple Strategies on 1 Instrument
- DrawHorizontalLine at StopLoss
- stop and target order submission
- Strategy Wizard Question
- CrossAbove
- Trailing Stop Loss/Profit Targets
- how to place a stop order thats active outside the trading session
- How to limit entries in current bar?
- Highest Bar of e.g. ADX
- Spurious OnPositionUpdate?
- IB Market Sell Order - Stuck on "PendingSubmit"
- Spread Strategy As Indicator, StrategyPlot
- One Trade Per Direction Problem
- Clearing Stops?
- Exit after x number of BarsSinceEntry
- DrawHorizontalLine("short tp" ,Position.AvgPrice - (tp_ticks)* TickSize,Color.Green
- Magenta Bar
- Point Value and Margin Value correct settings in FX stratregy
- Stop and Target Submission parameter
- Debugging exceptions w/ line numbers
- Draw on chart for secondary instrument
- What did I do wrong?
- Calculate Positive Expectancy
- BarsInProgress - Question
- some crazy exception suddenly
- Peculiar difference between live test and back test
- My procedure not picking up values from my ATM Strategy
- Target Profit/Stoploss Horizontal Lines
- Positions Array Correspondence to BarsInProgress
- System Performance: Feedback
- Trailing Stop
- strategy stops when ATI order executed
- Discrepencies between backtest and live sim
- Market Replay Fills vs Live Real Money Fills
- time frame
- Order Rejected
- Does NT simulator place orders at the Close of current bar, or Open of next bar?
- ExitShortLimit not working if SetStopLoss is set
- Simple strategy on SRS - backtest/Wizard
- Data structure
- Indicator to Strategy
- copying a strategy
- Initializing Long and Short Price Threshold
- Colored text in output window?
- manual intervention of live strategy
- Only entering long position if entry bar closes at high of range
- Saving Strategies Tab
- Is it possible to pause a strategy
- Better way to check for weekend/data integrity?
- Open and Close from same Bar
- buy order at specific time?
- How to configure indicator colors in a strategy
- need help for trading system
- 101 entry question
- Exit Strategy on Daily target
- Position question
- Simulated positions
- Custom Strategy Development Issues
- historical bars
- AllTrades set in OnPositionUpdate?
- Cumulative Depth
- Strategy calling another strategy
- Failed to execute DB job 'StrategyUpdateJob':
- Print()
- Plotting the spread with a strategy: nothing happens
- Using different timeframes AND session begin / end
- Chart trader with a custom strategy exit
- Using a variable in the Add() funciton
- SetStopLoss not working - Multiple Exit Strategy
- Indicators & custom dataseries
- If an order is rejected, does it need to be canceled?
- Panel 2
- three conditions in one Line of code
- Double MA in a strategy
- Backtesting, Opt, Walkforward...
- Last Bar of Session
- Calculate on Bar Close or not?
- Non-US users and the daylight savings time change
- How to get other instrument price?
- Quick question on this exit
- Known issues when developing strategies for products whose sessions span midnight?
- Strategy Wizard Pullback Problem
- Positions Property available within OnPositionUpdate?
- Swing(10).SwingLow[0].Pen.Color.Orange
- relay not the same as live
- access strategy data from another class
- limit order fill simulation
- drawing with multi-timeframe strategy
- How to get higher timeframe data to make entry decision at lower timeframe?
- Forex Historical Data
- Code examples of multi instrument strategies?
- ATR Trailing Stop
- Data for Dec. contracts still loads
- Is there a property like the "BarsSinceSession" that returns Grand Total Bar Nbr?
- XML Serialization during strategy run...?
- Custom Period Type Problems
- Calling Enter/Exit from a different thread
- DrawDiamond("My swing" , true, 1, Swing(10).SwingHighBar(10, 1, 50), Color.Blue
- OnMarketData - multi time stamp
- Simple buy and sell strategy not working
- Profit target hit question
- User Variables
- madc follwed by stochastic
- Dev Question
- Two Bars Needed to Reverse Direction
- Indicator label rename
- Modify ExitLongStop Order
- Handling Multiple Entries
- Changing the name of a Startegy
- Picking up invalid GetCurrentAsk()
- Looking for a Ninjatrader consultant expert!
- Strategy calling Indicator
- && (MAX(High, 4)[0] <= Swing ().SwingHigh[0])
- Trailing Stop with a fixed 20 tick stop
- halt trading after x consecutive losses
- OnExecution Stops
- Manipulating ATM orders from one Strategy with another
- Can draw dot, arrow, etc. but cannot draw line
- Intrabar fill in back testing
- Multi-timeframe indicator referencing
- Bars above or below 7 EMA or JMA
- How to Add a 7 EMA + Stochastics
- Strategy Bracket Orders
- BarsInProgress
- Fills with the IB simulated
- Multi Range Strategy Question
- Using Struct or Class as Parameter
- Closing Tick of Bar
- crossover strategy
- Strategy Position vs. Account Position
- Indicator testing
- Why is Gross Loss in the red?
- Plot square at top of chart
- Back Testing vs Live Sim
- Trailing stop
- Orders not closing End of Session
- Any way to exit backtest (without waiting for last bar) in C# strategy code?
- Referencing it's own Indicator
- Parabolic SAR Indicator
- IB ^ADD historical values
- Heiken Ashi in Strategy Wizard
- time since, in Strategy Wizard
- Paint Bar
- Fills on Exits
- Possible to use [Category("Parameters")] attribute to make a 10-item combobox appear?
- Date
- Difference between Automated Trading and strategy development?
- Problem of reissue ExitLongLimit
- ModHeikenAshi Entry/Exit Strategy Problems
- Please fix Parabolic SAR once and for all!
- Sim101, Replay101, backtest account balance questions
- Whats wrong
- Strategy Wizard Question
- Market Replay/Backtesting Question...
- Long Bar Shadow during Backtesting.
- SetProfitTarget not working as expected
- How to get indicator to restart count daily?
- Handling Data Connection interruption
- Simple Strategy is not triggered
- Total Net Profit != Cumulative Profit?
- How to export Output Window programmatically to a text file?
- Exit Stops
- My trade dont appear in the postion tab?
- Max Position Size as a Safety Measure...
- SampleOnOrderUpdate
- Accessing strategy activity/order data
- Error handling - disconnects etc
- Dynamic Position Sizing
- Amount of slippage to use?
- How much money you won or loss on a chart?
- Same strategy on 2 pc, different result
- How to access the ExitPrice of the last position?
- Problem with FX-Tick-Size
- Cannot emulate ExitOnClose in Code
- Can't use time filter in different time zone
- Indicator look-back influences new session
- Adding indicator for secondary instrument
- OCO logic question
- Long time loading Data in Backtesting
- Strategies for Forex?
- EntriesPerDirection question..
- Initiate a reverse trade when stopped out
- MACD cross
- Anyone Making money???
- NinjaTrader Freezing
- Problem of Syntax
- MIT orders
- Holidays and exchange time management
- A question about optimizing profit targets
- Where does PriorDayOHLC get it's data?
- Strategy Wizard Question
- Converting Limit to Market
- x number bars back, based on time
- Forex strategy contract sizes
- Backtesting strategy with oco order
- Error message on Strategy Execution(Market order should be either immediate or cancel
- Strategy GTC orders