NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by forrestang
Found 24 matching entries

Sort by

Entries
View the winning 'starred entries' HeikinAshi RSI Oscillator (HARSI) 5 *
Winning Entry February 1st, 2024 to March 1st, 2024 [1 votes]

Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is the HARSI indicator, requested in THIS thread.

This indicator is a port from TradingView. This indicator was originally created by a gentleman named JayRogers. If you want more info on this indicator, go HERE.

Most of the items in the settings should be self-explanatory.

The customization for the horizontal lines, and plots are near the bottom of the UI, if the styling or levels need to be changed.

The Stochastic Ribbon(blue/red lines) is disabled by default. If you use the ribbon, and the ribbon is taller than you want, you can use the "Stoch Scaler" input to scale it to a percentage of its normal size.

The RSI histogram is the same as the regular RSI(yellow line), so the histogram is also disabled by default.

For coders interested in pulling the HA levels for strategies... The bars are created within onRender(), so there is no actual object for the bars on the chart. There is however, and exposed data series for the OHLC values of the HA bars. The four individual data series are called, openHA[0], highHA[0], lowHA[0], closeHA[0] respectively.

NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.


---EDIT - V2 13May2022---
*Added Null/Bars check to OnRender() method.
*Removed logic to attempt to automatically set the LINES for the Stochastics to transparent, when using 'ribbon' mode for the Stochastics. This might cause error in the case a user switches back and fourth.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: HeikinAshi RSI Oscillator (HARSI)
Category: NinjaTrader 8 Indicators and More 


April 5th, 2022
Size: 13.22 KB
Downloaded: 993 times

Keywords: ashi harsi heikin heikinashi rsi stochastic
On Screen Day of Week Display 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is a simple indicator that allows you to plot the day of the week name on the sessions bar's start. You can name the days whatever you want(Mon,Monday,M), by manipulating the "Day Names" section.

If the day isn't labeled the way you want... E.g., the first session on a Forex template is Sunday, but if I want it to say "Monday," you can input "Monday" in the "Day1" text field.

This indicator works onEachTic, and will work on Daily and Intraday charts.

This indicator was created from specs in THIS post.

NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.







---EDIT - V2 3March2022---
Adding an input, so that you can affix the labels to the BOTTOM of the chart.



Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: On Screen Day of Week Display
Category: NinjaTrader 8 Indicators and More 


March 3rd, 2022
Size: 4.12 KB
Downloaded: 253 times
ACR or Average "Clock" Range 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This indicator was inspired by the typical ATR(Average True Range). The ATR simply reports the AVERAGE range of the last n-bars.

This indicator reports the average n-bars, OF A SPECIFIC time. The ACR line will show the AVERAGE volatility of a specific CLOCK TIME. As this is all just an average, it is all calculated at the start of the session, so the Projection can be displayed for the rest of the session. I find that this lends itself to an easier planning of the day around expected movement for various instruments.

This may show users the times of day where price is most likely to move. Helpful for users that focus on larger bars.

You can put this on whatever bar size you want, but must be used on TIME CHARTS. It doesn't make much sense to put on M1 charts imo.

This indicator operates OnEachTic().

The Period sets how many days to look back to capture a range. I.e., an M30 bar @ 9:30, with a period of 5, will display the average range of of that 9:30 bar over the past 5 periods.

Configuration Days is used to get a count of the bars in session, this is mainly useful for people with unreliable data, or putting this on fast charts. Should be able to leave on default.

NOTE: This indicator builds off of your session template, and assumes each session has an equal number of bars in it. If you have custom templates where each day has a different # of bars, this indie may not be of use.

NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.

---EDIT - V2 9April2020---
Fixed Bug where the indicator was not saving properly with session or chart templates.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: ACR or Average "Clock" Range
Category: NinjaTrader 8 Indicators and More 


April 7th, 2021
Size: 3.82 KB
Downloaded: 342 times

Keywords: acr atr average range session
Prior Day Hi/Lo Break 4 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is a simple indicator, that plots the prior day's HIGH/LOW, and shows lines that have not yet been broken. Highs/Lows are based on your session template.

The lines are PERSISTENT, and will remain on-chart until they are broken.

You can either remove broken lines completely, or show WHERE the line was broken with the use of the User Input called "Remove Touched Lines Completely." The image shows this.

