NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
HOD - Head-Up Display 3 *
Simple but useful heads up display.

Show/Hide - Bid/Ask Lines, or extend them.
Show/Hide - Prior ,High, Open, and Low
Show/Hide - Spread
Show/Hide - Tick Count
Show/Hide - Bar % Complete

Something very simple that a default chart lacks.

I hope you find it useful.

6/28 - Newer version with options to change text colors


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: HOD - Head-Up Display
Category: NinjaTrader 8 Indicators and More 


June 25th, 2020
Size: 6.14 KB
Downloaded: 467 times
HollowCandleColor 4 *
This is similar to BMT PaintBar_Close indicator, but this one lets you choose the colors you want. It decides if it's an up or down bar based on the open/close relationship, not the close only. It also does not paint Doji bars, it just paints the bar based on the open/close, and what the bias of the bar is. The original creator of this is eDanny, I just modified it a little.

NinjaTrader 6.5: NO - ZTrade101 (Will work if cut and pasted, not imported)
NinjaTrader 7.0: YES - ZTrade101


Category The Elite Circle 
 
Suggest other entries I might like
Details: HollowCandleColor
Category: The Elite Circle 


February 13th, 2010
Size: 2.15 KB
Downloaded: 469 times

Keywords: cbratton paintbar candlesticks candle
hollow_candles 2 *
Up candle is a hollow candle. This code was originally uploaded I believe by eDanny on NT 7. If you like dark or even black background and want to be easy on your eyes this indicator will help you.

I did added some comments regards to the conversion process on the "NinjaTrader 8 Indicators and More" thread.
Tested with NT 8 B06.

Hope this helps,

atata


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: hollow_candles
Category: NinjaTrader 8 Indicators and More 


November 2nd, 2015
Size: 6.46 KB
Downloaded: 374 times
Holt EMA (amaHoltEMA) 5 *
Version 1.0 March 6, 2017

The Holt EMA is a trend corrected exponential moving average based on a double exponential smoothing model.

Holt’s paper, “Forecasting Seasonals and Trends by Exponentially Weighted Moving Averages” was published in 1957 in O.N.R. Research Memorandum 52, Carnegie Institute of Technology.

The tools developed by Holt & Winters are mainly used for forecasting time series.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Holt EMA (amaHoltEMA)
Category: NinjaTrader 8 Indicators and More 


September 4th, 2017
Size: 2.56 KB
Downloaded: 433 times

Keywords: ema exponentialsmoothing forecast holtema movingaverage smoothing
Horizontal Ray DrawingTool 5 *
This drawing tool is coded as a native NT DrawingTool class rather than within an indicator wrapper. There have been many requests over the years for NT to add a native horizontal ray tool but it has still yet to be implemented. This tool was created based on the original NT Lines.cs file.

I've yet to experience any issues, however, it is not advised that any trading actions be based on this add-on (i.e. alert to trigger a live market order if this horizontal ray is crossed). Hot-key activation is also supported through the standard NT selection dialog.

Exported using NT Version 8.0.12.0 64-bit (Standard)

Edit (06/22/22): version 5 has been uploaded which adds the option show/hide price labels

Version: 5.0


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Horizontal Ray DrawingTool
Category: NinjaTrader 8 Indicators and More 


May 12th, 2017
Size: 4.00 KB
Downloaded: 1233 times
HorizontalTick
HorizontalTick, Ver 1.0, TraderGB, June 4, 2021

Description:
Drawing tool that draws a short horizontal line. I use this to mark off confirmed swing highs and lows, but you may find it useful for other purposes.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: HorizontalTick
Category: NinjaTrader 8 Indicators and More 


June 4th, 2021
Size: 3.89 KB
Downloaded: 293 times
Hourly Pivots (amaPivotsHourly) 5 *
Version 1.0 January 14, 2019

The Hourly Pivots indicator applies the calculation used for daily floor pivots to intraday time frames. The indicator displays pivots for any selectable period of N minutes. All pivots are calculated from the high, low and close of the prior N-minute period. The pivots can be displayed as floor pivots, wide pivots or Fibonacci pivots. The indicator further plots the pivot range, which is a value area derived from the prior N-minute period.

