NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching bar, looking in keywords for any words
Found 15 matching entries

Sort by

Entries
VolumetricData V1.0 5 *
This indicator will provide the volumetric Bar statistics in a hidden plot form. The main purpose is to provide (through 21 plots) the bar statistics values to the Strategy Builder and/or Chart alerts, and/or the Market analyzer without the need to program. You can also use in a Ninjascript indicator or strategy. The 21 plots are hidden so they will not change the display. See the screenshot to see the names of the available data points (plots).

When you select the indicator in the strategy builder or the chart alerts, you can change the plot to any of the 20 other plots so you can work with the statistic of interest.

Also, all 21 plot values will show in the charts data box window or the charts mini data box.

The indicator must be applied to a chart or data series that uses Volumetric bars. You must have the NinjaTrader lifetime license to access the Volumetric bars.

There is an option, for debugging, to print the output to the Ninjascript output window. This will show two values that should match on each line. One value is direct from the calculation and the other is from the plot (that gets it from the same calculation), the point is to remove the mystery of what data is being provided.


Category The Elite Circle 
 
Suggest other entries I might like
Details: VolumetricData V1.0
Category: The Elite Circle 


August 27th, 2022
Size: 2.95 KB
Downloaded: 270 times

Keywords: bar statistics volumetric
Better Bar Timer 5 *
Note: If you find bugs, have feature requests, or anything else, post in THIS thread.

This is a BETTER bar timer for NT.

This does the same thing the standard bar-timer that ships with NT does, except its better.

You can customize this one to be as subtle or obnoxious as you want it to be.

FONT CONTROL: It will allow you complete control over the text. This includes font style, font weight, text size, the color, etc.

FONT PLACEMENT: You can place it ANYWHERE on the screen. You can start with the origin points to include any of the 4 corners on the chart.

OFFSETS: Included with that standard placement, you can offset it from the edges by n-pixels. So after you place it, you can adjust it both horizontally AND vertically.

PRETEXT: I created this as I think the standard bar-timer takes up unnecessary space. I myself just like to see the clock-time, as it takes up less space. Here, you can leave it BLANK(default), or add in your own CUSTOM text. So if you like the standard timer, you could input "Time remaining = " for example, and it would be like the standard one. DO NOT USE escape characters, like backslashes in the pretext input field.

See image below for example of adding pretext.


NOTE: Installing this indicator will create a folder called "BTMM," that's where the indicator will be.

---EDIT - V5 10Mar2022---
I have had this on my PC for a long time, but didn't think it was worth the update. But this will condense the status messages on screen when the indicator is not in use(not connected to data, not intraday, etc), as shown in the image below. Minor change, may not be worth the download for most.



---EDIT - V4 20January2020---
As per suggestion of @locky, and wanting to minimize space(purpose of this indie), you can now toggle on independently, and in any combination, the display of Hours, Minutes or Seconds. E.g., No need to show hours for a sub-hour chart.



---EDIT - V3 19January2020---
There was a bug with this indicator NOT saving the text style in templates or a workspace. This bug should be fixed now. Apologies for inconvenience. Thanks to @mrlucky1x for finding this bug

---EDIT - V2 16January2020---
Version two of this indicator will have a box around the text. By default it will be set to transparent, so you won't see it unless you change the color. Opacity setting is also there so you can make the box color more/less transparent.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Better Bar Timer
Category: NinjaTrader 8 Indicators and More 


January 15th, 2021
Size: 4.50 KB
Downloaded: 1006 times

Keywords: bar timer
MyTime.mq4 5 *
This is an indicator to help identify the brokers bar you are looking at compared to your own timezone.

For example, if your broker is GMT+2 and your timezone is CST, set the diff to 7.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: MyTime.mq4
Category: MetaTrader 4 Indicators 


May 19th, 2019
Size: 9.77 KB
Downloaded: 127 times

Keywords: bar timezone
secondsperbar 5 *
Simply totals the seconds required to draw a bar. Designed to be used with non-time based bars. Includes 2 horizontal reference lines, for example can have the 1st line represent 60 seconds (1 minute) and 2nd line set to 180 seconds (3 minute). Bars change to red if the number of seconds exceeds your desired Maxsec threshold, for example turns bars red if 120 seconds (2 minutes) is exceeded. Includes ability to draw a SMA of the time as well that defaults to a 5 period.


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


November 4th, 2016
Size: 3.57 KB
Downloaded: 550 times

Keywords: bar per time seconds
GHPBarTimer 5 *
I know I have seen an indicator like this before on BMT, but I was asked to create this by someone recently so I figured I would post it for the rest of BMT. This indicator is meant for not time based bar types such as Renko or Range. It will report the average time of the bars over the last period in Sec. It will also present the time of the current bar for comparison. If the Sec are less than the alarm limit, it will paint that bar Green and a gray strip into the primary chart.

Summary:
Red Trace: Average time in Bars/Sec over period
Light Blue: Time of current bar in seconds
Green/Gray Strip: Alarm limit reached



VERSION:
00: Initial release


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: GHPBarTimer
Category: NinjaTrader 7 Indicators 


July 30th, 2014
Size: 2.36 KB
Downloaded: 358 times

Keywords: average bar time timer alarm
UniRenko - Universal Renko BarType 5 *
This is my implementation of a Universal Renko bar type. It allows the user to choose when the bar closes in the direction of the previous bar (Trend), and when it closes in the direction against the previous bar (Reversal).

This allows you to tailor the bar to behave specifically how you want it in ways that hopefully may enhance your particular trading style. As an example, if I am a reversal trader, entering on reversal bars, and putting my stop behind the entry bar, I can choose trend and reversal settings that minimize the size of reversal bars, and therefore optimize my stop sizes, etc.

