NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Some Random Entries


Show full/short entries Entries
Market Replay CL 07-23 (NT8) - 3 of 3
Please check part 1 for full download and extract instructions.

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay CL 07-23 (NT8) - 3 of 3
Category: NinjaTrader Market Replay Data 


June 18th, 2023
Size: 40.12 MB
Downloaded: 44 times
BackGroundGradient Colour Scheme 5 *
Exported using NT version 7 RC1
NT7 & NT6.5 compatible

Did this for someone on the NT forum.

I can see some people coming up with some really cool backgrounds - hope this gives them the start they need.

Dec 10 2010
BackGroundGradient3
Fix for certain 'banding' issues at some chart sizes. Other small adjustments to code for efficiency.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: BackGroundGradient Colour Scheme
Category: NinjaTrader 7 Indicators 


September 23rd, 2010
Size: 4.46 KB
Downloaded: 1173 times
Market Replay CL 04-23 (NT8) - 2 of 3
Please check part 1 for full download and extract instructions.

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay CL 04-23 (NT8) - 2 of 3
Category: NinjaTrader Market Replay Data 


March 19th, 2023
Size: 99.00 MB
Downloaded: 29 times
Market Replay CL 11-21 (NT8) - 2 of 3
Please check part 1 for full download and extract instructions.

Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: Market Replay CL 11-21 (NT8) - 2 of 3
Category: NinjaTrader Market Replay Data 


October 26th, 2021
Size: 99.00 MB
Downloaded: 27 times
Second Entry Indicator for Price Action Trading 5 *
This indicator is an implementation of the Second Entry concept as used by VinceVirgil on the CL and Mack on the ES (over at his PATS website). It is intended as a training aid and does not cover the more hard-to-spot obscure occurrences of Second Entries. One of the reasons for releasing this is to get input from more experienced users of Second Entries and, if possible, to try and refine the indicator based on this.

It implements the "classic" version of a Second Entry where the first and second entries tick above (or below) the previous bars. The indicator can optionally highlight the new high/low (the start of the "pattern") with a diamond, the first entry (with a dot) and the second entry (with an up or down arrow). The indicator displays the bar where a second entry may occur and deletes the symbol(s) if the bar does not tick above (or below where appropriate) the previous bar.

The indicator has the following parameters:

AudibleWarning - if this is true and there is a .wav file in the NT sounds folder called "SecondEntry_Warning.wav" then it will be played when an up or down arrow is displayed.
NumTicks - this is the number of ticks above/below the open of the bar that the up/down arrow is displayed.
ReqTickHFirstEntry - if this is true then a bar has to tick above (or below) the previous bar to constitute a first entry. If false then a bar at the same price as the previous bar will count as a first entry.
ShowFirstEntry - if true then a dot will be displayed to indicate the first entry bar.
ShowHistory - if true then the drawing objects will be left on the chart indicating previous Second Entry "patterns".
ShowPatternStart - if true then a diamond will be be displayed above/below the new high (for Second Entry Longs) or new low (for Second Entry Shorts).


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Second Entry Indicator for Price Action Trading
Category: NinjaTrader 7 Indicators 


December 16th, 2013
Size: 6.05 KB
Downloaded: 1648 times
NT7 Market Replay Data - part 17/37
***ONLY DOWNLOAD EACH PART ONE AT AT TIME. If you download in multiples, you will be throttled to slower speeds, and you will loose all of the data. Your download will also be more efficient. In order for everyone to have broad access to this kind of data, please be mindful of the bandwidth used!

***PLEASE ONLY DOWNLOAD IF YOU INTEND TO USE THIS ONLY.
These large files require ample bandwidth, so please only use if necessary!

***THIS IS MARKET REPLAY DATA ONLY, NOT HISTORICAL DATA. COMPATIBLE WITH NINJATRADER 7 ONLY.

See original post (1/ 37) or the last post (37/37) for the list of the included data.

06/2011-12-2013


Category NinjaTrader Market Replay Data 
 
Suggest other entries I might like
Details: NT7 Market Replay Data - part 17/37
Category: NinjaTrader Market Replay Data 


January 15th, 2014
Size: 953.67 MB
Downloaded: 165 times
PermaCode Bar Numbering
Finally sorted out the bar numbering to be a bit more useful than the plain old "DrawText()" on every bar update.

