NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Barry's Support and Resistance 5 *
This is a fractal type swing indicator.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Barry's Support and Resistance
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 2.26 KB
Downloaded: 672 times

Keywords: websouth
Bars In A Row V1 5 *
This indicator counts the number of bars that have moved in the same direction, plotting a positive histogram for rising bars and a negative one for falling bars. I forget how I handled dojis, but I did.

It also includes SMAs of rising and falling bars, with a user-configurable period for the moving average.

I hope a few people still using NT7 find this useful.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bars In A Row V1
Category: NinjaTrader 7 Indicators 


August 6th, 2018
Size: 3.97 KB
Downloaded: 144 times
BarsInARowV1 5 *
As requested, this indicator has been updated for NT8.

It merely counts the number of rising and falling bars that occur in succession, resetting the number every time a bar either goes the other way or closes at the same value as it opens.

This also includes an SMA of both rising and falling bars with a user-configurable SMA period.

Hope you find some use for it.


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


August 15th, 2018
Size: 3.33 KB
Downloaded: 503 times
BarTimer with Audio Alert 5 *
Exported using NT Version 7.0.1000.25


This is a simple bar timer for minute charts with an added audio alert.

Copy your favourite sound file into the directory -> programs -> NinjaTrader 7 -> sounds. Now enter the name of that sound file and the leadtime in seconds via indicator dialogue box.

The indicator name is "anaBarTimer". Please do not confuse it with the default NinjaTrader BarTimer.

Please note that NinjaTrader 7 does not support wav/MPEG. wav/MPEG files need to be converted to wav/PCM files first.

Update September 20, 2012: Indicator triggered random alerts during off-session times, when no ticks were arriving. Bug removed. Font size of display can now be selected.

Update November 21, 2014: Option added to select the fontstyle (regular, bold, italic ...)


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: BarTimer with Audio Alert
Category: NinjaTrader 7 Indicators 


September 20th, 2012
Size: 3.69 KB
Downloaded: 1905 times

Keywords: alert audio bartimer
BarTimerPro 2 *
June 20th 2018 v1.0
This Indicator displays the duration of the current bar. Tested and works on time, tick , volume and range bars.

- Font Color
- Font Select
- Show Bar Timer Label
- Hide Indicator Name
- Show all tabs

I'm self taught and just starting to understand what's required to convert my NT7 indicators over to NT8 so let me know if this can be improved.


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


June 20th, 2018
Size: 3.59 KB
Downloaded: 601 times
BarTimes indicator 5 *
Exported with NinjaTrader 7.0.1000.31

Latest revision on 7/27/16 - see revision notes for details

This indicator computes the elapsed time between bars on a non-time based chart. There are a number of enhancements to the indicator GHPBarTimer by NJAMC upon which it is based. Upon Installation it will be named fpgBarTimes so as not to conflict with the base indicator.


