NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
gbTimeSeriesForecastPosNeg 5 *
gbTimeSeriesForecastPosNeg (Ver 1.1) by TraderGB, March 8, 2021

In the process of coding gbMAxMTFx4, I had to go through each average/filter indicator that this script called and see what the minimum value was for length. To my surprise the stock Time Series Forecast (TSF) that comes with NT8 allows the Forecast input to be negative down to -10. I thought that was interesting and is what inspired this indicator.

Concept:
The basic idea here is to plot both a positive and negative time series forecast for a given length. It follows this rule for trend:
* Trend changes to UP when both positive and negative TSF rise together.
* Trend changes to DOWN when both positive and negative TSF fall together.

Input:
* PosForecastValue can be an integer between 1 and 10.
* NegForecastValue can be an integer between -1 and -10.
* Usually you'll want to have the same pos/neg forecast value, one positive and one negative (i.e., 3 and -3). But, this indicator allows you to input different values for this (i.e., 3 and -4).

Options:
There are many options on how you choose to decorate this indicator:
* Allows color/opacity rising or falling for plots, shade area, bar body, bar outline, background, and hi/lo line.
* Hi/Lo Lines are just the lines that extend to the right of both the TSF plots.
* Option to turn on/off coloring for plots, shade area, and bars.
* Hi/Lo lines have options to turn on/off, line style, and line width.

Updates:
Ver 1.1 (03/19/21): Fixed bug with saving template


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


March 8th, 2021
Size: 6.85 KB
Downloaded: 599 times
gbVolumeReversal 5 *
gbVolumeReversal, Ver 1.1, TraderGB, May 23, 2021 [ Updated ]

Description: This was my attempt to reverse engineer through trial-and-error Mark Leibovit’s volume reversal and volume sequential indicator. The calculations for this are unpublished and remain proprietary. This was first done about six years ago when I had access to the indicator with recent price action and simply messed around with price and volume until matching all the signals. Within this indicator I put a divergence signal, which is not part of Leibovit’s work. I personally don’t use this indicator, but some may find it useful.

References:
The Trader’s Book of Volume, The Definitive Guide to Volume Trading, Mark Leibovit, 2011, p 255-262
The Encyclopedia of Technical Market Indicators, Robert W. Colby, CMT, 2003, p 778-780

Updates:
Ver 1.1, 2021-05-27: Included options for each of the two text labels be optional (requested by chartman). Note, if you have 'Show Sequential VR Text' checked but not "Show Sequential VR", Sequential VR text will not appear.


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


May 23rd, 2021
Size: 4.71 KB
Downloaded: 1292 times
gbWRBHiddenGap 5 *
gbWRBHiddenGap, Ver 1.0, TraderGB, May, 27 2021

Description:
Wide Range Body/Bar (WRB) Hidden Gap indicator by M. A. Perry of TheStrategyLab.com (wrbtrader on Futures.io)

Note, WRB can stand for either "Wide Range Body" or "Wide Range Bar", but they are separate items:
* Wide Range Bar interval represents the price area between the High and Low...often called the range of the interval.
* Wide Range Body interval represents the price area between the Close and Open...often called the body of the interval.

Only a small percentage of WRB Hidden GAP intervals qualify as a WRB Zone.
Following the instructions in chapter 2 in the WRB Analysis Free Study Guide. -M.A. Perry






Parameters:
* Lookback: Number of bars to evaluate for wide-ness (default = 3, Range: 3 to 20 max)
* WRBType: Look for wide-ness based on: body range, bar range, or both body and bar range (default = Body)
* GapType: If a hidden gap is found, draw rectangle around: BarRange, BodyRange, or GapRange (Default = GapRange)

From Chapter 1 of the Tutorial:
WRB Analysis is an analysis of changes in volatility and supply/demand. Simply, WRB helps traders to understand and exploit changes in volatility as a way to identify key price areas where there has been an important change in supply/demand between buyers and sellers prior to the appearance of any trade signals. Thus, WRB Analysis is primarily designed to improve the understanding of the price action prior to the appearance of any trade signal and improve the performance of a trade signal strategy. In addition, WRB Analysis is not a trade signal and it must be embedded (merged) within a trade signal strategy if you want to improve the performance of your trade signal strategies.

Included sound files for alerts (place in NT sound folder):
HiddenGapUp.wav
HiddenGapDown.wav

Notes:
* Version 1.0 of this indicator is based off chapters 1-3. I don't have the advanced section of this tutorial and any additional items from there are not included.

References:
* WRB Analysis Tutorials, M. A. Perry, 2014, chapters 1-3 (free download at TheStrategyLab.com).
* There are also chapters 4-12 which are for sale at TheStrategyLab.com (advanced section of tutorial).


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


May 27th, 2021
Size: 126.59 KB
Downloaded: 639 times
gbXPointNBarsBack 4 *
gbXPointNBarsBack Ver 1.0 by TraderGB, March 16, 2021

Description:
This indicator finds the point where the current High and a Low N-bars back intersects with the current Low and a High N-bars back (forms an X). It creates a synthetic data point that can be feed into other indicators. Think of it as a substitute for common inputs such as: High, Low, Open, Close, Median, Typical, Weighted. Although some may use this as an indicator on its own, its really meant to be feed into other indicators. Experiment with it and see where it takes you.

The screenshot tries to illustrate the X (cross) point where BarsBack=1 and BarsBack=2.

