NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Trades Navigator (Strategy Analyzer Chart) 5 *
Lets you navigate trade by trade in Chart mode after back-testing in Strategy Analyzer.

How to use it:

1. Run your backtesting in Strategy Analyzer
2. When backtesting is done, select Chart mode
3. Attach indicator


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Trades Navigator (Strategy Analyzer Chart)
Category: NinjaTrader 8 Indicators and More 


March 18th, 2019
Size: 160.40 KB
Downloaded: 367 times
EquitiesV2 5 *
This version is identical in terms of functionality to version 1(which is located here: https://nexusfi.com/local_links.php?action=ratelink&catid=27&linkid=1994).

I added the code (finally) to pull the expiry date from the chart and automatically add it to the indicator, so it no longer needs the user to manually input the date.

This indicator is for equities traders, to compare current performance with the 'other 3' equities and an average of all 4.

It adds data series for ES, NQ, RTY and YM, shows % change for each since the session open (24 hr session, not just the day session) as well as a simple moving average of all 4. The SMA period is user-configurable. Default is 10.

Hope you version 1 users find and download this one.


****
In reply to the comment about getting it to work in a strategy, I have never tried and am not a programming guru, but it seems likely that the 4 equity data series have to be loaded in the initializing sections of the strategy, which is before you call the indicator. The indicator can't load the data series for the strategy because it gets called after the strategy is initialized.
That'd be my guess. That you have to load the 4 data series in the strategy itself for the indicator to access them when it's called.
Good luck!
****


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


March 9th, 2019
Size: 5.36 KB
Downloaded: 379 times
Volume Weighted MACD for NT 7 5 *
Same logics as for the NT 8


Category The Elite Circle 
 
Suggest other entries I might like
Details: Volume Weighted MACD for NT 7
Category: The Elite Circle 


March 2nd, 2019
Size: 4.21 KB
Downloaded: 285 times

Keywords: macd volume vwmacd weighted
Volume Weighted MACD for NT 8 5 *
Hello All!

It is my first attempt to build and share indicator, so be lenient.

I have found this indicator's logic in TradingView and looked for it's analog here and NT forums.
Unfortunately I didn't find it, so decided to build it myself.
It is just volume weighted, TradingView Code:

"fastMA = ema(volume*close, fastperiod)/ema(volume, fastperiod)
slowMA = ema(volume*close, slowperiod)/ema(volume, slowperiod)
vwmacd = fastMA - slowMA
signal = ema(vwmacd, signalperiod)
hist= vwmacd - signal"


I added Histogram Multiplier variable to set Difference Histogram more easy to view.
I just multiplies Difference Histogram on set value.

I don't researched all NT indicator methods yet, so it seems I have made a lot of surplus actions and rows,
such as new data series for every calculation step. I would be grateful if you could tell me how to make it
easier and more elegant.

I hope someone will find it useful!


Category The Elite Circle 
 
Suggest other entries I might like
Details: Volume Weighted MACD for NT 8
Category: The Elite Circle 


March 1st, 2019
Size: 3.50 KB
Downloaded: 458 times
Market Replay CL 03-19 (NT8) 5 *
NT 8 Market Replay data for CL

Contract: CL 03-19



Download instructions:
dowload and unzip file in NT 8 replay folder Documents\NinjaTrader 8\db\replay
The file will create a folder with the relevant front month and a series of .nrd files inside (one per day)

Make sure to use the "extract here" function as shown, and not the "Extract to" function, to avoid the creation of a folder within a folder.



Note: the archive contains only the dates with the most volume for this contract, meaning, this is data relevant only to when the contract becomes the front month.


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay CL 03-19 (NT8)
Category: NinjaTrader Market Replay Data 


February 22nd, 2019
Size: 244.21 MB
Downloaded: 124 times
SMA Indicator Pack - NT 8 8.0.17.0 5 *
Due to a breaking change in NT 8.0.17.0 I have re-released all of the indicators described elsewhere as there are a number of inter-dependencies. This seems far easier than breaking them apart - for me anyway (hope you agree). There are a number of sub-indicators, but the main ones are:
  • smaCDCycleMTF
  • smaDeltaMomentum
  • smaCDMomentum
  • smaVacuumBars
  • smaProAm
  • smaZiggetyZag
  • smaSineWave




All described:
I have included MathNet DLL in the ZIP to make things a little easier. And remember most need Tick Replay.

Enjoy.


Category The Elite Circle 
 
Suggest other entries I might like
Details: SMA Indicator Pack - NT 8 8.0.17.0
Category: The Elite Circle 


February 5th, 2019
Size: 531.89 KB
Downloaded: 1866 times
BuySellNetVolume-NT8_V1_21 (fpgBuySellNetVolume) 5 *
Notice: This indicator has been deprecated and will no longer supported as it has been replaced by Version 2 posted here

Updated Version 1.21 March 12, 2019

Exported with NT Version 8.0.17.2


Version 1.21 Corrections are described in Change Log


Previous Version 1.1 March 5, 2019
Exported with NT Version 8.0.17.1 (note this has been changed)

Notice(posted on 2/10/2019 at 1:45 PM MST)

It appears that something has changed in the latest NT update (8.0.17.1) that effected this indicator. The version here has been recompiled and re-exported using the latest release. No code changes were made. The version date (2/10/2019) and number (1.01) in the indicator parameters section reflect this change. If you have updated to the latest NT version and are having a problem or getting error messages either recompile the indicator or download and install the latest version.

I apologize for any confusion.


Summary

This indicator is an enhanced version of the NT8 BuySellVolume indicator. The enhancements are as follows:
  • 1. Buys and Sells are show above and below the zero line,
  • 2. The Net Volume (Buys-Sells) is plotted accordingly,
  • 3. Total volume is displayed using a separate color and is shown accordingly,
  • 4. A divergence marker (Bar close is opposite the Net Volume) can be indicated (not enabled by default),
  • 5. Tick Replay (TR) is supported and defaults to display a different color for the TR Net Volume bars,
  • 6. The width of the Buy/Sell, total, and Net histogram bars can be set individually, and
  • 7. Option to reverse the Histogram Buy/Sell and Net widths so that the Net bar displays on the inside of the Buys/Sell bar.

Notes:
  1. At times the Net volume is so small it can not be seen with the indicator region parameter set in Linear Mode. This can be rectified by setting it to Log mode as shown in the screenshot.
  2. When changing the histogram bar sizes use odd numbers as the bars are painted from the midpoints.
  3. For a divergence to be detected in addition to the Net number and bar direction being opposite it must pass a percentage check. If too many (too few) divergences are detected the percentage can be changed to reduce (increase) the number detected.
  4. When using the Tick Replay with a large number of historical days (Days to Load) there may be a delay in the time it takes to initialize.
  5. The indicator is installed in a folder named “Cheech”.

Version 1.1 Enhancements
  1. Fast and Slow EMA of Net Buy and Sells with optional midrange which when set the period is the midpoint of the Fast/Slow period settings.
  2. User defined volume offset from Zero line will create a Zero Zone with optional region painting.
  3. Reorganized Indicator Parameters.

Version 1.1 Notes:
  1. If EMAs are too close together set the indicator panel properties Type Parameter to Logarithmic
  2. NT will display the upper and lower boundary lines (the zero zone) under the following conditions; 1. tick replay is enabled, 2. real time data is available (data feed is connected and market is opened), or, 3. the Zero Zone region painting is enabled. When any of the aforementioned are satisfied the lines will appear.

Version 1.21 Notes:
1. The labels of the MA plots were mis-labled as SMAs when they are actually EMAs.

Please PM me with either problems or questions instead of using the comments/rating section.


Change Log

Date_______Description
2/2/2019..........Initial release
2/10/2019........Recompiled and exported using NT 8.0.17.1
3/05/2019........Additional Enhancements described above
3/12/2019........Correct minor error in MA calculations, some code optimization, and Typos in Labels
4/13/2019........Deprecated, replaced by version 2


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: BuySellNetVolume-NT8_V1_21 (fpgBuySellNetVolume)
Category: NinjaTrader 8 Indicators and More 


February 4th, 2019
Size: 7.94 KB
Downloaded: 754 times

Keywords: buysellnetvolume tickreplay
Market Replay CL 02-19 (NT8)
NT 8 Market Replay data for CL

Contract: CL 02-19



Download instructions:
dowload and unzip file in NT 8 replay folder Documents\NinjaTrader 8\db\replay
The file will create a folder with the relevant front month and a series of .nrd files inside (one per day)

Make sure to use the "extract here" function as shown, and not the "Extract to" function, to avoid the creation of a folder within a folder.



Note: the archive contains only the dates with the most volume for this contract, meaning, this is data relevant only to when the contract becomes the front month.


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay CL 02-19 (NT8)
Category: NinjaTrader Market Replay Data 


January 31st, 2019
Size: 256.64 MB
Downloaded: 132 times
_dnTrendChannel 5 *
Version 1.00 January 28 2019

This is a fib channel tool I designed to help measure patterns I encountered.

More info and a template can be found at this thread
https://nexusfi.com/elite-circle/46104-market-geometry-exploratory.html

Enjoy


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


January 28th, 2019
Size: 20.11 KB
Downloaded: 745 times
irSupplyAndDemand for Ninja 7 5 *
Exported using Ninja Trader 64-Bit 7.0.1000.39

It's been a while since I've uploaded anything here as I've been distracted by moving my indicators over to NT-8,

As I work through that learning curve, I wanted to share one of the updates to a NinjaTrader-7 indicator I posted here some time ago.

The attached indicator was based on combining the irSessionSupportAndResistance indicator and the irLabel indicator that gave us the ability to show a price on a hand drawn "Ray"

I originally posted those here and here.

The previous version was downloaded some +1,300 times so I thought it was time to send along the updated version.

In keeping with my pet peeve, the indicator will correctly display fractional pricing when used on Treasuries contracts.

I'll be working on an NT-8 version of this in the next few days/weeks as it gets closer to the top of my list.

Trade well,


Category The Elite Circle 
 
Suggest other entries I might like
Details: irSupplyAndDemand for Ninja 7
Category: The Elite Circle 


January 26th, 2019
Size: 6.09 KB
Downloaded: 614 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