Programming an automated trading strategy can be a time consuming and/or costly venture. Unfortunately without investing the time and/or money in to having your strategy programmed, the only way to backtest the strategy and get an idea how it performs historically is to log each trade by hand. Backtesting Strategies by hand can be a …
Divergence Indicator For NinjaTrader
A very common request I receive for custom indicators and strategies is to include divergence. While divergence is easy for the eyes to see, it can be quite difficult to define in terms that are programmable. The Divergence Indicator for NinjaTrader utilizes a sophisticated algorithm to detect divergence, and eliminates some shortcomings of typical divergence …
Swing Trading Secrets
Swing Trading Secrets- Identifying Divergence and Convergence in Swings In my experience as a trader, I have found swing trading to be one of the easier methods of making consistent income. However, there are certainly Swing Trading Secrets you don’t know. While swing trading does not offer the unbelievably high rate of return that day …
Opening Range Breakout
Opening Range Breakout – Larry Williams, Toby Crabel, and Sheldon Knight Methods The Opening Range Breakout is a very common trading strategy that has been around for many years. In over a decade of trading, it is one of the very few daytrading strategies that I have found to be fairly consistent. An article I …
Support And Resistance on Higher Time Frames
Support And Resistance Indicator for NinjaTrader Pivot points are commonly used by traders to identify key Support and Resistance levels in the markets. This indicator allows the user to display Pivot points from higher time frame charts (ex. Daily Charts), on lower time frame charts (ex. 15 minute charts). This allows you to see …
Automatic Fibonacci Retracement Indicator
Fibonacci Retracement Indicator A Fibonacci Retracement indicator is often used by traders as an indication of support and resistance. These indicators provide Fibonacci levels that are determined by identifying two extreme points (ex. a swing high and a swing low), and dividing the vertical distance by Fibonacci ratios. Fibonacci Retracement indicators can be used in …
Importing NinjaScript Files
Importing NinjaScript Files – Indicators and Strategies Import Instructions: 1. Save the .zip file you downloaded to your computer (do not unzip the file) 2. Open NinjaTrader 3. Select ‘File > Utilities > Import NinjaScript’ 4. Browse to the .zip file saved in step 1 and select Open
NinjaTrader Rejecting Stop Orders
NinjaTrader Rejecting Stop Orders This is a common occurrence when using stop orders. A Sell Stop order must be placed at a price below the current bid. Similarly, a Buy Stop order must be placed at a price above the current ask. What is happening is when all of the conditions are met for …