NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Bband2 with color V2 5 *
Revised version of the Bband2 indicator.

Cleaned up the region color logic per request of the original author.

Added logic to improve performance when COBC=False.

Exported using NinjaTrader version 7.0.1000.21

Revision History:
1/10/2014 - First revision of original indicator as described above.

11/18/2014 - Second revision: fixes two code bugs in the parameter list (Zone Color and Opacity) settings can now be changed and saved. Also, optimized the instantiation code for two math function calls (SMA and StdDev).


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bband2 with color V2
Category: NinjaTrader 7 Indicators 


January 10th, 2014
Size: 6.75 KB
Downloaded: 1510 times

Keywords: bollinger bollingerbands colored
Vervoort Volatility Band 3 *
This indicator is the thinkscript version of the Volatility Band indicator developed by Sylvain Vervoort and posted in 2013-08 TASC magazine


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: Vervoort Volatility Band
Category: ThinkOrSwim 


January 7th, 2014
Size: 1.13 KB
Downloaded: 368 times
Cumulative Delta for TradeStation 5 *
Cumulative Delta for TradeStation v1.0

Works on at least TradeStation 9.0 and later

Description:
Plots the cumulative delta (orders lifting offers - orders hitting bids) in a sub graph below the main chart for most chart types in TradeStation.

Usage:
The indicator plots the difference between Upticks and Downticks for each bar in a Hi-Lo bartype fashion. The close of the previous bar is the open of the new bar. It does not draw the wicks, just the open and close. The code maintains the running Upticks-Downticks tally in a bar and plots the difference realtime for the last bar on chart if update intrabar option is checked. It allows the trader to specify pit open/close times and the option to reset (start from 0) the cumulative delta at either the pit open time or the pit close time or both. A zero line can be plotted if required. Also allows the user to specify an Alert limit such that when the delta goes over this limit, that CD bar can be colored with the Alert Color. The Up Color and Down Color can also be specified.

Works on the following chart types:
  • Time
  • Tick (using Trade Vol instead of Tick Count for chart volume)
  • Volume (using Trade Vol instead of Tick Count for chart volume)
  • Momentum
  • Range



Input Parameters:
  • PitOpen - Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM)
  • PitClose - Time in HH24MM format (eg: 0800 for 8 AM and 1600 for 4 PM)
  • ResetAtPitOpen - True/False values only
  • ResetAtPitClose - True/False values only
  • PlotZeroLine - True/False values only
  • AlertBar - Numerical, positive value only. The code uses an absolute value before comparing.
  • AlertColor - Any TradeStation color like Magenta, Cyan, Yellow, White etc.
  • UpColor - Any TradeStation color like Magenta, Cyan, Yellow, White etc.
  • DownColor - Any TradeStation color like Magenta, Cyan, Yellow, White etc.

Change Log:
  • 12/26/2013 - v1.0 - Initial Upload


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: Cumulative Delta for TradeStation
Category: TradeStation (hidden) 


December 26th, 2013
Size: 10.76 KB
Downloaded: 827 times
Volumes at Bid Ask & Buy Sell Ratio NT7 (revision) 4 *
This file contains two (revised) indicators:

Volumes at Bid Ask:
Buying volume at and above the ask is displayed on the top portion of the bar (green), and selling
volume at and below the bid is displayed on the bottom portion of the bar (red). Volumes in between
the ask and bid are displayed in between the buying and selling portion of the bar (gray).

Buy Sell Ratio:
A histogram with the ratio of buying to selling volume in percent form (values 0 to 100)
with a setting option for cumulative values. Volume above the ask and below the bid are also included as
buying and selling volume, respectively.

revision: data glitches fixed


Category The Elite Circle 
 
Suggest other entries I might like
Details: Volumes at Bid Ask & Buy Sell Ratio NT7 (revision)
Category: The Elite Circle 


December 18th, 2013
Size: 77.30 KB
Downloaded: 994 times
Volumes at Bid Ask (NT7) 4 *
This is a real-time indicator that fits buying and selling values into a single bar.

Buying volume at and above the ask is displayed on the top portion of the bar (green), and selling
volume at and below the bid is displayed on the bottom portion of the bar (red). Volumes in between
the ask and bid are displayed in between the buying and selling portion of the bar (gray).

Please let me know if you notice any glitches. From what I observed, not all of the indicator's total
volume values matched the values from Ninjatrader's default volume indicator. Check the data box
for accuracy.

