Description
This is a port of the NinjaTrader 7 AdvancedRiskReward.v3 indicator by bassam. The original indicator can be found here.
Quote:
This indicator helps you define your entry, stop and target (1 or 3) visually on the chart with the help of horizontal lines, calculates your potential P/L ,unrealized P/L,Risk/Reward ratio and contracts sizing per account size.
Once started click on the chart 3 times there where you think your values will be appropriate , then shift the lines as needed and save the changes.
- Defines your Risk/Reward ratio using 1 or 3 targets
- Save & reload your values,be it minute,daily or weekly chart (One set of values per instrument)
- Interactive Mode: per-tick P/L based on the chosen contracts size
- Interactive Mode-Attached: per tick potential P/L
- Non-Interactive : Contract sizing is based on the defined risk per account size
- Hide/show the indicator as required & show/hide on start-up
- Extended or short lines
To Import
1. Download the attached file to your desktop
2. From the Control Center window select the menu Tools > Import > NinjaScript Add On.
January 22nd, 2018
Size: 15.63 KB
Downloaded: 1108 times
1952
teamtc247
"Indicator by : Aligator
/// Revision 0 - April 4, 2017
/// Revised April 16, 2017 by Woody Fox too include all Drawing Tools and Chart Markers
/*
The mahToolBar indicator installs drawing object icons in the NinjaTrader Main Toolbar
for a one-click drawing.
This is a compilation of ideas and scripts from several people on this froum Including ChelseaB, Jessie, shuglu,
and AlanP - Thank you all.
The toolbar is a selection of draw objects placed in the chart main tool bar to save chart space. Other available
toolbar shortcut indicators around all plot inside the main chart area, and that seems to be a waste of the chart area.
I have included my favorites and the most frequently used draw objects by chart analysts. One can
certainly add, with minimal effort, as many objects from the draw object dictionary as one wishes.
Individual draw objects can be selected and the user can choose any or all objects to include in
the toolbar. Two icons (or objects) are very handy for changing the width of the bars by simply
clicking on the icons.
The script can use some cleaning for more efficiency. Until someone comes up with a prettier and more efficient
toolbar this one works great for me all day drawing lines, channels, fibs, etc.
January 13th, 2018
Size: 6.92 KB
Downloaded: 600 times
1951
teamtc247
Version 2.2 March 8, 2020
The Multiple MA Cross indicator plots a fast and a slow moving average and colors the area between the two moving averages. Both the fast and the slow moving average may be selected from a collection of over 30 different moving averages.
The indicator is primarily designed as a trend filter to show whether the market is in an uptrend or in a downtrend. The indicator comes with two different trend definitions - cross and thrust. The trend is exposed as a double series and can be accessed via the NinjaTrader strategy builder or the market analyzer. Directly accessing the trend via the market analyzer requires a separately coded market analyzer column, which is not yet included with the install file.
Trend definition "MA Cross": The current trend changes to "uptrend" when the fast moving average crosses the slow moving average from below. The current trend changes to "downtrend" when the fast moving average crosses the slow moving average from above.
Trend definition "Thrust": The current trend changes from “downtrend” to “uptrend” with the first bullish thrust bar that plots above the upper moving average. A bullish thrust bar is a bar that closes above the prior bar’s high and has a larger range than the prior bar. The current trend changes from “uptrend” to “downtrend” with the first bearish thrust bar that plots below the lower moving average. A bearish thrust bar is a bar that closes below the prior bar’s low and has a larger range than the prior bar.
Moving averages available as fast and slow moving average:
- Adaptive Laguerre Filter
- ADXVMA
- Butterworth Filter
- DEMA
- Distant Coefficient Filter
- Double Weighted Moving Average (DWMA)
- Exponential Hull Moving Average (EHMA)
- EMA
- Gaussian Filter
- HMA
- Holt EMA
- Laguerre Filter
- LinReg
- Moving Mean TPO
- Moving Mean VWTPO
- Moving Median
- Moving Median TPO
- Moving Median VWTPO
- Range Weighted Moving Average (RWMA)
- Sine Weighted Moving Average (SWMA)
- SMA
- SuperSmoother
- TEMA
- Tillson T3
- TMA
- Triple Weighted Moving Average (TWMA)
- VWMA
- Wilder's Average
- WMA
- ZerolagHATEMA
- ZerolagTEMA
- ZLEMA
Applying the Multi MA Cross to indicators: The Multi MA Cross is designed to be applied to other indicators which may be selected as input series. However, some of the moving averages listed above will not support this feature. In case that a selected moving average does not support the feature the indicator will display an error message asking you to select a different moving average for the fast or the slow moving average. These are the moving averages that may not be selected when an indicator is chosen as input series: Mean TPO, Mean VWTPO, Median TPO, Median VWTPO, RWMA, VWMA, ZerolagHATEMA. These moving averages may only be applied to price.
Paint Bars: The MultipleMA Cross indicator comes with paint bars. The paint bars are colored according to the trend, where the trend maybe determined via the "MA Cross" or the "Thrust" option. The paint bars may be displayed without the indicator plots.
Plots a vertical line at a specified time. BzvVerticalLineAtTime Indicator converted from NT7 to NT8.
Note (bug): For some reason when the time is changed into the indicator set up still allways the default time.
Code should be reviewed. Now the time only can be changed into the code. Help if anybody knows how fix it.
Fixed issue. New Version from Ninjatrader indicators Forum
January 2nd, 2018
Size: 3.19 KB
Downloaded: 400 times
1948
bcomas
Chart will draw up to 3 MAs with selection of 7 diff MA to choose from. Note that you can modify the code to add more MAs if you have them. I have to comment out some of them as they are not converted to NT8 yet.
Export with 8.0.2.0
This is a custom bar type which is based on the Bid Ask Delta (Ask Volume - Bid Volume).
A new bar is created when the Delta is greater than a given Threshold-Value defined in the Data Series Properties.
The archive also contains a custom Delta indicator specially coded to work with this bar type.
The ROC Smoothed indicator is a modification of the ROC, as described in Alexander Elder's book Trading for a Living. It plots two lines: ROC, which is the difference between the current price and the price x-time periods ago, and SROC which is the difference between an MA of price and the MA of price x-time periods ago.
This oscillator avoids the major flaw of ROC. Smoothed Rate of Change compares the values of an exponential moving average instead of prices at two points in time. It gives fewer trading signals, and the quality of these signals is better.
Excerpt from the book "Trading for a Living"
To create S-ROC you must first calculate an exponential moving average of closing prices. The next step is to apply Rate of Change to the EMA. S-ROC is not very sensitive to the length of its EMA or ROC parts. You can calculate a 13-day EMA of closing prices and then apply a 21-day Rate of Change to it. Some traders calculate the Rate of Change of prices first and then smooth it with a moving average. Their method produces a much jumpier indicator, which is less useful than S-ROC.
Crowd Behavior:
An exponential moving average reflects the average consensus of value of all market participants during the period of its window. It is like a composite photograph that reflects major features of the market crowd rather than its fleeting moods. S-ROC compares each reading of an EMA to a past reading from your selected period of time.
It compares the average mass consensus today to the average consensus in the past. S-ROC tracks major shifts in the bullishness and bearishness of the market crowd.
Trading Rules:
Changes in the direction of S-ROC often identify important market turns.
Upturns of S-ROC mark significant bottoms, and its downturns mark important tops.
Divergences between S-ROC and prices give especially strong buy and sell signals.
1. Buy when S-ROC turns up from below its centerline.
2. Sell when S-ROC stops rising and turns down. Sell short when S-ROC turns down from above its centerline.
3. If prices reach a new high but S-ROC traces a lower peak, it shows that the market crowd is less enthusiastic even though prices are higher. A bearish divergence between S-ROC and price gives a strong signal to sell short.
4. If prices fall to a new low but S-ROC traces a higher bottom, it shows that the market crowd is less fearful, even though prices are lower. It shows that the downside pressure has lessened, even though the market has fallen deeper than before. A bullish divergence gives a strong signal to cover shorts and buy.
December 21st, 2017
Size: 15.00 KB
Downloaded: 627 times
1944
affoltes
The VixRSI which was presented in the January 2014 issue of the TASC magazine.
Several years ago, Larry Williams developed something he calls the VIX fix. What he developed was a simple calculation that closely emulates the performance of the original VIX using only price data, and which can therefore be applied to any tradable. In a nutshell, we take the highest close over the last 22 trading days, subtract today’s low price, and then divide the result by the highest close over the last 22 trading days. https://www.marketcalls.in/wp-content/uploads/2014/12/VIXFix.pdf
Combining the VixFix with the RSI makes it even more powerful to detect Instrument bottoms and oversold areas. Detecting overbought VIX “greed areas” can also be useful if you try to catch a fast and profitable long trade on the VIX itself.
The calculation is simple:
VixRSI = ema3 of VixFix / ema3 of 14-day RSI
December 9th, 2017
Size: 7.74 KB
Downloaded: 1232 times
1942
affoltes
As i am often trading from a laptop, i always wished to have some kind of a small chart in my actual trading chart to keep track of other instruments or a smaller tick or range chart of the same instrument.
This is pretty much what this rather simple indicator does.
I am fully aware that there are at least one thousand things that could be added to this indicator but as usual, it is what it is. You are free to use and edit the code but i am not gonna implement anything else as this is exactly what i need for my personal trading.
The indicator draws a rectangle to display the mini chart, which can be dragged and resized as every other rectangle in NT8.
the archive also includes a custom range bar type without gaps.
Cheers,
Mike
Updates:
- Value Area Zones added
- ChartTrader Orders are now visible
- Different ChartStyles are now available
- Added a few more indicators
- Code optimizations
- Display orders optimized
- MiniChart is now visible when markets are closed.
- Heiken Ashi added for Tick, Volume, Minute and Second Charts
The indicator is listed under an own folder: /Infinity/MiniChart
February 6th, 2026 12:04 PM rene6985 Thank you sir.
May 17th, 2023 01:29 PM Paypachaysa This is so cool but unfortunately it looks like the newer versions of NT broke the code. No longer displays.
February 18th, 2023 07:32 AM Teebone21 Is there an updated version of this indicator ?
November 30th, 2022 04:19 AM JirkaF I was able to reposition the rectangle in the object manager menu but it is not possible to choose any instrument so unf
ortunatelly this think doesnt work in current ninja trader version
February 8th, 2019 11:06 PM laenxin I have the latest version of NT8 as of 2/8/19. This indicator is the culprit in consistently freezing up my charts, as w
ell as another trader's charts, with whom I work. After deleting it from every chart, i am running smoothly. I like the
idea and intent very much, but it does not work for me.
September 21st, 2018 04:30 PM kareem40 Been looking for it, nice work, thanks
January 21st, 2018 03:12 PM BucketTrader bcomas thank you for submitting this. I am having trouble changing the time this line appears. I changed the times in
the indicator settings with no luck. I also changed the time from 0930 written in the script with no luck. Will you le
April 22nd, 2022 09:44 PM skidmark Thank you for your hard work. Just what I was hoping for.
September 4th, 2021 03:25 AM KeithL Always amazed me that this is not a base NinjaTrader indicator. Maybe add a few options like showing only one day per we
ek. Less congestion if zoomed out. Many Thanks
January 2nd, 2021 10:14 PM romus Good.
Is it possible to have option for displaying the short version, e.g. Mo, Tu...?
And position of the text, say at bottom of the chart, similar to DayofWeek version1.1
October 10th, 2018 08:11 AM cazimi Thank you, day of the week is very important on my trading.
June 27th, 2018 01:03 PM 1973Hog Would really find this indicator useful when going back in time on the charts. However, I get the following Error Messag
e when attempting to import it. Yes, I have renamed the file as suggested, but still no luck. Any help would be most gra