NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching replay, looking in title and description, keywords for any words
Found 386 matching entries

Sort by

Entries
HMA Color MTF 5 *
Hello Traders, the is an NT8 indicator(exported from 8.0.7.0) that is a colored HMA. The HMA can be calculated from any chart type and period (Multi Time Frame). In the picture is a 15M CL chart. It has two instances of this indie. One is an HMA21 calculated from a 10 min chart and the second is a HMA21 calculated from a 10Range. The indie title displayed on the chart shows the type and period info, as does the title in the user configuration panel. The HMA is completely configurable for color, drawing type HMA Period, Chart Type and Chart Period. There is a label in the right margin of the chart that identifies the indicator. Depending on the timeframes of the chart vs the HMA, you may need to enable Tick Replay in the Data Series. Let me know what you think!

Thanks to Ninja Jim D for his suggestions.

Trade Well
Bob


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: HMA Color MTF
Category: NinjaTrader 8 Indicators and More 


July 8th, 2017
Size: 6.79 KB
Downloaded: 754 times
Ichimoku Essentials 5 *
A very basic version of the Ichimoku from the NinjatraderŽ forum, with only the essentials. Nothing special except for the code optimization which makes it want to run with CalculateOnBarClose = FALSE. Seems to work okay in replay... at 500x actual market speed.

This is good enough for now, but further optimization is possible. The MIN and MAX functions are being called more often than actually necessary, and redundant intrabar ticks are being processed.


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