Enjoy,
TraderGB


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


March 16th, 2021
Size: 2.04 KB
Downloaded: 249 times

Keywords: xpoint
gbZigZagFibExtRet (Important Update Ver 1.2) 5 *
gbZigZagFibExtRet, Ver 1.2, TraderGB, March 21, 2021 [Important Update Ver 1.2...see updates below]

Description:
This is a modification of the ZigZagUTG script that shows Fibonacci retracement and/or extension percentages. The indicator allows you to choose what you want to see (Show Text: None, Retracement, Extension, Both). There are also different options for how you what the indicator to appear on the screen (color, opacity, line width, text offset, show lines in front or behind bars, show: dots, lines, both or none).

Updates:
2021-03-21 (Ver 1.1): Added developing current swing retracement/extension percentages.
2021-06-01 (Ver 1.2): Corrected bug in script where array list disallowed duplicate pivot values. This would cause a miscalculation of the percentage values where there are back to back swing highs or lows with the same value.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbZigZagFibExtRet (Important Update Ver 1.2)
Category: NinjaTrader 8 Indicators and More 


March 4th, 2021
Size: 5.26 KB
Downloaded: 775 times
gecT3Color 5 *
This is the T3 indicator displayed with a serialized multicolor single plot that will not re-paint. It is exported with Ninjatrader version 7.0.0.23. Enjoy.


Category The Elite Circle 
 
Suggest other entries I might like
Details: gecT3Color
Category: The Elite Circle 


November 19th, 2010
Size: 4.01 KB
Downloaded: 1131 times
Generic EMA 4 *
Exported using NT Version 7.0.1000.3

This is a generalized EMA, which allows you to use it with fractional periods. The minimum period required is 1.0.

This generalization is possible, as the integer period of an EMA is an artificial construct, which was adapted following the work of Jack K. Hutson, who compared simple and exponential moving averages. The generalized formula for an EMA is

EMA[0] = (1 - k) * EMA[1] + k * Price[0] , where 0 < k <= 1

The period n translates into k = 2/(n+1), so that n >= 1 is required not to violate the allowed range for k. Fractional values for n are possible.

The chart shows a fast EMA with a period of 12.7 and a slow EMA with a period of 38.3. The indicator which can be downloaded here, does not shade the region, a dual MA indicator will be released later.


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


February 16th, 2011
Size: 1.93 KB
Downloaded: 867 times

Keywords: ema movingaverage
Generic Strategy for nt6.5 5 *
I have written many strategies and finally came up with a decent, imo, engine for testing rulesets. This engine incorporates 3 Session Start and End times for evaluating different timeperiods, 4 different targets and a runner (each can be selected separately or together), initial stop, move to breakeven, and trailing stop. Each of these parameters can be enabled or disabled. I am providing this code for Elite members only. So please don't share this with others without getting my permission.

To use, connect to your datafeed, and put this strategy on a chart. You don't have to use strategy analyzer. However, it works in strategy analyzer as well. You will notice a PNL summary in the lower left of the chart which makes it nice for quick analysis of rulesets without having to use the strategy analyzer.

Please contact me via private message if you have questions as opposed to leaving a comment here. I won't get the comments.

The only thing I ask is that you share your profitable rules with me if you use my code. Additionally, I'm willing to work with anyone who has a system they are currently trading successfully.

Good luck,
Mike Winfrey


Category The Elite Circle 
 
Suggest other entries I might like
Details: Generic Strategy for nt6.5
Category: The Elite Circle 


October 26th, 2010
Size: 4.21 KB
Downloaded: 188 times
Generic Strategy version 2 for nt7 5 *
I have written many strategies and finally came up with a decent, imo, engine for testing rulesets. This engine incorporates 3 Session Start and End times for evaluating different timeperiods, 4 different targets and a runner (each can be selected separately or together), initial stop, move to breakeven, and trailing stop. Each of these parameters can be enabled or disabled. I am providing this code for Elite members only. So please don't share this with others without getting my permission.

To use, connect to your datafeed, and put this strategy on a chart. You don't have to use strategy analyzer. However, it works in strategy analyzer as well. You will notice a PNL summary in the lower left of the chart which makes it nice for quick analysis of rulesets without having to use the strategy analyzer.

Please contact me via private message if you have questions as opposed to leaving a comment here. I won't get the comments.

The only thing I ask is that you share your profitable rules with me if you use my code. Additionally, I'm willing to work with anyone who has a system they are currently trading successfully.

Good luck,
Mike Winfrey

Version 2 is now a bit more functional that version 1. I found several things that were less than desirable and hope I've fixed them.
This version allows for:
1. selection of either long, short, or both entries.
2. stop and reverse (this is not an option provided by a parameter. it automatically reverses postion if an opposite signal appears.
3. Fixed miscellaneous other issues that I won't detail.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Generic Strategy version 2 for nt7
Category: The Elite Circle 


October 26th, 2010
Size: 6.58 KB
Downloaded: 1246 times
Getting started with EasyLanguage 5 *
The purpose of this book is to help you learn the basics of EasyLanguage and explain how to make use of this powerful language for creating your own trading strategies and analysis techniques using familiar terminology and simple logical statements.

Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: Getting started with EasyLanguage
Category: TradeStation (hidden) 


February 23rd, 2010
Size: 1.34 MB
Downloaded: 751 times

Keywords: easylanguage book
 



 
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 - Sitemap - Downloads - Top