NexusFi: Find Your Edge


Home Menu

 



Categories Help    






NinjaTrader 8 Indicators and More
Indicators and Files in this section are compatible with NinjaTrader 8


Sort by
Filter

Show full/short entries Entries
PriceActionSwingV2 & PriceActionSwingProV2 5 *
I've actually been working on this for years. At first, I just wanted to make it so the code was more readable so I could figure out what makes it tick. Dorschden's work is really an impressive effort IMO. But somewhere along the way, I learned that Draw objects are performed by the CPU and rendered objects are performed by the GPU. PriceActionSwing on a 12-range chart over 5 days could produce 50,000 draw objects which results in serious performance issues.

**************************************************************************
Aug. 31st, 2022 - I've been communicating with Dorschden, the original author of PAS and we both agreed that only one version should be available and I don't mind saying his is vastly superior to mine. He fixed things, added things and got everything working that I was clueless about. His is located in the free area here: PriceActionSwing

I'm removing the download ability and a year or so from now, I'll probably delete the entire post.
***************************************************************************

PSS. There is a discussion for PAS here. I can't promise I will answer every question right away but maybe there is someone else who can. I'll get to it eventually though - I've subscribed to the thread. I'd rather this was a community effort anyway. Feel free to discuss what new additions would be good but I think I'd rather get everything in the old version working first, if anyone can explain how it's supposed to work. (I can't.)
 
Suggest other entries I might like
Details: PriceActionSwingV2 & PriceActionSwingProV2


March 13th, 2022
Downloaded: 724 times
[Status unknown]
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.

 
Suggest other entries I might like
Details: On Screen Day of Week Display


March 3rd, 2022
Size: 4.12 KB
Downloaded: 255 times
Highlight Extended Trading Hours 5 *
This is an indicator I created to highlight overnight sessions in NT8 the same way that TOS does. You will have to modify the script to change color via HEX code. The time is set for East Coast, so you may have to manually change start and stop times for RTH in Ninjascript Editor, then recompile.

Updated file version: (2/4/22)
-Doesn't create unnecessary new panel
-Overnight Session Color is adjustable from settings panel
Enjoy the tweaks
 
Suggest other entries I might like
Details: Highlight Extended Trading Hours


January 29th, 2022
Size: 162.58 KB
Downloaded: 582 times
NT Alternative Sound Files for Orders 5 *
Small, simple change to NinjaTrader's default order management sounds ("stop filled," "order submitted," etc.).

These sounds have a similar female voice, but with a slightly more realistic overall sound, imo. The audio is just a little bit sped up to still give it that emotionally flat, robotic feel.

Already made these for myself, so it's a zero effort contribution. If you like them, keep them. If you don't, simply restore the original WAV files.

The zip file contains only WAV files and the sounds can be previewed without installation.

Installation: Copy to NinjaTrader sounds directory, by default located at C:\Program Files (x86)\NinjaTrader 8\sounds
 
Suggest other entries I might like
Details: NT Alternative Sound Files for Orders


January 7th, 2022
Size: 185.34 KB
Downloaded: 312 times
Support Resistance Zone Drawing Tool 5 *
Hello, I have created 2 separate "Region Highlight Y" drawing tools to create a set of support and resistance "Zone" drawing tools. I personally add them to a drawing tool tile for quick support and resistance chart mark up.

Version 1.001
Made in NT8 8.0.25.0

Enjoy!
 
Suggest other entries I might like
Details: Support Resistance Zone Drawing Tool


January 4th, 2022
Size: 165.52 KB
Downloaded: 927 times
Support Resistance Horizontal Lines 4 *
Hello,

With the help of NinjaTrader_Kate I have created 2 separate line tools, that you can set the default color of your choice for support and resistance areas.

NT8 version 8.0.25.0

Enjoy!
 
Suggest other entries I might like
Details: Support Resistance Horizontal Lines


December 17th, 2021
Size: 12.23 KB
Downloaded: 443 times
SQN - System Quality Number optimization type 5 *
This is a new optimizer type for comparing strategies in the Strategy Analyzer called System Quality Number originally devised by Van Tharpe. The formula is

SQN = sqrt(N) * average("Profit") / stddev("Profit")

where N is the number of trades, which encourages a large number of trades, a large average profit, and a small standard deviation.

To install, take SQN.cs and

1. Copy this to My Documents/NinjaTrader 8/bin/Custom/OptimizationFitnesses
2. Recompile any of your indicators or strategies -- this will cause the optimizer type to be compiled as well
3. "SQN - System Quality Number" will show up in your list of optimizer types
4. The SQN value shows up in the Performance column on the grid
 
Suggest other entries I might like
Details: SQN - System Quality Number optimization type


December 7th, 2021
Size: 2.90 KB
Downloaded: 97 times

Keywords: sqn van tharpe
ZombiePack8 Indicators 5 *
Zombie Pack 8 includes Zombie BarTimer, Zombie Candles Plain, Zombie Keltner ATR, Zombie Levels, Zombie NetPriceChange, Zombie PriceInfo, Zombie Trail, and Zombie ZigZag indicators. Zombie ZigZag had significant contributions from other authors.

- Zombie BarTimer shows the remaining time on the current bar before it closes.
- Zombie Candles Plain provide classic candle colors with the ability to change to candle outline and body colors
- Zombie Keltner ATR to help with trend identification and overbought vs oversold
- Zombie Levels includes horizontal lines for Pivot Points and Previous H/L/C
- Zombie Net Price Change shows the percentage difference from previous session close price
- Zombie PriceInfo provides PnL for any open positions and pricing for the current instrument
- Zombie Wave 1 & 2 identifies pullback areas often of supply & demand zones
- Zombie Trail 1 & 2 helps to identify new micro trends (includes setup alerts and sound file)
- Zombie ZigZag helps identify swing highs & lows

Zombie8BarTimer v1.001
Zombie8CandlesPlain v1.001
Zombie8KeltnerATR v1.001
Zombie8Levels v1.001
Zombie8NetPriceChange v1.001
Zombie8PriceInfo v1.001
Zombie8Trail1 v1.001
Zombie8Trail2 v1.001
Zombie8Wave1 v1.001
Zombie8Wave2 v1.001
Zombie8ZigZag v1.001


Change Log
12/03/2021 v1.001 - Initial release


For further discussion:
ZombiePack Discussion
 
Suggest other entries I might like
Details: ZombiePack8 Indicators


December 3rd, 2021
Size: 55.81 KB
Downloaded: 427 times
Label Remover 5 *
Removes the label from all other indicators attached to that chart. Makes it so that there's no text at the top of your chart covering things up.  
Suggest other entries I might like
Details: Label Remover


December 2nd, 2021
Size: 1.37 KB
Downloaded: 397 times
ZombiePack7 Indicators 5 *
Zombie Pack 7 includes Zombie BarTimer, Zombie Candles Plain, Zombie Levels, Zombie NetPriceChange, Zombie PowerLine1/2, Zombie PriceInfo, Zombie TMA Bands, Zombie Trail, and Zombie ZigZag indicators. Zombie TMA Bands and Zombie ZigZag had significant contributions from other authors.

- Zombie BarTimer shows the remaining time on the current bar before it closes.
- Zombie Candles Plain provide classic candle colors with the ability to change to candle outline and body colors
- Zombie Levels includes horizontal lines for Pivot Points and Previous H/L/C
- Zombie Net Price Change shows the percentage difference from previous session close price
- Zombie PowerLine 1/2 identifies the middle of a range and can draw attention early to a structure change
- Zombie PriceInfo provides PnL for any open positions and pricing for the current instrument
- Zombie TMA Bands help with trend identification and overbought vs oversold (my preference over Keltner Bands)
- Zombie Wave 1/2 identifies pullback areas often of supply & demand zones
- Zombie Trail helps to identify new micro trends (includes setup alerts and sound file)
- Zombie ZigZag helps identify swing highs & lows

Zombie7BarTimer v1.006
Zombie7CandlesPlain v1.006
Zombie7Levels v1.006
Zombie7NetPriceChange v1.006
Zombie7PowerLine1 v1.006
Zombie7PowerLine2 v1.006
Zombie7PriceInfo v1.006
Zombie7TMABands v1.006
Zombie7Trail v1.006
Zombie7Wave1 v1.006
Zombie7Wave2 v1.006
Zombie7ZigZag v1.006


Change Log
11/17/2021 v1.006 - removed two unused files
11/16/2021 v1.005 - updated TMABand settings
11/14/2021 v1.004 - added Wave1/2
11/09/2021 v1.003 - Initial release
11/09/2021: Removed version no. on request


For further discussion:
ZombiePack Discussion
 
Suggest other entries I might like
Details: ZombiePack7 Indicators


November 9th, 2021
Size: 55.93 KB
Downloaded: 396 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 - Downloads - Top