In his article in this issue, “True Range Adjusted Exponential Moving Average (TRAdj EMA),” author Vitali Apirine presents how a security’s true range, which measures volatility, can be incorporated into a traditional exponential moving average. The trend-following indicator, called the true range adjusted exponential moving average (TRAdj EMA), applied with different lengths, can help define turning points and filter price movements. By comparing the indicator with an exponential moving average of identical length, the trader can gain insight into the overall trend.
Shift + L.Mouse Click above/below bar , originates stop loss line with point value and dollar value, 1st target @ 1:1 RR with point and dollar value and 2nd target @ 2:1 RR with point and dollar Value.
cnt + L.Mouse Click removes lines.
You can choose the total number of contracts, the contracts for the first target and the remaining (you have to input manually) for the second target. You also have the ability to input your broker commissions so the dollar amount you see is the final end result.
Mouse Risk Reward Lines V1
Multicharts.net
Note: I only trader ES, and I made it to work for ES and MES. I don't know how and if it works on other instrument, but I am sure tweaking a little bit the code you will make it work.
The HalfTrend indicator represents the trend indicator that draws zones based on moving average intersection. The indicator draws bearish and bullish invalidation zones on the chart and marks a trend shift. The Green line represents the “Long” zone, while the Red line “Short” zone.
Ported it from NT8 code from this site.
Multicharts.net
V1
This entry is a Strategy, named: tiyfEasyOrdering.
Once installed in Ninjatrader, you'll find it within a folder named TrendIsYourFriend in the Strategies directory.
Strategy objective
To place an order automatically when specific criteria are met and manage the stop/target based on your initial risk/reward settings as defined in the parameters.
The .zip archive contains a special version of the Parabolic SAR named PSAR. The strategy needs this modified version of the indicator to function properly so don't skip it when asked during the installation.
I have created a thread dedicated to it. Every new update will be described there. So if you have any question or just want to give your feedback then go ahead and visit this page as some more precisions have been posted there :
This thread is for discussing a strategy i created a while ago, to familiarize myself with Ninjascript, and a few commands to open and manage a trade. In that sense, it is a helping bot.
I have been using this Ninjascript command ( to create a new …
Have fun.
Changelog:
yyyy-MM-dd - reasons
---------------------------------------------
2022-09-06 Version 1: first time released on Futures.io
2022.09.12 - minor bug corrected: removing param "Allow Stop loss to move backward"
2022.09.14 - added the option to attach the stop order(s) to a Ray object (for trailing)
2022.09.17 - The middle button used to manage the Stop Loss (before and during a trade) has been expanded to display more information and to quickly move the Stop Loss to break even.
2022.09.23 - Property 'Stop-limit order margin <as tick(s)>' accepts negative value
2022.09.23 - New way to enter has been added:
- Psar(↓↑) Buy if Parabolic Sar changes direction from Down to UP
- Psar(↑↓) Sell if Parabolic Sar changes direction from UP to Down
a minor correction has been done to the function created this date 2022.09.17
This indicator will provide the volumetric Bar statistics in a hidden plot form. The main purpose is to provide (through 21 plots) the bar statistics values to the Strategy Builder and/or Chart alerts, and/or the Market analyzer without the need to program. You can also use in a Ninjascript indicator or strategy. The 21 plots are hidden so they will not change the display. See the screenshot to see the names of the available data points (plots).
When you select the indicator in the strategy builder or the chart alerts, you can change the plot to any of the 20 other plots so you can work with the statistic of interest.
Also, all 21 plot values will show in the charts data box window or the charts mini data box.
The indicator must be applied to a chart or data series that uses Volumetric bars.You must have the NinjaTrader lifetime license to access the Volumetric bars.
There is an option, for debugging, to print the output to the Ninjascript output window. This will show two values that should match on each line. One value is direct from the calculation and the other is from the plot (that gets it from the same calculation), the point is to remove the mystery of what data is being provided.
The idea of a channel similar to Donchian channel but one that expands in trending markets and narrows in a ranging markets was born by Alex Grover on TradingView.
This script is a conversion from original TV script to Ninjascript.
The channel breakout generally indicates beginning of a new trend and pullbacks towards middle of channel are generally reliable trend continuation signals.
I have added multi timeframe version of this script here that shows trend in a higher timeframe and pullbacks in a lower timeframe.
Improvements and additions in this script are welcome.
Hello, This one is a conversion from the d9 particle oscillator for NT7 posted in elite section in2009.
I did not see the NT8 version here so am uploading the NT8 version I converted.
Please see the description of this indicator by original author here
Here is one for you 'elite' members. This is an advanced oscillator based on auxiliary particle filter, I think you will find that it is better than most commercial indicators. It can be very fast while still removing nearly all of the noise from …
There were 2 library files in original NT7 version , now in NT8 version there is a single file and the smoothing function of the prediction line is based on a windows graphics function and not on a mathematical formula which I have omitted from NT7. Otherwise theNT8 version looks same as NT7.
after a little escape from coding NT8, I decided to take another go at it and am moving forward with my little project. In order to help track some of these Top-Step rules, I am making a series of indicators, starting with an indicator that tracks the trailing max drawdown and target goal for a Combine.
The SDY_Account_Risk_Targets indicator is designed to keep track of the training max drawdown of an account (not a strategy). It was developed to help traders that have restrictions on the maximum amount they are allowed to lose. For example, in Top Step trading combine, the 50k dollar version has a max trailing loss of 2k and a profit goal of 3k.
I will still need to make an indicator for both the weekly max loss and the daily max loss.
This indicator access the account level not the security level of Ninjatrader and will only work on non-historic data, so like past indicators, members gladly told me that it does not work (when it does) do not try and use this on historic data. Market replay works fine, but not optimization.
To use the indicator, select the account you want to monitor in the drop-down and your risk targets, add the indicator and wait. To read the values of the account it will wait for an account update change (i.e. trading).
Sody
(this indicator is part of a personal project where I am openly building a training system for fun, follow along here)
This indicator monitors the slope of 5 Moving Averages and plots colored lines across the bottom of the chart panel. It also optionally plots a trend signal and arrow on the chart when all 5 moving average slopes are all moving in the same direction.
I originally built this as a companion indicator to the Zombie5EMA indicator, which is shown in the screenshot as well. However, my indicator also allows you to choose between a selection of different Moving Average types, so keep that in mind when you adjust the settings.
The Slope Lengths determine the number of bars used to look back and calculate the slope of each Moving Average with. The background trend colors change when all 5 slopes are pointing up (> 0), or point down (< 0).
One thing you can look for is that the 5 plots will start to create lots of noise as their colors change. This can indicate either a pullback, a trend change, or a ranging market. You may be able to filter out false signals with something else to indicate momentum?
July 9th, 2022 04:12 PM newell This is a very nice indicator, thank you! I am not sure how I will use it but it does add some confluence to what I alre
ady have on my charts
June 25th, 2022 06:12 AM alesiosc excellent for getting rid of bits of noise from my bloodhound system...thank you very much. already covered the cost of
joining with just this one indicator. thanks again. would give 100 stars if i could....just brilliant
Great script. is it possible to add alerts for trend change and green or red traingle? Thanks for feedback.
November 15th, 2022 01:29 PM tehuff Thank You.
October 25th, 2022 07:53 AM Bvend @Rob1982 It is for Multicharts.Net
October 20th, 2022 01:47 PM Rob1982 Cant get this to load on ninjatrader8. Message i get is : Selected file was made from an older incompatible version of n