Searching for entries matching day, looking in keywords for any words Found 5 matching entries
Entries
2727
DaveP711
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.
This is a simple indicator, that plots the prior day's HIGH/LOW, and shows lines that have not yet been broken. Highs/Lows are based on your session template.
The lines are PERSISTENT, and will remain on-chart until they are broken.
You can either remove broken lines completely, or show WHERE the line was broken with the use of the User Input called "Remove Touched Lines Completely." The image shows this.
This indicator will function OnEachTic if desired, or OnBarClose.
Other inputs should be self-explanatory.
NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.
This in a NinjaTrader strategy that I use to output information and charts about an instrument, including:
-Range statistics (Including ON, RTH, and IB)
-Harmonic Rotation data
-Day Type data
-SQN Market Type data
When you run this strategy, it will output an Excel Spreadsheet to the directory you specify in the parameters.
There are multiple requirements to run this strategy. This makes use of Microsoft's Interop functionality to generate an Excel spreadsheet. Therefore you MUST have Microsoft Interop installed and add a reference to the Microsoft.Office.Interop.Excell.dll in NinjaTrader. You can learn more about how to do this here. And a big thank you to DionysusToast for his contribution.
This is a basic indicator prepared while reading Al Brooks' first book.
Al Brooks advises to be very cautious when trading the ES in the middle of the day and in the middle of the range of the day, especially in case of Barb Wire.
This indicator simply identifies the zone which are "in the middle of the day and in the middle of the range of the day". It is supposed to be used for past data, just in order to "have a look".
"Middle of the day" is defined by the user through the beginning time and the end time of the period (default values: 1130 and 1330)
"Middle of the range of the day" is defined by the height of this mid-range compared to the current Hi-Lo of the day. The default value is 0.33 (33%). It means that the "middle of the range of the day" is the range which is at the middle of the current Hi-Lo of the day and the height of which is 33% of the current Hi-Lo of the day.
This is a modified version of an existing indicator for which I've been unable to uncover the original programmer.
As best I can interpret the code, it paints UpBars/DownBars based on whether the current Median Price is greater than or less than the Median Price of the last six bars.
It also uses two additional colors to mark where the Up/Down trend is fading, which is based on comparing the LinRegSlope of the last 3 bars rising/falling.
The Neutral Bar is colored when the current bar Median Price is equal to the Median Price of the last six bars.
My modification only added the "Hollow Candle" effect to Up closing bars. I did not change any of the Trend decision making program logic.
February 5th, 2026 02:31 PM yeskannan Nice addition to all your dp Indicators. I have a small question. What indy is creating the up down arrows? Thanks for t
he nice work.
January 3rd, 2026 06:52 AM sasaforfriends Thanks Dave for your sharing.
I'm interested to try it with your other indicators, such as VolXRay, DPOT and other seen in your other posts.
Is it possible to get them? I'm new here, I tried to search for them, but I've been unable to find any of them...