Set parameters for:
  • text font & color
  • number of pixels off-set from the bar (above or below)
  • turn them on or off quickly with click on toolbar
  • start numbers at a given number e.g. 0, 1 or 5 or any number (useful to set it to 0 when debugging script so that it displays the CurrentBar value)
  • how many bars between labels
  • when to increment bar number (good for syncing bar numbering on different time-frame charts, e.g. set it to every 3 bars on the 1min chart and normal every bar on the 3min chart, so their numbers are the same)
  • count resets at start of every session or not
  • displays bar number in the data box

This is version 1 and there probably won't be any more versions.

If it causes problems, send me a private message - don't put the message in the comments on this file download because it doesn't notify me. Thanks.


Category The Elite Circle 
 
Suggest other entries I might like
Details: PermaCode Bar Numbering
Category: The Elite Circle 


March 25th, 2013
Size: 3.06 KB
Downloaded: 244 times
MEF Enter/Exit market indicator 4 *
This indicator uses Linear Regression as main driver. It's based on a longer and shorter period LR used as a signal.

I find it most suitable for indicating when to add new contracts to already opened position or if you've missed trend break-out this can find you a nice entry.

Should you have market trending down, you enter when histogram reaches near 0 and you can either wait to change direction and go in the opposite direction or use some "fixed" near 0 detection method.

On the image you can see how nice have been identified places where to add to an existing position, or even enter market if not done so already.

Please check here for early trend change identification and how trading divergences possibilities.

Parameters:
- Adaptive period: you can select to use adaptive period proposed by John Ehlers for short period calculation
- Period multiplier: is to be used if you've selected adaptive period so from short period calculated will be derived long period value by multiplication
- Long LR period/Short LR period: are to be used as fixed values for Linear regression period
- Long/Short smoothing: is SMA smoothing applied to LinReg

Notes:
- Red/Green histograms are selected on Falling/Rising base respect to previous value.

- In debug mode you can see additional 2 lines plotted. Those are actual angle measure line for longer and shorter period LR.

- Development of this indicator was inspired by the following post Linear Regression Angle Measurement by Doug Tucker

- There's a forum thread on this indicator opened here.

- Exported using NT 7 b18


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MEF Enter/Exit market indicator
Category: NinjaTrader 7 Indicators 


July 8th, 2010
Size: 12.76 KB
Downloaded: 2118 times

Keywords: entry indicator ivanjocic linear position regression mef
Measured Move Drawing tool (Updated) 5 *
This is a simple custom drawing tool for drawing measured moves as described in Trading The Measured Move by David Halsley

The drawing tool allows you to simply draw the measured move from 0-> 100% -> 50% -> to -23.6%

After importing, you should see a new menu item 'measured move' in your drawing tools.
Select it, draw the 3 lines and voila ;-)

28-10-2018: fixed some small issues


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Measured Move Drawing tool (Updated)
Category: NinjaTrader 8 Indicators and More 


October 21st, 2018
Size: 7.26 KB
Downloaded: 1222 times
KR_PriceLevels_v1 for ToS 5 *
here's a quick one.. inspired by range charts, but simplified and still painted on regular time charts..

i needed something to help me spot common S/R levels and also watch price moves between levels of either % of price or in blocks of a certain dollar value (0.2, 0.5, 1.0 ... etc)

default is to show moves in increment of 0.5% of all-time (based on chart) mid-price, but can be changed to better suit the time aggregation and the underlying price range we're looking at (for shorter timeframe, you may want to look at $.25 levels, for a stock like AAPL you want to look at a $5.0 increments and so on)

The percentage level value is always approximated to the nearest multiple of $0.1 to make it meaningful.

if there's a setting in Override Range Unit, then that's the one the study will use as a unit for the incermental levels.

you can show/hide the levels calc details labels on top using the study settings.

found it interesting and it helps hide a lot of noise from price - also comes closer to my own view of Darvas so thought to share for the Range Chart & breakout trading fans..
Cheers,
RedK


Category The Elite Circle 
 
Suggest other entries I might like
Details: KR_PriceLevels_v1 for ToS
Category: The Elite Circle 


August 23rd, 2012
Size: 1.58 KB
Downloaded: 251 times

Keywords: breakout levels price range redk thinkorswim tos
 



 
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