- Table Of Contents
- Strategy: Modifying the price of stop loss and profit target orders
- Strategy: Monitoring for and trading a breakout
- Strategy: Trading crossovers
- Strategy: Using multiple entry/exit signals simultaneously
- Strategy: Using a time filter to limit trading hours
- Indicator: Multi-Colored Plots
- Indicator: Drawing unique objects and objects that update
- Indicator: Creating a user-defined parameter type (enum)
- Indicator: Using StreamWriter to write to a text file
- Indicator: Using StreamReader to read from a text file
- Indicator: Using System.IO File properties to write to and read from a text file
- Indicator: Creating your own Level II data book
- Strategy: Synchronizing a DataSeries object to a secondary time frame
- Strategy: Scaling out of a position
- Strategy: Using trade performance statistics for money management
- Indicator: Coloring a region
- Indicator: Removing and Custom Formatting an Indicator’s Chart Label
- Strategy: Halting a Strategy Once User Defined Conditions Are Met
- Indicator: Exposing indicator values that are not plots
- Strategy: Entering on one time frame and exiting on another
- Strategy: Monitoring Stop-Loss and Profit Target Orders
- Indicator: Using custom events to output the current Level II data book
- Strategy: Plotting from within a NinjaScript Strategy
- Strategy: Backtesting NinjaScript Strategies with an intrabar granularity
- Indicator: Using a DataSeries object to store calculations
- Strategy: Using OnOrderUpdate() and OnExecution() methods to submit protective orders
- Indicator: Calculating the highest high or lowest low for a specified time range
- Indicator: Using Try-Catch Blocks
- Strategy: Using User Variables in the Strategy Wizard
- Strategy: Using CancelOrder() method to cancel orders
- Strategy: Removing draw objects from the chart
- Strategy: Rounding values to the nearest tick size
- Strategy: Getting PnL from an ATM strategy
- Strategy: Keeping orders alive
- Indicator: Changing fonts for draw objects
- Indicator: Manipulating string objects
- Indicator: Getting indicator values from a specified time
- Strategy: Resetting values at the beginning of new trading sessions
- Strategy: Stopping a strategy after consecutive losers
- Indicator: Manipulating DateTime objects
- Strategy: Using Rising and Falling conditions in the Strategy Wizard
- Strategy: Separating logic to either calculate once on bar close or on every tick
- Indicator: Ensuring indicator plots are valid before programmatically accessing them