Parameters are:

'Tick Trend' - Number of ticks to close the bar in the Trend direction
'Tick Reversal' - Number of ticks to close the bar in the Reversal direction
'Open Offset' - Number of ticks offset to draw the artificial open

Like most Renko bars, the bar open is artificial, and is placed by default halfway up the previous bar. The open is aesthetic only, it is not used in the bar size calculation. The tails on the bar show real prices. The artificial Open may affect your backtesting depending on the coding of your strategy. Internally uses NT PeriodType.Custom5

V2:
To support Muti TimeFrame indicators/strategies using the Add() method, added an alternative way to specify all bar specs in the 'Tick Trend' parameter. You can now alternatively specify each parameter as 3 digits in the Data Series window 'Tick Trend' parameter or Add() method 'Period' parameter. For example to specify TickTrend=4 , TickReversal=8, OpenOffset=2 or (T4R8O2) then specify: 'Tick Trend'=004008002 in Data Series window, or Add(PeriodType.custom5, 004008002);' in your MTF code. The normal way of specifying the parameters will continue to work as well.

IMPORTANT UPDATE JULY 11 2013, "VERSION 3" -- FROM BIG MIKE:
July 11 2013: Please note, user "dstrader" has uploaded a crucial bug fix for this bartype. You can find the download link here: https://nexusfi.com/download/ninjatrader-7/indicators/1430-download.html?view

Note you must use that link to download V3.

You can find the discussion thread here: https://nexusfi.com/ninjatrader/24408-unirenko-universal-renko-bar-type-20.html


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: UniRenko - Universal Renko BarType
Category: NinjaTrader 7 Indicators 


July 11th, 2013
Size: 2.08 KB
Downloaded: 4850 times

Keywords: bar unirenko trend renko bartype universal type reversal monpere
UniRenko Projected Bar Closes 5 *
Indicator marks where current UniRenko bar will close in both directions.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: UniRenko Projected Bar Closes
Category: NinjaTrader 7 Indicators 


November 29th, 2012
Size: 2.13 KB
Downloaded: 3129 times

Keywords: bar close monpere predict predictor projected renko unirenko universal
Signal Bars 5 *
Originally ported from MetaTrader, I found this in one of BMT's threads & made some slight modifications to it. I found the original bar size and font size a little too small for my large monitor and decided to add a "bar size multipler" and "font size multiplier" to enlarge the size of the color bars as well as the font.

Other older members, who, like myself, may have a difficult time seeing small objects on a chart, may find this helpful.

You can increase the size of the color bars, the font, or both.

Exported from NinjaTrader 7.0.022


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Signal Bars
Category: NinjaTrader 7 Indicators 


March 22nd, 2011
Size: 6.08 KB
Downloaded: 1638 times

Keywords: bar bars signal signalbars
3 Bar Reversal 2a 4 *
I dug this up somewhere. You might find it useful.

2 different 3 bar reversal patterns are shown by this indie -

3 Bar Reversal Pattern
BuyColor(Cyan)
SellColor(Magenta)

Low(1)>=Low(2)
Low(3)>=Low(2)
Low(3)<=Low(4)
High>High(1) trigger magic tick
Note : I have deleted one definition of Low>Low(1) in the previous version

+++++++++++++++++++
suri 3 Bar Reversal
BuySuri(Blue)
SellSuri(Red)

Low(1)>Low(2)
High(1)>High(2)
Close(1)>Close(2)
High(3)>High(2)
High>High(3) trigger


Category MultiCharts 
 
Suggest other entries I might like
Details: 3 Bar Reversal 2a
Category: MultiCharts 


March 21st, 2010
Size: 5.99 KB
Downloaded: 618 times

Keywords: bar reversal websouth
Range Bar Predictor and Price Panel 4 *
Exported with Version 6.5. I do not have Version 7 (I don't want to be a pioneer. A pioneer is a guy who ends up in a ditch with arrows in his back).

This is a Range Bar Hi/Lo Predictor (RangeBarPredictor) and a Price Panel (PricePanel) with the Hi/Lo numbers as well as price for the current bar and the previous bar with an option to show the angle of the EMA(34). This was requested by steve2222 in the Wizard II thread.

To insert the PricePanel into a NinjaTrader chart; click on Properties, click on Right Side Margins and change it to 140. Insert PricePanel, it will show up in the expanded right hand margin. There are some adjustments that allow you to change the vertical location of the data.

The panel shows,countdown timer to bar completion in Ticks, Number of Ticks to closest bar end( Green for ticks to High and red for Ticks to Low) current price, Hi/Lo of current bar, Projected HI/Lo of current bar, previous bar close , previous bar Hi/Lo and the angle of the EMA(34).

This panel has been around on NinjaTrader for a long time in various versions with code written by way to many people to give credit to everyone who contributed. I am NOT a programmer, please have a professional review this code before using to trade real money.

Insert the RangeBarPredictor in the panel with the price bars. A down arrow will show the predicted high start of the next bar and an up arrow will show the predicted low start of the next bar. You have an option to change the colors of the arrows. Various versions of this indicator have been posted on NinjaTrader over the years.

Compatability
NT 7 has the following Code Break Error :ChartControl.SessionBegin.TimeOfDay == ChartControl.SessionEnd.TimeOfDay - ZTrade101


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Range Bar Predictor and Price Panel
Category: NinjaTrader 6.5 Indicators 


March 10th, 2010
Size: 10.79 KB
Downloaded: 625 times

Keywords: range bar thatmanfromtexas
 



 
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