I contacted the programmer back about these issues. He tested it again, and stated that it worked
fine from his end. So I'm assuming it's a data feed issue. I contacted the NT support forum, and sent
them my log and trace files. They didn't find anything problematic either. In the meantime, I'm going
to have this indicator tested by another programmer for a second opinion. If the programmer does find
any errors, I'll have it updated and post it here as a revision.

-Nick


Category The Elite Circle 
 
Suggest other entries I might like
Details: Volumes at Bid Ask (NT7)
Category: The Elite Circle 


December 18th, 2013
Size: 2.38 KB
Downloaded: 649 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
FatTail Candle Volume 4 *
FatTail_AdvBar is a paintbar study to show volume on advanced bar types. I have no idea where I got the original code which I chopped up and changed. I use this on a Kase Bar chart OHLC- makes a nice candle volume appearance. Use on a Renko chart with the box color completely transpareant to see gaps and highlight support and resistance areas. The bar width is determined by volume over n periods and the color gets brighter based on the uptick/downtick ratio. I have RedGreen set to false, show color= true, show Tails True. Mess around with the length to get the volume representaion you like.


Category The Elite Circle 
 
Suggest other entries I might like
Details: FatTail Candle Volume
Category: The Elite Circle 


December 16th, 2013
Size: 13.77 KB
Downloaded: 1055 times
Initial Balance Range Bands V42 5 *
Exported using NT Version 7.0.1000.26

Indicator will only run on NT 7.0.1000.5 or later.

Discretionary traders: Please use the multi-timeframe version of the indicator for odd minute charts and charts built from ticks.

https://nexusfi.com/download/ninjatrader-7/indicators/938-download.html?view

The indicator displays the current open, the initial balance (IB) and upper and lower range bands that are calculated by adding and subtracting fractions of the initial balance to the IB high and IB low.

You can only use this indicator with an appropriate session template. The opening time will align itself to the start time of the RTH session, as specified via session template. The hybrid setting assumes that you want to use the 3rd intraday session as RTH session for FOREX and currency futures and the second session for all other instruments.

Example ES: Select a session template with the following sessions: Session 1 (night session) 15:30 - 8:30 Central Time, Session 2 (RTH) 8:30 - 15:15 Central Time. Select second session for opening range.

Select length of opening period: The length of the opening range can be selected via indicator dialogue box The default setting is 60 minutes.

Select Offset: With an offset of 00:00, the indicator aligns to the start of the selected session. If you enter a positive value for the offset, the opening range will be shifted forward from the session start. For example if you open a chart for ES with the session template US CME Index Futures, then the session (and the trading day) starts at 5:00 PM Central Time. To display an opening range for the regular session, you need to enter an offset of 15:30, because the regular session starts 15 hours and 30 minutes after the start of the trading day.

Multipliers for range bands: The multipliers for the upper and lower range bands can also be changed. The default settings for the bands are 0.5, 1 and 2, meaning that the first upper band is built from the IB high by adding half of the IB range, and similar for the other bands.

Developing range: Prior to the completion of the initial balance, the indicator plots the developing range in gray to show that the range is still incomplete.

Night session or pre-session range: The indicator also has an option to display the full night session, European or Asian session range. This feature is not used with the default settings. I did not add it on purpose, it was already part of the opening range indicator, and it was easier to leave it than to remove it.

European Session Range: You can select start and end time of the European Session in CET (Central European Time). The European Session is pre-configured for the time between 8:00 AM and 1:00 PM CET.

Asian Session Range: You can select start and end time of the Asian Session in TST (Tokyo Standard Time). The Asian Session is pre-configured for the time between 9:00 AM and 3:00 PM TST.

Update June 2, 2011: New signature for GetNextBeginEnd() implemented.
Update June 11, 2011: Small bug removed, indicator did not display opening range and pre-session range correctly during the training period (first bars of the chart, after scrolling to the left horizontally).
Update June 21, 2011: The indicator now works with half-pip FOREX feeds. Indicator dialogue box improved.
Update July 25, 2011: Serialization of the plots and indicator dialogue box changed.
Update January 24, 2012: Offset added, opening period no longer needs to be aligned to session start.
Update February 19, 2012: Option added to cut off the opening range at the next session break.
Update October 6, 2013: Minor bug removed, offset was not applied correctly on tick charts, when indicator was set to COBC = false.
Update October 24, 2013: Drop down property added for European and Asian Time Zone
Update December 8, 2013: Indicator partly recoded and custom plot added.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Initial Balance Range Bands V42
Category: NinjaTrader 7 Indicators 


December 9th, 2013
Size: 11.10 KB
Downloaded: 4345 times