This indicator will function OnEachTic if desired, or OnBarClose.

Other inputs should be self-explanatory.

NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Prior Day Hi/Lo Break
Category: NinjaTrader 8 Indicators and More 


March 26th, 2021
Size: 3.58 KB
Downloaded: 422 times

Keywords: day high low prior
Trend GRaBer Indicator for FIO 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is the TrendGRaBer, ORIGINALLY created by @ Aligator. His NT7 version can be found HERE, and the NT8 version he created is on NT's EcoSystem HERE.

This indicator is based on a setup by Mrs. Raghee Horner. The credit for the setup goes to Mrs. Horner, and the indicator development to Aligator.

If interested in more information about trading this system, you can watch a webinar she posted HERE.


The indicator is simple, in that it produces 3 moving averages, based on a the High, Close and Low. These 3 MAs produce a channel. Prices that close ABOVE the channel are painted based on the bar's Open-Close relationship. Prices BELOW in a similar fashion. Closes in between the upper/lower channel a different color, also based on the individual bar's Open-Close relationship.

The indicator updates in real-time, on each tic.

The MA types available are:
  • EMA
  • SMA
  • HMA
  • WMA
  • DEMA
  • TMA
  • TEMA
  • ZLEMA

Again, this indicator is not my idea, but based on the setup by Mrs. Horner, and the indicator built by Aligator.




---EDIT - 24January2020---
This indicator was renamed to Trend GRaBer with proper citations provided.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Trend GRaBer Indicator for FIO
Category: NinjaTrader 8 Indicators and More 


January 22nd, 2021
Size: 14.01 KB
Downloaded: 1160 times

Keywords: aligator graber horner raghee trend
Better Bar Timer 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is a BETTER bar timer for NT.

This does the same thing the standard bar-timer that ships with NT does, except its better.

You can customize this one to be as subtle or obnoxious as you want it to be.

FONT CONTROL: It will allow you complete control over the text. This includes font style, font weight, text size, the color, etc.

FONT PLACEMENT: You can place it ANYWHERE on the screen. You can start with the origin points to include any of the 4 corners on the chart.

OFFSETS: Included with that standard placement, you can offset it from the edges by n-pixels. So after you place it, you can adjust it both horizontally AND vertically.

PRETEXT: I created this as I think the standard bar-timer takes up unnecessary space. I myself just like to see the clock-time, as it takes up less space. Here, you can leave it BLANK(default), or add in your own CUSTOM text. So if you like the standard timer, you could input "Time remaining = " for example, and it would be like the standard one. DO NOT USE escape characters, like backslashes in the pretext input field.

See image below for example of adding pretext.


NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.

---EDIT - V5 10Mar2022---
I have had this on my PC for a long time, but didn't think it was worth the update. But this will condense the status messages on screen when the indicator is not in use(not connected to data, not intraday, etc), as shown in the image below. Minor change, may not be worth the download for most.



---EDIT - V4 20January2020---
As per suggestion of @locky, and wanting to minimize space(purpose of this indie), you can now toggle on independently, and in any combination, the display of Hours, Minutes or Seconds. E.g., No need to show hours for a sub-hour chart.



---EDIT - V3 19January2020---
There was a bug with this indicator NOT saving the text style in templates or a workspace. This bug should be fixed now. Apologies for inconvenience. Thanks to @mrlucky1x for finding this bug

---EDIT - V2 16January2020---
Version two of this indicator will have a box around the text. By default it will be set to transparent, so you won't see it unless you change the color. Opacity setting is also there so you can make the box color more/less transparent.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Better Bar Timer
Category: NinjaTrader 8 Indicators and More 


January 15th, 2021
Size: 4.50 KB
Downloaded: 999 times

Keywords: bar timer
Absolute Strength V2 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is an Absolute Strength indicator.

This indicator was converted to NT8 using THIS page.

This is not my creation, I simply did the conversion from the above link.

Some links from different places describing what it is about:
LINK
LINK

---EDIT---- Added V3, 24Jan2021
Moved enums outside of namespace to allow proper reference


---EDIT---- Added V2, 6Jan2020
This simply changes the shading scheme, where instead of shading from the bottom, it shades in-between the two lines that are produced.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Absolute Strength V2
Category: NinjaTrader 8 Indicators and More 