The default setting of the indicator is 60 minutes. With default settings the indicator will display hourly pivots including the Main Pivot PP, Central Pivot CP, Directional Pivot DP, Pivot Range, R1, R2, R3, R4 S1, S2, S3 and S4. The first period always starts with the daily session break. Depending on the period selected, the last period of the session may terminate before completion. It will not carry over to the first period of the next session.

Pivot range: The pivot range is the range between CP and DP. It is a symmetrical range around the main pivot PP.

Prior high, low and close: The indicator also displays the high, low and close for the prior N-minute period. These levels often act as support or resistance for the consecutive N-minute period.

Pivot formulas:

All options: H = prior day high, L = prior day low, C = prior day close, X = H - L
Main Pivot: P = (H+L+C)/3
Central Pivot: CP = (H+L)/2
Directional Pivot: DP = 2*P - CP
Floor Pivots: P = (H+L+C)/3, R1 = 2*P - L, S1 = 2*P - H, R2 = P + X, S2 = P - X, R3 = R1 + X, S3 = S1 - X, R4 = R3 + (P-L), S4 = S3 - (H-P)
Wide Pivots: P = (H+L+C)/3, R1 = 2*P - L, S1 = 2*P - H, R2 = P + X, S2 = P - X, R3 = R2 + X, S3 = S2 - X, R4 = R3 + X, S4 = S3 - X
Fibonacci Pivots: R1 = P + 0.382*X, S1 = P - 0.382*X, R2 = P + 0.618*X, S2 = P - 0.618*X, R3 = P + X, S3 = P - X, R4 = P + 1.382*X, S4 = P - 1.382*X


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Hourly Pivots (amaPivotsHourly)
Category: NinjaTrader 8 Indicators and More 


January 22nd, 2019
Size: 8.29 KB
Downloaded: 1471 times

Keywords: fibonacci floorpivots high hourly low pivots resistance support
Hourly Pivots - Intraday Pivots 5 *
Exported using NT Version 7.0.1000.21

The indicator calculates pivots from any selectable period of N minutes. The first period starts with the session break. Depending on the indicator period selected the last period of the session can be an odd period. The pivots of the first period will not be calculated from the odd period, but from the full period deducted from the session break.

The default setting of the indicator is 60 minutes. With default settings the indicator will display hourly pivots including the main pivot PP, R1, R2, S1 and S2. Further levels can be added as an option.

The indicator is an easy to understand example of a multitimeframe indicator, as it loads a secondary bar series of 1-min bars, which is used to calculate the intraday pivots. The pivots will therefore always be calculated from a period of N minutes, not depending on the primary bars shown on the chart. If set to COBC = false, the pivot lines may show sligthly earlier, if applied to fast bars plotting during the first minute of the session.

Update January 21, 2012: Pivot range added. The pivots can now be aligned to the start of the trading day or the start of each session as per session template.
Update January 22, 2012: Bug removed. Please reinstall indicator.
Update February 23, 2014: The indicator did not work with datafeeds that do not plot a bar every minute during periods of lesser liquidity. Changed the architecture of the indicator and recoded it entirely.
Update April 28, 2018: The indicator was modified to allow for display of 1-minute pivots.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Hourly Pivots - Intraday Pivots
Category: NinjaTrader 7 Indicators 


February 23rd, 2014
Size: 5.11 KB
Downloaded: 1967 times

Keywords: hourly pivotrange pivots
Hourly range (BarnStuff) v1
Hourly Range, there is some functions get disable, your job if you choose to take it is to reactivate them.


COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: [COLOR=#0000ff]NOT TESTED [feedback][/COLOR]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Hourly range (BarnStuff) v1
Category: NinjaTrader 6.5 Indicators 


June 25th, 2009
Size: 7.54 KB
Downloaded: 297 times

Keywords: cory hourly ninjatrader range
How George Soros Knows What He Knows, Towards a General Theory of Reflexivity By Flavia Cymbalista, Ph.D.
Very complicated, but insightful read.

Category Educational 
 
Suggest other entries I might like
Details: How George Soros Knows What He Knows, Towards a General Theory of Reflexivity By Flavia Cymbalista, Ph.D.
Category: Educational 


January 17th, 2017
Size: 118.82 KB
Downloaded: 84 times
 



 
Category
 




© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Sitemap - Downloads - Top