Keywords: initialbalance open openingrange rangebands volatility
Opening Range V42 5 *
Exported using NT Version 7.0.1000.26

The indicator will only run on NT 7.0.1000.5 or later

Discretionary traders: Please use the multi-timeframe version of the indicator for odd minute charts and charts built from ticks.

https://nexusfi.com/download/ninjatrader-7/indicators/937-download.html?view

The indicator displays the opening range and the current open of the RTH session.

You can only use this indicator with an appropriate session template. The opening time will align itself to the start time of the RTH session, as specified via indicator settings. The hybrid setting assumes that you want to use the 3rd intraday session as RTH session for FOREX and currency futures and the second session for all other instruments.

Example ES: Select a session template with the following sessions: Session 1 (night session) 15:30 - 8:30 Central Time, Session 2 (RTH) 8:30 - 15:15 Central Time. Select second session for opening range.

Select length of opening period: The opening period can be selected via indicator dialogue box.

Select Offset: With an offset of 00:00, the indicator aligns to the start of the selected session. If you enter a positive value for the offset, the opening range will be shifted forward from the session start. For example if you open a chart for ES with the session template US CME Index Futures, then the session (and the trading day) starts at 5:00 PM Central Time. To display an opening range for the regular session, you need to enter an offset of 15:30, because the regular session starts 15 hours and 30 minutes after the start of the trading day.

Developing range: Prior to the completion of the opening range, the indicator plots the developing range in gray to show that the range is still incomplete.

Night Session or Pre-Session Range: This is different for each instrument and refers to the electronic session prior to the session selected for the opening range.

European Session Range: You can select start and end time of the European Session in CET (Central European Time). The European Session is pre-configured for the time between 8:00 AM and 1:00 PM CET.

Asian Session Range: You can select start and end time of the Asian Session in TST (Tokyo Standard Time). The Asian Session is pre-configured for the time between 9:00 AM and 3:00 PM TST.

Update Jan 23, 2011: The indicator now plots all developping ranges in gray to show that the range is still unstable. Price markers are correctly formatted for US interest rate futures and FOREX.
Update May 17, 2011: New signature for GetNextBeginEnd() implemented. Backcolor for opening range added.
Update May 24, 2011: Old signature for GetNextBeginEnd() reintroduced within Plot() Override after problems, new signature maintained for OnBarUpdate(). Some minor enhancements added.
Update June 11, 2011: Small bug removed, indicator did not display opening range and pre-session range correctly during the training period (first bars of the chart, after scrolling to the left horizontally).
Update June 21, 2011: The indicator now works with half-pip FOREX feeds. Indicator dialogue box improved.
Update July 25, 2011: Serialization of the plots and indicator dialogue box changed.
Update January 24, 2012: Offset added, opening period no longer needs to be aligned to session start.
Update February 8, 2012: Option added to cut off the opening range at the next session break.
Update February 15, 2012: Bug removed, the cut-off option did not work, when an offset was selected as well.
Update October 6, 2013: Minor bug removed, offset was not applied correctly on tick charts, when indicator was set to COBC = false.
Update October 20, 2013: Drop down property added for European and Asian Time Zone
Update December 8, 2013: Indicator partly recoded and custom plot added.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Opening Range V42
Category: NinjaTrader 7 Indicators 


December 9th, 2013
Size: 10.18 KB
Downloaded: 4987 times

Keywords: asiansession europeansession globexsession initialbalance opening openingrange
mkSupDemZones 5 *
This Indicator draws MTF Supply and Demand Zones based on the NinjaTrader Swing Indicator.
In addition to drawing the zones, it shows a strength value on the right side of each zone.
The strength value corresponds with the number of bars to the left of the swing which are above/below the swing.
This way you get an instant idea how important the current zone is in relation to other zones on the chart.
The indicator includes the ability to show and hide the zones, the lines and also the strength output.

There are a lot of ideas how to further improve this indicator with new features but i decided to keep it as simple as possible so other people are free to add their own features without crawling through 1000 lines of code.

Exported using NinjaTrader 7.0.1000.16

2013-12-08 - Added second strength attribute for bars on the right side of the swing.
2013-12-09 - The zones will now be properly extended on lower time frames, fixed small bug.
2013-12-09 - The indicator works now with COBC = true and COBC = false
2013-12-17 - Bug fixed in range-calculation of second BarSeries


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


December 7th, 2013
Size: 9.72 KB
Downloaded: 2846 times

Keywords: demand mtf supply zones
 



 
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