December 31st, 2011
Size: 6.98 KB
Downloaded: 1200 times
Local Order Manager - NinjaTrader Strategy Library 5 *
The [COLOR=#0066cc]Local Order Manager [/COLOR]has been designed to replace the internal NinjaTrader order management functions. It is based upon Unmanaged Order Management function. The goal is to create complex and flexible features that can easily be re-used, freeing the programmer of the strategy to focus upon the intended strategy and not getting bogged down with coding and debugging.

For more information about the NinjaTrader Local Order Manager please refer to the following section:
https://nexusfi.com/wiki/trading-wiki/NT-Local-Order-Manager-LOM-Guide
https://nexusfi.com/elite-automated-ninjatrader-trading/15563-njamc-local-order-manager-lom-collaboration.html

Revision History:

Rev 1:
As issued

Rev 2:
Added: [FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoShortLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]double[/FONT][FONT="] m_Limit,[/FONT][FONT="]int[/FONT] [COLOR=#0066cc]Limit Order[FONT="] m_PositionNumber) - To handle true , Rather than STOPLIMIT[/FONT][/COLOR]
[FONT="]Added: [/FONT][FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoShortLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]int[/FONT][FONT="] m_LimitTicks,[/FONT][FONT="]double[/FONT][FONT="] m_RefPrice,[/FONT][FONT="]int[/FONT] [COLOR=#000080]Limit Order[FONT="] m_PositionNumber) - To handle true , Rather than STOPLIMIT[/FONT][/COLOR]


Added: [FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoLongLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]double[/FONT][FONT="] m_Limit,[/FONT][FONT="]int[/FONT][FONT="] m_PositionNumber) - To handle true Limit Order, Rather than STOPLIMIT[/FONT]
[FONT="]Added: [/FONT][FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoLongLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]int[/FONT][FONT="] m_LimitTicks,[/FONT][FONT="]double[/FONT][FONT="] m_RefPrice,[/FONT][FONT="]int[/FONT][FONT="] m_PositionNumber) - To handle true Limit Order, Rather than STOPLIMIT[/FONT]

Rev 3:
Added: [FONT="]public [/FONT][FONT="]void[/FONT][FONT="] SetStatsBoxVisable([/FONT][FONT="]bool[/FONT][FONT="] m_Stats)[/FONT]
Added: [FONT="]GoShortStopLimit() Functions, depreciated functions that are misleading[/FONT]
Added: [FONT="]GoLongStopLimit() Functions, depreciated functions that are misleading[/FONT]

Rev 4: 4/1/2012
Added: Various Trailing Stop fixes
Fix: [FONT="]PartialFills improvements[/FONT]
Experimental: Timer functions for future features

Rev 5: 4/15/2012
Fix: [FONT="]Major Stability Improvements, Partial Fills almost flawless[/FONT]
Experimental: Timer functions for future features improved

Rev 6: 7/25/2012 (Beta Release)
Fix: Major Stability Improvements, Partial Fills almost flawless
Fix: Timer functions for Good Until, detects fast replay and autodisables
Added: Good Until by Time & #Bars
Added: Trailing Stop DataSeries Driven
Added: GoLimitBracket
Added: GetFillQuantity
Added: Rejected Order handling (started)
Improved: Entry/exit functions added object to contain rules/handling
Experimental: Timer functions for future features improved
Added: Version ID Current LOM:02b.01b.01a.01.01b.02.01.01a.01.0.0.2

Rev 7: 9/26/2013 (Beta Release)
Update done by contributor, not fully integrated but available.
Fix: Fixed a bug in dataseries based SetTrailingStop() in which the the wrong variable is used for calculating the tick offset.
Changed: Changed the behavior of the dataseries based SetTrailingStop() such that it will remain triggered after the price has moved beyond the trail trigger ticks and retrace back. The previous implementation is such that the trailing stop will be active only when the price remains beyond the trail trigger ticks.
Improved: Commented out the warning logs for non-value dataseries of the indicator based Trailing Stop. It is not necessary for trailing stop indicator to return a value for every bar. For example, a price action swing trailing stop indicator returns an update of a stop loss value after it makes a swing. Furthermore, it is more efficient to update the stop loss value as and when it is required.

Rev 8: 11/24/2014
Update done by contributor, not fully integrated but available.
General: Rolled up many improvements into the latest build
Added: Added new user contribution "SetStatsBoxVisable(bool m_Stats, string m_DebugString)" to enable and disable Stats box with Debugging String
Added: Version ID Current LOM:02b.01b.01b.01.01b.02a.01.01b.01.0.0.2


Category The Elite Circle 
 
Suggest other entries I might like
Details: Local Order Manager - NinjaTrader Strategy Library
Category: The Elite Circle 


December 5th, 2014
Size: 40.29 KB
Downloaded: 1604 times
Market Replay 20091118-20091127 [FDAX, FESX, YM, ES, TF, NQ, ZB]
Tick-level Market Replay data for NinjaTrader.

Just *.ntm...NQ includes *.ntm and *.nt2
20091125 and 20091127 are not complete.
If someone has complete NQ these days please send.
Thanks


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay 20091118-20091127 [FDAX, FESX, YM, ES, TF, NQ, ZB]
Category: NinjaTrader Market Replay Data 


November 28th, 2009
Size: 52.85 MB
Downloaded: 187 times

Keywords: data es fdax market nq replay tf ym zb fsex
Market Replay August 2009 [6E, ES, FDAX, FESX, TF, ZN] 3 *
Tick-level Market Replay data for NinjaTrader.

Installation instructions:
1. Unzip to your Documents\NinjaTrader 6.5\db\data directory.
2. NinjaTrader should now show the extra dates on the Connect -> Market Replay screen.


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay August 2009 [6E, ES, FDAX, FESX, TF, ZN]
Category: NinjaTrader Market Replay Data 


September 1st, 2009
Size: 173.32 MB
Downloaded: 674 times

Keywords: 6e es fdax fesx market replay tf zn
Market Replay CL 01-17 (NT8) 5 *
NT 8 Market Replay data for CL

Contract: CL 01-17



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: this is Market Replay data for NinjaTrader 8. The format is different from NT7.

Also note, these downloads are likely not to include Sundays data.


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


April 23rd, 2017
Size: 185.91 MB
Downloaded: 106 times
Market Replay CL 01-18 (NT8) 5 *
NT 8 Market Replay data for CL

Contract: CL 01-18



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: this is Market Replay data for NinjaTrader 8. The format is different from NT7.


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


December 16th, 2017
Size: 215.78 MB
Downloaded: 124 times
Market Replay CL 01-19 (NT8)
NT 8 Market Replay data for CL

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


December 20th, 2018
Size: 288.35 MB
Downloaded: 150 times
Market Replay CL 01-20 (NT8) 5 *
NT 8 Market Replay data for CL

Contract: CL 01-20



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 01-20 (NT8)
Category: NinjaTrader Market Replay Data 


December 20th, 2019
Size: 191.85 MB
Downloaded: 94 times
Market Replay CL 01-21 (NT8)
NT 8 Market Replay data for CL

Contract: CL 01-21



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 01-21 (NT8)
Category: NinjaTrader Market Replay Data 


December 20th, 2020
Size: 175.37 MB
Downloaded: 51 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