NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Market Replay CL 11-19 (NT8)
NT 8 Market Replay data for CL

Contract: CL 11-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 11-19 (NT8)
Category: NinjaTrader Market Replay Data 


October 23rd, 2019
Size: 218.68 MB
Downloaded: 88 times
Donchian Channel 5 *
MultiCharts .NET64 Version 12.0 Release (Build 18187)

 
Code
using System;
using System.Drawing;
using System.Linq;
using PowerLanguage.Function;

namespace PowerLanguage.Indicator
{
	public class Donchian Channel : IndicatorObject
	{
		public Donchian Channel(object _ctx):base(_ctx)
		{
			n_bars = 5;
		}

        [Input]
        public int n_bars { get; set; }
		
		private IPlotObject plothigh, plotlow;
		
		protected override void Create()
		{
			plothigh = AddPlot(new PlotAttributes("plothigh", EPlotShapes.Line, Color.Red));
			plotlow = AddPlot(new PlotAttributes("plotlow", EPlotShapes.Line, Color.Red));
		}
		
		protected override void StartCalc()
		{
		}
		
		protected override void CalcBar()
		{
			if(Bars.High[5] > 0 && Bars.Low[5] > 0)
			{
				plothigh.Set(Bars.High.Highest(n_bars));
				plotlow.Set(Bars.Low.Lowest(n_bars));
			}
		}
	}
}


Category MultiCharts 
 
Suggest other entries I might like
Details: Donchian Channel
Category: MultiCharts 


October 7th, 2019
Size: 1.73 KB
Downloaded: 137 times
Market Replay CL 10-19 (NT8)
NT 8 Market Replay data for CL

Contract: CL 10-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 10-19 (NT8)
Category: NinjaTrader Market Replay Data 


September 18th, 2019
Size: 259.80 MB
Downloaded: 128 times
Market Replay ES 09-19 (NT8) 3 of 3 5 *
NT 8 Market Replay data for ES

Contract: ES 09-19 - Part 3 of 3



Download instructions:

Note this is a multi-part download. After download and before extracting you need to rename this file to "ES 09-19.7z.003"

Dowload and unzip file in NT 8 replay folder Documents\NinjaTrader 8\db\replay
  • Once all files have been downloaded and renamed, right-click on the first one and select "extract here"
  • 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
  • The archive will create a folder with the relevant front month and a series of .nrd files inside (one per day)



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.


If you are not too familiar with Windows file extensions and your Windows settings, make sure to check this thread out: https://nexusfi.com/tech-support/48500-how-show-file-extensions-known-file-types-windows.html


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay ES 09-19 (NT8) 3 of 3
Category: NinjaTrader Market Replay Data 


September 14th, 2019
Size: 189.73 MB
Downloaded: 177 times
Market Replay ES 09-19 (NT8) 2 of 3
NT 8 Market Replay data for ES

Contract: ES 09-19 - Part 2 of 3



Download instructions:

Note this is a multi-part download. After download and before extracting you need to rename this file to "ES 09-19.7z.002"

Dowload and unzip file in NT 8 replay folder Documents\NinjaTrader 8\db\replay
  • Once all files have been downloaded and renamed, right-click on the first one and select "extract here"
  • 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
  • The archive will create a folder with the relevant front month and a series of .nrd files inside (one per day)



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.


If you are not too familiar with Windows file extensions and your Windows settings, make sure to check this thread out: https://nexusfi.com/tech-support/48500-how-show-file-extensions-known-file-types-windows.html


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay ES 09-19 (NT8) 2 of 3
Category: NinjaTrader Market Replay Data 


September 14th, 2019
Size: 250.00 MB
Downloaded: 188 times
Market Replay ES 09-19 (NT8) 1 of 3 3 *
NT 8 Market Replay data for ES

Contract: ES 09-19 - Part 1 of 3



Download instructions:

Note this is a multi-part download. After download and before extracting you need to rename this file to "ES 09-19.7z.001"

Dowload and unzip file in NT 8 replay folder Documents\NinjaTrader 8\db\replay
  • Once all files have been downloaded and renamed, right-click on the first one and select "extract here"
  • 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
  • The archive will create a folder with the relevant front month and a series of .nrd files inside (one per day)



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.


If you are not too familiar with Windows file extensions and your Windows settings, make sure to check this thread out: https://nexusfi.com/tech-support/48500-how-show-file-extensions-known-file-types-windows.html


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay ES 09-19 (NT8) 1 of 3
Category: NinjaTrader Market Replay Data 


September 14th, 2019
Size: 250.00 MB
Downloaded: 193 times
irROCVolatility Version-1.0 for NT-8.0.17.2 64-bit 5 *
I used to use Excel to calculate and average the end-of-day readings of three different Rate Of Change indicators to see if I could graph the differences in Directional Bias across a number of different Futures contracts (Equities, Treasuries, Currencies, Metals, Energy, Grains) in an effort to decide where to focus my trading efforts and capital.

The exercise was time consuming and not that helpful over the long term which lead me to abandon the project, until recently when I revisited the idea using NT-8.

The different period settings I used for the original project (on a Daily chart) were 10, 25 and 35 (Days),
and (on a Weekly chart) were 2, 5 and 7 (Weeks).

The irROCVolatility indicator displays the average of three different (10, 25, 35) ROC (Rate-of-Change) indicators to assist in highlighting directional bias while indicating increases and decreases in Volatility.

I was surprised by the way the indicator works on the smaller Intraday time frames that many of us use as day traders.

I find it helps when I can't understand what Delta is trying to tell me. Hopefully you'll find it useful too.

Trade well


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: irROCVolatility Version-1.0 for NT-8.0.17.2 64-bit
Category: NinjaTrader 8 Indicators and More 


September 12th, 2019
Size: 3.79 KB
Downloaded: 1042 times
Market Replay CL 09-19 (NT8) 5 *
NT 8 Market Replay data for CL

Contract: CL 09-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 09-19 (NT8)
Category: NinjaTrader Market Replay Data 


August 18th, 2019
Size: 226.32 MB
Downloaded: 104 times
Time Zone Colors (NT8) 5 *
this is version for NT8

Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Time Zone Colors (NT8)
Category: NinjaTrader 8 Indicators and More 


August 13th, 2019
Size: 4.40 KB
Downloaded: 438 times
Market Replay CL 08-19 (NT8)
NT 8 Market Replay data for CL

Contract: CL 08-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 08-19 (NT8)
Category: NinjaTrader Market Replay Data 


July 19th, 2019
Size: 220.91 MB
Downloaded: 135 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