Additions/modifications/fixes included in the 7/27/2016 version
  1. Added : an option to display an Alert message when the MA for the total time is above, below, or both (an Or condition) of the designated time zones. Setting this option will force the Non-Directional Plot to be included (see #3 below)
  2. Added: an IntSeries file to record the results of number 1 above, as controlled by the switch that allows the recording of various outputs.
  3. Added : option to plot MAs for the bar time in Up bars and Down bars (directional Option). Doji bars have their bar time evenly split across the two so it does not skew the results. The period for these can be set to a different value than the MA total (Non-Directional option) time. Both can be plotted.
  4. Added: an Auto adjust feature which will adjust the various time line values according to the change in chart’s bar type or value. The purpose is to allow the user to change a bar type or value and automatically adjust the zone time lines by a ratio calculated (to the nearest .25) from the bar types values specified in the various Bar Type parameters.

    For example, if the chart bar type is set to Tick with a value of 75 (which matches the parameter value for a tick bar) changing that value to 150 would result in the zone line values being doubled. Note: if the Time Lines Option (#04) is set to “TimeIncrement” then the increment value may or may not be adjusted according to the AutoAdjust Increment setting. The bar types supported is as follows: Tick, Renko, UniRenko, BetterRenko, SveRenko, Range, and Volume. Others can easily be added (see number 4 in the Notes section under this item).

    Hint: When using this option first set the default values (these are found in the Auto Adjust Parameters section) for each bar type that you intend to use and save it as the indicators default profile. Once set, those values will be the base from which all of the calculations will be done when changing either the bar type or the bar type’s value. Once the final bar type/value is determined the appropriate parameter(s) should be set and the auto adjust option turned off as it is intended to be an aid for determining the appropriate zone line and time settings for the bar type and/or value.

    Notes:
    4.1. Only a few of the possible combinations or bar type changes have been tested. However, the logic for processing these changes is the same for all. It is possible that there may still be a bug.
    4.2. Because the calculated value might be hard to determine from the Y-axis there is an option to log the results to the Output window.
    4.3. This enhancement should be used as an aid to determine new zone setting when a bar type or value is changed.
    4.4. If the code is modified to support additional bar types, be sure to keep the type and value in the same relative order as an index is used in the code.

    5 Modified: various colors for better contrast on a chart with a dark background.
    6.]Modified: the default zone line values. [FONT=Calibri]
    7. Fixed: the HFT zone value was not being written to the DataSeries.
    8. Fixed: the Max time percent was not used in the calculation.

    Note:
    There is no version number in the indicator's name therefore it will replace the existing indicator. If a backup copy is deemed necessary export the old version first. Also recommend that the previous version be deleted first.

Original Enhancements are as follows:


1. A minutes or seconds display is user selectable

2. Bar times are organized into user defined time “zones” as follows:
a. Time Zone 1 (TZ-n) is the starting TZ and is defined in decimal minutes, i.e., 0.5 = 30 seconds, etc.
b. A user defined increment, also in decimal minutes, is added to TZ-1 to create TZ-2. The same increment is added to TZ-2 to create TZ-3. TZ-4 is anything above TZ-3. Lines are produce for TZ-1 to 3. The HTF-like “zone” is a sub period of TZ-1 and is identified when the bar time is LT or EQ to a user define number of seconds. If the bar time is below the defined time it could be considered potential HFT activity
c. An optional histogram of TZ1-TZ4 times is produced, with each zone having a user defined color.
3. An optional truncated display for excessive bar times (above Zone 3) which will force a user define percentage (xx.y) be added to the TZ-3 value and used to plot excessive bar times. This is done to keep the indicator panel the same size. Setting a max value does not disturb the MA calculation.

4. Optional visual alerts using background colors can be painted for excessive time (EXT) bars and potential HFT bars, or
both. A consecutive bar count can be set for both to eliminate false alerts for both EXT and HFT-like bar times.

5. A moving average for current bar times can be calculated from 6 MA types.

6. The assigned zone number for the current bar time and its moving average can be sent to 2 IntSeries which can be
used in Bloodhound or user written strategy. The values are 0 = potential HFT-like activity (only the current bar time
zone), 1-3 the zone number for the current bar time and its MA, and 4 = excessive bar time (EXT zone) also for the
current bar time and the MA.

7. Using this indicator on a time based chart will produce a message in the lower right
corner and disable further calculations.

Please PM me if you encounter any problems rather than write them in the review.

Revision Descriptions:

1. 6/11/16 The revision includes the Zone code = 0 for HTF-like time bars in the IntSeries.
2. 7/27/16 Revision description is above

Note:
If you have the previous version, unless the IntSeries is used in either a strategy or in BloodHound and the indication of when there is a HTF-like bar is desired, it is not necessary to install the latest version.


Change Log:
6/7/16 Initial release
6/11/16 Emit Zone code to IntSeries for HFT-like bar time
7/27/16 Various, described above


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


June 7th, 2016
Size: 24.43 KB
Downloaded: 602 times
BB Bandwidth Oscillator Average (Indicator) 4 *
Here's an interesting indicator created by James Stanley of DailyFX. The oscillator measures the difference between the upper and lower bollinger bands. A moving average of the same length as the bollinger band is also plotted over the oscillator.

If the oscillator is greater than the moving average, it indicates the trend is accelerating.

If the oscillator is less than the moving average, it indicates the trend is decelerating.


Category FXCM Strategy Trader (hidden) 
 
Suggest other entries I might like
Details: BB Bandwidth Oscillator Average (Indicator)
Category: FXCM Strategy Trader (hidden) 


March 22nd, 2011
Size: 1.63 KB
Downloaded: 129 times

Keywords: bollinger oscillator bandwidth
BBand2 with color double stddev band V1 5 *
This bband has 2 stddev value so that it can color the outer band and it highlights the band if price touch the band and it also do the alert if touch.


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: BBand2 with color double stddev band V1
Category: NinjaTrader 6.5 Indicators 


March 12th, 2010
Size: 6.42 KB
Downloaded: 843 times

Keywords: alert bollinger cory bband
Bband2 with Color for NinjaTrader 8 5 *
Conversion to NinjaTrader 8 of the "Bband2 with Color" from NinjaTrader 7. ( found here. )

Exported using NinjaTrader 8 version: 8.0.15.1

Feb. 16, 2020 - Updated drawing logic to improve drawing performance. Please update your copy using this new version.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Bband2 with Color for NinjaTrader 8
Category: NinjaTrader 8 Indicators and More 


January 25th, 2020
Size: 5.63 KB
Downloaded: 712 times
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
 



 
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