January 6th, 2021
Size: 14.51 KB
Downloaded: 730 times

Keywords: absolute asi strength
Max Daily Volume Indicator 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is a simple indicator that highlights the maximum volume achieved during the day... AS IT DEVELOPS.

The max volume is reset at the START of your session template's start time, and as a newer higher volume is made, that bar is highlighted. You can select the color of the volume plot in the 'plots' section, and the color of the highlight you desire in the 'parameters section.

This indicator update onEachTic() like the standard volume indicator does.

There is not much to this indicator, but someone requested it in THIS thread. By the time I got around to building it, someone already posted one, so I did not post this version. Just posting it in the case someone else needs such an indie.

Again, this was not my idea, but was built on someone else's specs in the above thread.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Max Daily Volume Indicator
Category: NinjaTrader 8 Indicators and More 


January 6th, 2021
Size: 3.02 KB
Downloaded: 382 times

Keywords: max session volume
Nested Fractals 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

Fractals are a common bar pattern, created in a consecutive 3-bar series, where the bar in the middle is higher than the two on either side. This creates a fractal high.

In this indicator, that is created by what I have labeled as "Level 1." (see properties section in image).

This indicator also creates FRACTALS OF FRACTALS. So that means, if a Level 1 fractal exists, and has a LOWER Level 1 fractal on both sides of it, it creates a Level 2 fractal high.

This is done up to Level 5, and creates a series of swing points.

The indicator can display dots or numbers.

The parameter labeled "show triggers" shows an arrow with the corresponding color, WHERE on the chart the most recent fractal swing was actually confirmed. I.e., a Level 1 fractal high is confirmed at the END of the third bar.

The marker offset simply raises the marker text higher or lower above the bar.

I dunno what use this has, but is one of the experiments I have laying around, so thought I'd post it?

NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.


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


November 24th, 2020
Size: 4.60 KB
Downloaded: 652 times

Keywords: fractal fractals swing zag zig
ADR with Projection Lines V2 4 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

IMPORTANT: Read before install. This is an Average DAILY range indicator, so you MUST have at least the number of days you are setting your ADR to compute an ADR. This includes weekends that don't have data. So if it does not work, MAKE sure you have enough days loaded. E.g., if you are trying to display a 14-day average, but only have 10 actual days of data(excluding weekends), the indicator will return a null value(∞).
------------------------------------------------------------

This indicator will display an ADR on your screen. It will also display projections of that ADR as the day progresses.

As the range is extended, the lines will adjust until the ADR is achieved... The lines will then LOCK in place, change color and remain FIXED for the rest of the session. The image attempts to show this.

The lines produced are projections, NOT predictions. The lines are simply the result of subtracting the ADR from the CURRENT daily High to plot the LOW projection, and the opposite to plot the HIGH projection. This is why the lines will adjust and shrink as the range expands.

Setting "AutoScaleLines" to true, will autoscale so that the lines are always in view on your chart. I.e., this will shrink the bars.

The on-Screen text should be self-explanatory, but the label of "complete" simply describes the current day's range as a percentage of the ADR. E.g., a value of 50% tells you the CURRENT day's range is 1/2 the ADR.

You can either on-screen display, lines or both.

The indicator will update in real-time, on each tic.

Note, installing this indicator will create a folder in your indicators called "BTMM", that's where the indicator will be.

->UPDATE(26Nov2020): V2 of Indicator. Added new Parameter called Last-Bar SmartFit. This parameter will push the ADR(the lines) to the LOD(Low of Day) or HOD(High of Day), on the LAST bar in the session. This will occur when the ADR is NOT achieved on that day.

It works by putting the range on whichever came FIRST(LOD or HOD). THis is mostly visual, as I like to see visually, by how much the ADR was missed. Mostly just an easier way to see historical data. This adjustment will ONLY occur on the LAST bar of the session.

THIS image below attempts to explain what the new parameter is doing.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: ADR with Projection Lines V2
Category: NinjaTrader 8 Indicators and More 


November 21st, 2020
Size: 5.08 KB
Downloaded: 878 times

Keywords: adr average daily range session
 



 
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 - Downloads - Top