NexusFi: Find Your Edge


Home Menu

 



Categories Help    






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

Sort by

Entries
Big Mike Triple Smoothed EMA Optimized 5 *
I don't deserve much credit for this as it is simply a straightforward modification of Mike's Triple Smoothed EMA using predefined instances of the external indicators for code optimization. Elite only, please.

The EMA needs to be optimized too, for best results. That may have been done in latest version of NT7.. not sure, please check release notes. I did a quick check but did not find anything on EMA.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Big Mike Triple Smoothed EMA Optimized
Category: The Elite Circle 


July 7th, 2010
Size: 4.25 KB
Downloaded: 1325 times

Keywords: bmt ema zondor
TrendLineAlertCustom v 2.0
NT7 Only

Please Be Aware: This can only be imported if the PC has System.Speech

see Let's Teach Ninja Trader to Talk.

Produces Alerts to the output window as as a spoken message.

Uses Extended Line tag as the name.


Category The Elite Circle 
 
Suggest other entries I might like
Details: TrendLineAlertCustom v 2.0
Category: The Elite Circle 


July 5th, 2010
Size: 3.64 KB
Downloaded: 372 times

Keywords: alert trendlinealert zondor spoken
Zero Lag Double Stochastic Optimized 5 *
Gumphrie recently posted a Zero Lag Double Stochastic on the Ninjatrader forums. I optimized the code and modified it to use an external call to my super fast Double Stochastics Optimized instead of the inefficient "stock" version.

You will note that this Zero Lag Double Stochastic is much more responsive than the normal Double Stochastic, and that because of the code optimization, it loads and refreshes practically instantaneously.

For NT7 only, sorry.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Zero Lag Double Stochastic Optimized
Category: The Elite Circle 


June 22nd, 2010
Size: 9.10 KB
Downloaded: 1102 times

Keywords: stochastic zondor zero lag
OBVDiver with BBands for NT7 5 *
For NT7 compatibility, there were 2 new parameters added to one of the DrawText() statements.

I added a compiler switch that will select the correct version of the statement of the DrawText method for either 6.5 or 7.

Indicator should now work in either version of Ninjatrader. However this zip package was created by NT7 so may not import into NT6.5. However, the previous version works fine in NT6.5 so that should not be a problem.

See Post:

https://nexusfi.com/elite-circle/694-balance-volume-balance-volume-divergence-indicator-8.html

The attachment is a .cs as I did not want to load this unoptimized code. ZTR


Category The Elite Circle 
 
Suggest other entries I might like
Details: OBVDiver with BBands for NT7
Category: The Elite Circle 


June 18th, 2010
Size: 12.42 KB
Downloaded: 783 times

Keywords: bmt divergence obv zondor
Buy/Sell Pressure Color Bar 5 *
A real time only version of this indicator was posted on the Ninjatrader forums by Dave S. in February. Naturally I couldn't resist the temptation to make it work with the GomRecorder.

The bars are colored blue for positive deltas and red for negative deltas. The saturation is proportional to the ratio of delta to total volume. Lighter color bars have lower deltas, and white bars have deltas near zero.

The trades that are counted can be filtered by the Minimum and Maximum Trade Size settings.

It seems to work well on Renko charts, where you can see the balance of power shift at congested areas that become reversals.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Buy/Sell Pressure Color Bar
Category: The Elite Circle 


June 2nd, 2010
Size: 12.88 KB
Downloaded: 1498 times

Keywords: zondor buysellpressure
Ergodic Candlestick Oscillator 5 *
An optimized, ultra fast loading version using optimization techniques from the article on MoveTheMarkets, as referenced in the Optimize C# thread of the Forums.

Version 1.4 uploaded on May 30 should work with NT6.5 as well as NT7. Tested out OK here, please send me a PM if any problems.


Adapted from Blau's Momentum/Direction/Divergence by zoltran (Wes S.) and optimized by Zondor (ZondorŪ)


Here are the "rules" for using this.. take them with a grain of salt! Never rely wholly on indicators, nor on a single time frame!

  1. Enter or hold position only when slope of ECO2New3 Signal line has the same direction as the trend
  2. Stand aside when slope of ECO2New3 Signal Line is in the opposite direction of trend
  3. Enter or exit position when ECO2New3 and its Signal Line cross
  4. The magenta dot shows when the ECO2New3 is 'inside' its signal line, indicating failing momentum.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Ergodic Candlestick Oscillator
