NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by MWinfrey
Found 19 matching entries

Sort by

Entries
SMAv1 - Rounded Values 5 *
This indicator has an option that allows the moving average to be plotted using values rounded to the nearest tick. I find this very useful at times to reduce the whipsaws. There are 2 indicators available, SMA and EMA. SMA is the default with a period and a smoothing period. So a period of 14 with a smooth of 1 results in the standard SMA. A period of 1 and smooth of 14 results in a standard EMA. Could probably do better with that but it works and I don't feel like changing it. Setting "Use Rounded" to true results in a plot using the values rounded to the nearest tick. There are also a few other options that you can explore on your own by changing the parameters.

The picture shows both a rounded and normal version.


Category The Elite Circle 
 
Suggest other entries I might like
Details: SMAv1 - Rounded Values
Category: The Elite Circle 


October 17th, 2013
Size: 5.01 KB
Downloaded: 561 times
CCI_BMTElite 5 *
Some of you may be using the Adaptive_CCI that I shared some time ago on this forum. This version of the CCI is a simpler version and optimized a bit.

Separate definable colors are available to distinguish between the above the zero line CCI and below the zero line CCI.
This version maintains the ability to select an adaptive period by placing a "0" in the period field.

That is all there is to it. Much simpler than the older version found at https://nexusfi.com/download/vip_elite_circle/988-download.html?view

Changelog:
March 20 2013: Reposted because thanks to @Taggart for noticing a serialization problem where the colors would not repaint after a chart was saved.


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


March 20th, 2013
Size: 6.96 KB
Downloaded: 801 times
TicksPerTimeFrame 4 *
TicksPerTimeFrame was written by Mike Winfrey 3/15/2012
The intent of this indicator is to count the number of ticks in a non-tick based bar. So, placing this indicator on a 5 minute chart will count the number of ticks during that bar and display it as a histogram in it's own panel. There is also a plot representing the average number of ticks over a period that is specified in a parameter. You also have choice of how you count the ticks. The default is to count every tick but can be changed to count the number of times price actually changes.

This indicator works on historic as well as live data.

Again, this indicator can be used on any bartype.

Actually I have no idea if this information is useful at all. I think it might be to help identify areas where activity might indicate momentum.

Note: @TimeTrade mentioned that this indicator only gives wrong results. So, I did some research to figure out why he said that. I contacted him and got his point of view then I compared the tick count in his t4tBarCalc01 indicator with my TicksPerTimeFrame indicator and noticed a discrepancy on some bars by a few ticks. I physically counted the ticks on those bars where there was a discrepancy and found that my indicator counts correctly.


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


March 15th, 2012
Size: 4.14 KB
Downloaded: 474 times
Adaptive_CCI 5 *
The Adaptive_CCI was developed by Mike Winfrey and Gumphrie what seems like a very long time ago for NT 6.0.
As of 9/16/2011, this version runs on NT 7 and was cleaned up a bit. Still unused code out there but left it for posterity reasons.

There are 2 components of this indicator...
1. Use of John Ehlers code to measure the market cycles and calculate an adaptive period OR set a static period.
2. Plot alternate CCIs in addition to the primary CCI.

The alternate CCIs is kind of neat I think. It was originally designed to show longer timeframe CCIs when looking at a faster timeframe chart. For example, at the time I created this, I was using a 5 minute chart but wanted to use a 1 minute chart to trade from. So, I put up a 1 minute chart and set the Alternate CCI parameters to plot 4 CCIs of 2, 3, 4, and 5 minutes. By using the 1 minute chart, can see the 2, 3, 4, and 5 minute intrabar values. That's really all it amounts to.

Works with all chart types but there are obviously some chart types where there is no direct correlation between the slower and faster periods.


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


September 16th, 2011
Size: 13.43 KB
Downloaded: 845 times
FiveMinuteOdysseySignals_v2 5 *
FiveMinuteOdysseySignals_v2 is the indicator I refer to and describe in my thread, https://nexusfi.com/elite-trading-journals/8035-mwinfreys-5-minute-odyssey.html. This indicator encapsulates rules 1, 2, and 4 as described in the quick summary of that thread. There is accommodation for rule 3 stuff in the indicator but isn't implemented other that a simple filter. However, anyone knowing how to program can find that portion of the code and add some filters if you like.