Category: The Elite Circle 


May 26th, 2010
Size: 11.05 KB
Downloaded: 1920 times

Keywords: zondor ergodic
Double Stochastic Optimized 5 *
LATEST VERSION V1.4 uploaded on May 30 at 5:06 PM ET !

This version of Ninja's Double Stochastics should work with NT6.5 as well as NT7.

This is an experiment to see how far I can push the optimization. If you encounter any problems, please let me know. Seems to work OK here....

https://nexusfi.com/platforms-indicators/3565-anyone-have-any-hints-optimizing-c-code-6.html

Instances of all external MA's that are used by this indicator are pre-instantiated and the instances are defined before use.

Calls to the external MIN and MAX indicators have been replaced by calls to new internal private functions that give the minimum and maximum values.
The calls to those functions can only be made on the first tick of each new bar, and then ONLY when the maximum or minimum value of the applicable series is known to have changed. This eliminates a great deal of unnecessary loop processing.


Special thanks to Richard of MoveTheMarkets.com for the optimization strategies, at least SOME of which should be used whenever an external indicator is called from a Ninjacript INDICATOR or STRATEGY... it's a Paradigm Shifter.



This version should work on NT6.5 or NT7, but I have not tested it on NT6.5.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Double Stochastic Optimized
Category: The Elite Circle 


May 26th, 2010
Size: 6.86 KB
Downloaded: 1262 times

Keywords: stochastic zondor
BMT Divergence Indicator, Optimized 5 *
VIP Only, please do not distribute outside of the Elite Circle.

This an optimization of the December 2009 BMTDivergence Indicator. The code has been optimized by predefining the instances of the external indicators that are used.

For more complete information about this indicator including instructions for use, please see Big Mike's posting of the original version.: https://nexusfi.com/free_downloads/vip_elite_circle/207-download.html?view


Category The Elite Circle 
 
Suggest other entries I might like
Details: BMT Divergence Indicator, Optimized
Category: The Elite Circle 


May 25th, 2010
Size: 49.50 KB
Downloaded: 1200 times

Keywords: obv optimzied zondor obvdiver diver
Big Mike's Volume Graph, Optimized 5 *
VIP Only, please do not distribute outside of the Elite Circle.

Mike's version, posted in June of 2009, was downloaded almost 700 times!

It colors the volume bars based on a sophisticated linear regression analysis without using bid ask volume data. It corresponds well with Delta Momentum generated from GomRecorder buy/sell volume.

I applied Richard's optimization method from his article, aboot the right way to call external indicators, at MoveTheMarkets.com. (eh?)

This greatly improves the performance, so much so that in NT7 it can run with CalculateOnBarClose = false. However, DO NOT run it this way. CoBC must be true for it to calculate correctly... for now.

.....click on Magnifier for screen shot


Category The Elite Circle 
 
Suggest other entries I might like
Details: Big Mike's Volume Graph, Optimized
Category: The Elite Circle 


May 25th, 2010
Size: 7.88 KB
Downloaded: 1563 times

Keywords: optimzied volume zondor graph
BMT Collective MA Envelope Bands, Optimized 5 *
VIP Only, please do not distribute outside of the Elite Circle. It's based on Mike's Version 2.02 from February. This plots the same as Mike's except for two differences.
  • Quick Start Modification causes value of CMA to rapidly converge to the correct value within a few bars of startup.
  • The method of calling the EMA's was changed for greater efficiency. This causes initial loading to be much faster, and resource use while indicator runs to be much lower. Thanks to Richard of MoveTheMarkets.com for his excellent article about this subject.
  • To see the envelope bands, chart must go back at least one day. Bands begin to display on the second day.
  • As in original version, all band colors are hard coded and are best for a chart with a dark background.
... click on Magnifier for screenshot.


Category The Elite Circle 
 
Suggest other entries I might like
Details: BMT Collective MA Envelope Bands, Optimized
Category: The Elite Circle 


May 24th, 2010
Size: 8.66 KB
Downloaded: 1031 times

Keywords: bmt collective envelope ma optimzied zondor
 



 
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