The indicator can be used for backtesting and accounts for intrabar wiggle. I won't go into detail on how I did that. You can view the code and see for yourself. The main thing is that you understand that what you get in backtesting is what you get forward testing. Of course slippage in live trading exists but not accounted for with this indicator.

You can only use this indicator with COBC = true. Trying to use it set to false does not work. I coded a fail-safe so you can't set it to false.

Parameter Description:
1. You can set up to 4 different trading sessions.
2. Either show PNL or not.
3. Use a trailing stop if you want which triggers with one tick of profit and trails behind profit by the amount you have set for the stoploss.

Indicator colors CAN NOT be customized. Encourage you to use this indicator as-is to prove a concept before you start asking for customizable colors. I really don't intend to spend the time making it any prettier than it is. So, please adjust the colors on your chart so you can see the graphics that I use. Their colors are white, black, red, lime, and blue. However, if you have ideas for rules then please forward them to me and I'll take a look.


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


July 11th, 2011
Size: 15.12 KB
Downloaded: 496 times
Bollinger_v1 for NT 7 5 *
This Bollinger Band indicator is the same as the one that comes with NT. However, it has several capabilities added.

Choose from the following Moving Averages
1. EMA
2. SMA
3. LinReg
4. TMEA
5. LLMA
6. ZeroLagEMA
7. ZeroLagTEMA
8. Regression Channel

Can use an adaptive period by setting the period parameter to "1".
Choose your own colors.

Color the lines based on
1. moving average rising and falling
2. moving average is above or below price,
3. combination of both of number 1 and 2
4. outer bands compressing/decompressing


Category The Elite Circle 
 
Suggest other entries I might like
Details: Bollinger_v1 for NT 7
Category: The Elite Circle 


February 3rd, 2011
Size: 26.96 KB
Downloaded: 697 times
Average Volume 5 *
This indicator plots a 2 colored line representing the average volume over a period of bars. Simple as that...I was asked about the way I use volume to evaluate my entries and so I uploaded this indicator to assist in answering question. I won't answer that question here but just provide the indicator.


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Average Volume
Category: NinjaTrader 6.5 Indicators 


November 19th, 2010
Size: 7.77 KB
Downloaded: 168 times
Average Volume 5 *
This indicator plots a 2 colored line representing the average volume over a period of bars. Simple as that...I was asked about the way I use volume to evaluate my entries and so I uploaded this indicator to assist in answering question. I won't answer that question here but just provide the indicator.


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


November 19th, 2010
Size: 7.77 KB
Downloaded: 814 times
NewsAlerts 3 *
NewsAlerts is a helper indicator in that you must find out the news items for the day and configure the indicator with those news items. I use jtEconNews2a configured so it alerts me. However, I find that I forget about the news. So, I wrote this indicator to display a message prior to the news item and leaving the message on the price panel so I don' t forget about it. You can add the news items each morning before you start trading and they will clear after the news item expires. You can configure 3 news items. So, if there are several news items at the same time, just configure one item. That about covers it. I hope you find it as useful as I do.


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


November 18th, 2010
Size: 3.02 KB
Downloaded: 817 times
NewsAlerts 4 *
NewsAlerts is a helper indicator in that you must find out the news items for the day and configure the indicator with those news items. I use jtEconNews2a configured so it alerts me. However, I find that I forget about the news. So, I wrote this indicator to display a message prior to the news item and leaving the message on the price panel so I don' t forget about it. You can add the news items each morning before you start trading and they will clear after the news item expires. You can configure 3 news items. So, if there are several news items at the same time, just configure one item. That about covers it. I hope you find it as useful as I do.


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: NewsAlerts
Category: NinjaTrader 6.5 Indicators 


November 18th, 2010
Size: 3.02 KB
Downloaded: 136 times
 



 
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